__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# shellcheck shell=sh
# If we are running the GNOME session, source ~/.gnomerc, but only if
# we're in Wayland mode. If we're in X11 mode, this will be done by
# /etc/X11/Xsession.d/55gnome-session_gnomerc instead.
if [ "${XDG_SESSION_TYPE-}" = wayland ]; then
desktops="$(IFS=:; set -- $XDG_CURRENT_DESKTOP; echo "$@")"
for desktop in $desktops; do
[ "$desktop" = "GNOME" ] && break
done
unset desktops
if [ "$desktop" != "GNOME" ]; then
unset desktop
return
fi
unset desktop
GNOMERC="$HOME/.gnomerc"
if [ -r "$GNOMERC" ]; then
# shellcheck source=/dev/null
. "$GNOMERC"
fi
fi
# We prepend /usr/share/gnome since its defaults.list actually points
# to /etc so it is configurable. This is idempotent, so we can do this
# unconditionally.
if [ -z "$XDG_DATA_DIRS" ]; then
XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share/:/usr/share/
elif [ -n "${XDG_DATA_DIRS##*/usr/share/gnome*}" ]; then
XDG_DATA_DIRS=/usr/share/gnome:"$XDG_DATA_DIRS"
fi
export XDG_DATA_DIRS
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 01-locale-fix.sh | File | 96 B | 0644 |
|
| 70-systemd-shell-extra.sh | File | 855 B | 0644 |
|
| Z99-cloud-locale-test.sh | File | 3.32 KB | 0755 |
|
| Z99-cloudinit-warnings.sh | File | 841 B | 0755 |
|
| apps-bin-path.sh | File | 835 B | 0644 |
|
| bash_completion.sh | File | 747 B | 0644 |
|
| cedilla-portuguese.sh | File | 1003 B | 0644 |
|
| debuginfod.csh | File | 962 B | 0644 |
|
| debuginfod.sh | File | 855 B | 0644 |
|
| gnome-session_gnomerc.sh | File | 1010 B | 0644 |
|
| im-config_wayland.sh | File | 376 B | 0644 |
|
| vte-2.91.sh | File | 4.94 KB | 0644 |
|
| vte.csh | File | 967 B | 0644 |
|
| xdg_dirs_desktop_session.sh | File | 954 B | 0644 |
|