pdfslicer icon indicating copy to clipboard operation
pdfslicer copied to clipboard

Wrong appid on Wayland

Open nicolasfella opened this issue 2 years ago • 2 comments

When running pdfslicer on Wayland the app_id is set to "pdfslicer". However this should match the name of the .desktop file, which is "com.github.junrrein.PDFSlicer".

Due to this desktop environments cannot map the window to the .desktop file, which breaks several shell features, such as correct icons and app names in the window switcher

nicolasfella avatar Jan 03 '22 20:01 nicolasfella

From running WAYLAND_DEBUG=1 pdfslicer: [1369499.894] -> [email protected]_app_id("pdfslicer")

nicolasfella avatar Jan 03 '22 20:01 nicolasfella

Apparently that's a pretty fundamental limitation in GTK3: https://gitlab.gnome.org/GNOME/gedit/-/issues/486#note_1353182

nicolasfella avatar Jan 11 '22 23:01 nicolasfella