Re: [gentoo-user] kde 3.4 and kde 3.5

2006-07-17 Thread François Steinmetz
Yes, you may unmerge kde 3.4.I'm not sure that emerge -aC =kde***-3.4 (depending on what you emerged ; you can see that with 'cat /var/lib/portage/world | grep kde'), then emerge -aC depcleanwill do it.
I remember having used 'equery list -d' to list packages that are installed twice.If you don't have equery, emerge gentoolkit.Then, with a simple ' | grep kde' and ' | grep 3.4', you get the kde packages to uninstall.
Note that you have to put a '=' before the packages to unmerge when you specify an exact version.NB : you also may want to delete the .kde3.4 folder in your home directory. But first, be sure that all your settings are ok, and make a backup !
Cheers,FrançoisOn 7/17/06, Arnau Bria [EMAIL PROTECTED] wrote:
Hi,I noticed I have two kde installed:# eix kdebase* kde-base/kdebase Available versions:3.3.2-r1 3.3.2-r2 3.3.2-r3 3.4.3-r1 3.4.3-r2 3.5.2-r2 ~3.5.3-r3 Installed: 3.4.3-r1 
3.5.2-r2 Homepage:http://www.kde.org/ Description: KDE base packages: the desktop, panel, window manager, konqueror...May I uninstall older one? (
3.4)Which is the way? emerge -C kdebase-3.4 ?¿Cheers,--Arnau Briahttp://blog.emergetux.netLa vida es una aplastante derrota tras otra hasta queacabas deseando que se muera Flanders.
~Homer J. Simpson~--gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Mouse Question (Not working Wheel)

2006-05-02 Thread François Steinmetz
See http://www.gentoo.org/doc/en/xorg-config.xml#doc_chap4_sect3 ;-)
This is xorg configuration, it has nothing to do with gnome.On 5/2/06, Christopher E [EMAIL PROTECTED]
 wrote:Hello all,I am wondering what I need to do to get my wheel (scroll) to work
inside of gnome?In my xorg I have auto as the protocal, and for the location to/dev/input/mice what else do I nned for geting my mouse wheel to workinside of Gnome?Thanks for your help ahead of time!
Sincerely,Christopher--gentoo-user@gentoo.org mailing list


Re: [gentoo-user] emerge wine problem

2006-04-10 Thread François Steinmetz
'emerge wine' needs quite a lot of disk space, have you checked you didn't run out of disk ?
I've already encountered this problem and the message error wasn't very helpful.On 4/9/06, pat [EMAIL PROTECTED]
 wrote:Richard Fish wrote: On 4/7/06, pat 
[EMAIL PROTECTED] wrote:checking for glXCreateContext in -lGL... noconfigure: error: /usr/X11R6/lib/libGL.a is present on your system.This prevents linking to OpenGL. Delete the file and restart configure.
 I don't have a libGL.a anywhere on my system.It is a static link library for openGL, which would be bad for any application to link with on Gentoo, and is safe to delete.
 What does 'equery belongs libGL.a' report?It reports this:x11-base/xorg-x11-6.8.2-r6 (/usr/lib/opengl/xorg-x11/lib/libGL.a)Pat--
gentoo-user@gentoo.org mailing list