On Wed, Oct 02, 2019 at 01:27:12PM -0600, Lawrence E Graves wrote: > When I go to gnome-tweaks and try to install it after doing what you > previously told me to do. It says error loading.
Okay, let's try a few more things. All command-line -- sorry. Note that none of this is to be done as root or with sudo First: disable the extension (just to be sure): gnome-shell-extension-tool -d dash-to-d...@micxgx.gmail.com Now, we're going to remove the installed version. Be careful with this because it's an "rm -rf" command and a typo could delete something you don't mean. rm -rf ~/.local/share/gnome-shell/extensions/dash-to-d...@micxgx.gmail.com/ Now, we'll go back and reinstall the extension. We're going to do this from your Downloads directory just as a temporary working space. cd ~/Downloads rm -rf dash-to-dock git clone https://github.com/micheleg/dash-to-dock.git cd dash-to-dock git checkout gnome-3.32 make make install And then we'll re-enable from the command line: gnome-shell-extension-tool -e dash-to-d...@micxgx.gmail.com -- Matthew Miller <mat...@fedoraproject.org> Fedora Project Leader _______________________________________________ test mailing list -- test@lists.fedoraproject.org To unsubscribe send an email to test-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org