How to get more information about “Error loading extension”?
How do I get more information why a specific extension is not working and showing me "Error loading extension" when trying to enable it?

gnome-shell gnome-shell-extension
add a comment |
How do I get more information why a specific extension is not working and showing me "Error loading extension" when trying to enable it?

gnome-shell gnome-shell-extension
The new answer by @Cibes is a better alternative imo, you might want to consider accepting that instead.
– pomsky
Jan 9 at 17:34
add a comment |
How do I get more information why a specific extension is not working and showing me "Error loading extension" when trying to enable it?

gnome-shell gnome-shell-extension
How do I get more information why a specific extension is not working and showing me "Error loading extension" when trying to enable it?

gnome-shell gnome-shell-extension
gnome-shell gnome-shell-extension
edited Oct 13 '18 at 20:34
pomsky
29.2k1190116
29.2k1190116
asked Feb 15 '18 at 15:06
orschiroorschiro
5,02264398
5,02264398
The new answer by @Cibes is a better alternative imo, you might want to consider accepting that instead.
– pomsky
Jan 9 at 17:34
add a comment |
The new answer by @Cibes is a better alternative imo, you might want to consider accepting that instead.
– pomsky
Jan 9 at 17:34
The new answer by @Cibes is a better alternative imo, you might want to consider accepting that instead.
– pomsky
Jan 9 at 17:34
The new answer by @Cibes is a better alternative imo, you might want to consider accepting that instead.
– pomsky
Jan 9 at 17:34
add a comment |
2 Answers
2
active
oldest
votes
Run
sudo journalctl /usr/bin/gnome-shell
and look for errors associated with the extension while trying to enable it.
Also sometimes an extension works alright if you just manually add your GNOME shell version (which is not officially supported by the extension) to the extension's metadata.json file.
To do that (if you have installed the extension not as the root) go to ~/.local/share/gnome-shell/extensions/ and look for the directory associated with the extension. Open it and you should find a metadata.json file inside. Open the file, add your GNOME shell version under the "shell-version": section and save the file. Relogin and if you're lucky the extension may start working.
add a comment |
You can see details of GNOME extensions, including errors, using GNOME's Looking Glass tool:
- press Alt+F2, type
lg, then Return. - go to the "Extensions" section
- search the relevant extension and click on "Show Errors" for it
New contributor
Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1006499%2fhow-to-get-more-information-about-error-loading-extension%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Run
sudo journalctl /usr/bin/gnome-shell
and look for errors associated with the extension while trying to enable it.
Also sometimes an extension works alright if you just manually add your GNOME shell version (which is not officially supported by the extension) to the extension's metadata.json file.
To do that (if you have installed the extension not as the root) go to ~/.local/share/gnome-shell/extensions/ and look for the directory associated with the extension. Open it and you should find a metadata.json file inside. Open the file, add your GNOME shell version under the "shell-version": section and save the file. Relogin and if you're lucky the extension may start working.
add a comment |
Run
sudo journalctl /usr/bin/gnome-shell
and look for errors associated with the extension while trying to enable it.
Also sometimes an extension works alright if you just manually add your GNOME shell version (which is not officially supported by the extension) to the extension's metadata.json file.
To do that (if you have installed the extension not as the root) go to ~/.local/share/gnome-shell/extensions/ and look for the directory associated with the extension. Open it and you should find a metadata.json file inside. Open the file, add your GNOME shell version under the "shell-version": section and save the file. Relogin and if you're lucky the extension may start working.
add a comment |
Run
sudo journalctl /usr/bin/gnome-shell
and look for errors associated with the extension while trying to enable it.
Also sometimes an extension works alright if you just manually add your GNOME shell version (which is not officially supported by the extension) to the extension's metadata.json file.
To do that (if you have installed the extension not as the root) go to ~/.local/share/gnome-shell/extensions/ and look for the directory associated with the extension. Open it and you should find a metadata.json file inside. Open the file, add your GNOME shell version under the "shell-version": section and save the file. Relogin and if you're lucky the extension may start working.
Run
sudo journalctl /usr/bin/gnome-shell
and look for errors associated with the extension while trying to enable it.
Also sometimes an extension works alright if you just manually add your GNOME shell version (which is not officially supported by the extension) to the extension's metadata.json file.
To do that (if you have installed the extension not as the root) go to ~/.local/share/gnome-shell/extensions/ and look for the directory associated with the extension. Open it and you should find a metadata.json file inside. Open the file, add your GNOME shell version under the "shell-version": section and save the file. Relogin and if you're lucky the extension may start working.
answered Feb 15 '18 at 15:35
pomskypomsky
29.2k1190116
29.2k1190116
add a comment |
add a comment |
You can see details of GNOME extensions, including errors, using GNOME's Looking Glass tool:
- press Alt+F2, type
lg, then Return. - go to the "Extensions" section
- search the relevant extension and click on "Show Errors" for it
New contributor
Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
You can see details of GNOME extensions, including errors, using GNOME's Looking Glass tool:
- press Alt+F2, type
lg, then Return. - go to the "Extensions" section
- search the relevant extension and click on "Show Errors" for it
New contributor
Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
You can see details of GNOME extensions, including errors, using GNOME's Looking Glass tool:
- press Alt+F2, type
lg, then Return. - go to the "Extensions" section
- search the relevant extension and click on "Show Errors" for it
New contributor
Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
You can see details of GNOME extensions, including errors, using GNOME's Looking Glass tool:
- press Alt+F2, type
lg, then Return. - go to the "Extensions" section
- search the relevant extension and click on "Show Errors" for it
New contributor
Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Jan 9 at 12:02
pomsky
29.2k1190116
29.2k1190116
New contributor
Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered Jan 9 at 11:43
CibesCibes
1313
1313
New contributor
Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1006499%2fhow-to-get-more-information-about-error-loading-extension%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The new answer by @Cibes is a better alternative imo, you might want to consider accepting that instead.
– pomsky
Jan 9 at 17:34