Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37897246
en ru br
ALT Linux repos
S:1.3.0-alt1

Group :: Graphical desktop/Other
RPM: lxqt-session

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: fix_XDG_CONFIG_DIRS.patch
Download


diff --git a/startlxqt.in b/startlxqt.in
index 260c34f..805dab3 100755
--- a/startlxqt.in
+++ b/startlxqt.in
@@ -29,6 +29,9 @@ else
     if ! contains "$XDG_CONFIG_DIRS" '@LXQT_ETC_XDG_DIR@'; then
         XDG_CONFIG_DIRS="$XDG_CONFIG_DIRS:@LXQT_ETC_XDG_DIR@"
     fi
+    if ! contains "$XDG_CONFIG_DIRS" '@LXQT_DATA_DIR@'; then
+        XDG_CONFIG_DIRS="$XDG_CONFIG_DIRS:@LXQT_DATA_DIR@"
+    fi
 fi
 
 if [ -z "$XDG_CACHE_HOME" ]; then
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin