gobble
gobble copied to clipboard
Does not gobble the Sakura terminal.
Description: The program does not work as intended with Sakura terminal.
Steps to reproduce the behavior:
- Install Sakura.
- Build gobble with
cargo build --release
and place the binary in /usr/bin - 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.
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
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.
I can get Sakura to unmap if I click the window after opening it, then run gobble. Not sure what that means for Sakura.