diff options
author | Ken Moore <ken@pcbsd.org> | 2015-06-11 10:36:07 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-06-11 10:36:07 -0400 |
commit | 2f6c14ccc4259ed7fae3f4eec67237a4bb2281ad (patch) | |
tree | 2ed4cf2dbb65fccea5e88bc4ff7fff3c45a46716 | |
parent | Update the luminaDesktop.conf file format/syntax a bit. Now it uses "_" as th... (diff) | |
download | lumina-2f6c14ccc4259ed7fae3f4eec67237a4bb2281ad.tar.gz lumina-2f6c14ccc4259ed7fae3f4eec67237a4bb2281ad.tar.bz2 lumina-2f6c14ccc4259ed7fae3f4eec67237a4bb2281ad.zip |
Oops, forgot to save/commit the new fields in the luminaDesktop.conf gile.
-rw-r--r-- | lumina-desktop/defaults/luminaDesktop.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/defaults/luminaDesktop.conf b/lumina-desktop/defaults/luminaDesktop.conf index 34ab4c7e..effc8da4 100644 --- a/lumina-desktop/defaults/luminaDesktop.conf +++ b/lumina-desktop/defaults/luminaDesktop.conf @@ -1,6 +1,6 @@ #This is the configuration file that generates all the default settings files for the Lumina desktop # For any setting that can take a list of values, each vale needs to be seperated by a comma and a space (", ") -# Example: some.setting=item1, item2, item3 +# Example: some_setting=item1, item2, item3 #NOTE: To pre-setup default applications for particular mime-types, you need to create *.desktop entries on # system corresponding to the XDG mime-type specifications for default applications |