Skip to content

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Improve autostarts #1124

wants to merge 2 commits into from

Conversation

luis-pereira
Copy link
Member

screen1

The previous implementation didn't allow internationalization and
localization.
The previous implementation didn't allow internationalization and
localization.
@luis-pereira luis-pereira force-pushed the improve-autostarts branch from 043ae24 to ccb6dba Compare May 2, 2025 13:41
Exec=lxqt-config-input --load-touchpad
OnlyShowIn=LXQt;
Type=Application
Version=1.0
Copy link
Member

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
Copy link
Member

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
Copy link
Member

@stefonarch stefonarch May 2, 2025

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
Copy link
Member

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" ?

@stefonarch
Copy link
Member

I forgot: his will only have effect on fresh installations, or we add a method to update the user file in ~/.config/autostart if existing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants