Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Aug 2017 21:54:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 221109] [NEW PORT] sysutils/dsblogoutmgr: Graphical logout manager
Message-ID:  <bug-221109-13-KvCDGss80o@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221109-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221109-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221109

--- Comment #11 from Marcel Kaiser <mk@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 bet=
ween
each execution:

perl -e 'use Time::HiRes qw(usleep); $x=3D`dd if=3D/dev/random bs=3D1 count=
=3D4`;
srand(unpack("B*", $x) % 1000000);for ($i =3D 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 h=
int-
flags are set. Hope this solves the problem.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221109-13-KvCDGss80o>