The usual Manjaro Stable updates plus some more stuff.
Fix: many apps take a long time to open
Open the terminal and paste this: sudo pacman -Rdd xdg-desktop-portal-gnome
- hit enter. Add your password. Now do one more sudo pacman -S xdg-desktop-portal-gtk
. That’s it!
Fix some terminal stuff
This is a simple color fix for our custom terminal colors. Go to your home folder and find the file .zshrc
- open with a text editor. Find this line RPROMPT="%{$fg[red]%} %(?..[%?])"
and replace with RPROMPT="%{$fg[red]%} %(?..[%?])%{$reset_color%}"
. Done!
Fix some python related things
This one can be very difficult and I personally did not do it for my system. Problem is, since Manjaro delays some updates to keep the system stable, many python packages got a new and important update and thus many packages from the AUR stopped working in Manjaro. Since we use the Chaotic AUR plus Manjaro’s repos, it is very unlikely that you may have AUR packages that were built against python packages. If so see this post [HowTo] Re-install packages after a Python upgrade (short version) - Tutorials - Manjaro Linux Forum and follow the steps.
Internet Content Blocker
Originally known as TBlock GUI, this is a must for our trade-free operating system. Basically it is a system-wide ad and tracker blocker. We renamed it as Internet Content Blocker
since it goes beyond just ads and trackers.
It has a few easy steps to configure.
After the setup is done you can have a lot of fine tuning access to tweak things the way you desire:
You can even block custom domains:
The awesome part is that this will block the “bad stuff” everywhere on your system, regardless what browser and apps you use. However it cannot block some ads like the pre-roll ads on youtube and the like, so you’d need an adblocker for you browser for that.
Overall a great addition to our distro and a big thanks to the ones behind TBlock.