On Monday, 19. November 2007, Andy Fawcett wrote:
> On Monday 19 November 2007 14:35:32 Matthias Apitz wrote:
> > El día Monday, November 19, 2007 a las 11:52:23AM +0100, Michael
>
> Nottebrock escribió:
> > > > Am I missing something? Thx
> > >
> > > It should be right between Find File and Speak
On Monday 19 November 2007 14:35:32 Matthias Apitz wrote:
> El día Monday, November 19, 2007 a las 11:52:23AM +0100, Michael
Nottebrock escribió:
> > > Am I missing something? Thx
> >
> > It should be right between Find File and Speak Text. You're also
> > missing the 'Crashes' plugin. I have no i
El día Monday, November 19, 2007 a las 11:52:23AM +0100, Michael Nottebrock
escribió:
> > Am I missing something? Thx
>
> It should be right between Find File and Speak Text. You're also missing
> the 'Crashes' plugin. I have no idea why though.
>
> The autorefresh plugin installs
>
> /usr/lo
El día Monday, November 19, 2007 a las 11:52:23AM +0100, Michael Nottebrock
escribió:
> It should be right between Find File and Speak Text. You're also missing
> the 'Crashes' plugin. I have no idea why though.
>
> The autorefresh plugin installs
>
> /usr/local/lib/kde3/libautorefresh.a
> /us
On Monday, 19. November 2007, Matthias Apitz wrote:
> El día Monday, November 19, 2007 a las 11:08:42AM +0100, Michael Nottebrock
escribió:
> > On Friday, 16. November 2007, Matthias Apitz wrote:
> > > Hello,
> > >
> > > Is there some way to configure/organise in Konqueror the automatic
> > > relo
El día Monday, November 19, 2007 a las 11:08:42AM +0100, Michael Nottebrock
escribió:
> On Friday, 16. November 2007, Matthias Apitz wrote:
> > Hello,
> >
> > Is there some way to configure/organise in Konqueror the automatic
> > reload of a given tab every nnn seconds (to avoid for example
> > t
On Friday, 16. November 2007, Matthias Apitz wrote:
> Hello,
>
> Is there some way to configure/organise in Konqueror the automatic
> reload of a given tab every nnn seconds (to avoid for example
> the automatic logout of some application)?
Install the misc/konq-plugins port. This adds an Auto Ref
Hello,
Is there some way to configure/organise in Konqueror the automatic
reload of a given tab every nnn seconds (to avoid for example
the automatic logout of some application)? Something like
while true; do
dcop $KONQ_WIN konqueror-mainwindow#1 openURL $1
sleep 60
done
came into my mind