Post Reply 
Linux version installation problem
Jan. 24, 2008, 08:29 AM
Post: #13
RE: Linux version installation problem
This happens because BFilter is started before the tray panel has fully initialized. Unfortunately, there is no way to change startup order in the gnome session manager. In fact, all user-made additions are placed at the top of the list.
The solution would be to create a script like this:
Code:
#!/bin/sh
sleep 5
exec /path/to/bfilter-gui
And then launch that instead of launching bfilter-gui directly.
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Linux version installation problem - [r4] - Aug. 27, 2007, 10:38 AM
RE: Linux version installation problem - jart - Aug. 27, 2007, 02:08 PM
RE: Linux version installation problem - [r4] - Aug. 27, 2007, 04:54 PM
RE: Linux version installation problem - jart - Aug. 27, 2007, 05:16 PM
RE: Linux version installation problem - [r4] - Aug. 27, 2007, 06:39 PM
RE: Linux version installation problem - jart - Aug. 27, 2007, 08:45 PM
RE: Linux version installation problem - Guest - Aug. 30, 2007, 12:48 PM
RE: Linux version installation problem - zebul66 - Sep. 18, 2007, 12:02 PM
RE: Linux version installation problem - [r4] - Oct. 17, 2007, 09:33 PM
RE: Linux version installation problem - jart - Oct. 17, 2007, 10:37 PM
RE: Linux version installation problem - [r4] - Oct. 18, 2007, 06:50 PM
RE: Linux version installation problem - [r4] - Jan. 23, 2008, 07:19 PM
RE: Linux version installation problem - jart - Jan. 24, 2008 08:29 AM
RE: Linux version installation problem - [r4] - Jan. 26, 2008, 04:57 PM
RE: Linux version installation problem - jart - Jan. 26, 2008, 08:22 PM
RE: Linux version installation problem - [r4] - Jan. 27, 2008, 10:28 AM
RE: Linux version installation problem - jart - Jan. 27, 2008, 01:43 PM
RE: Linux version installation problem - [r4] - Jan. 28, 2008, 04:50 PM
RE: Linux version installation problem - [r4] - Mar. 12, 2008, 10:04 PM

Forum Jump: