KDE2 & /etc/profile?

2003-01-09 Thread Egor Tur
Hi. Why does kde2 not read /etc/profile? At list for me. Who (what :)) and how read this file when system sturt up? Thanx. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RE: X-server and KDE2 Problem

2003-01-03 Thread Willem-Jan Meijer
-- > Wich driver do I have to use to get KDE working? <-- I tried some drivers and the generic vga driver is working, but I get a resolution 720x400. I edited /etc/X11/xf86config-4 and set 8-bit modus at 800x600 but this doesn't work. How do I get resolution 1024x768 or 800x600 working? My video

Re: kde2 and Xresources

2002-10-29 Thread Rob Weir
On Mon, Oct 28, 2002 at 05:49:44PM +0100, Olivier Esser wrote: > kde2 (in debian woody) seems to overrides some of the resources I have put in > .Xresources. The particular resources > > xterm*Font: -misc-fixed-medium-r-semicondensed-*-*-120-*-*-c-*-iso8859-15 > > is overr

kde2 and Xresources

2002-10-28 Thread Olivier Esser
kde2 (in debian woody) seems to overrides some of the resources I have put in .Xresources. The particular resources xterm*Font: -misc-fixed-medium-r-semicondensed-*-*-120-*-*-c-*-iso8859-15 is overriden by xterm*Font: -monotype-courier new-medium-r-normal--*-110-75-75-m-*-iso8859-15 Any

RE: How to upgrade from kde2 to kde3

2002-10-03 Thread Joyce, Matthew
- From: David Pastern [mailto:[EMAIL PROTECTED]] Sent: Friday, 4 October 2002 9:37 AM To: 'suresh kumar sharma' Cc: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: RE: How to upgrade from kde2 to kde3 Suresh, That's a huge task I found. But worth it. I'

RE: How to upgrade from kde2 to kde3

2002-10-03 Thread David Pastern
.so...). If I have missed something, my apologies. Email me. Ask me, if I know the answer i'll help. 7. KDE rocks! Enjoy. Dave -Original Message- From: suresh kumar sharma [mailto:[EMAIL PROTECTED]] Sent: Thursday, 3 October 2002 4:1

Re: KDE2 helloworld.cpp

2002-10-01 Thread John Batistic
his level of 'make' use is not all that > > > > magic. '-I$(INCLUDES)' doesn't work because it expands to > > > > '-I-I/usr/share/qt/include -I/etc/kde2/include', which is obviously > > > > wrong. Just try this: > > > &g

Re: KDE2 helloworld.cpp

2002-10-01 Thread Earl F Hampton
> > On Tue, Oct 01, 2002 at 08:54:34PM +1200, John Batistic wrote: > > > > > INCLUDES= -I/usr/share/qt/include -I/etc/kde2/include > > > > > CFLAGS= -pipe -02 -fno-strength-reduce > > > > > LFLAGS= -L/usr/share/qt/lib/ -L/usr/lib

Re: KDE2 helloworld.cpp

2002-10-01 Thread Colin Watson
On Tue, Oct 01, 2002 at 10:51:12PM +1200, John Batistic wrote: > On Tue, 2002-10-01 at 21:42, Colin Watson wrote: > > Keep it simple and realize that this level of 'make' use is not all that > > magic. '-I$(INCLUDES)' doesn't work because it expands to &g

Re: KDE2 helloworld.cpp

2002-10-01 Thread John Batistic
On Tue, 2002-10-01 at 21:42, Colin Watson wrote: > On Tue, Oct 01, 2002 at 09:31:10PM +1200, John Batistic wrote: > > On Tue, 2002-10-01 at 21:06, Colin Watson wrote: > > > On Tue, Oct 01, 2002 at 08:54:34PM +1200, John Batistic wrote: > > > > INCLUDES= -I/usr/share/

Re: KDE2 helloworld.cpp

2002-10-01 Thread John Schmidt
On Tuesday 01 October 2002 02:54 am, John Batistic wrote: > INCLUDES= -I/usr/share/qt/include -I/etc/kde2/include Are you absolutely positive that the qt includes are in /usr/share/qt/include?? On my system, I have them in /usr/include/qt: jas@golden:~$ locate qlabel.h /usr/include

Re: KDE2 helloworld.cpp

