Chunhui Ouyang

Results 139 comments of Chunhui Ouyang

> You mean one working with Wayland, I assume. I will take a look. yep Just find the command line screencast tool for gnome's wayland technology, and I'll be able...

> The Gnome builtin screenshot utiliy works of course but I guess this is not a test you like to see. It should be a command-line screenshot tool that can...

> I will try. I wasn't yet successful to find a command line screenshot tool working with Wayland. Searching.... If you find it, just let me know, and then I'll...

Using dbus to take screenshots in wayland is not a good idea. I prefer to use a screenshot adapter that supports the corresponding wayland compositor screenshot protocol I'll look for...

@manfredlotz https://github.com/ksnip/ksnip Can you help test this? Use the following command ``` ksnip -p 1.png -c ``` It also has a GUI function for editing, but we only need the...

> Hm, when I try > > `ksnip -p 1.png -c` I get > > ``` > Info: Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway....

> env XDG_SESSION_TYPE= QT_QPA_PLATFORM=wayland ksnip -p 1.png -c env XDG_SESSION_TYPE=gnome QT_QPA_PLATFORM=wayland ksnip -p 1.png -c try

@manfredlotz okay It looks like gnome has to interface via the dbus bus

@manfredlotz Can you check if gnome's official screenshot tool can meet the following requirements: 1. pure command line calls 2. can be invoked without GUI interface 3. full-screen screenshots can...