Code: Select all
#!/bin/sh
exec /usr/kde/3.5/bin/startkde
vitoriung wrote:thanks for the hints,
unfortunately, i have no kde-3.5 in Sessions and even no startkde in /usr/kde/3.5/bin
so seems that my 4.1 installation is just in one slot.
I followed gentoo 4.0 install guide where I haven't seen anything about need to install in slots to keep both version.
However, I need to put things back.
So what do I need to find out first?
Unmerge ver 4.1?
Will try to google a bit in between.
thanks
use or not use a flag is up to the packagevitoriung wrote:I found Gentoo KDE 4.1 Guide, where I read that there is new USE flag kdeprefix, which allows me to have different versions of kde at one time,
it's what we were talking about before I guess?
Just wondering if there is a chance to keep current kde 4.1.2 and put kde 3.5.10 into another slot....
Will it work just set this use flag and run emerge =kde-meta-3.5.10 which is actually currently installed as well, but just does not work?
Thank you
Code: Select all
# emerge -pv =kde-meta-3.5.10
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] kde-base/kde-meta-3.5.10 USE="nls -accessibility" 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kBCode: Select all
emerge -pv =kde-meta-4.1.2
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] kde-base/kde-meta-4.1.2 USE="-accessibility" 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB
I have the same prob, after kde4 installation, the kde3 menu is gone missingBingo!
emerging kdebase-startkde-3.5.10-r4 worked!
Now I have KDE3.5 back, but it's some kind of hybrid, menu has been wiped out, quick launcher icons deleted etc.
I think now I do need downgrade all 4.1.2 packages back to 3.5.10 and later when I decide to have KDE 4 as well will make that "slotted" installation with kdeprefix USE flag without worrying about current KDE 3.5? Am I right?
With kdeprefix USE flag on, you will be able to install kde 4.1, kde 4.2 ... they're kept seperately with different slots. In other words, you dont have to remove kde 4.1 when you're about to give a try of kde 4.2.Note: This restriction does not apply to KDE 3.5 (which uses different eclasses) or live versions (as they will continue to be installed under /usr/kde/${live-slot}. You can have a non-kdeprefix version of KDE 4.1, KDE 3.5 and a live version of KDE installed on the same system.
Is your ~/.kde3.5 directory being contaminated by kde4? Or the ~/.kde link points to ~/.kde4? If so, try :So my KDE 3.5 profile settings was obviously damaged because I logged into KDE4, while my girlfriend's profile remains untouched.
That's a bit headache... :/
Is it any chance to fix it, find these data and put them back?
And finally, is it chance to safely remove KDE4?
Thanks
Code: Select all
unlink ~/.kde
ln -sf ~/.kde3.5 ~/.kde
Code: Select all
emerge -aC `eix --installed-slot 4.1 -c --format-compact '<category>/<name>:4.1'`
Code: Select all
Packages installed: 1312
Packages in world: 139
Packages in system: 51
Required packages: 1042
Number to remove: 270
vitoriung wrote:thanks punkid,
after removing kde4 is my menu back,
I found eix very handy for unmerging...
Now I think it's time to clean the system a bit.
I run emerge --depclean -p and am bit worried about state of my systemSeems like I haven't done this for ages, browsed packages and there is many I want to keep,Code: Select all
Packages installed: 1312 Packages in world: 139 Packages in system: 51 Required packages: 1042 Number to remove: 270
how to deal with this situation?
In ideal state of the system it woudn't find anything for removal, would it?It means I have 270 packages without dependencies?