Skip to content

Commit

Permalink
fix(gnome): Disable appindicator extension due to breaking VRR
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Aug 7, 2023
1 parent 38362d0 commit e7ffbfc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ RUN if grep -qv "gnome" <<< "${IMAGE_NAME}"; then \
adw-gtk3-theme \
gnome-tweaks \
gnome-shell-extension-user-theme \
gnome-shell-extension-appindicator \
gnome-shell-extension-gsconnect \
gnome-shell-extension-system76-scheduler \
openssh-askpass && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ setup-desktop-environment:
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
echo 'Configuring GNOME extensions...'
gnome-shell-extension-cl -d background-logo@fedorahosted.org
gnome-shell-extension-cl -e appindicatorsupport@rgcjonas.gmail.com
gnome-shell-extension-cl -e gsconnect@andyholmes.github.io
gnome-shell-extension-cl -e tofumenu@tofu
gsettings set org.gnome.shell.extensions.fedora-menu menu-button-icon-size 20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ setup-desktop-environment:
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
echo 'Configuring GNOME extensions...'
gnome-shell-extension-cl -d background-logo@fedorahosted.org
gnome-shell-extension-cl -e appindicatorsupport@rgcjonas.gmail.com
gnome-shell-extension-cl -e gsconnect@andyholmes.github.io
gsettings set org.gnome.mutter experimental-features "['variable-refresh-rate']"
mkdir -p $HOME/.config/presets/user/
Expand Down

0 comments on commit e7ffbfc

Please sign in to comment.