Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2020 14:36:05 -0500
From:      "Vlad D. Markov" <dvoich@aim.com>
To:        freebsd-questions@freebsd.org
Subject:   I do not understand this
Message-ID:  <20200105143605.ff59d3ed0aedcfcc727495ff@aim.com>
References:  <20200105143605.ff59d3ed0aedcfcc727495ff.ref@aim.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I moved my desktop from Debian to FreeBSD.

In my previous .xinitrc I would start Sylphhed like so: sylpheed &

I noticed after moving to FreeBSD that sylpheed would often just lock up meaning it would not respond to the mouse or key presses.

I changed the invocation to: sylpheed >/dev/null 2>&1 &

No more problems after that.

Firefox would lock up when invoked by the fluxbox keys. Again changing the invocation from "firefox &" to firefox >/dev/null 2>&1 &" solved the problem.

I have no idea of why that worked nor why the behavior is different in FreeBSD than Debian.

The only commonality I see is that my problem apps all used GTK.

-- 
Every gun that is made, every warship launched, every rocket fired
signifies in the final sense, a theft from those who hunger and are not
fed, those who are cold and are not clothed.  This world in arms is not
spending money alone.  It is spending the sweat of its laborers, the
genius of its scientists, the hopes of its children.  This is not a way
of life at all in any true sense.  Under the clouds of war, it is
humanity hanging on a cross of iron.
                -- Dwight D. Eisenhower, April 16, 1953




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200105143605.ff59d3ed0aedcfcc727495ff>