Re: gnome to kde

2010-12-30 Thread Eitan Adler
On Thu, Dec 30, 2010 at 9:53 AM, xinyou yan  wrote:
>  I want to use kde instead of  gnome
>
> How can i delete gnome  completely
> (I am afraid to  delete others or less delete )

Use pkg_rmleaves (ports) to remove the "leaf" ports of gnome and keep
in going thru until you don't see anything to gnome related. IMHO its
better when doing such a massive switch to either a) delete all the
ports from your system and start from scratch or b) leave the kde
stuff and delete the ones you don't use during your normal cleaning
cycle.

-- 
Eitan Adler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


gnome to kde

2010-12-30 Thread xinyou yan
 I want to use kde instead of  gnome

How can i delete gnome  completely
(I am afraid to  delete others or less delete )

thank you
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: from GNOME to KDE

2003-02-22 Thread Gary D Kline
On Fri, Feb 21, 2003 at 08:42:47PM -0500, Brian T. Schellenberger wrote:
> 
> Oh, well, what I did was get out of my X entirely to console mode,
> then
> 
> pkg_delete 'qt*' 'kde*'
> 
> and then 
> 
> build it from ports.
> 
> This worked great, and my experience trying to do that sort of thing 
> piecemeal has not been good.
> 
> Alternatively you could set an alternate prefix for the new QT and then 
> try to get KDE to use the alternate prefix as its load library location 
> but my record trying that sort of thing has not been good.
> 

I chose the pkg_delete -f method, then upgraded my hand.
Overnight.  Still need to have the portupgrade util check
things, but it looks like KDE3 is ready.  

You're right:  piecemeal is the worst way... .

gary


> 

-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: from GNOME to KDE

2003-02-21 Thread Brian T. Schellenberger

Oh, well, what I did was get out of my X entirely to console mode,
then

pkg_delete 'qt*' 'kde*'

and then 

build it from ports.

This worked great, and my experience trying to do that sort of thing 
piecemeal has not been good.

Alternatively you could set an alternate prefix for the new QT and then 
try to get KDE to use the alternate prefix as its load library location 
but my record trying that sort of thing has not been good.


On Friday 21 February 2003 08:15 pm, Gary D Kline wrote:
| On Fri, Feb 21, 2003 at 07:59:04PM -0500, Brian T. Schellenberger 
wrote:
| > On Friday 21 February 2003 07:42 pm, Gary D Kline wrote:
| > | On Fri, Feb 21, 2003 at 07:01:55PM -0500, Brian T. Schellenberger
| >
| > wrote:
| > |   Well, I'd like to get KDE on one of my platforms.   At least
| > |   one reason KDE3 fails here is that the newest QT is broken. I
| > |   could get an earlier vrsion, but I'll wait.
| >
| > Are you sure?  I installed it from ports just a couple of days ago,
| > and the current (ported) Qt and kde3 worked just fine for me.
|
| 
|
| >> kdebase-3.1.tar.bz2 doesn't seem to exist in
| >> /usr/ports/distfiles/KDE. Attempting to fetch from
| >> ftp://ftp.us.kde.org/pub/kde/stable/3.1/src/.
|
| Receiving kdebase-3.1.tar.bz2 (14887352 bytes): 100%
| 14887352 bytes transferred in 1115.4 seconds (13.03 kBps)
| ===>  Extracting for kdebase-3.1_1
|
| >> Checksum OK for KDE/kdebase-3.1.tar.bz2.
|
| ===>   kdebase-3.1_1 depends on file: /usr/X11R6/bin/moc - not found
| ===>Verifying install for /usr/X11R6/bin/moc in
| /usr/ports/x11-toolkits/qt31
| ===>  qt-3.1.1_2 is marked as broken: You have QT2 headers installed!
| Installing this port will result in conflicts between QT3 and QT2!.
| *** Error code 1
|
|
|   What's going to happen if I pkg_delete QT2?  Is  qt-3.1.1_2
|   broken for-real, or this is message because of the headers?
|
|   I'm guilty of having not chcked the Makefile.
|
|   gary
|
|   PS: My ports tree is auto-upgraded every day... .

-- 
Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: from GNOME to KDE

2003-02-21 Thread Brian T. Schellenberger



On Friday 21 February 2003 03:25 pm, Gary D Kline wrote:
| On Fri, Feb 21, 2003 at 11:24:34AM -0800, David Cramblett wrote:
| > if you have KDE installed, try the program switchdesk on Linux.
|
|   Well, I asked for Gnome and that's all my friend
|   installed.
|
|   Where can I pull down a KDE3  *.rpm  file?
|   (This is RH v 8.0, so KDE3 should work if
|   I can find it.

Umm . . . if this is RH 8.0 why are you posting on a FreeBSD list?

For Freebsd, the easiest thing to do (thought it doesn't actually get 
the *latest* KDE) is

pkg_add -r kde3

Or, if you have more time to install it (this is easy but it takes a LOT 
of time--many hours), you can get 3.1 with

cd /usr/ports/*/kde3
make install


But for Linux, you are on the wrong list, I'm afraid.


-- 
Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: from GNOME to KDE

2003-02-21 Thread Gary D Kline
On Fri, Feb 21, 2003 at 07:59:04PM -0500, Brian T. Schellenberger wrote:
> 
> 
> On Friday 21 February 2003 07:42 pm, Gary D Kline wrote:
> | On Fri, Feb 21, 2003 at 07:01:55PM -0500, Brian T. Schellenberger 
> wrote:
> |
> | Well, I'd like to get KDE on one of my platforms.   At least
> | one reason KDE3 fails here is that the newest QT is broken. I
> | could get an earlier vrsion, but I'll wait.
> 
> 
> Are you sure?  I installed it from ports just a couple of days ago, and 
> the current (ported) Qt and kde3 worked just fine for me.
> 


>> kdebase-3.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/KDE.
>> Attempting to fetch from ftp://ftp.us.kde.org/pub/kde/stable/3.1/src/.
Receiving kdebase-3.1.tar.bz2 (14887352 bytes): 100%
14887352 bytes transferred in 1115.4 seconds (13.03 kBps)
===>  Extracting for kdebase-3.1_1
>> Checksum OK for KDE/kdebase-3.1.tar.bz2.
===>   kdebase-3.1_1 depends on file: /usr/X11R6/bin/moc - not found
===>Verifying install for /usr/X11R6/bin/moc in
/usr/ports/x11-toolkits/qt31
===>  qt-3.1.1_2 is marked as broken: You have QT2 headers installed!
Installing this port will result in conflicts between QT3 and QT2!.
*** Error code 1


What's going to happen if I pkg_delete QT2?  Is  qt-3.1.1_2
broken for-real, or this is message because of the headers?

I'm guilty of having not chcked the Makefile.

gary

PS: My ports tree is auto-upgraded every day... .



-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: from GNOME to KDE

2003-02-21 Thread Brian T. Schellenberger


On Friday 21 February 2003 07:42 pm, Gary D Kline wrote:
| On Fri, Feb 21, 2003 at 07:01:55PM -0500, Brian T. Schellenberger 
wrote:
| > On Friday 21 February 2003 03:25 pm, Gary D Kline wrote:
| > | On Fri, Feb 21, 2003 at 11:24:34AM -0800, David Cramblett wrote:
| > | > if you have KDE installed, try the program switchdesk on Linux.
| > |
| > |   Well, I asked for Gnome and that's all my friend
| > |   installed.
| > |
| > |   Where can I pull down a KDE3  *.rpm  file?
| > |   (This is RH v 8.0, so KDE3 should work if
| > |   I can find it.
| >
| > Umm . . . if this is RH 8.0 why are you posting on a FreeBSD list?
| >
| > For Freebsd, the easiest thing to do (thought it doesn't actually
| > get the *latest* KDE) is
| >
| > pkg_add -r kde3
| >
| > Or, if you have more time to install it (this is easy but it takes
| > a LOT of time--many hours), you can get 3.1 with
| >
| > cd /usr/ports/*/kde3
| > make install
|
|   Well, I'd like to get KDE on one of my platforms.   At least
|   one reason KDE3 fails here is that the newest QT is broken. I
|   could get an earlier vrsion, but I'll wait.


Are you sure?  I installed it from ports just a couple of days ago, and 
the current (ported) Qt and kde3 worked just fine for me.

-- 
Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: from GNOME to KDE

2003-02-21 Thread Gary D Kline
On Fri, Feb 21, 2003 at 07:01:55PM -0500, Brian T. Schellenberger wrote:
> 
> 
> 
> On Friday 21 February 2003 03:25 pm, Gary D Kline wrote:
> | On Fri, Feb 21, 2003 at 11:24:34AM -0800, David Cramblett wrote:
> | > if you have KDE installed, try the program switchdesk on Linux.
> |
> | Well, I asked for Gnome and that's all my friend
> | installed.
> |
> | Where can I pull down a KDE3  *.rpm  file?
> | (This is RH v 8.0, so KDE3 should work if
> | I can find it.
> 
> Umm . . . if this is RH 8.0 why are you posting on a FreeBSD list?
> 
> For Freebsd, the easiest thing to do (thought it doesn't actually get 
> the *latest* KDE) is
> 
> pkg_add -r kde3
> 
> Or, if you have more time to install it (this is easy but it takes a LOT 
> of time--many hours), you can get 3.1 with
> 
> cd /usr/ports/*/kde3
> make install
> 

Well, I'd like to get KDE on one of my platforms.   At least 
one reason KDE3 fails here is that the newest QT is broken. I
could get an earlier vrsion, but I'll wait.

-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: from GNOME to KDE

2003-02-21 Thread Willie Viljoen
It built it fine here. Make sure your ports tree is upgraded to the latest, 
then run:

portupgrade -rR kdebase

That should do the trick :)

On Friday 21 February 2003 22:38, Gary D Kline wrote:
> On Fri, Feb 21, 2003 at 10:29:02PM +0200, Willie Viljoen wrote:
> > You should be able to find links to packages from http://www.kde.org/
> >
> > To get it on FreeBSD, just use ports. "Check The Handbook (TM)" for
> > more information :)
>
>   Thanks for the KDE URL.  Here, portupgrade is giving me major
>   build problem.   Maybe I'll find a FreeBSD package... .
>
>   gary

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: from GNOME to KDE

2003-02-21 Thread Gary D Kline
On Fri, Feb 21, 2003 at 10:29:02PM +0200, Willie Viljoen wrote:
> You should be able to find links to packages from http://www.kde.org/
> 
> To get it on FreeBSD, just use ports. "Check The Handbook (TM)" for more 
> information :)
> 

Thanks for the KDE URL.  Here, portupgrade is giving me major
build problem.   Maybe I'll find a FreeBSD package... .

gary


-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: from GNOME to KDE

2003-02-21 Thread Gary D Kline
On Fri, Feb 21, 2003 at 02:25:13PM -0500, Bob Bomar wrote:
> On Fri, Feb 21, 2003 at 11:18:32AM -0800, Gary D Kline wrote:
> > 
> > A friend set up GNOME on a Redhat system that I successfully
> > networked to my three BSD servers.  How do I switch to KDE 
> > from Gnome?  Also, I would like to set up a similar KDE account
> > here formy seven-year-old.   She likes unix better than her
> > windows computer---can't imagine whre she gets her biases :-|
> > 
> > Anyway, I would like to set up/switch to KDE on both platforms.
> > I'd be much obliged for any clues!
> > 
> > tia,
> > 
> > gary
> > 
> > 
> > 
> 
> In your .xinitrc file, comment out the line for gnome-session
> and add a line that says
> startkde
> 
> Bob
> 

No such file.  Not only that but the ~/.xession file I 
added with one "xterm &" vanished... .  (I remember the 
"fascist file system"; is Gnome a "fascist wm"?!!)
 

thanks,

gary





-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: from GNOME to KDE

2003-02-21 Thread Willie Viljoen
You should be able to find links to packages from http://www.kde.org/

To get it on FreeBSD, just use ports. "Check The Handbook (TM)" for more 
information :)

Will

On Friday 21 February 2003 22:25, Gary D Kline wrote:
> On Fri, Feb 21, 2003 at 11:24:34AM -0800, David Cramblett wrote:
> > if you have KDE installed, try the program switchdesk on Linux.
>
>   Well, I asked for Gnome and that's all my friend
>   installed.
>
>   Where can I pull down a KDE3  *.rpm  file?
>   (This is RH v 8.0, so KDE3 should work if
>   I can find it.
>
>   thanks,
>
>   gary

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: from GNOME to KDE

2003-02-21 Thread Gary D Kline
On Fri, Feb 21, 2003 at 11:24:34AM -0800, David Cramblett wrote:
> if you have KDE installed, try the program switchdesk on Linux.


Well, I asked for Gnome and that's all my friend
installed.   

Where can I pull down a KDE3  *.rpm  file?
(This is RH v 8.0, so KDE3 should work if  
I can find it.

thanks,

gary

-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: from GNOME to KDE

2003-02-21 Thread Bob Bomar
On Fri, Feb 21, 2003 at 11:18:32AM -0800, Gary D Kline wrote:
> 
>   A friend set up GNOME on a Redhat system that I successfully
>   networked to my three BSD servers.  How do I switch to KDE 
>   from Gnome?  Also, I would like to set up a similar KDE account
>   here formy seven-year-old.   She likes unix better than her
>   windows computer---can't imagine whre she gets her biases :-|
> 
>   Anyway, I would like to set up/switch to KDE on both platforms.
>   I'd be much obliged for any clues!
> 
>   tia,
> 
>   gary
> 
> 
> 

In your .xinitrc file, comment out the line for gnome-session
and add a line that says
startkde

Bob

-- 
/\
| Bob Bomar [EMAIL PROTECTED]   http://www.bomar.us/~bob |
||
| FreeBSD: The Power to Serve.  http://www.freeBSD.org   |
\/


pgp0.pgp
Description: PGP signature


Re: from GNOME to KDE

2003-02-21 Thread David Cramblett
if you have KDE installed, try the program switchdesk on Linux.

Gary D Kline wrote:

	A friend set up GNOME on a Redhat system that I successfully
	networked to my three BSD servers.  How do I switch to KDE 
	from Gnome?  Also, I would like to set up a similar KDE account
	here formy seven-year-old.   She likes unix better than her
	windows computer---can't imagine whre she gets her biases :-|

	Anyway, I would like to set up/switch to KDE on both platforms.
	I'd be much obliged for any clues!

	tia,

	gary




--
David Cramblett



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



from GNOME to KDE

2003-02-21 Thread Gary D Kline

A friend set up GNOME on a Redhat system that I successfully
networked to my three BSD servers.  How do I switch to KDE 
from Gnome?  Also, I would like to set up a similar KDE account
here formy seven-year-old.   She likes unix better than her
windows computer---can't imagine whre she gets her biases :-|

Anyway, I would like to set up/switch to KDE on both platforms.
I'd be much obliged for any clues!

tia,

gary



-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message