[Xfce-bugs] [Bug 15623] AppFinder opens two or more windows at the same time despite having activated single windows in preferences

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sun Jul 7 03:46:58 CEST 2019


https://bugzilla.xfce.org/show_bug.cgi?id=15623

--- Comment #13 from Mario Rugiero <mrugiero at gmail.com> ---
On the hang, I advise on a procedure like the following (assuming the server
already shows symptoms):
- Install strace, platform dependant. Never used RH-based distros.
- Determine the actual server. No idea of a reliable way, but the lowest pid
seems like a good heuristic.
$ appfinder_server=$(pgrep xfce4-appfinder | sort -n | head -1)
- Attach strace to it and check what's it waiting for.
$ sudo strace -p $appfinder_server

Getting a gdb backtrace may help, too. I may comment on that later.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list