2002-10-01 Thread Colin Watson
On Tue, Oct 01, 2002 at 09:31:10PM +1200, John Batistic wrote: > On Tue, 2002-10-01 at 21:06, Colin Watson wrote: > > On Tue, Oct 01, 2002 at 08:54:34PM +1200, John Batistic wrote: > > > INCLUDES= -I/usr/share/qt/include -I/etc/kde2/include > > > CFLAGS= -pi

Re: KDE2 helloworld.cpp

2002-10-01 Thread John Batistic
On Tue, 2002-10-01 at 21:06, Colin Watson wrote: > On Tue, Oct 01, 2002 at 08:54:34PM +1200, John Batistic wrote: > > INCLUDES= -I/usr/share/qt/include -I/etc/kde2/include > > CFLAGS= -pipe -02 -fno-strength-reduce > > LFLAGS= -L/usr/share/qt/lib/ -L/usr/lib/kde2/lib -L/u

Re: KDE2 helloworld.cpp

2002-10-01 Thread Colin Watson
On Tue, Oct 01, 2002 at 08:54:34PM +1200, John Batistic wrote: > INCLUDES= -I/usr/share/qt/include -I/etc/kde2/include > CFLAGS= -pipe -02 -fno-strength-reduce > LFLAGS= -L/usr/share/qt/lib/ -L/usr/lib/kde2/lib -L/usr/X11R6/lib > LIBS= -lqt -lX11 -ltext > CC=g++ > > hel

Re: KDE2 helloworld.cpp

2002-10-01 Thread John Batistic
same. Also qt requires moc to be run, this may > also be part of the problem. > Herewith: [1]my cutdown compile only makefile [2]my source code [3]make's output What am I missing? [1] INCLUDES= -I/usr/share/qt/include -I/etc/kde2/include CFLAGS= -pipe -02 -fno-st

Re: KDE2 helloworld.cpp

2002-09-30 Thread Brian Nelson
Craig Dickson <[EMAIL PROTECTED]> writes: > Brian Nelson wrote: > >> Tom Cook <[EMAIL PROTECTED]> writes: >> >> > No, it's not worth it. I was just looking at the g++ man page that >> > lists .cc and .cxx but not .cpp. >> >> Huh? I see: >> >> C++ source files use one of the suffixes `.C',

Re: KDE2 helloworld.cpp

2002-09-30 Thread Tom Cook
On 0, Brian Nelson <[EMAIL PROTECTED]> wrote: > Tom Cook <[EMAIL PROTECTED]> writes: > > > On 0, Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > >> On Monday 30 September 2002 19:04, Tom Cook wrote: > >> > #include > >> > #include > >> > #include > >> > > >> > then you should be able to com

Re: KDE2 helloworld.cpp

