LazoCoder / Pokemon-Terminal

Pokemon terminal themes.
GNU General Public License v3.0
4.2k stars 225 forks source link

Feh - xprop call #179

Closed regenbogencode closed 4 years ago

regenbogencode commented 4 years ago

I'm running into an issue when trying to change the wallpaper. The calls take really long/freezes the terminal (see below), while debugging I found out that the cause is the xprop call from the Feh adapter.

In b562a5c89a65cef5a2af8f34deb0b8da5b718fc1 the call gets changed from xprop -root -notype toxprop root -notype, which changes the cursor to an selection cursor and waits for the user to select a window. Therefore the execution of pokemon-terminal is halted until the user clicks a window. Additionally the result of this call is always root: no such atom on any window., instead the properties of the root window.

System:

sylveon commented 4 years ago

My bad, thanks for the PR.