Skip to content

Commit

Permalink
chore: disable autostart behavior for solaar (#1784)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Oct 14, 2024
1 parent 5a10e48 commit 2d2abff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_files/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nHidden=true@g' /usr/share/applica
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nHidden=true@g' /usr/share/applications/htop.desktop
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nHidden=true@g' /usr/share/applications/nvtop.desktop

#Disable autostart behaviour
rm -f /etc/xdg/autostart/solaar.desktop

# Disable all COPRs and RPM Fusion Repos
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/negativo17-fedora-multimedia.repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/tailscale.repo
Expand Down

0 comments on commit 2d2abff

Please sign in to comment.