Closed jiang-qian closed 1 year ago
You only need Sway if you want to control the size or position of the window.
The error "invalid version for global wl_output" refers to Wayland, you have an old version (2) of the wl_output protocol, and Swayimg needs the 3rd one.
I am not sure, but try to update your system (sudo apt-get update && sudo apt-get upgrade
).
Unfortunately my system is up to date. I prefer debian stable, so I'll wait for another half year till version 12 comes out and upgrade to that.
All I want is an image viewer that allow me to specify, in wayland, to show an image, in full screen, on a particular monitor in a multi-monitor set up, like what I did with feh back in the days. Would swayimg be able to do that without sway?
If not swayimg, are you away of any image viewer that allow me to specify monitor to display under wayland? Thanks for your help!
Would swayimg be able to do that without sway?
No. It is possible to open an image in full screen, but you can not control the position of the window, even specify the monitor. Positioning is the task of the window manager, not Wayland. Swayimg only supports Sway WM.
If not swayimg, are you away of any image viewer that allow me to specify monitor to display under wayland?
Try imv.
Thanks I tried that but it doesn't allow me to specify which monitor to display the image.
On Wed, Jan 25, 2023, 02:03 Artem Senichev @.***> wrote:
Would swayimg be able to do that without sway?
No. It is possible to open an image in full screen, but you can not control the position of the window, even specify the monitor. Positioning is the task of the window manager, not Wayland. Swayimg only supports Sway WM.
If not swayimg, are you away of any image viewer that allow me to specify monitor to display under wayland?
Try imv https://sr.ht/~exec64/imv/.
— Reply to this email directly, view it on GitHub https://github.com/artemsen/swayimg/issues/60#issuecomment-1403178567, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTA6Q4LAW4SA7VPE5LPDETWUDF4HANCNFSM6AAAAAAUFHCQMY . You are receiving this because you authored the thread.Message ID: @.***>
I'm on stock Debian 11, Gnome 3 desktop environment. Feh doesn't support multiple monitor under wayland. So build swayimg from source but when running it I get SWAYSOCK variable is not defined wl_registry@2: error 0: invalid version for global wl_output (4): have 2, wanted 3 Does swayimg not run under stock gnome3? If so, what are my options for viewing images under gnome3/wayland that respect multiple monitor (i.e. I want the image displayed in full screen mode on a particularly monitor?)