[Bug 221109] [NEW PORT] sysutils/dsblogoutmgr: Graphical logout manager
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 6 21:54:30 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221109
--- Comment #11 from Marcel Kaiser <mk at nic-nac-project.org> ---
That's odd. I've never experienced this behavior (main window not showing)
before. So I tried executing it over and over again, with random delays between
each execution:
perl -e 'use Time::HiRes qw(usleep); $x=`dd if=/dev/random bs=1 count=4`;
srand(unpack("B*", $x) % 1000000);for ($i = 0; $i < 50; $i++) {
usleep(int(rand(3000000))); system("./dsblogoutmgr"); }'
That way, I could reproduce the behavior you describe. The problem occurred not
more than 3 times each run (50 executions). With Fluxbox I could reproduce it a
few times (ran it > 500 times), with KDE 4 (> 50 executions) only once, and
with Openbox (> 50 executions) not a single time.
However, I couldn't reproduce it after changing the part where the window hint-
flags are set. Hope this solves the problem.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list