diff options
author | Jesse Smith <jessefrgsmith@yahoo.ca> | 2014-09-15 19:45:53 -0300 |
---|---|---|
committer | Jesse Smith <jessefrgsmith@yahoo.ca> | 2014-09-15 19:45:53 -0300 |
commit | 7cd91c78c5219a2391a3c4a9a1c2e446989d4c2f (patch) | |
tree | c8163ad1f3458dae66f8e0e905fcd7258d8b898c /libLumina/LuminaOS-Linux.cpp | |
parent | Select the first exec entry from a .desktop file rather than the last. (diff) | |
parent | Update the Lumina user button a bit: (diff) | |
download | lumina-7cd91c78c5219a2391a3c4a9a1c2e446989d4c2f.tar.gz lumina-7cd91c78c5219a2391a3c4a9a1c2e446989d4c2f.tar.bz2 lumina-7cd91c78c5219a2391a3c4a9a1c2e446989d4c2f.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'libLumina/LuminaOS-Linux.cpp')
-rw-r--r-- | libLumina/LuminaOS-Linux.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libLumina/LuminaOS-Linux.cpp b/libLumina/LuminaOS-Linux.cpp index f3ac854e..b7bb3685 100644 --- a/libLumina/LuminaOS-Linux.cpp +++ b/libLumina/LuminaOS-Linux.cpp @@ -17,6 +17,11 @@ static int screenbrightness = -1; QString LOS::AppPrefix(){ return "/usr/"; } //Prefix for applications QString LOS::SysPrefix(){ return "/usr/"; } //Prefix for system +//OS-specific application shortcuts (*.desktop files) +QString LOS::ControlPanelShortcut(){ return ""; } //system control panel +QString LOS::AppStoreShortcut(){ return ""; } //graphical app/pkg manager +QString LOS::QtConfigShortcut(){ return "/usr/bin/qtconfig-qt4"; } //qtconfig binary (NOT *.desktop file) + // ==== ExternalDevicePaths() ==== QStringList LOS::ExternalDevicePaths(){ //Returns: QStringList[<type>::::<filesystem>::::<path>] |