fix: Explicitly specify D-Bus signal signature for Gnome clipboard events#1036
fix: Explicitly specify D-Bus signal signature for Gnome clipboard events#1036rohankmr414 wants to merge 1 commit into
Conversation
|
@dagimg-dot can you quickly test this on your side? |
|
@aurelleb After I upgraded to Fedora 43, which also upgraded my GNOME version to 49, the clipboard history feature stopped working. I see this in the log line: After the fix in the PR, when I start the server locally, I do see the following logs in the server, which were not showing up earlier |
hey @rohankmr414 , I am using CachyOS with GNOME 49.2 but clipboard is working without any problem. and my friend with your exact setup is using it too. |
This pull request makes a small but important fix to the D-Bus signal connection logic in the GNOME clipboard server. The change ensures that the D-Bus signal signature is explicitly specified when connecting and disconnecting the
ClipboardChangedsignal, which is necessary for proper type matching in Qt6. This is required for clipboard history to work in GNOME 49