Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mousepointer: use Lipstick native one #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sparse/etc/dconf/db/vendor.d/compositor-configs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[/desktop/sailfish/compositor]
display_cursor=true
7 changes: 7 additions & 0 deletions sparse/var/lib/environment/compositor/droid-hal-device.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ QT_QPA_EGLFS_PHYSICAL_HEIGHT=216
QT_QPA_EGLFS_DISABLE_INPUT=1
#QT_LOGGING_RULES="qt.qpa.input=true"
LIPSTICK_OPTIONS="-plugin evdevtouch -plugin evdevkeyboard -plugin evdevmouse"

# disable mouse input completely:
#LIPSTICK_OPTIONS="-plugin evdevtouch -plugin evdevkeyboard"

# hide mousepointer, we can use the lipstick internal one:
QT_QPA_EGLFS_HIDECURSOR=1
QT_QPA_FB_HIDECURSOR=1