Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gnome-shell-extension-tool is deprecated #61

Open
Blues1998 opened this issue May 3, 2020 · 1 comment
Open

gnome-shell-extension-tool is deprecated #61

Blues1998 opened this issue May 3, 2020 · 1 comment

Comments

@Blues1998
Copy link

./install.sh
check the necessary tools ...
make translation documents ...
/bin/sh: 1: msgfmt: not found
make: *** [Makefile:19: translations] Error 127
make: *** Waiting for unfinished jobs....
Install the extension ...
Current mode: NormalUser.
Enabling extension ...
gnome-shell-extension-tool is deprecated, use gnome-extensions instead

@LonelehKitten
Copy link

LonelehKitten commented Jun 28, 2020

In the file install.sh, the following code:

ENABLE(){

 gnome-shell-extension-tool -e dynamicTopBar@gnomeshell.feildel.fr

}

...must be changed to:

ENABLE(){

 gnome-extensions enable dynamicTopBar@gnomeshell.feildel.fr

}

...and on the line 6 change gnome-shell-extension-tool to gnome-extensions.

NOTE:
If you're using Ubuntu, you also have to install the dependencie msgfmt required by the Makefile with the command:

sudo apt install gettext

Now the script will work fine. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants