diff options
author | Ken Moore <ken@ixsystems.com> | 2017-08-18 14:15:15 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-08-18 14:15:15 -0400 |
commit | ddde99fd0aaf1c474a3e4b4a759a850780871903 (patch) | |
tree | 4c8ca56b899cea83853706678daf4095fb842f6b /src-qt5/core/lumina-desktop/defaults | |
parent | Update the x11/lumina meta-port to include a dependency on x11-themes/lumina-... (diff) | |
download | lumina-ddde99fd0aaf1c474a3e4b4a759a850780871903.tar.gz lumina-ddde99fd0aaf1c474a3e4b4a759a850780871903.tar.bz2 lumina-ddde99fd0aaf1c474a3e4b4a759a850780871903.zip |
Add the ability to generate symlinks in the Desktop folder the first time Lumina starts up for a user, based on entries in the system's luminaDesktop.conf file.
Diffstat (limited to 'src-qt5/core/lumina-desktop/defaults')
-rw-r--r-- | src-qt5/core/lumina-desktop/defaults/luminaDesktop-TrueOS.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop/defaults/luminaDesktop-TrueOS.conf b/src-qt5/core/lumina-desktop/defaults/luminaDesktop-TrueOS.conf index f9481459..e453c0b8 100644 --- a/src-qt5/core/lumina-desktop/defaults/luminaDesktop-TrueOS.conf +++ b/src-qt5/core/lumina-desktop/defaults/luminaDesktop-TrueOS.conf @@ -97,6 +97,19 @@ favorites_add_ifexists=~/Videos #quicklaunch_add=<file/dir path> #Create a quicklaunch shortcut for this file/dir #quicklaunch_add_ifexists=<file/dir path> #Create a quicklaunch shortcut for this file/dir if the file/dir exists +#Desktop Folder symlinks +#desktoplinks_add=<file/dir path> +desktoplinks_add=firefox.desktop +desktoplinks_add=chromium-browser.desktop +desktoplinks_add=qupzilla.desktop +desktoplinks_add=thunderbird.desktop +desktoplinks_add=trojita.desktop +desktoplinks_add=vlc.desktop +desktoplinks_add=pccontrol.desktop +desktoplinks_add=lthemeengine.desktop +desktoplinks_add=lumina-config.desktop +desktoplinks_add=appcafe.desktop +desktoplinks_add=handbook.desktop #Generic scripts/utilities to run for any additional setup procedures # These are always run after all other settings are saved #Format: usersetup_run=<generic command to run> |