Most of these were done on Fedora 42 XFCE unless otherwise specified. They may not work on other systems.
ls /etc/yum.repos.d/*
sudo rm /etc/yum.repos.d/file_name.repo
Check /var/log/messages
sudo dnf5 clean all
sudo dnf5 update --refresh
Download file
Move file to /usr/share/icons/hicolor/scalable/apps/ (needs sudo privilege)
Run sudo gtk-update-icon-cache /usr/share/icons/hicolor
Go to etc/bluetooth/main.conf
Make sure the file has the line AutoEnable=False
1. Create an xmodmap file
vim ~/.Xmodmap
2. Paste this in:
keycode 66 = BackSpace
keycode 22 = Caps_Lock
clear Lock
add Lock = Caps_Lock
3. Apply it:
xmodmap ~/.Xmodmap`
4. Open Settings -> Session and Startup
5. Go to Application Autostart
6. Add a new entry:
- Name: Xmodmap
- Command: `xmodmap ~/.Xmodmap`
- Trigger: On login