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

MATE does not follow the Desktop Application Autostart Specification #292

Closed
FreaxMATE opened this issue Dec 11, 2021 · 1 comment
Closed

Comments

@FreaxMATE
Copy link

FreaxMATE commented Dec 11, 2021

Expected behaviour

If an application autostarts by having a .desktop file installed in the system wide autostart directory, an individual user can disable the autotomatic start of this application by placing a .desktop file of the same name in its personal autostart directory which contains the key Hidden=true.

Actual behaviour

App starts nonetheless

Steps to reproduce the behaviour

on manjaro create those to files:

kunruh@thinkfreax ~> cat .config/autostart/pamac-tray.desktop
[Desktop Entry]
Name=Update Notifier
Icon=update-notifier
Exec=sh -c "GDK_BACKEND=x11 pamac-tray"
Terminal=false
Type=Application
StartupNotify=false
NotShowIn=KDE;GNOME;
Hidden=ture
kunruh@thinkfreax ~> cat /etc/xdg/autostart/pamac-tray.desktop
[Desktop Entry]
Name=Update Notifier
Icon=update-notifier
Exec=sh -c "GDK_BACKEND=x11 pamac-tray"
Terminal=false
Type=Application
StartupNotify=false
NotShowIn=KDE;GNOME;
kunruh@thinkfreax ~> 

reboot and see the tray start anyway

MATE general version

1.26.0

Package version

1.26.0

Linux Distribution

Manjaro MATE

Link to bugreport of your Distribution (requirement)

Seems to be a MATE bug

Link to freedesktop webpage

https://specifications.freedesktop.org/autostart-spec/0.5/ar01s02.html

@FreaxMATE
Copy link
Author

Hidden=ture

🙈

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

No branches or pull requests

1 participant