Home
last modified time | relevance | path

Searched refs:XDG_CONFIG_DIRS (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/dports/x11-wm/xfce4-session/xfce4-session-4.16.0/scripts/
H A Dstartxfce4.in79 if test "x$XDG_CONFIG_DIRS" = "x"
82 XDG_CONFIG_DIRS="/etc/xdg"
84 XDG_CONFIG_DIRS="/etc/xdg:@_sysconfdir_@/xdg"
87 XDG_CONFIG_DIRS="$XDG_CONFIG_DIRS:@_sysconfdir_@/xdg"
89 export XDG_CONFIG_DIRS
/dports/x11-wm/lxqt-session/lxqt-session-1.0.0/
H A Dstartlxqt.in26 if [ -z "$XDG_CONFIG_DIRS" ]; then
27 export XDG_CONFIG_DIRS="@PREDEF_XDG_CONFIG_DIRS@:/usr/local/share"
29 if ! contains "$XDG_CONFIG_DIRS" '@LXQT_ETC_XDG_DIR@'; then
30 XDG_CONFIG_DIRS="$XDG_CONFIG_DIRS:@LXQT_ETC_XDG_DIR@"
/dports/multimedia/peek/peek-1.5.1/build-aux/appimage/
H A Dlaunch-peek6 if [ -z "$XDG_CONFIG_DIRS" ]
8 XDG_CONFIG_DIRS=/etc/xdg
10 export XDG_CONFIG_DIRS=$BASE_DIR/usr/etc:$XDG_CONFIG_DIRS
/dports/deskutils/zim/zim-0.74.3/zim/config/
H A Dbasedirs.py31 XDG_CONFIG_DIRS = None #: list of L{Dir} objects for XDG config dirs path variable
44 global XDG_CONFIG_DIRS
65 XDG_CONFIG_DIRS = \
80 XDG_CONFIG_DIRS = \
107 logger.debug('Set XDG_CONFIG_DIRS to %s', XDG_CONFIG_DIRS)
/dports/devel/kf5-extra-cmake-modules/extra-cmake-modules-5.89.0/kde-modules/
H A Dprefix.sh.fish.cmake14 if test -z "$XDG_CONFIG_DIRS"
15 set -x --path XDG_CONFIG_DIRS /etc/xdg
17 set -x --path XDG_CONFIG_DIRS "@KDE_INSTALL_FULL_CONFDIR@" $XDG_CONFIG_DIRS
H A Dprefix.sh.cmake7 export XDG_CONFIG_DIRS=@KDE_INSTALL_FULL_CONFDIR@:${XDG_CONFIG_DIRS:-/etc/xdg}
/dports/games/openspades/openspades-0.1.3/snap/scripts/
H A Dlaunch_openspades34 export XDG_CONFIG_DIRS=$SNAP/etc/xdg:$XDG_CONFIG_DIRS
35 export XDG_CONFIG_DIRS=$SNAP/usr/xdg:$XDG_CONFIG_DIRS
/dports/sysutils/calamares/calamares-3.2.44.2/ci/
H A DAppImage.sh216 test -n "${XDG_CONFIG_DIRS}" $$ XDG_CONFIG_DIRS="${XDG_CONFIG_DIRS}:"
218 export XDG_CONFIG_DIRS="${XDG_CONFIG_DIRS}${APPDIR}/etc/:${APPDIR}/usr/share/"
/dports/devel/xdg-utils/xdg-utils-1.1.3/autotests/
H A Dtest-lib.sh15 XDG_CONFIG_DIRS=$LABDIR/etc-xdg
36 $XDG_CONFIG_DIRS \
213 XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS \
/dports/devel/matreshka/matreshka-0.7.0/source/league/
H A Dmatreshka-internals-settings-ini_managers-paths__posix.adb58 XDG_CONFIG_DIRS : constant League.Strings.Universal_String constant
76 if League.Application.Environment.Contains (XDG_CONFIG_DIRS) then
79 (XDG_CONFIG_DIRS).Split (':', League.Strings.Skip_Empty);
/dports/net/shadowsocks-libev/shadowsocks-libev-3.3.5/libcork/tests/cork-test/
H A Drun-paths-01.t9 > XDG_CONFIG_DIRS= \
24 > XDG_CONFIG_DIRS= \
38 > XDG_CONFIG_DIRS=/etc \
/dports/www/luakit/luakit-2.3/extras/vim/ftplugin/
H A Dluakit.vim12 " environment variable $XDG_CONFIG_DIRS
31 if $XDG_CONFIG_DIRS != ''
32 call add(fcomponents, $XDG_CONFIG_DIRS)
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/extras/vim/ftplugin/
H A Dluakit.vim12 " environment variable $XDG_CONFIG_DIRS
31 if $XDG_CONFIG_DIRS != ''
32 call add(fcomponents, $XDG_CONFIG_DIRS)
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/test/unit/core/
H A Dxdg.test.ts55 XDG_CONFIG_DIRS: '',
142 process.env.XDG_CONFIG_DIRS = p;
156 process.env.XDG_CONFIG_DIRS = p;
169 process.env.XDG_CONFIG_DIRS = '/once/upon/a/time:/somewhere/else';
/dports/devel/gitg/gitg-3.32.1/osx/scripts/
H A Dlauncher31 export XDG_CONFIG_DIRS="$bundle_etc:$XDG_CONFIG_DIRS"
/dports/editors/gedit/gedit-40.1/build-aux/osx/bundle/data/
H A Dgedit31 export XDG_CONFIG_DIRS="$bundle_etc:$XDG_CONFIG_DIRS"
/dports/devel/xdg-utils/xdg-utils-1.1.3/tests/
H A DMakefile.in37 …find `echo "${XDG_DATA_DIRS}:/usr/local/share/:/usr/share/:${XDG_CONFIG_DIRS}:/etc/xdg" | sed -e '…
38 …find `echo "${XDG_DATA_DIRS}:/usr/local/share/:/usr/share/:${XDG_CONFIG_DIRS}:/etc/xdg" | sed -e '…
/dports/devel/R-cran-rappdirs/rappdirs/tests/testthat/
H A Dtest-data.r13 XDG_CONFIG_DIRS = NA, globalVar
27 XDG_CONFIG_DIRS = "D", globalVar
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/tests/twisted/
H A Drun-test.sh.in71 XDG_CONFIG_DIRS="${test_src}/twisted"
72 export XDG_CONFIG_DIRS
/dports/devel/py-pip/pip-20.3.4/tools/automation/vendoring/patches/
H A Dappdirs.patch47 - # XDG default for $XDG_CONFIG_DIRS
48 + # XDG default for $XDG_CONFIG_DIRS (missing or empty)
51 - path = os.getenv('XDG_CONFIG_DIRS', '/etc/xdg')
53 + path = os.getenv('XDG_CONFIG_DIRS') or '/etc/xdg'
/dports/sysutils/usermin/usermin-1.830/filemin/lib/File/
H A DBaseDir.pm68 ( $ENV{XDG_CONFIG_DIRS}
69 ? _adapt($ENV{XDG_CONFIG_DIRS})
/dports/sysutils/webmin/webmin-1.981/filemin/lib/File/
H A DBaseDir.pm68 ( $ENV{XDG_CONFIG_DIRS}
69 ? _adapt($ENV{XDG_CONFIG_DIRS})
/dports/sysutils/webmin/webmin-1.981/authentic-theme/lib/File/
H A DBaseDir.pm68 ( $ENV{XDG_CONFIG_DIRS}
69 ? _adapt($ENV{XDG_CONFIG_DIRS})
/dports/sysutils/usermin/usermin-1.830/authentic-theme/lib/File/
H A DBaseDir.pm68 ( $ENV{XDG_CONFIG_DIRS}
69 ? _adapt($ENV{XDG_CONFIG_DIRS})
/dports/devel/p5-File-BaseDir/File-BaseDir-0.09/lib/File/
H A DBaseDir.pm56 ( $ENV{XDG_CONFIG_DIRS}
57 ? _adapt($ENV{XDG_CONFIG_DIRS})

12345678910>>...13