Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /etc/gdm3/ drwxr-xr-x | |
| Viewing file: Select action/file-type: # Copyright (C) 2014 Canonical Ltd # Author: Gunnar Hjalmarsson <gunnarhj@ubuntu.com> # # 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\n\n$(fold -s $ERR)\n\n$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 --text="$TEXT" fi |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0098 ]-- |