libkdefakes as it's own package

2003-01-15 Thread James Greenhalgh
Folks,

I've noticed one app in particular (ksysguardd [note the dd]) but I'm sure 
there are more in KDE that use libkdefakes as the only lib.  I'd like this lib 
to be separate from kdelibs4 as the overhead to install kdelibs4 is rather 
needless when just the kdefakes lib is needed.

I have CVS write access now :), and was wondering  if anyone has any 
problem with me modifying the kdelibs structure to add libkdefakes and 
libkdefakes-dev and removing those files from kdelibs4 and 
kdelibs4-dev?  I already do it for my experimental repository and it 
works well.  I can remotely monitor my servers with ksysguardd using
ksim.

Regards,
James

-- 
James Greenhalgh, Open Door Software Inc.
I believe in free software. Free software is a matter of the users' freedom 
to run, copy, distribute, study, change and improve the software.  Please 
do not send me any proprietary attachments.

PGP key num: D858790C
Fingerprint: A253 E524 8BC4 5E86 77E4  83D3 C27D D276 D858 790C


signature.asc
Description: This is a digitally signed message part


Re: libkdefakes as it's own package

2003-01-15 Thread Mark Purcell
On Wed, Jan 15, 2003 at 01:48:13AM -0500, James Greenhalgh wrote:
> Folks,
> 
> I've noticed one app in particular (ksysguardd [note the dd]) but I'm sure 
> there are more in KDE that use libkdefakes as the only lib.  I'd like this 
> lib 
> to be separate from kdelibs4 as the overhead to install kdelibs4 is rather 
> needless when just the kdefakes lib is needed.

Yes please,

This has been requested as a wishlist bug for over a year now..

Have a look at:

http://bugs.debian.org/124327

Mark



pgpele4RRLXqL.pgp
Description: PGP signature


Re: No german umlauts in konsole

2003-01-15 Thread Frank Mehnert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 12 January 2003 15:59, Sven Bergner wrote:
> Hi list,
> I use the kde 3.0.99 packages from Ralf Nolden and have some trouble with
> my german umlauts while using konsole. I can see the umlauts when I type
> them, but when I make a ls or ll all umlauts are only ?(questionmarks).
> What do I have to change to get this working.

Add the following lines to your .xsession
  export LC_COLLATE="C"
  export LC_CTYPE="[EMAIL PROTECTED]"
  export LC_MONETARY="[EMAIL PROTECTED]"
  export LC_MESSAGES="C"
  export LC_TIME="[EMAIL PROTECTED]"
  export LANG="[EMAIL PROTECTED]"
  exec /usr/bin/kde3

(Assuming that you want to have english messages).
The LANG= line seems to be important.

Frank
- -- 
## Dept. of Computer Science, Dresden University of Technology, Germany ##
## E-Mail: [EMAIL PROTECTED]http://os.inf.tu-dresden.de/~fm3 ##
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+JSnJ6z8pigLf3EcRAnQ/AJwIpV/ZdJUpvj5pBzdbvaY1H316ggCgluHF
+AJ5/tyfm2G2AHsq0FSTZkU=
=x818
-END PGP SIGNATURE-




Re: fontconfig (solved)

2003-01-15 Thread adri
il giorno Tue, Jan 14, 2003 at 05:13:49PM +0100, adri ha scritto
> the problem in fact is in the libconfig (vers. 2.1-14), that give me:
> [...]
ok, i solve it.
it seems to me I have let installed on the system old libfreetype
libraries, so when fontconfig starts, don't' recognises this libs:
ls /usr/X11R6/lib/*free*
$ libfreetype.so  libfreetype.so.6  libfreetype.so.6.2
when I erased this, system goes well.
thank's and see you!
adri
p.s.: I apologies for my bad english ;))
-- 
icq# 63011800 - jabber: [EMAIL PROTECTED]
gnupg key id: 1C66B3DE
"Non esiste vento favorevole per il marinaio che non sa dove andare."
Seneca




Re: No german umlauts in konsole

2003-01-15 Thread Sven Bergner
yn Tue, 14 Jan 2003, Nathaniel W. Turner wrote:

> On Sunday 12 January 2003 09:59 am, Sven Bergner wrote:
> > I use the kde 3.0.99 packages from Ralf Nolden and have some trouble with
> > my german umlauts while using konsole. I can see the umlauts when I type
> > them, but when I make a ls or ll all umlauts are only ?(questionmarks).
> > What do I have to change to get this working.
> 
> Did this work for you with previous KDE 3 packages?  What locale are you 
> using?  My default locale is "en_US.UTF-8" and I can touch and ls files like 
> "füd" no problem.  
> 
> (Although I'm actually using orth's HEAD packages, and perhaps this was fixed 
> post-3.0...)
> 
Hi,
I solved this already. It was a wrong setting in locales.
Thanks.

Greetings,
  Sven

-- 
+-+
!   Sven Bergner  E-Mail: [EMAIL PROTECTED]   !
!Registered Linux-User #65111 !
+-+




KDE 3.1 RC 7

2003-01-15 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

please update and test. kde-i18n is included, kdeutils is an older version 
still (which I'll update today) because it had compile errors. I'll try to 
fix the libkdefakes packaging thing.

Yesterday I've also added a backport of bash-2.0b-3 from testing because this 
fixes the problem with home/end keys in konsole which is apparent in the 
woody version 2.0a, plus added some more apps like k15 and so forth. See for 
yourself.

Ralf
- -- 
We're not a company, we just produce better code at less costs.
- 
Ralf Nolden
[EMAIL PROTECTED]

The K Desktop Environment   The KDevelop Project
http://www.kde.org  http://www.kdevelop.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+JS1cu0nKi+w1Ky8RArUtAJ47KociYoJ9JST1P17Ac1eG3HOCfgCgoxDj
uznWmfVeLD7iVnZqJzLd/MU=
=13vf
-END PGP SIGNATURE-





Re: libkdefakes as it's own package

2003-01-15 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mittwoch, 15. Januar 2003 07:48, James Greenhalgh wrote:
> Folks,
>
> I've noticed one app in particular (ksysguardd [note the dd]) but I'm sure
> there are more in KDE that use libkdefakes as the only lib.  I'd like this
> lib to be separate from kdelibs4 as the overhead to install kdelibs4 is
> rather needless when just the kdefakes lib is needed.
>
> I have CVS write access now :), and was wondering  if anyone has any
> problem with me modifying the kdelibs structure to add libkdefakes and
> libkdefakes-dev and removing those files from kdelibs4 and
> kdelibs4-dev?  I already do it for my experimental repository and it
> works well.  I can remotely monitor my servers with ksysguardd using
> ksim.

Good idea, but I would do it in the BRANCH and HEAD and ask Chris Cheney for 
ACK.

Chris ? 

We'd need to do this ASAP if we do it because the final tarballs are almost 
out. We'd have to ask Dirk Müller to re-tag kdelibs/debian and add the 
necessary .install file.

Ralf

> Regards,
> James

- -- 
We're not a company, we just produce better code at less costs.
- 
Ralf Nolden
[EMAIL PROTECTED]

The K Desktop Environment   The KDevelop Project
http://www.kde.org  http://www.kdevelop.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+JStFu0nKi+w1Ky8RAgFHAJwPovpWM0FeJ6ayyuclAsXwNWrwWwCeLcvS
XfxBjf6ozFqF3qaw0IM2OIY=
=8+yW
-END PGP SIGNATURE-





Re: libkdefakes as it's own package

2003-01-15 Thread James Greenhalgh

> We'd need to do this ASAP if we do it because the final tarballs are almost 
> out. We'd have to ask Dirk Müller to re-tag kdelibs/debian and add the 
> necessary .install file.

Just in case I wasn't clear in the first mail and since I didn't mention it, 
this 
affects kdebase structure as well...

control
ksysguard.install
ksysguardd.install

-James

-- 
James Greenhalgh, Open Door Software Inc.
I believe in free software. Free software is a matter of the users' freedom 
to run, copy, distribute, study, change and improve the software.  Please 
do not send me any proprietary attachments.

PGP key num: D858790C
Fingerprint: A253 E524 8BC4 5E86 77E4  83D3 C27D D276 D858 790C


signature.asc
Description: This is a digitally signed message part


Re: libkdefakes as it's own package

2003-01-15 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mittwoch, 15. Januar 2003 07:48, James Greenhalgh wrote:
> Folks,
>
> I've noticed one app in particular (ksysguardd [note the dd]) but I'm sure
> there are more in KDE that use libkdefakes as the only lib.  I'd like this
> lib to be separate from kdelibs4 as the overhead to install kdelibs4 is
> rather needless when just the kdefakes lib is needed.
>
> I have CVS write access now :), and was wondering  if anyone has any
> problem with me modifying the kdelibs structure to add libkdefakes and
> libkdefakes-dev and removing those files from kdelibs4 and
> kdelibs4-dev?  I already do it for my experimental repository and it
> works well.  I can remotely monitor my servers with ksysguardd using
> ksim.

ksysguardd in kdebase is in the package ksysguard. It is therefore desireable 
to slpit that up in a separate package also, so we have:

kdelibs:

kdelibs4
libkdefakes

kdebase:

ksysguard
ksysguardd

Ralf
> Regards,
> James

- -- 
We're not a company, we just produce better code at less costs.
- 
Ralf Nolden
[EMAIL PROTECTED]

The K Desktop Environment   The KDevelop Project
http://www.kde.org  http://www.kdevelop.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+JTEDu0nKi+w1Ky8RAi2tAKCCYUx5NOm12MXfhf2aKTVh6S93QACghhXR
MzLXG8nZp9zpLlTMXzbe678=
=rMl0
-END PGP SIGNATURE-





Ralphs Packages conflicting with libsdl1.2

2003-01-15 Thread Olaf Stetzer
Hello all,

I am not sure if it is worth at all, trying to upgrade to kde 3.1 now,
since official packages seem to be close to entering sid! But
I tried it anyway and was confronted with a list of 109 packages
to be removed most of them since libarts1 is replacing libarts-alsa
and so conflicts with a lot of installed packages. A big problem is that
even libsdl1.2(all or arts) will be removed due to the upgrade.

Is there a workaround I've overseen in the archives of this list?
Or, should I better wait for kde3 to sid as announced in DWN today?

Olaf


-- 
"Jazz is not dead, it just smells funny!" Frank Zappa




kbear problems.

2003-01-15 Thread Daniel Alonso

Hi !

I have some problems with kbear. 

The program started fine, but when I try to connect to a place, the conection 
window stays on top and active, so I could not access the files...

I'm using kde3.1rc6 from Karolina's  on a Debian Sid.

Can you help me ?

thanks...




Re: kbear problems.

2003-01-15 Thread Vyacheslav E. Sidin
Hi !
I have same problem too, on the same kde package...

WBR, Vyacheslav

Wednesday 15 January 2003 12:36, Daniel Alonso написал:
> Hi !
>
> I have some problems with kbear.
>
> The program started fine, but when I try to connect to a place, the
> conection window stays on top and active, so I could not access the
> files...
>
> I'm using kde3.1rc6 from Karolina's  on a Debian Sid.
>
> Can you help me ?
>
> thanks...

-- 
--
With best wishes,
Vyacheslav
Home: +380-4622-42299
GSM: +380-67-7049233




Re: libkdefakes as it's own package

2003-01-15 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mittwoch, 15. Januar 2003 11:08, James Greenhalgh wrote:
> > We'd need to do this ASAP if we do it because the final tarballs are
> > almost out. We'd have to ask Dirk Müller to re-tag kdelibs/debian and add
> > the necessary .install file.
>
> Just in case I wasn't clear in the first mail and since I didn't mention
> it, this affects kdebase structure as well...

Hi,

I've just made the appropriate changes to kdelibs and kdebase in HEAD and 
BRANCH and doing a final test, rebuilding the packages as 3.1.0-0woody1 now 
for everything. I'll upload ASAP when done so people can give it a final test 
and Dirk can retag the debian dirs in kdelibs and kdebase for the final 
tarballs. 

Mind that if you install these packages you'll have to remove them manually 
and then install the final tarballs from ftp when they are up to have the 
real thing.

Ralf
>
> control
> ksysguard.install
> ksysguardd.install
>
> -James

- -- 
We're not a company, we just produce better code at less costs.
- 
Ralf Nolden
[EMAIL PROTECTED]

The K Desktop Environment   The KDevelop Project
http://www.kde.org  http://www.kdevelop.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+JVOVu0nKi+w1Ky8RAhX0AJ90Gy2PA14/ff+dOsQjoB/QNxBmKQCgjyhR
J1i7tf7ORRegHWW3p6/uTFo=
=Ge88
-END PGP SIGNATURE-





Re: libkdefakes as it's own package

2003-01-15 Thread Ben Burton

> We'd need to do this ASAP if we do it because the final tarballs are almost 
> out. We'd have to ask Dirk Müller to re-tag kdelibs/debian and add the 
> necessary .install file.

Well, not necessarily.  When I do my uploads to debian I'll be checking out
from BRANCH anyway.  It's not a massive drama if they're not in the official
tarballs, since after KDE3 enters sid everyone will either be using the
official packages on debian.org (with whatever changes to debian/ have been made
since release) or building from CVS HEAD/BRANCH anyway.

Ben.




Re: libkdefakes as it's own package

2003-01-15 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mittwoch, 15. Januar 2003 15:10, Ben Burton wrote:
> > We'd need to do this ASAP if we do it because the final tarballs are
> > almost out. We'd have to ask Dirk Müller to re-tag kdelibs/debian and add
> > the necessary .install file.
>
> Well, not necessarily.  When I do my uploads to debian I'll be checking out
> from BRANCH anyway.  It's not a massive drama if they're not in the
> official tarballs, since after KDE3 enters sid everyone will either be
> using the official packages on debian.org (with whatever changes to debian/
> have been made since release) or building from CVS HEAD/BRANCH anyway.
Well, ok. I added the changes now and testing them with a recompile. 

Maybe it's just me being paranoid of a clean build, however Dirk will redo the 
tarballs anyway due to the problems in kdeutils and elsewhere (crashes with 
comboboxes etc., read [EMAIL PROTECTED] to see things).

I'll upload my packages to my homedir ASAP after the build to have people test 
installing ksysguardd which should now only depend on libkdefakes4 from 
kdelibs. Can you have a quick look over my changes in CVS ?


Ralf
>
> Ben.

- -- 
We're not a company, we just produce better code at less costs.
- 
Ralf Nolden
[EMAIL PROTECTED]

The K Desktop Environment   The KDevelop Project
http://www.kde.org  http://www.kdevelop.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+JW7Bu0nKi+w1Ky8RAsI8AJ4tz37RgyHnek6tklaIpoUKoZ4opQCeOSMr
qNgQqbpBhuZ4zWdwaI3d65o=
=FI1w
-END PGP SIGNATURE-





final build for arts, kdelibs, kdebase

2003-01-15 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've uploaded the (presumably) final build for woody with the changes to 
kdelibs and kdebase with splitting off libfakeroot4 and ksysguardd.

If anyone is willing to test ksysguardd, please do so. Mind that you may need 
to remove these packages with apt-get remove --purge kdelibs* to update to 
the _real_final ones.

Ralf
- -- 
We're not a company, we just produce better code at less costs.
- 
Ralf Nolden
[EMAIL PROTECTED]

The K Desktop Environment   The KDevelop Project
http://www.kde.org  http://www.kdevelop.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+JX+Fu0nKi+w1Ky8RAmS1AKCc9vXvZW9A+b62jB5dnJvZXi15eQCdFSmI
lYv+WzMPQSW45CbLTjr+cDA=
=81+i
-END PGP SIGNATURE-





System Notification does not work

2003-01-15 Thread Frank Mehnert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

The system notification event "Something Special Happened in the Program" does
not work. echo -e "\007" in konsole does nothing. Even if I enable the option
to show a message in a pop-up window, nothing happens. The "Use system bell
instead of system notification" option is disabled. If I enable this option,
nothing happens if I press the "Test" knob. Artsd is running fine and
notification for other events work fine.

I'm using Ralf's woody debs from today. Can anyone acknowledge that behaviour?

Frank
- -- 
## Dept. of Computer Science, Dresden University of Technology, Germany ##
## E-Mail: [EMAIL PROTECTED]http://os.inf.tu-dresden.de/~fm3 ##
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+JaoY6z8pigLf3EcRAkYYAJ9sdOFa/7iI1oxv3hkJKPFziIX/hwCfd/b4
wVCrS3ojF9Sc73ePWzvI9+c=
=aVE6
-END PGP SIGNATURE-




Re: final build for arts, kdelibs, kdebase

2003-01-15 Thread Marc Schiffbauer
* Ralf Nolden schrieb am 15.01.03 um 16:34 Uhr:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hi,
> 
> I've uploaded the (presumably) final build for woody with the changes to 
> kdelibs and kdebase with splitting off libfakeroot4 and ksysguardd.
> 
> If anyone is willing to test ksysguardd, please do so. Mind that you may need 
> to remove these packages with apt-get remove --purge kdelibs* to update to 
> the _real_final ones.
> 

Is it also possible that one may delete the old package from
/var/cache/apt/archives because you did not change the version? Or
will apt recognize the change after an apt-get update?

-Marc

-- 
Microsoft's Director .Net Strategy & Developer Group: "Ein Umstieg auf
Linux ist erst einmal mit hoeheren Kosten verbunden." CTO SuSE Linux AG: 
"Das ist, als wenn ich heroinsuechtig waere und sagen wuerde, 
die Entziehungskur ist mir zu Aufwaendig. Also lasse ich es bleiben."
http://www.computerwoche.de/index.cfm?pageid=254&artid=41859&type=detail




Remote sessions

2003-01-15 Thread Matthew W. Sheffield
I'm looking for a way to allow my users to run X apps on another
machine than the one they're using. What's the best way to do this?

I've tried VNC but it's not what I'm looking for. I don't want
desktop sharing.

tia

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com




Re: Remote sessions

2003-01-15 Thread Fred K Ollinger
> I'm looking for a way to allow my users to run X apps on another
> machine than the one they're using. What's the best way to do this?
>
> I've tried VNC but it's not what I'm looking for. I don't want
> desktop sharing.

Run sshd.

Do:

ssh -X remote_machine

Now you should be able to bring up remote apps.

Good luck,

Fred




Re: final build for arts, kdelibs, kdebase

2003-01-15 Thread Marc Schiffbauer
* Marc Schiffbauer schrieb am 15.01.03 um 19:29 Uhr:
> * Ralf Nolden schrieb am 15.01.03 um 16:34 Uhr:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > Hi,
> > 
> > I've uploaded the (presumably) final build for woody with the changes to 
> > kdelibs and kdebase with splitting off libfakeroot4 and ksysguardd.
> > 
> > If anyone is willing to test ksysguardd, please do so. Mind that you may 
> > need 
> > to remove these packages with apt-get remove --purge kdelibs* to update to 
> > the _real_final ones.
> > 
> 
> Is it also possible that one may delete the old package from
  ^
  have to

> /var/cache/apt/archives because you did not change the version? Or
> will apt recognize the change after an apt-get update?
> 

Sorry ;)

-- 
---
Take back the Net! http://www.anti-dmca.org
---




Re: Remote sessions

2003-01-15 Thread Jay Kline
On Wednesday 15 January 2003 1:02 pm, Matthew W. Sheffield wrote:
> I'm looking for a way to allow my users to run X apps on another
> machine than the one they're using. What's the best way to do this?
>
> I've tried VNC but it's not what I'm looking for. I don't want
> desktop sharing.
>

ssh -X [EMAIL PROTECTED] /usr/bin/xapp_name


-- 
Jay Kline
http://www.slushpupie.com




Re: Remote sessions

2003-01-15 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mittwoch, 15. Januar 2003 20:22, Fred K Ollinger wrote:
> > I'm looking for a way to allow my users to run X apps on another
> > machine than the one they're using. What's the best way to do this?
> >
> > I've tried VNC but it's not what I'm looking for. I don't want
> > desktop sharing.
>
> Run sshd.
>
> Do:
>
> ssh -X remote_machine
>
> Now you should be able to bring up remote apps.
BTW Tim Jansen is going to add all other remote stuff to the kdenetwork 
package for 3.2. See developer.kde.org on the kde 3.2 features plan for more.

Ralf
>
> Good luck,
>
> Fred

- -- 
We're not a company, we just produce better code at less costs.
- 
Ralf Nolden
[EMAIL PROTECTED]

The K Desktop Environment   The KDevelop Project
http://www.kde.org  http://www.kdevelop.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+JbwJu0nKi+w1Ky8RAj99AJ41uM5+lHx5gmmlIZASibGgqtWmOwCfScM1
RooP0eYdM56bYhVamDbsGdw=
=a0XJ
-END PGP SIGNATURE-





Re: KDE 3.0.5: KMail or Kpackage?

2003-01-15 Thread Lutz Lennardt
Hi Dirk,

On Wed, 15 Jan 2003 19:02:21 +0100
Dirk Schmidt <[EMAIL PROTECTED]> wrote:

> a mailing list isn't a personal sevice hotline. You should stay in the
> ML and not just email to some single person as long it isn't a
> personal or off topic conversation.

I know what you mean theoretically. But:
First, I asked for help, you answered. That makes it personal.
Second, you were the only one to answer my question so I couldn`t see
much sense in discussing this topic in public.

Sorry, sometimes I regard those rules as beeing ridiculous, especially
if they force two Germans talking English together.
Anyway:

> Anyway:
> 
> > > What debs are you using?
> 
> > ?
> 
> Where are your debian packages (.deb) from?
Thanks for explainig that debian packages are abbreviated as .deb
(Sorry, couldn`t resist)

> It might be really helpfull, if you'd be a bit more verbose and tell
> us what distribution you originaly use with what kde debian packages
> and where they are from.
> 
Priority: Woody
deb http://security.debian.org/ stable/updates main
deb http://http.us.debian.org/debian/ woody main non-free contrib
deb ftp://ftp2.de.debian.org/debian/ woody main contrib non-free
deb http://non-us.debian.org/debian-non-US woody/non-US main contrib
non-free deb ftp://ftp2.de.debian.org/debian-non-US woody/non-US main
contrib non-free

testing:
deb http://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/debian/
testing main non-free contrib deb-src
http://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/debian/ testing
main non-free contrib deb http://non-us.debian.org/debian-non-US
testing/non-US main contrib non-free

unstable:
deb http://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/debian/
unstable main non-free contrib deb-src
http://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/debian/ unstable
main non-free contrib deb http://non-us.debian.org/debian-non-US
unstable/non-US main contrib non-free

KDE 3.05a:
deb ftp://ftp.kde.org/pub/kde/stable/latest/Debian/woody/ ./

> > Synaptic is nice, too, but I got aquainted to kpackage because it
> > sorts the files in categories (tree) and does not list them just
> > alphabetically like the other programs do.
> 
> That's the most annoying feature in kpackage for me *g
> I don't really care about categories and am not interessed whether
> kformular is in x11 or in math ;-)
> 
Remember the time when you were new to Debian and wanted to find, let`s 
say, a missing kde sound server and didn`t knwo it`s name.

By the way, I don`t need Kformular ;-)

Lutz 
 




Re: KDE 3.0.5: KMail or Kpackage?

2003-01-15 Thread Derek Broughton
From: "Lutz Lennardt" <[EMAIL PROTECTED]>

> Hi Dirk,
>
> On Wed, 15 Jan 2003 19:02:21 +0100
> Dirk Schmidt <[EMAIL PROTECTED]> wrote:
>
> > a mailing list isn't a personal sevice hotline. You should stay in the
> > ML and not just email to some single person as long it isn't a
> > personal or off topic conversation.
>
> I know what you mean theoretically. But:
> First, I asked for help, you answered. That makes it personal.
> Second, you were the only one to answer my question so I couldn`t see
> much sense in discussing this topic in public.

Except that you can practically guarantee that somebody else wants to know the
answers.  If not now, perhaps they'll at least check the archive sometime down
the road.

> > > Synaptic is nice, too, but I got aquainted to kpackage because it
> > > sorts the files in categories (tree) and does not list them just
> > > alphabetically like the other programs do.
> >
> > That's the most annoying feature in kpackage for me *g
> > I don't really care about categories and am not interessed whether
> > kformular is in x11 or in math ;-)
> >
> Remember the time when you were new to Debian and wanted to find, let`s
> say, a missing kde sound server and didn`t knwo it`s name.

That's why I use both, practically equally.  I rarely know _which_ group to look
in and prefer the strictly alpha listing, but I find lots of features in both
apps that I like, and not many that I don't :-)

> By the way, I don`t need Kformular ;-)

LOL




Re: libkdefakes as it's own package

2003-01-15 Thread Ben Burton

> Can you have a quick look over my changes in CVS ?

Well I can look but I can't test anything, I'm still without proper (i.e.,
non-email) net access.

b.




final binaries of 3.1 up

2003-01-15 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

the final binaries of the RC 7 are now uploaded including a new kdeutils with 
fixed ark stuff. The libkdefakes has been split off as has ksysguardd now.

If you'd like to give it a test, please do so and report remaining bugs. I'm 
building a new set of koffice-1.2.1 against it which I'll add too, so we have 
a complete set of binaries for Woody which will maybe be updated again with 
the final release tarballs and then uploaded to FTP for the release.

So, please give them a last test :-) so that we can have the debian stuff done 
for the release and only bugs can interfere :-)

Ralf

PS: matze fixed the gpg transfer in the cryptoplugin in kopete yesterday/this 
morning, so I updated that too together with kgpg.

deb http://ktown.kde.org/~nolden/kde/woody/i386 ./

- -- 
We're not a company, we just produce better code at less costs.
- 
Ralf Nolden
[EMAIL PROTECTED]

The K Desktop Environment   The KDevelop Project
http://www.kde.org  http://www.kdevelop.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+Jdnau0nKi+w1Ky8RAlcnAJ4wrBbYkENpZTfja3p208CEiwFdggCfQc1x
SD+qYIxm2fiSfaO7MLqUiUg=
=VZ7i
-END PGP SIGNATURE-





Re: Remote sessions

2003-01-15 Thread Matt Sheffield
I tried everyone's suggestions but none of them works. Telnet doesn't work and 
ssh -X didn't work, either. The error message was:
Error: Can't open display:

Here's the output of the xhost command:
access control enabled, only authorized clients can connect
INET: host2.domain.suffix

I thought there was  a file somewhere that stored which machines were allowed 
to access the X server. I am also running KDM if that means anything.

On Wednesday 15 January 2003 02:38 pm, Terry Hancock wrote off-list:
> On Wednesday 15 January 2003 11:02 am, Matthew W. Sheffield wrote:
> > I'm looking for a way to allow my users to run X apps on another
> > machine than the one they're using. What's the best way to do this?
> >
> > I've tried VNC but it's not what I'm looking for. I don't want
> > desktop sharing.
>
> You might be looking for something more than this, but, to open, say,
> kmail, from a machine 'alpha' (that I want to run it on), using a 'beta' as
> the xterminal, I just do this:
>
> beta% xhost alpha
> beta% telnet alpha
> alpha% kmail &
>
> This doesn't work with ssh because some environment variables don't get set
> automatically, but I can fix that:
>
> beta% xhost alpha
> beta% ssh alpha
> alpha% setenv DISPLAY beta:0.0
> alpha% kmail &
>
> This won't set up the whole KDE environment, of course, it will just run
> kmail.  Basically any X application should run this way, as this is a basic
> X windows functionality.
>
> Cheers,
> Terry
>
> --
> Terry Hancock ( hancock at anansispaceworks.com )
> Anansi Spaceworks  http://www.anansispaceworks.com
>
> "Some things are too important to be taken seriously"