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

error: exitCode=256 #80

Closed
a1ad opened this issue Sep 6, 2018 · 2 comments
Closed

error: exitCode=256 #80

a1ad opened this issue Sep 6, 2018 · 2 comments

Comments

@a1ad
Copy link

a1ad commented Sep 6, 2018

when taking a screenshot i get the following error code: Error

cat ~/.local/share/gnome-shell/extensions/gnome-shell-screenshot@ttll.de/metadata.json
{
"_generated": "Generated by SweetTooth, do not edit",
"description": "Conveniently create, copy, store and upload screenshots",
"gettext-domain": "gnome-shell-screenshot",
"name": "Screenshot Tool",
"settings-schema": "org.gnome.shell.extensions.screenshot",
"shell-version": [
"3.24",
"3.26",
"3.28"
],
"url": "https://github.com/OttoAllmendinger/gnome-shell-screenshot/",
"uuid": "gnome-shell-screenshot@ttll.de",
"version": 30

gnome-shell --version
GNOME Shell 3.28.3

@a1ad a1ad mentioned this issue Sep 6, 2018
@OttoAllmendinger
Copy link
Owner

@a1ad please run this command and paste the output

gjs ~/.local/share/gnome-shell/extensions/gnome-shell-screenshot@ttll.de/auxhelper.js --desktop --filename /tmp/test.png --debug

@a1ad
Copy link
Author

a1ad commented Sep 7, 2018

@OttoAllmendinger thanks you put me in the right direction, it is a firejail permission issue

Solution:
create file: /etc/firejail/gjs.local with line: "noblacklist ${HOME}/.local/share/gnome-shell"

OttoAllmendinger added a commit that referenced this issue Apr 8, 2020
At least two users were affected

Issue: #80
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