Keruspe / GPaste

Clipboard management system
BSD 2-Clause "Simplified" License
756 stars 54 forks source link

[bug] dbus service not starting #418

Closed werdahias closed 1 year ago

werdahias commented 1 year ago

OS: Debian sid WM: wayfire gpaste: 43-1

I have a debian sid system with openrc. The daemon doesn't start:

gpaste-client daemon-reexec

(gpaste-client:9932): GPaste-CRITICAL **: 11:14:22.984: Error calling StartServiceByName for org.gnome.GPaste: Process org.gnome.GPaste exited with status 1

running the daemon manually also doesn't work:


/usr/libexec/gpaste/gpaste-daemon

(gpaste-daemon:10413): Gtk-WARNING **: 11:19:26.543: cannot open display: :0

I run wayfire inside a dbus session.

Keruspe commented 1 year ago

GPaste requires a running X or Xwayland server

On Fri 24 Mar 2023 at 11:23, werdahias @.***> wrote:

OS: Debian sid WM: wayfire gpaste: 43-1

I have a debian sid system with openrc. The daemon doesn't start:

gpaste-client daemon-reexec

(gpaste-client:9932): GPaste-CRITICAL **: 11:14:22.984: Error calling StartServiceByName for org.gnome.GPaste: Process org.gnome.GPaste exited with status 1

running the daemon manually also doesn't work:

/usr/libexec/gpaste/gpaste-daemon

(gpaste-daemon:10413): Gtk-WARNING **: 11:19:26.543: cannot open display: :0

I run wayfire inside a dbus session.

— Reply to this email directly, view it on GitHub https://github.com/Keruspe/GPaste/issues/418, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABWNXVQ7OQYOD6UVIGU5G3W5VYYPANCNFSM6AAAAAAWGLVZKU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

werdahias commented 1 year ago

ah, ok. is wayland support planned?

Keruspe commented 1 year ago

As soon as it is possible to monitor clipboard events on wayland, yes

On Fri 24 Mar 2023 at 11:31, werdahias @.***> wrote:

ah, ok. is wayland support planned?

— Reply to this email directly, view it on GitHub https://github.com/Keruspe/GPaste/issues/418#issuecomment-1482576473, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABWNXRAISXP3U45QT76SI3W5VZG5ANCNFSM6AAAAAAWGLVZKU . You are receiving this because you commented.Message ID: @.***>

werdahias commented 1 year ago

ok, thanks.