Post Reply 
Linux version installation problem
Jan. 26, 2008, 04:57 PM
Post: #14
RE: Linux version installation problem
Thank you, jart, you're the best. However, your solution doesn't work. Maybe I don't understand something here, so I'll try to explain:
Code:
#!/bin/bash //does nothing at all, it's just a "magic byte"
sleep 120 //yep, that's my value, delays execution for given amount of seconds
exec bfilter-gui //actually runs BFilter (given it's executable is in the current directory
The problem is: whatever period I order the script to sleep for, it doesn't work. What is more, for the reason still unindentified, sometimes BFilter starts twice (sic!), with one copy obviously defunct. (However I guess it's about the way I call bfilter-gui binary, whether it's simple "./bfilter-gui" or "~/.local/bin/bfilter-gui").

To clarify some more, I'd mention that GNOME runs BFilter through "Sessions" menu.

Any ideas?
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: