Re: KDE

2006-08-31 Thread Alejandro Exojo
El Jueves, 31 de Agosto de 2006 04:53, Terry Henderson escribió:
> On 8/30/06, Alejandro Exojo <[EMAIL PROTECTED]> wrote:
> > If you removed the backports.org entry, you can try to remove all
> > installed packages from there (ask for help if don't know how), including
>
> How?

There are some ways of doing it. If you use aptitude, and you have the sources 
added, there is a key that matches every package from there: aptitude 
remove '~Abackports'.

Other way to do it, is trying to match the name of all packages downloaded 
from backports. If I recall correctly all backports have some special string 
in the debian version. You can try:

dpkg -l | awk '$3 ~ /backports/ {print $2}' | xargs dpkg --purge

>   KDE. If you
>
> > get rid of all packages from backports, you can install KDE from a safe
> > source again.
>
> Not sure which ones I need to get rid of.  (Did not make a list and
> don't know for sure what all was installed.)
> Maybe there's some method to finding which ones were installed from
> backports?

Yes, see above.

> > And if you need up to date KDE and openoffice, maybe you can just
> > dist-upgrade to testing (etch) or unstable. I'm not using it, but I think
> > it's close to being frozen.
>
> Is this correct?:
> apt-get dist-upgrade etch

No. You must change the sources.list first. I strongly suggest you, that 
before you proceed, take a good look to an APT manual. Better if it's the 
aptitude manual, because is a lot powerful (and easy at mid/long term) than 
just apt-get.

-- 
Alex (a.k.a. suy) - GPG ID 0x0B8B0BC2
http://barnacity.net/ - Jabber ID: [EMAIL PROTECTED]



Re: Using search index within KDE help center

2006-08-31 Thread Matt Sicker
On Wednesday 30 August 2006 11:01 am, Andre Massing wrote:
> Hi all,
>
> I have been wondering for a while how to use the search index within
> KDE help center. After successfully building a search index
> (involving the application manuals) it is not clear to me how to
> actual use the index. STRG-f search only within the shown page.
> Neither googling, searching the debian mailing archives nor reading
> the khelp doc gives a satisfying answer. So I would be happy to get
> any suggestions...
>
> Regards,
> Andre
Which program do you have installed that adds that?  Kerry+Beagle 
doesn't seem to add that.
-- 
Matt Sicker


pgpP95kqUPF1c.pgp
Description: PGP signature


how to configure kmilo

2006-08-31 Thread Hendrik Sattler
Hi,

ok, I installed kmilo but how do I configure it?
There is supposed to be something for generic laptop keys support but where do 
I configure those key mappings?

There is no help file, no manpage, no README, nothing!
Is this worth a bug report?

HS


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using search index within KDE help center

2006-08-31 Thread Hendrik Sattler
Am Mittwoch 30 August 2006 18:01 schrieb Andre Massing:
> I have been wondering for a while how to use the search index within KDE
> help center. After successfully building a search index (involving the
> application manuals) it is not clear to me how to actual use the index.
> STRG-f search only within the shown page. Neither googling, searching the
> debian mailing archives nor reading the khelp doc gives a satisfying
> answer. So I would be happy to get any suggestions...

Run: khelpcenter
At the top left, you have an input field with a button names "Search" right to 
it.

I guess that's it.

HS


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using search index within KDE help center

2006-08-31 Thread Andre Massing
Matt Sicker wrote:
> On Wednesday 30 August 2006 11:01 am, Andre Massing wrote:
>> Hi all,
>>
>> I have been wondering for a while how to use the search index within
>> KDE help center. After successfully building a search index
>> (involving the application manuals) it is not clear to me how to
>> actual use the index.

> Which program do you have installed that adds that?  Kerry+Beagle 
> doesn't seem to add that.

AFAIK I haven't installed any special program for getting this additional
entry (called "Build search index") in the "Settings" menu. But in order to
actually build that index I had to install the htdig package, which is
suggested by khelpcenter. BTW I use sid and KDE 3.5.4.
It is unclear to me why to provide to build a search index without giving a
hint in the documentation how to actually *use* it...But probably I am just to
eyeless to find the right button :-)

Regards,
Andre


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using search index within KDE help center

2006-08-31 Thread Hendrik Sattler
Am Donnerstag 31 August 2006 18:01 schrieb Andre Massing:
> AFAIK I haven't installed any special program for getting this additional
> entry (called "Build search index") in the "Settings" menu. But in order to
> actually build that index I had to install the htdig package, which is
> suggested by khelpcenter. BTW I use sid and KDE 3.5.4.
> It is unclear to me why to provide to build a search index without giving a
> hint in the documentation how to actually *use* it...But probably I am just
> to eyeless to find the right button :-)

In the dialog where the index building progress bar is, there is also a button 
to show more details. There, it tells you that htdig was not found.

Additionally, the khelpcenter package Suggests: htdig.

HS


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using search index within KDE help center

2006-08-31 Thread Andre Massing
Hendrik Sattler wrote:
> Am Donnerstag 31 August 2006 18:01 schrieb Andre Massing:
>> AFAIK I haven't installed any special program for getting this additional
>> entry (called "Build search index") in the "Settings" menu. But in order to
>> actually build that index I had to install the htdig package, which is
>> suggested by khelpcenter. BTW I use sid and KDE 3.5.4.
>> It is unclear to me why to provide to build a search index without giving a
>> hint in the documentation how to actually *use* it...But probably I am just
>> to eyeless to find the right button :-)
> 
> In the dialog where the index building progress bar is, there is also a 
> button 
> to show more details. There, it tells you that htdig was not found.

Actually it tells me that that almost everthing went fine since I installed
htdig on my laptop. IIRC there was (still is?) a bug within a perl-script (a
typo, KDE 3.5.3) which is reliable for using htdig from within khelpcenter but
I corrected this due to some suggestions I found while googling.

And surprisingly there is no input field and a Search button. Strange...

Cheers,
Andre






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]