2002-09-30 Thread Craig Dickson
Brian Nelson wrote: > Tom Cook <[EMAIL PROTECTED]> writes: > > > No, it's not worth it. I was just looking at the g++ man page that > > lists .cc and .cxx but not .cpp. > > Huh? I see: > > C++ source files use one of the suffixes `.C', `.cc', `.cxx', `.cpp', > or `.c++'; preprocessed C++

Re: KDE2 helloworld.cpp

2002-09-30 Thread Brian Nelson
Tom Cook <[EMAIL PROTECTED]> writes: > On 0, Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: >> On Monday 30 September 2002 19:04, Tom Cook wrote: >> > #include >> > #include >> > #include >> > >> > then you should be able to compile with: >> > >> > g++ -c -o helloworld.o helloworld.cpp >> > >

Re: KDE2 helloworld.cpp

2002-09-30 Thread Tom Cook
On 0, Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > On Monday 30 September 2002 19:04, Tom Cook wrote: > > #include > > #include > > #include > > > > then you should be able to compile with: > > > > g++ -c -o helloworld.o helloworld.cpp > > > > Note also that the usual (proper?) way of nami

Re: KDE2 helloworld.cpp

2002-09-30 Thread Sean 'Shaleh' Perry
On Monday 30 September 2002 19:04, Tom Cook wrote: > #include > #include > #include > > then you should be able to compile with: > > g++ -c -o helloworld.o helloworld.cpp > > Note also that the usual (proper?) way of naming C++ source is *.cc or > *.cxx, not *.cpp like M$ do. > > Tom actually

Re: KDE2 helloworld.cpp

2002-09-30 Thread Tom Cook
On 0, John Batistic <[EMAIL PROTECTED]> wrote: > I am unable to compile the KDE2 helloworld.cpp example > > error message from make: > > g++-c -o helloworld.o helloworld.cpp > helloworld.cpp:2: qapplication.h: No such file or directory > helloworld.cpp:3

Re: KDE2 helloworld.cpp

2002-09-30 Thread Tom Cook
On 0, Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > On Monday 30 September 2002 16:55, John Batistic wrote: > > I am unable to compile the KDE2 helloworld.cpp example > > > > error message from make: > > > > g++-c -o helloworld.o hellow

Re: KDE2 helloworld.cpp

2002-09-30 Thread Sean 'Shaleh' Perry
On Monday 30 September 2002 16:55, John Batistic wrote: > I am unable to compile the KDE2 helloworld.cpp example > > error message from make: > > g++-c -o helloworld.o helloworld.cpp > helloworld.cpp:2: qapplication.h: No such file or directory > helloworld.cpp:3: qlab

KDE2 helloworld.cpp

2002-09-30 Thread John Batistic
I am unable to compile the KDE2 helloworld.cpp example error message from make: g++-c -o helloworld.o helloworld.cpp helloworld.cpp:2: qapplication.h: No such file or directory helloworld.cpp:3: qlabel.h: No such file or directory helloworld.cpp:4: qstring.h: No such file or directory make

Re: from kde2 to kde3

2002-09-22 Thread Amir Tal
On Sunday 22 September 2002 17:57, Sukre^n_pudre wrote: > i have kde2 on my debian. i've installed it with apt-get install kde > now i want migrate to kde3 but i try apt-get dist-upgrade without succes > ... what i do to have kde3 on my computer ?? add the following entry to you

from kde2 to kde3

2002-09-22 Thread Sukre^n_pudre
i have kde2 on my debian. i've installed it with apt-get install kde now i want migrate to kde3 but i try apt-get dist-upgrade without succes ... what i do to have kde3 on my computer ?? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

XFree86 4.1.0-14 / KDE2 problems

2002-03-19 Thread martin f krafft
does someone have a clue why the presence of the extmod module of XF 4.1.0-14 (woody) causes kde2 to crash the xserver with signal 4 during the initialization of peripherals, as indicated by kde2's funky (?) dialog flashing into my retina? -- martin; (greetings from the heart o

KDE-Debian HowTo for KDE2 & Debian3=Woody X86. Ver 0.27

2002-02-17 Thread tluxt2
The new updated version can be found here: http://lists.debian.org/debian-kde/2002/debian-kde-200202/msg00167.html __ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com

KDE-Debian HowTo for KDE2 & Debian3=Woody X86. Ver 0.22

2002-02-09 Thread tluxt
It can be found here: http://lists.debian.org/debian-kde/2002/debian-kde-200202/msg00097.html This howto is in an early release form: It is not complete, but contains much useful information. I hope to update this once or twice per week, and will post it to the debian-kde list. :) __

How to install SSL support in KDE2?

2002-01-02 Thread Pontus Edvardsson
Hi, Using Woody, (2.4.17) i was trying to 'APT-GET install kdebase-crypto' which was expected to install the following packets... Inst kdelibs3-crypto (4:2.2.1-11 Debian:testing) Inst kdebase-crypto (4:2.2.1-7 Debian:testing) Conf kdelibs3-crypto (4:2.2.1-11 Debian:testing) Conf kdebase-crypto (4

Re: Where can I find KDE2 Debian packages ?

2001-12-23 Thread Brian Nelson
Kendall Shaw <[EMAIL PROTECTED]> writes: > "Dan S." <[EMAIL PROTECTED]> writes: > > > KDE2 is now part of woody. Just do an apt-get install kde and you should be > > ok. > > I don't see any package called kde, except in the packages for

Re: Where can I find KDE2 Debian packages ?

2001-12-22 Thread Dan S.
My Bad. The package name is: kdebase at: http://packages.debian.org/testing/x11/kdebase.html -dan On Fri, Dec 21, 2001 at 09:29:36PM -0800, Kendall Shaw wrote: > "Dan S." <[EMAIL PROTECTED]> writes: > > > KDE2 is now part of woody. Just do an apt-get install kde and

Re: Where can I find KDE2 Debian packages ?

2001-12-21 Thread Kendall Shaw
"Dan S." <[EMAIL PROTECTED]> writes: > KDE2 is now part of woody. Just do an apt-get install kde and you should be > ok. I don't see any package called kde, except in the packages for sid. I see kdebase for woody (It sure would be convenient if the packages had the

Re: Where can I find KDE2 Debian packages ?

2001-12-21 Thread Dan S.
KDE2 is now part of woody. Just do an apt-get install kde and you should be ok. -dan On Fri, Dec 21, 2001 at 07:37:09PM -0500, Brian Nelson wrote: > NOLARD MICHEL <[EMAIL PROTECTED]> writes: > > > Hi! > > > > My problem is simple : I don't want to go out o

Re: Where can I find KDE2 Debian packages ?

2001-12-21 Thread Paolo Alexis Falcone
NOLARD MICHEL wrote: >Hi! > >My problem is simple : I don't want to go out of the beautiful apt "road" and >so, I seek for KDE2 in debian packages instead of using rpm's or tarballs. > >Can someone help me to find them ? There exists the official KDE 2 deb

Re: Where can I find KDE2 Debian packages ?

2001-12-21 Thread Brian Nelson
NOLARD MICHEL <[EMAIL PROTECTED]> writes: > Hi! > > My problem is simple : I don't want to go out of the beautiful apt "road" and > so, I seek for KDE2 in debian packages instead of using rpm's or tarballs. > > Can someone help me to find them

Where can I find KDE2 Debian packages ?

2001-12-21 Thread NOLARD MICHEL
Hi! My problem is simple : I don't want to go out of the beautiful apt "road" and so, I seek for KDE2 in debian packages instead of using rpm's or tarballs. Can someone help me to find them ? -- A+ Chucky (at home)

kde2.sh missing

2001-11-27 Thread Kari Ruohonen
I have apparently deleted by accident the kde2.sh script from /etc/kde2/ that the symbolic link startkde points to. I tried to reinstall kde with no success; the script is still missing and kde won't start. What package contains the script or is there anything else I can try? I am running te

Re: Getting KDE2 into GDM

2001-10-16 Thread Joerg Johannes
"Darryl L. Pierce" wrote: > > I removed and then reinstalled GDM on my laptop. Now, though, > it no longer lists anything other than wmaker, afterstep, failsafe > and default as login options. How do I get gnome and KDE back > into the menu? > Look into /etc/gdm/Sessions/ Every Session you want

Getting KDE2 into GDM

2001-10-15 Thread Darryl L. Pierce
I removed and then reinstalled GDM on my laptop. Now, though, it no longer lists anything other than wmaker, afterstep, failsafe and default as login options. How do I get gnome and KDE back into the menu? -- Darryl L. Pierce <[EMAIL PROTECTED]> The Infobahn Offramp

Re: KDE2 X display security

2001-07-29 Thread Philipp Lehman
On Sat, 28 Jul 2001, Karsten M. Self wrote: >emacs also runs in a non-X mode, though damned if I can remember the >arguments. It's emacs -nw... -- Philipp Lehman <[EMAIL PROTECTED]>

Re: KDE2 X display security

2001-07-28 Thread Karsten M. Self
on Sat, Jul 28, 2001 at 12:21:14AM -0700, Ross Boylan ([EMAIL PROTECTED]) wrote: > If I open a terminal and su, I find I'm unable to open additional > displays (e.g., > su > emacs & > ). > > If I change to a regular terminal and do xhost + then the emacs & as > root works. Don't do that. $

Re: KDE2 X display security

2001-07-28 Thread Andy Saxena
On Saturday July 28 2001 14:05, Ross Boylan wrote: > I'm looking for a configuration file setting so that I won't need to > type that command every time I start. > > On Sat, Jul 28, 2001 at 03:55:36PM +0200, Philipp Lehman wrote: > > On Sat, 28 Jul 2001, Ross Boylan <[EMAIL PROTECTED]> wrote: > > >

Re: KDE2 X display security

2001-07-28 Thread Ross Boylan
I'm looking for a configuration file setting so that I won't need to type that command every time I start. On Sat, Jul 28, 2001 at 03:55:36PM +0200, Philipp Lehman wrote: > On Sat, 28 Jul 2001, Ross Boylan <[EMAIL PROTECTED]> wrote: > > >If I change to a regular terminal and do xhost + then the e

Re: KDE2 X display security

2001-07-28 Thread Philipp Lehman
On Sat, 28 Jul 2001, Ross Boylan <[EMAIL PROTECTED]> wrote: >If I change to a regular terminal and do xhost + then the emacs & as >root works. Are you looking for "xhost +local:"? -- Philipp Lehman <[EMAIL PROTECTED]>

KDE2 X display security

2001-07-28 Thread Ross Boylan
If I open a terminal and su, I find I'm unable to open additional displays (e.g., su emacs & ). If I change to a regular terminal and do xhost + then the emacs & as root works. I know the install script says it's shutting down remote access, but this is local access. I tried removing -nolisten

Re: kde2 is running 1600x1200

2001-07-22 Thread Christoph Schaefer
Salut, On Sun, Jul 22, 2001 at 01:46:48AM +0200, Markus Hansen wrote: > hi my debian gnu/linux 2.2 potato > uses kde2 only with 1600x1200 display. > everything is small and bad to read, > so i would like to change solution to 1024x768, but how can i do that? Not kde2 runs only wi

kde2 is running 1600x1200

2001-07-21 Thread Markus Hansen
hi my debian gnu/linux 2.2 potato uses kde2 only with 1600x1200 display. everything is small and bad to read, so i would like to change solution to 1024x768, but how can i do that? thanks for help markus

Re: kde2

2001-07-16 Thread Mart van de Wege
On Fri, 13 Jul 2001 13:49:24 -0500 "Kevin C. Smith" <[EMAIL PROTECTED]> wrote: > Installed KDE2 for the first time. Initially all was fine. After later > restarting the xserver only three fonts are available to KDE. Looks bad. > Been trying to figure this out. > &

Re: Mouse Locking up in KDE2

2001-07-15 Thread Wayne Sitton
On Sunday 15 July 2001 12:18, Jonathan Daugherty wrote: > > My girlfriend optical intellimouse seems to become useless > > in the kde2 beta. It seems to happen if there has been no activity > > and then she starts using it again. > > I had that same bug when using X >=

Re: kde2 and wmdockapps

2001-07-15 Thread Andy Saxena
nathan Daugherty wrote: > Is there an easy way to run wm dockapps in kde2?

kde2 and wmdockapps

2001-07-15 Thread Jonathan Daugherty
Is there an easy way to run wm dockapps in kde2? -- Jonathan Daugherty Dept. of Computer Science / UCNS Workstation Support Group The University of Georgia /^.{10}\ +\d+\ +(\d+|\w+)\ +(\d+|\w+)\ +(\d+(\.\d+|)(M|k|G|)).*/ - master ls!

Re: Mouse Locking up in KDE2

2001-07-15 Thread Paul Wright
On Sun, 15 Jul 2001 14:01:23 EDT, Dude wrote: > > On Sun, 15 Jul 2001, Jonathan Daugherty wrote: > > > My girlfriend optical intellimouse seems to become useless > > > in the kde2 beta. It seems to happen if there has been no activity > > > and then she starts u

Re: Mouse Locking up in KDE2

2001-07-15 Thread dude
On Sun, 15 Jul 2001, Jonathan Daugherty wrote: > > My girlfriend optical intellimouse seems to become useless > > in the kde2 beta. It seems to happen if there has been no activity > > and then she starts using it again. > > I had that same bug when using X >= 4

Re: Mouse Locking up in KDE2

2001-07-15 Thread Jonathan Daugherty
> My girlfriend optical intellimouse seems to become useless > in the kde2 beta. It seems to happen if there has been no activity > and then she starts using it again. I had that same bug when using X >= 4 and Kde2. It also seems to happen with any WM with X4. I fixed it by stopp

Mouse Locking up in KDE2

2001-07-15 Thread dude
My girlfriend optical intellimouse seems to become useless in the kde2 beta. It seems to happen if there has been no activity and then she starts using it again. any ideas

KDE2 kicker not showing up

2001-07-15 Thread Anthony Fox
Hello, I have a problem where I log into KDE, and the kicker panel does not show up. Actually, I see it for a second and then it disappears. It appears to be crashing. I have to log in three or four times before the kicker panel will stick around. Has anyone seen this problem? I am running D

Re: kde2

2001-07-14 Thread Kevin C. Smith
On Sun, Jul 15, 2001 at 01:15:57AM +0800, csj wrote: > On Saturday 14 July 2001 02:49, Kevin C. Smith wrote: > > Installed KDE2 for the first time. Initially all was fine. After > > later restarting the xserver only three fonts are available to KDE. > > Looks bad. Been tryi

Re: kde2

2001-07-14 Thread csj
On Saturday 14 July 2001 02:49, Kevin C. Smith wrote: > Installed KDE2 for the first time. Initially all was fine. After > later restarting the xserver only three fonts are available to KDE. > Looks bad. Been trying to figure this out. > > What happened? How do I fix this? Fi

kde2

2001-07-13 Thread Kevin C. Smith
Installed KDE2 for the first time. Initially all was fine. After later restarting the xserver only three fonts are available to KDE. Looks bad. Been trying to figure this out. What happened? How do I fix this? -- Kevin C. Smith | I think anybody who doesn't think I'm sm

Re: Installing KDE2 from cvs

2001-07-12 Thread Stephan Hachinger
On Wednesday 11 July 2001 23:11, Stephan Hachinger wrote: > - Original Message - > From: "tim" <[EMAIL PROTECTED]> > To: "Stephan Hachinger" <[EMAIL PROTECTED]> > Cc: > Sent: Wednesday, July 11, 2001 11:42 AM > Subject: Re: Installing KD

Re: Installing KDE2 from cvs

2001-07-11 Thread tim
On Wednesday, 11. July 2001 00:36, Stephan Hachinger wrote: > tim wrote: > > Hello > > > > Konquereor crashes on me with most javascripts, since the last > > update in sid. Dissable is not really an option so I like to try > > installing > > > >>from cvs. > > > > I have never compiled Kde or any ot

Re: Installing KDE2 from cvs

2001-07-11 Thread tim
On Wednesday, 11. July 2001 00:36, Stephan Hachinger wrote: > tim wrote: > > Hello > > > > Konquereor crashes on me with most javascripts, since the last > > update in sid. Dissable is not really an option so I like to try > > installing > > > >>from cvs. > > > > I have never compiled Kde or any ot

Re: Installing KDE2 from cvs

2001-07-10 Thread Stephan Hachinger
tim wrote: Hello Konquereor crashes on me with most javascripts, since the last update in sid. Dissable is not really an option so I like to try installing from cvs. I have never compiled Kde or any other "big" thing except kernels0. My question is whether I have to uninstall my running

Installing KDE2 from cvs

2001-07-10 Thread tim
Hello Konquereor crashes on me with most javascripts, since the last update in sid. Dissable is not really an option so I like to try installing from cvs. I have never compiled Kde or any other "big" thing except kernels0. My question is whether I have to uninstall my running KDE or just "mak

KDE2 problems since installation.

2001-06-26 Thread Rogelio E. Castillo Haro
Hi! I install KDE2 too. The first time I only upgrade kdm and I've not problem with the input keyboard. Later I want to install hole kde2, with the appropiate source lines and with apt-get. since then I have the input keyboard problem on kdm and another problems in the kde enviroment. Tr

Re: To install kde2 with apt-get

2001-06-01 Thread ktb
On Fri, Jun 01, 2001 at 09:56:32AM -0500, Rogelio E. Castillo Haro wrote: > Hi, > I already have the sources.list lines to apt-get kde2 to my debian potato, > vut I > don't rmember which is the name of package to install. > > Do someone recall to me? > I think it i

To install kde2 with apt-get

2001-06-01 Thread Rogelio E. Castillo Haro
Hi, I already have the sources.list lines to apt-get kde2 to my debian potato, vut I don't rmember which is the name of package to install. Do someone recall to me? TIA Rogelio

Re: kde2

2001-05-02 Thread Hans
I believe there were only rpm's on that disk, and they suggested to build it yourself from source for other distro's. I didn't buy it. Go for apt-sources. --Hans P.S. for the unenlightened, Linux Format is a UK magazine also sold in Holland in bigger bookstores. At 04:06 PM 5/2/01 +0100, David Ri

Re: kde2

2001-05-02 Thread Sean Quinlan
> > needs, that arent included on the cd via apt-get ? > > Linux format? Maybe you mean linux *distro*? Linux Format is a Linux magazine distributed in the UK. > kde2 afaik doesn't ship with debian (but anyone could if they wanted to). The > latest potato builds are availa

Re: kde2

2001-05-02 Thread Jaye Inabnit ke6sls
Hello David, Linux format? Maybe you mean linux *distro*? kde2 afaik doesn't ship with debian (but anyone could if they wanted to). The latest potato builds are available, go to http://kde.debian.net and it will tell you how to set your apt source.list up. I'm using it now, an

kde2

2001-05-02 Thread David Richards
I have just got linux format in the uk and it has kde2.1 on the cd. Has anyone installed it yet and will i be able to get any packages that it will needs, that arent included on the cd via apt-get ? regards david

KDE2 compile...

2001-05-01 Thread Marko Simendic
Hello all! Once again I am in need of your help... I wish to use this chance to thank people who helped me... Thanks guys! Maybe this is a question for an other mail list... Anyway here it goes: when I try to do a "dpkg-buildpackage -rfakeroot" KDE2 starts to compile (or prepare to, a

Re: Problems with su´ d users in X (KDE2?)

2001-04-03 Thread Karsten M. Self
on Tue, Apr 03, 2001 at 08:47:02PM +0200, Roberto Diaz ([EMAIL PROTECTED]) wrote: > > I have a small but nasty problem when running KDE2. > > If I try to run a command as another user as the one who is "really" logged > > in i get the following error message: > &

Re: Problems with su´d users in X (KDE2?)

2001-04-03 Thread Roberto Diaz
This is normal.. the X protocol treat to be secure.. take a look at man xhost xhost(1) and you will find out how to allow users to connect your X server. Nothing to worry about.. > I have a small but nasty problem when running KDE2. > If I try to run a command as another user as the one

Problems with su´d users in X (KDE2?)

2001-04-03 Thread Debian Mailinglist
Hi out there! I have a small but nasty problem when running KDE2. If I try to run a command as another user as the one who is "really" logged in i get the following error message: ERROR: KUniqueApplication: Trying to launch kdeinit. Xlib: connection to ":0.0" refused by se

Re: KDE2 install - Fixed + ?

2001-02-26 Thread John Mautz
All thanks for the help. I got it working by adding the kde.tdyc.com/pub/dke and doing the following: apt-get update apt-get install kdebase I had to issue a dpkg --configure -a as I got a segfalt. But it must have recoverd correctly as I'm using Netscape under KDE to send this. :) My impress

Re: KDE2 install

2001-02-26 Thread Rob VanFleet
On Sun, Feb 25, 2001 at 04:26:32PM -0800, John Mautz wrote: > As pointed out by hogan, there is no security.debian.org for testing/woody. Yes, but those running testing still have a sizable portion of packages from stable/potato that security.debian.org is needed to update. -Rob

Re: KDE2 install

2001-02-26 Thread Rob VanFleet
As I understand it, security.debian.org is still useful if you're running testing, since someone running testing still has some packages from potato. Unstable gets security fixes simply from regular upgrades while those using testing would normally have to wait for the packages to stabalize before

Re: KDE2 install

2001-02-25 Thread Francois Gouget
On Sun, 25 Feb 2001, Daniel Jones wrote: [...] > And, as has already been pointed out, get > security.debian.org added as well. Yes, except that the given line was wrong and that, AFAIK, there is no security updates for testing anyway! -- Francois Gouget [EMAIL PROTECTED]http:

Re: KDE2 install

2001-02-25 Thread John Mautz
> Okay, I added - > > Add: > > ftp://kde.tdyc.com/pub/kde potato main crypto optional > qt1apps > And now I get a message stating that task-kde depends on kview and is not going to be installed. So, I did an ap-get install kview and kview depends on tetex-lib (>= 1.0.6-7). Okay, I try an apt-get

Re: KDE2 install

2001-02-25 Thread hogan
> ftp://security.debian.org/debian testing main non-free contrib I thought security only had stable? Took a peek... Seems it does have more.. HOWEVER.. There is no ftp://security.debian.org/debian There is ftp://security.debian.org/debian-security potato|sid|slink|stable There is http://security.

Re: KDE2 install

2001-02-25 Thread Daniel Jones
On Sun, 25 Feb 2001 14:50:31 -0800, John Mautz <[EMAIL PROTECTED]> wrote: >I have a woody system running xfree 4.0.2 and want to give KDE a try but >can't find the KDE package. > >I checked the archives and tried 'apt-get install task-kde' but I get >the following message: > >"Package task-kde has

Re: KDE2 install

2001-02-25 Thread John Griffiths
> >I figure I need to add the a location to sources.list but don't know >which site to add. (Currently apt-get is >looking in: > >ftp://ftp.us.debian.org/debian testing main non-free contrib >ftp://ftp.debian.org/debian testing main non-free contrib > for gods sake get ftp://security.debian.org

KDE2 install

2001-02-25 Thread John Mautz
I have a woody system running xfree 4.0.2 and want to give KDE a try but can't find the KDE package. I checked the archives and tried 'apt-get install task-kde' but I get the following message: "Package task-kde has no available version, but exists in the database. This typically means that the p

Re: kde2 screen is wht w/ no icons help!!!

2001-02-24 Thread Jaye Inabnit ke6sls
> are still there. > > What gives, my last resort is to > reinstall KDE2, Gnome 1.2 works fine, > nothng else seems affected. > Actually, I no longer get the ethernet > 0: unkown resources messages. > > You break one thing to fix another, what > a concept. Anyone exp

no icons in KDE2, please read

2001-02-24 Thread Nick
I have saved an attachment of my screen. after updating a few packages, don't think anything new was installed. I experienced a problem w/ kde2. no desktop image, can't lock screen, sreensaver doesn't stop after moving mouse, I have to hit a key on the keyboard to stop it.

kde2 screen is wht w/ no icons help!!!

2001-02-24 Thread Nick Barron
settings are still there. What gives, my last resort is to reinstall KDE2, Gnome 1.2 works fine, nothng else seems affected. Actually, I no longer get the ethernet 0: unkown resources messages. You break one thing to fix another, what a concept. Anyone experienced this bug? Thanks fellow list members

GDM, KDE2 & Port 1024+

2001-02-10 Thread Volker Schlecht
I noticed the following phenomenon when using the KDE2 binaries on a otherwise usual potato systen and GDM: When I log in the first time after booting up, KDE (?) seems to open port 1024. If I close the session and log in again, the port is closed. So far so weird, but it gets even better: If

Re: KDE2

2001-02-08 Thread wujf
On Tue, Feb 06, 2001 at 12:44:25AM +1100, Renai wrote: > > > and secondly, Red Hat has a boot utility named 'SysVinit' for managing > the bootup services. Does Debian have anything similar? man update-rc.d Good Luck!

Re: GNOME apps not using KDE2 colors

2001-02-06 Thread Bart Szyszka
GNOME programs, but they don't take on KDE2's colors like they used to. > What I meant was: I would expect KDE apps not to see my GNOME > preferences, just as your GNOME apps aren't seeing your KDE > preferences. Why? It's not like KDE/GNOME have any special permissio

Re: GNOME apps not using KDE2 colors

2001-02-06 Thread D-Man
t the GNOME | > apps get the expected information) | No no no. There's an option in KDE2 under the 'Style' section that says | "Apply fonts and colors to non-KDE apps". This used to apply my KDE2 | colors and fonts to GNOME programs. Interesting ... , I wonder how it t

Re: GNOME apps not using KDE2 colors

2001-02-06 Thread Bart Szyszka
> Ok, so you have set KDE's options, and GNOME isn't looking for them. > Is this really odd? If you want to affect the GNOME apps, you'll have > to set /GNOME/ options. (or make KDE emulate GNOME so that the GNOME > apps get the expected information) No no no. There&#x

Re: GNOME apps not using KDE2 colors

2001-02-06 Thread D-Man
On Tue, Feb 06, 2001 at 12:22:05PM -0500, Bart Szyszka wrote: | Hi, | | I have the latest version of KDE2 from unstable and none of | my GNOME programs are taking on KDE2's colors and fonts | even though I have that option enabled in Kcontrol. Is there Ok, so you have set KDE's op

GNOME apps not using KDE2 colors

2001-02-06 Thread Bart Szyszka
Hi, I have the latest version of KDE2 from unstable and none of my GNOME programs are taking on KDE2's colors and fonts even though I have that option enabled in Kcontrol. Is there a config file I can edit manually to check for this? It's especially bugging me since all the fonts i

Re: KDE2

2001-02-05 Thread John Galt
On Mon, 5 Feb 2001, Tibor D. wrote: >Renai wrote: > >> Hi, >> >> just a couple of questions - >> >> could someone tell me the apt-get command for installing kde2 on my >> woody machine? I've just installed woody but can't find the package name

Re: KDE2

2001-02-05 Thread John Galt
On Tue, 6 Feb 2001, Renai wrote: >Hi, > >just a couple of questions - > >could someone tell me the apt-get command for installing kde2 on my >woody machine? I've just installed woody but can't find the package name >that indicates kde2. I'd go with task-kde

Re: KDE2

2001-02-05 Thread Tibor D.
Renai wrote: Hi, just a couple of questions - could someone tell me the apt-get command for installing kde2 on my woody machine? I've just installed woody but can't find the package name that indicates kde2. I had thought that it was part of the unstable tree somewhere. Yes, kd

Re: KDE2

2001-02-05 Thread Warren Turkal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 05 February 2001 07:44, Renai wrote: > could someone tell me the apt-get command for installing kde2 on my > woody machine? I've just installed woody but can't find the package name > that indicates kde2. apt-get inst

  1   2   3   >