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

pick not working in manjaro sway #6

Open
grizzlydotweb opened this issue Mar 23, 2023 · 3 comments
Open

pick not working in manjaro sway #6

grizzlydotweb opened this issue Mar 23, 2023 · 3 comments

Comments

@grizzlydotweb
Copy link

Hi can you tell me what is the problem, im not able to pick a color. If i set the immediate pick option, i get the following error message:

picket --g-fatal-warnings
Screen: 1920x1200
Display Server: Wayland

** (picket:53249): CRITICAL **: 18:23:44.789:
unhandled exception (type Glib::Error) in signal handler:
domain: g-dbus-error-quark
code : 2
what : GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Shell.Screenshot was not provided by any .service files

[1] 53249 trace trap (core dumped) picket --g-fatal-warnings

@Tachi107
Copy link
Contributor

Tachi107 commented Mar 23, 2023

This is probably because Picket uses the GNOME/GTK-specific (and now private) org.gnome.Shell.Screenshot D-Bus interface. A possible solution would be to use the org.freedesktop.portal.Screenshot XDG Portal instead

@Tachi107
Copy link
Contributor

Please also see flameshot-org/flameshot#1910 for more background and flameshot-org/flameshot#2035 for a possible solution

@rajter
Copy link
Owner

rajter commented Mar 28, 2023

Tachi107 is right, Picket uses the org.gnome.Shell.Screenshot D-Bus interface for taking screenshots on Wayland. As he pointed out, the interface is now private and throws an error. I'll fix it as soon as possible.

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

3 participants