07-05-2020, 02:39 PM
(07-04-2020, 12:08 AM)devrtz Wrote:That method of getting the app id seems to be for wayland-native apps only. With apps using xwayland (navit and foxtrotgps so far) I don't get the wayland debug output. They seem to be about the right size, but using landscape instead of portrait and vice versa, so scaling may be the wrong thing for them anyway. For those two forcing fullscreen is a viable workaround, but not everything will have that option.(07-03-2020, 05:04 PM)antiX-Dave Wrote:(07-02-2020, 09:28 AM)wibble Wrote: How do you find the app id?
I think it is the process exec/command (real name?).
At least the process names are working great for me.
From the matrix chat:
Sebastian Krzyszkowiak Wrote:you can check it by launching the app with
Code:
and looking for a line likeCode:WAYLAND_DEBUG=client
Code:
Code:-> xdg_toplevel@37.set_app_id("gedit")