[kde] Re: Running dolphin from a shell script and opening it in a specific directory.

2011-06-02 Thread Duncan
John Woodhouse posted on Thu, 02 Jun 2011 01:38:01 -0700 as excerpted: One aspect - the script will be run via a desktop icon which I assume means a .desktop file to activate it running in the console. That means the shell will flash up briefly which is rather untidy. Maybe there is no need

[kde] Re: Running dolphin from a shell script and opening it in a specific directory.

2011-06-02 Thread John Woodhouse
Meanwhile, are you going to try omitting the various sections as suggested, or are you taking an if it works, don't break it attitude? The don't break what's working stance is certainly a valid choice, but if you do try it without those sections, I'd appreciate it if you posted your

[kde] Re: Autostart locations in KDE4

2011-06-02 Thread Duncan
Tim Edwards posted on Thu, 02 Jun 2011 11:53:52 +0200 as excerpted: Recently I found that knetworkmanager wasn't starting up when I logged into KDE. I tried looking for any mention of it in the 'startup and shutdown' control centre module, but no luck. Eventually I found a tip on a forum that

[kde] Re: Autostart locations in KDE4

2011-06-02 Thread Stephen Dowdy
Tim Edwards wrote, On 06/02/2011 03:53 AM: Recently I found that knetworkmanager wasn't starting up when I logged into KDE. I tried looking for any mention of it in the 'startup and shutdown' control centre module, but no luck. Eventually I found a tip on a forum that I had to set

[kde] Programmatically adding plasmoid widgets to the plasma panel?

2011-06-02 Thread Stephen Dowdy
I have hunted around a bit, but not come up with anything i can run with yet, but want to populate the plasma panel with standard widgets. Below is a shell script i use on KDE3 to allow user to quickly select some standard widgets to add to 'kicker' panel, but i'd like the equivalent for KDE4.

[kde] Re: Programmatically adding plasmoid widgets to the plasma panel?

2011-06-02 Thread Kevin Krammer
On Thursday, 2011-06-02, Stephen Dowdy wrote: I have hunted around a bit, but not come up with anything i can run with yet, but want to populate the plasma panel with standard widgets. Below is a shell script i use on KDE3 to allow user to quickly select some standard widgets to add to

[kde] Re: Autostart locations in KDE4

2011-06-02 Thread Tim Edwards
On Thu, 02 Jun 2011 14:54 +, Duncan 1i5t5.dun...@cox.net wrote: Tim Edwards posted on Thu, 02 Jun 2011 11:53:52 +0200 as excerpted: Recently I found that knetworkmanager wasn't starting up when I logged into KDE. I tried looking for any mention of it in the 'startup and shutdown'

[kde] Re: Autostart locations in KDE4

2011-06-02 Thread Stephen Dowdy
Tim Edwards wrote, On 06/02/2011 02:10 PM: Thanks for the script. I'm not sure what you mean exactly. The config path is: config = /home/tim/.kde4/share/config/:/usr/share/kde4/config/:/etc/kde4/share/config/ [/usr/share/kde4/config/] Does that mean KDE scans all those directories for

[kde] Re: Programmatically adding plasmoid widgets to the plasma panel?

2011-06-02 Thread Duncan
Kevin Krammer posted on Thu, 02 Jun 2011 21:33:11 +0200 as excerpted: On Thursday, 2011-06-02, Stephen Dowdy wrote: I have hunted around a bit, but not come up with anything i can run with yet, but want to populate the plasma panel with standard widgets. Below is a shell script i use on KDE3