aboutsummaryrefslogtreecommitdiff
path: root/src/etc/xdg/autostart/myautomount-trayicon.desktop
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-09-29 21:05:42 -0400
committerB Stack <bgstack15@gmail.com>2020-09-29 21:05:42 -0400
commit5a757b0f96c60e3d894e8c5a9fd335f91fffb7f9 (patch)
treed57d6e4e1e63641bfc41d6659516d82c2e24d568 /src/etc/xdg/autostart/myautomount-trayicon.desktop
parentWIP: fixing initialize for packaging process (diff)
downloadmyautomount-5a757b0f96c60e3d894e8c5a9fd335f91fffb7f9.tar.gz
myautomount-5a757b0f96c60e3d894e8c5a9fd335f91fffb7f9.tar.bz2
myautomount-5a757b0f96c60e3d894e8c5a9fd335f91fffb7f9.zip
WIP: improve rpm packaging, fix desktop files
Diffstat (limited to 'src/etc/xdg/autostart/myautomount-trayicon.desktop')
l---------[-rw-r--r--]src/etc/xdg/autostart/myautomount-trayicon.desktop11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/etc/xdg/autostart/myautomount-trayicon.desktop b/src/etc/xdg/autostart/myautomount-trayicon.desktop
index 061454d..80819a7 100644..120000
--- a/src/etc/xdg/autostart/myautomount-trayicon.desktop
+++ b/src/etc/xdg/autostart/myautomount-trayicon.desktop
@@ -1,10 +1 @@
-[Desktop Entry]
-Comment=Tray icon for managing removable media
-Exec=/usr/bin/myautomount-trayicon
-GenericName=Automount helper tray icon
-Icon=media-removable
-Keywords=automount;
-Name=MyAutoMount tray icon
-NoDisplay=true
-Terminal=false
-Type=Application
+../../../usr/share/applications/myautomount-trayicon.desktop \ No newline at end of file
bgstack15