Skip to content
Snippets Groups Projects
Commit d9d6d27f authored by Philip Müller's avatar Philip Müller
Browse files

[applications] add desktop file for Budgie

- this fixes #658
parent 25b52859
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ install_data('pamac-updater.desktop', install_dir: join_paths(get_option('datadi
install_data('pamac-manager.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))
install_data('org.manjaro.pamac.manager.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))
install_data('pamac-tray.desktop', install_dir: join_paths(get_option('sysconfdir'), 'xdg', 'autostart'))
install_data('pamac-tray-budgie.desktop', install_dir: join_paths(get_option('sysconfdir'), 'xdg', 'autostart'))
if get_option('enable-appindicator')
install_data('pamac-tray-appindicator.desktop', install_dir: join_paths(get_option('sysconfdir'), 'xdg', 'autostart'))
endif
[Desktop Entry]
Name=Update Notifier
Icon=update-notifier
Exec=sh -c "GDK_BACKEND=x11 pamac-tray"
Terminal=false
Type=Application
StartupNotify=false
OnlyShowIn=Budgie;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment