-
Notifications
You must be signed in to change notification settings - Fork 59
Improve autostarts #1124
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
base: master
Are you sure you want to change the base?
Improve autostarts #1124
Conversation
luis-pereira
commented
Apr 30, 2025
lxqt-config-input/resources/lxqt-config-touchpad-autostart.desktop.in
Outdated
Show resolved
Hide resolved
The previous implementation didn't allow internationalization and localization.
The previous implementation didn't allow internationalization and localization.
043ae24
to
ccb6dba
Compare
Exec=lxqt-config-input --load-touchpad | ||
OnlyShowIn=LXQt; | ||
Type=Application | ||
Version=1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NoDisplay=true
is needed IMO otherwise it will show up in the menu(s).
Exec=lxqt-config-monitor -l | ||
OnlyShowIn=LXQt; | ||
Type=Application | ||
Version=1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NoDisplay=true
here too.
@@ -0,0 +1,2 @@ | |||
Desktop Entry/Name: LXQt Monitor Settings Loader |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO this is too long and "Loader" will probably hard to translate.
What about using just "Monitor Settings"? Items show up under "LXQt Autostart" so it's clear in the context.
@@ -0,0 +1,2 @@ | |||
Desktop Entry/Name: LXQt Touchpad Settings Loader |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, but I see that this applies also to acceleration and natural scroll settings of the mouse, so maybe "Mouse and Touchpad Settings" ?
I forgot: his will only have effect on fresh installations, or we add a method to update the user file in |