mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-27 03:35:15 +00:00
feat: Switch to OpenRGB AppImage due to Flatpak erroneously considering udev rules to be not present.
This commit is contained in:
parent
2636ebd496
commit
aa65885b2c
@ -70,6 +70,11 @@ screens:
|
||||
default: false
|
||||
packages:
|
||||
- Install OpenRazer: ujust install-openrazer
|
||||
OpenRGB:
|
||||
description: Open source RGB lighting control that doesn't depend on manufacturer software
|
||||
default: false
|
||||
packages:
|
||||
- Install OpenRGB: ujust install-openrgb
|
||||
Wootility:
|
||||
description: A configurator for Wooting keyboards
|
||||
default: false
|
||||
@ -221,7 +226,6 @@ screens:
|
||||
- KeePassXC: org.keepassxc.KeePassXC
|
||||
- Main Menu: page.codeberg.libre_menu_editor.LibreMenuEditor
|
||||
- Metadata Cleaner: fr.romainvigier.MetadataCleaner
|
||||
- OpenRGB: org.openrgb.OpenRGB
|
||||
- Pika Backup: org.gnome.World.PikaBackup
|
||||
- qBittorrent: org.qbittorrent.qBittorrent
|
||||
- Resources: net.nokyan.Resources
|
||||
|
@ -48,6 +48,11 @@ screens:
|
||||
default: false
|
||||
packages:
|
||||
- Install OpenRazer: ujust install-openrazer
|
||||
OpenRGB:
|
||||
description: Open source RGB lighting control that doesn't depend on manufacturer software
|
||||
default: false
|
||||
packages:
|
||||
- Install OpenRGB: ujust install-openrgb
|
||||
OpenTabletDriver:
|
||||
description: Open source, cross-platform, user-mode tablet driver
|
||||
default: false
|
||||
@ -216,7 +221,6 @@ screens:
|
||||
- KeePassXC: org.keepassxc.KeePassXC
|
||||
- Main Menu: page.codeberg.libre_menu_editor.LibreMenuEditor
|
||||
- Metadata Cleaner: fr.romainvigier.MetadataCleaner
|
||||
- OpenRGB: org.openrgb.OpenRGB
|
||||
- Pika Backup: org.gnome.World.PikaBackup
|
||||
- qBittorrent: org.qbittorrent.qBittorrent
|
||||
- Resources: net.nokyan.Resources
|
||||
|
@ -74,6 +74,20 @@ install-emudeck:
|
||||
chmod +x $HOME/Desktop/EmuDeck.AppImage
|
||||
fi
|
||||
|
||||
# Install OpenRGB (https://openrgb.org/)
|
||||
install-openrgb:
|
||||
#!/usr/bin/bash
|
||||
if grep -q 'it.mijorus.gearlever' <<< $(flatpak list); then
|
||||
wget https://openrgb.org/releases/release_0.9/OpenRGB_0.9_x86_64_b5f46e3.AppImage \
|
||||
-O $HOME/Downloads/OpenRGB.AppImage
|
||||
chmod +x $HOME/Downloads/OpenRGB.AppImage
|
||||
flatpak run it.mijorus.gearlever $HOME/Downloads/OpenRGB.AppImage
|
||||
else
|
||||
wget https://openrgb.org/releases/release_0.9/OpenRGB_0.9_x86_64_b5f46e3.AppImage \
|
||||
-O $HOME/Desktop/OpenRGB.AppImage
|
||||
chmod +x $HOME/Desktop/OpenRGB.AppImage
|
||||
fi
|
||||
|
||||
# Install Boxtron, a Steam Play compatibility tool to run DOS games using native Linux DOSBox
|
||||
install-boxtron: distrobox-check-fedora
|
||||
distrobox enter -n fedora -- bash -c '\
|
||||
|
Loading…
x
Reference in New Issue
Block a user