Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37858299
en ru br
ALT Linux repositórios
S:1.3.0-alt1

Group :: Desktop gráfico/Outros
RPM: lxqt-session

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009