Installtion At first install the package.
sudo pacman -S waydroid
then download the image.
sudo waydroid init -s GAPPS
Update it if you had it before.
sudo waydroid upgrade
enable the service
sudo systemctl enable --now waydroid-container
Google Services Now you are going to notice that you can’t add your google account.
its fine as google services is not ready to be used yet.
sudo waydroid shell -- sh -c "sqlite3 /data/data/*/*/gservices.
read more
When running non-Steam games on Linux, it’s essential to set specific environment variables to optimize performance and ensure smooth gameplay. These environment variables control where shader cache files are stored, which can significantly impact the gaming experience. Here are the key shader cache paths you should set and why they matter:
DXVK_STATE_CACHE_PATH DXVK_STATE_CACHE_PATH is used by DXVK, a Vulkan-based compatibility layer for Direct3D 9/10/11. Setting this path allows DXVK to store its state cache, which can drastically reduce stuttering caused by shader compilation during gameplay.
read more
Sometimes, KDE Plasma might act up or become unresponsive, necessitating a restart of its components. Here’s a quick guide on how to restart KDE using a couple of commands.
To restart KDE Plasma, you can utilize the following commands in your terminal:
systemctl --user restart plasma-plasmashell && killall -9 krunner Breaking down the commands:
systemctl --user restart plasma-plasmashell: This command restarts the Plasma shell, which is essentially the graphical environment of KDE Plasma.
read more
Windows Winget winget install --id Discord.Discord
choco choco install discord -y
scoop scoop install discord
Linux APT sudo apt install discord -y
pacman sudo pacman -S discord
dnf sudo dnf install discord -y
snap sudo snap install discord
flatpak flatpak install flathub com.discordapp.Discord -y
MAC OS brew brew install --cask discord
read more
Arch Linux is a general-purpose rolling release Linux distribution that is very popular among DIY enthusiasts and hardcore Linux users.
The default installation covers only a minimal base system and expects the end-user to configure the system by himself/herself.
This is why installing Arch Linux is a challenge in itself but at the same time, it is a learning opportunity for intermediate Linux users.
Fret not, you can easily get Arch Linux up and running if you follow the steps mentioned below.
read more
Ventoy is a free tool for creating bootable USB drives. It allows you to copy an ISO file to a USB drive and then boot from the USB drive.
What is a Bootable USB? A bootable USB is a USB drive that has been configured to contain a bootable operating system. The most common use for a bootable USB is to install an operating system, but they can also be used to run diagnostic tools and recovery utilities.
read more
Introduction An Anime Game
Installing the game
So frist open the app image and click install wine and wait
Copying the game from Windows
when it shows that, that means its the time to copy it from windows
open Genshin Impact that you copied from windows
copy from it Genshin Impact Game
rename it to Genshin Impact
and paste it to /home/(your username)/.local/share/anime-game-launcher/game/drive_c/Program Files/
Game Installed
read more
read more
Fixing Language Display Problems in Linux
So in order to fix it you need to have gnome-software installed
Installing Gnome-software to install it run in terminal
sudo dnf install gnome-software
sudo apt install gnome-software
sudo pacman -S gnome-software
Installing Languages open gnome-software and click localization
Chose language
click install, done
read more