06-03-2017, 05:13 AM
cat ~/.local/share/applications/exo-file-manager.desktop:
cat /etc/skel/.local/share/applications/exo-file-manager.desktop:
Code:
paul@Precision:~$ cat ~/.local/share/applications/exo-file-manager.desktop
[Desktop Entry]
Version=1.0
Type=Application
Exec=gksudo /usr/scripts/updates-gui
Icon=system-software-installer
StartupNotify=true
Terminal=false
Categories=Utility;X-XFCE;X-Xfce-Toplevel;
OnlyShowIn=XFCE;
X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
Name=Install Updates
Comment=Get the latest updates for your computer
NoDisplay=false
paul@Precision:~$
Code:
paul@Precision:~$ cat /etc/skel/.local/share/applications/exo-file-manager.desktop
[Desktop Entry]
Version=1.0
Type=Application
Exec=/usr/scripts/updates-gui
Icon=system-software-installer
StartupNotify=true
Terminal=false
Categories=Utility;X-XFCE;X-Xfce-Toplevel;
OnlyShowIn=XFCE;
X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
Name=Install Updates
Comment=Get the latest updates for your computer
paul@Precision:~$