Skip to content
Mani edited this page Sep 14, 2021 · 9 revisions

1. Manjaro not showing default themes ?

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

2. File permission errors ?

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

3. Not able to run sudo commands ?

Change manjaro:manjaro with <username>:<password>

chown manjaro:manjaro /usr/bin/sudo && chmod 4755 /usr/bin/sudo

4. vncserver not connecting ?

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 

5. Fonts not showing properly ?

  1. Install fonts for the language
sudo pacman -S ttf-bitstream-vera noto-fonts wqy-microhei #chinese
  1. Set locale
sudo nano /etc/locale.gen
  1. Uncomment the required locale by removing #

  2. Then run

sudo locale-gen
  1. Now local -a will print following
C
en_US.UTF-8
Posix
zh_CN.UTF-8
  1. Restart Termux and proot into Manjaro and view result in RealVNC

6. Firefox getting crashed ?

export MOZ_FAKE_NO_SANDBOX=1

firefox

View more at https://github.com/termux/proot/issues/139

7. Libreoffice not running in termux proot.

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