Kmail filters and header modification

2004-05-13 Thread C. D. Logan
I've experimented a bit with setting up a filter in Kmail that executes a script which calls the f-prot virus scanner. The script launches the xmessage program and pops up a window with sender and subject info displayed as well as the virus information, if f-prot returns an exit code indicating

KDE 3.2 screen savers are not working

2004-05-13 Thread Ville Koivisto
Hi! After upgrading from KDE 3.1.4 to 3.2 almost all screen savers stopped working. The preview screen stays black when selecting a saver, using the 'Test' button does nothing and when I try to access 'Setup' the saver manager tells there is no configuration file available. There are actually f

Re: default file permissions

2004-05-13 Thread Silvan
On Thursday 13 May 2004 12:18 pm, Ulrich Fürst wrote: > You're right, thanks. I'll change to "user" instead of "staff" (of > course I trust my wife but I'm not sure about myself ;-) ). No o.k. I > just feel better I guess using a group that is made for it. Or make your own and set it up how you w

Re: Mystery Icon on Panel

2004-05-13 Thread Benjamin Azan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey godd deal. I've got the same strange icon, and killing knote remove the icon.. THX !! Le mercredi 12 Mai 2004 23:57, Jeff Coppock a écrit : > On Wed, 12 May 2004 14:25:29 -0700 > > Jeff Coppock <[EMAIL PROTECTED]> wrote: > > I have this icon, kin

Re: Konqueror ignores my color in default.css file

2004-05-13 Thread Jan Torben Heuer
Am Donnerstag, 13. Mai 2004 20:34 schrieb Björn Krombholz: > It's the same. Actually i tried your example and did change the > background-color to red and the color to yellow. Buttons and input > fields on www.kde.org f.e. appeared as expected. > > Another possibility could be that the site explici

Re: Konqueror ignores my color in default.css file

2004-05-13 Thread Adeodato Simó
* Björn Krombholz [Thu, 13 May 2004 20:34:15 +0200]: > Another possibility could be that the site explicitly defines values > for those attributes you're having problems with. try to append !important to the css value, and see if things improve with it. -- Adeodato Simó EM: asp16 [ykwim

Re: lots of empty konqueror windows on starting kde

2004-05-13 Thread Adeodato Simó
* C.A de Meijere [Thu, 13 May 2004 20:22:51 +0200]: > Each time I log in, five empty konqueror windows open, which I then > have to close manually. The ~/.kde/Autostart directory is empty, except > for a a file .directory, the function of which is unclear to me. what are your session manager set

Re: Konqueror ignores my color in default.css file

2004-05-13 Thread Björn Krombholz
On Thu, 13 May 2004 20:00:45 +0200, Jan Torben Heuer <[EMAIL PROTECTED]> wrote: > The problem is not the background color but the color (foreground) > attribute. It's the same. Actually i tried your example and did change the background-color to red and the color to yellow. Buttons and input field

lots of empty konqueror windows on starting kde

2004-05-13 Thread C.A de Meijere
Each time I log in, five empty konqueror windows open, which I then have to close manually. The ~/.kde/Autostart directory is empty, except for a a file .directory, the function of which is unclear to me. How can I fix this? Thanks, Kees

Re: Konqueror ignores my color in default.css file

2004-05-13 Thread Jan Torben Heuer
Am Donnerstag, 13. Mai 2004 19:47 schrieb Björn Krombholz: > On Thu, 13 May 2004 17:22:38 +0200, Jan Torben Heuer <[EMAIL PROTECTED]> > I just tried changing the backgorund color of an input element and it > works fine. > But changes to the .css file doesn't seem to be noticed by running > instan

Re: Konqueror ignores my color in default.css file

2004-05-13 Thread Björn Krombholz
On Thu, 13 May 2004 17:22:38 +0200, Jan Torben Heuer <[EMAIL PROTECTED]> wrote: > Hi, here is a debian testing with kde from unstable running. I wrote a > default.css for the konqueror: >[...] > Everything works fine exept for the color of inputfields, buttons, > etc...: Konqueror uses the color f

Re: default file permissions

2004-05-13 Thread Ulrich Fürst
Nathaniel W. Turner schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 10 May 2004 11:48 am, Birgit und Ulrich Fürst wrote: By the way. Is it bad to use staff instead of user as group? I didn't find any system files using staff. FWIW, The staff group has write access to everything un

Re: changing proxy settings of konqueror in a shell script

2004-05-13 Thread Tobias Kraus
Am Donnerstag, 13. Mai 2004 16:13 schrieb Ben Burton: > > I have to tell konqueror to re-read kioslaverc. For this, I > > wanted to use dcop, but I couldn't find the correct function to > > call in kdcop - if there is one. > > dcop konqueror- KonquerorIface reparseConfiguration > > Does this do wha

Konqueror ignores my color in default.css file

2004-05-13 Thread Jan Torben Heuer
Hi, here is a debian testing with kde from unstable running. I wrote a default.css for the konqueror: body { background-color: #FF; color: black; font-family: Helvetia, Verdana, Arial, sans-serif; font-size:11pt; } a:link {color: #FF;} a:visited {c

Re: default file permissions

2004-05-13 Thread Nathaniel W. Turner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 10 May 2004 11:48 am, Birgit und Ulrich Fürst wrote: > By the way. Is it bad to use staff instead of user as group? I didn't > find any system files using staff. FWIW, The staff group has write access to everything under /usr/local. As /us

Re: KDE 3.2.2 Sluggish

2004-05-13 Thread Nathaniel W. Turner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 09 May 2004 03:42 pm, Matt Rechkemmer wrote: > It's odd though, if I boot back into 2.4.26, I don't get the "click" issue > with KDE 3.2.2, just with 2.6.5.  Maybe this is some KDE/kernel problem? Your X server isn't running with a negative

Re: changing proxy settings of konqueror in a shell script

2004-05-13 Thread Mickael Marchand
look at kded->proxyscout->reset() it seems to do what you want. Cheers, Mik Le jeudi 13 Mai 2004 14:49, Tobias Kraus a écrit : > Hi all, > does anyone know how to change the proxy settings of konqueror > (kde3.2) from within a shell script. Actually, I need to change from > direct internet connec

Re: changing proxy settings of konqueror in a shell script

2004-05-13 Thread Ben Burton
> I have to tell konqueror to re-read kioslaverc. For this, I wanted to > use dcop, but I couldn't find the correct function to call in kdcop - > if there is one. dcop konqueror- KonquerorIface reparseConfiguration Does this do what you want? b.

Re: changing proxy settings of konqueror in a shell script

2004-05-13 Thread Tobias Kraus
Am Donnerstag, 13. Mai 2004 15:26 schrieb Adeodato Simó: > * Tobias Kraus [Thu, 13 May 2004 14:49:20 +0200]: > > not change). This can be achieved by changing the ProxyType > > setting (from 0 to 2 and vice versa) in > > ~/.kde/share/config/kioslaverc: > > Just in case: > > $ sed -ie 's/Proxy

Re: changing proxy settings of konqueror in a shell script

2004-05-13 Thread Adeodato Simó
* Tobias Kraus [Thu, 13 May 2004 14:49:20 +0200]: > not change). This can be achieved by changing the ProxyType setting > (from 0 to 2 and vice versa) in ~/.kde/share/config/kioslaverc: Just in case: $ sed -ie 's/ProxyType=0/ProxyType=2/' ~/.kde/share/config/kioslaverc > I have to tell k

changing proxy settings of konqueror in a shell script

2004-05-13 Thread Tobias Kraus
Hi all, does anyone know how to change the proxy settings of konqueror (kde3.2) from within a shell script. Actually, I need to change from direct internet connection to using a proxy (defined in a autoconfiguration script downloaded from a webserver - this url does not change). This can be ach