__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# Copyright (C) 2014 Canonical Ltd # Author: Gunnar Hjalmarsson <[email protected]> # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software # Foundation, version 3 of the License. # # See http://www.gnu.org/copyleft/gpl.html the full text of the license. # This file may be sourced by the function source_with_error_check() in # /etc/gdm/Xsession export TEXTDOMAIN=gdm . /usr/bin/gettext.sh PARA1=$(eval_gettext 'Error found when loading $CONFIG_FILE:') PARA2=$(gettext 'As a result the session will not be configured correctly. You should fix the problem as soon as feasible.') TEXT="$PARA1 $(fold -s $ERR) $PARA2" if [ -x /usr/bin/kdialog ]; then TEXT_FILE=$(mktemp --tmpdir config-err-kdialog-XXXXXX) echo -n "$TEXT" > "$TEXT_FILE" kdialog --textbox "$TEXT_FILE" 500 300 rm -f "$TEXT_FILE" elif [ -x /usr/bin/zenity ]; then zenity --warning --no-wrap --no-markup --text="$TEXT" fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Init | Folder | 0755 |
|
|
| PostLogin | Folder | 0755 |
|
|
| PostSession | Folder | 0755 |
|
|
| PreSession | Folder | 0755 |
|
|
| Prime | Folder | 0755 |
|
|
| PrimeOff | Folder | 0755 |
|
|
| Xsession | File | 6.86 KB | 0755 |
|
| config-error-dialog.sh | File | 1004 B | 0644 |
|
| custom.conf | File | 554 B | 0644 |
|
| greeter.dconf-defaults | File | 1.44 KB | 0644 |
|