Skip to content

Commit

Permalink
feat: remove input-leap,solaar now can get flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Feb 4, 2025
1 parent b03242f commit 00d434d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions desktop-changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ if [[ ${IMAGE} =~ bluefin|bazzite ]]; then
# copy system files
rsync -rvK /ctx/system_files/silverblue/ /

# remove solaar and input leap, if installed
dnf -y remove input-leap solaar

# custom gnome overrides
mkdir -p /tmp/ublue-schema-test &&
find /usr/share/glib-2.0/schemas/ -type f ! -name "*.gschema.override" -exec cp {} /tmp/ublue-schema-test/ \; &&
Expand Down

0 comments on commit 00d434d

Please sign in to comment.