You are not logged in.
Pages: 1
Oops, you're right. I forgot something. Then I would say that this thread has been solved.
You're right. Really good explanations. The man su was new to me. The improvement in Devuan you have to know first. Can I still use dpkg-reconfigure? This no longer works for me after I have reinstalled the languages with the three commands.
Oooh my god it works. Thank you so much Head_on_a_Stick. You are my hero <3 . You have identified the two problems and fixed them with the correct commands.
These were the three commands that helped me. That's all I had to do.
su -
apt reinstall locales
locale-gen
The dpkg-reconfigure command does not work after that.
Terminal error message =
root: dpkg-reconfigure
/usr/sbin/dpkg-reconfigure: bitte geben Sie ein Paket an, das Sie neu konfigurieren wollen
With only su the locale-gen command does not work and with su - the command works.
What is actually the difference between su and su - in terminal?
#01 normaluser: su -
#02 Passwort:
#03 -bash: Warnung: setlocale: LC_ALL: Kann die Regionseinstellungen nicht ändern (en_US.UTF-8): Datei oder Verzeichnis nicht gefunden
#04 root: dpkg-reconfigure locales
#05 Generating locales (this might take a while)...
#06 de_DE.UTF-8... done
#07 en_US.UTF-8...[error] cannot open locale definition file `en_GB': No such file or directory
#08 done
#09 Generation complete.
#10 root: locale -a
#11 C
#12 C.UTF-8
#13 de_DE.utf8
#14 POSIX
Doesn't change anything either. I can execute the dpkg-reconfigure locales command but I still get the error message #03 & #07 .
Terminal =
#01 normaluser: su
#02 Passwort:
#03 bash: Warnung: setlocale: LC_ALL: Kann die Regionseinstellungen nicht ändern (en_US.UTF-8): Datei oder Verzeichnis nicht gefunden
#04 root: /usr/sbin/dpkg-reconfigure locales
#05 /var/lib/dpkg/info/locales.postinst: 64: locale-gen: not found
#06 root: /usr/sbin/locale-gen
#07 Generating locales (this might take a while)...
#08 de_DE.UTF-8... done
#09 en_US.UTF-8...[error] cannot open locale definition file `en_GB': No such file or directory
#10 done
#11 Generation complete.
#12 root: locale -a
#13 C
#14 C.UTF-8
#15 POSIX
#16 de_DE.utf8
I changed something earlier and I don't know how to fix the first error message (#03) in the terminal and the following command doesn't fix the problem either.
echo "export LC_ALL= " >> ~/.bashrc
I get the message number 03 whenever I become root. What can I do if I get error number 09?
Yes with only Su
su
(password)
dpkg-reconfigure
bash: dpkg-reconfigure: Command not found.
I have also tried this and get the error in the terminal. "Command not found."
terminal bash: dpkg-reconfigure: Kommando nicht gefunden.
Hello community, I can't use my keepass extension in my flatpak browser. I have checked all browsers in the browser integration settings of keepassxc.
My error message from Keepassxc-browser extension in Ungoogled Chromium (flatpak):
KeePassXC-Browser hat einen Fehler festgestellt:
Schlüsselaustausch war nicht erfolgreich.
Die Verbindung zu KeePassXC ist nicht möglich. Überprüfen Sie, ob die Browser-Integration in den KeePassXC-Einstellungen aktiviert ist.
i ask for help
Software: Ungoogled Chromium (Flatpak) + KeePassXC-Browser extension, KeePassXC (Repo / No Flatpak)
OS: Devuan GNU/Linux 4 (chimaera) x86_64
Kernel: 5.10.0-19-amd64
DE: Cinnamon 4.8.6
Terminal: gnome-terminal
Hello community. I use a german keyboard. When I search only in the Steam client for a game or want to write in chat, the umlauts (Ä Ö Ü ß) are not recognized or written. Every time I tap on an umlaut nothing is written. I have been searching the internet for solutions for two days and no solution has helped me or the "locale-gen" command did not work. Please help
Terminal:
locale -a
C
C.UTF-8
de_DE.utf8
POSIX
The internet says you need en_US.UTF-8. If so, how can you achieve that with Devuan?
@edit
OS: Devuan GNU/Linux 4 (chimaera) x86_64
Kernel: 5.10.0-19-amd64
DE: Cinnamon 4.8.6
Terminal: gnome-terminal
Pages: 1