From 98233aa76d03790fcdb813d98dd872df466f6afd Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 2 Feb 2013 08:22:21 +0000 Subject: fixed gcc 4.7 warnings, replaced deprecated functions git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3197 90c681e8-e032-0410-971d-27865f9a5e38 --- src/app/lxdesupport.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/app/lxdesupport.cpp') diff --git a/src/app/lxdesupport.cpp b/src/app/lxdesupport.cpp index 797bb89ff..f1e9f318f 100644 --- a/src/app/lxdesupport.cpp +++ b/src/app/lxdesupport.cpp @@ -31,7 +31,8 @@ void LXDESupport::load() QString conf_path = qgetenv("XDG_CONFIG_HOME"); if(conf_path.isEmpty()) conf_path = QDir::homePath() + "/.config"; - conf_path.append("/lxsession/LXDE/desktop.conf"); + //conf_path.append("/lxsession/LXDE/desktop.conf"); + conf_path.append("/lxsession/Lubuntu/desktop.conf"); QSettings lxde_settings(conf_path, QSettings::IniFormat); QString themeName = lxde_settings.value("GTK/sNet/IconThemeName").toString(); -- cgit v1.2.3-13-gbd6f