gobble icon indicating copy to clipboard operation
gobble copied to clipboard

Does not gobble the Sakura terminal.

Open ghost opened this issue 1 year ago • 3 comments

Description: The program does not work as intended with Sakura terminal.

Steps to reproduce the behavior:

  1. Install Sakura.
  2. Build gobble with cargo build --release and place the binary in /usr/bin
  3. Run Sakura and try to gobble any window, for example gobble firefox.

Expected behavior Sakura was expected to hide, it doesn't.

Additional context It is reproducible on any major Linux distribution.

ghost avatar Mar 19 '23 16:03 ghost

I've tested this and can reproduce the behaviour. It doesn't seem to be a Sakura issue, because a script like this works fine:

#!/bin/sh

ID=$(xdotool getwindowfocus)
xdotool windowunmap $ID
xterm
xdotool windowmap $ID

EmperorPenguin18 avatar Aug 22 '23 20:08 EmperorPenguin18

Whether it is a Sakura issue or not, your program does not work as intended with Sakura. It also doesn't work with default teminal in Ubuntu 20.

ghost avatar Jan 01 '24 08:01 ghost

I can get Sakura to unmap if I click the window after opening it, then run gobble. Not sure what that means for Sakura.

EmperorPenguin18 avatar May 02 '24 20:05 EmperorPenguin18