-
Notifications
You must be signed in to change notification settings - Fork 4
Faq ?
Mani edited this page Sep 14, 2021
·
9 revisions
Note: Make a backup of $HOME/.config
folder
mv $HOME/.config $HOME/.config.bak
Run following commands to reset to default Manjaro look.
cp -r /etc/skel/.config $HOME
Run following commands to fix file permission errors
chmod -R 755 /bin /boot /etc/ /home /lib /mnt /opt /run /sbin /srv /usr /var
chmod -R 1777 /tmp
chmod -R 555 /sys
chmod -R 700 /root
Change manjaro:manjaro
with <username>:<password>
chown manjaro:manjaro /usr/bin/sudo && chmod 4755 /usr/bin/sudo
May be vncserver not closed successfully, run following to stop vncserver
vncserver-stop
If above commands didn't work then do it manually
vncserver -list
vncserver -kill :1
Change :1
to :2
, :3
if there in process listed in -list
Then finally start vncserver
vncserver
- Install fonts for the language
sudo pacman -S ttf-bitstream-vera noto-fonts wqy-microhei #chinese
- Set locale
sudo nano /etc/locale.gen
-
Uncomment the required locale by removing
#
-
Then run
sudo locale-gen
- Now
local -a
will print following
C
en_US.UTF-8
Posix
zh_CN.UTF-8
- Restart Termux and proot into Manjaro and view result in RealVNC
export MOZ_FAKE_NO_SANDBOX=1
firefox
View more at https://github.com/termux/proot/issues/139
Workaround for Libreoffice, needs to bind a fake /proc/version
Copy and run in Manjaro proot
wget https://raw.githubusercontent.com/infinyte7/manjaro-fs-arm64/main/scripts/fix-libreoffice.py && python fix-libreoffice.py