FAQ
Installation
Why is KDE Plasma the only available option in the live environment?
KDE Plasma can be considered as our “flagship” desktop environment, therefore it gets the most maintenance. The other CachyOS’s ISO were maintained in a half-ass state, so to avoid any unwanted issue & inconveniences for the user if at all, we decided to deprecate them so that we can focus our efforts to deliver the best user experience.
We recommend installing CachyOS in a VM for testing out different desktop environments and window managers as the live ISO is only used for installation and recovering a broken install via cachy-chroot.
When i press “Launch Installer” nothing seems to happen…?
While it might seem like nothing happened, in the background there is a script which gets triggered after pressing this button. And what does it do? Well it’s running a script for preparation that is intended to avoid possible issues such as having an outdated keyring.
I’ll give you an small heads up on what this script is doing on the background:
- Removes the existing keyring file found in
/etc/pacman.d/gnupg
. - Starts installing and updating both
Arch Linux & CachyOS keyring packages
. - Initiates and populates pacman keyring.
- Enables network time synchronization to ensure the system clock is accurate executing
timedatectl set-ntp true
. - Determines and checks if the system type is either UEFI or BIOS/MBR
- If the running system is UEFI > prompt the user to select a bootloader, otherwise don’t.
This is why it usually takes a bit of time to load the installer.
My installation process got stuck in 33% for a while now.
This means that your internet connection is either very slow or unstable causing pacman to struggle when downloading the packages.
Software management
How can I fix the “unable to lock database” error in CachyOS?
How can I fix possible keyring issues in CachyOS?
How can I remove those annoying warnings while updating my system? Is it safe to update the system when this happens?
Example:
Yes, it is safe to update the system.
To remove these errors, run the following command:
When trying to install a package with pacman i received the following error
This means that your local database is outdated therefore the package you’re asking for can’t be downloaded. Run the following command to refresh the package database and do a full upgrade:
What does -bin means at the end of a package name? For example librewolf-bin
This means that you’re downloading/installing a prebuilt package therefore you don’t need to compile or build it. In our repositories we store some bin packages which are basically mirrors that you can download from the AUR.
When I try to open Discord, a window opens notifying me of an update
Example:
This is because Discord released an update that is yet not available or it hasn’t been built in any of the pacman mirrors, therefore you get stuck unable to use Discord.
In order to get around this issue, follow Arch Wiki’s fix guide.
I got an error while trying to clear pacman cache
Example:
This usually appears when they’re some orphans packages left in /var/cache/pacman/pkg
which pacman can’t delete.
I got this nvidia module error when I tried to update my system.
Two reasons for this error:
1) Since Early Module Loading is always enabled in chwd, mkinitcpio consistently expects the presence of NVIDIA modules therefore this error arises when these modules are missing.
2) You might be missing NVIDIA modules from other installed kernels on your system.
Cachy Browser
Why this browser keeps deleting my saved credentials and cookies?
- This is because the browser comes with the option
Delete cookies and site data when Cachy Browser is closed
turned on by default.- Follow the screenshot showing where to disable it:
- Follow the screenshot showing where to disable it:
Websites are not following the dark theme preference from the browser.
- This “issue” comes from the
privacy.resistFingerprinting
feature from Firefox. While it improves privacy, it also has its drawbacks such as websites not following the appearance preference.- Follow the screenshot showing where to disable it:
- After disabling this parameter. Restart your browser and try again.
- Follow the screenshot showing where to disable it:
GitHub Homepage makes the browser unusable and extremely slow.
- Cachy Browser due to it’s nature of leaning towards privacy. Disables WebGL by default and GitHub depends on it for rendering their homepage
- Re-enable it as shown in the screenshot
- After disabling this parameter. Restart your browser and try again.
- Re-enable it as shown in the screenshot
Your browser is being managed by your organization. Do i need to worry?
- No. This is because we include a policies file on which we disable features and add modifications to the browser. Example:
additional search engines.
Some keyboard combinations are not working in certain websites like Photopea
- *This “issue” comes from the
privacy.resistFingerprinting
feature from Firefox.- Follow the screenshot showing where to disable it:
- After disabling this parameter. Restart your browser and the keyboard combinations should work again.
- Extra tip: Search for
webgl.disabled
and set it tofalse
to take advantage of an improved Hardware Acceleration in Photopea.
- Follow the screenshot showing where to disable it: