




Code: Select all
-consolekit -policykit -udisks -udisks2 -upowerCode: Select all
-raptor -redland -semantic-desktop -virtuoso(Of course that means no kdepim packages at all. I got fed up with akonadi problems and switched to the gtk-based claws-mail after nearly a decade on kmail! That allowed me to kill kmail and akonadi, which allowed me to kill semantic-desktop for all of kde, which allowed me to kill rasqal, redland, virtuoso, soprano... I did it mainly to get rid of akonadi and the problems it brought, but WOW, the kde4 desktop was faster without all that extra bloatware!
And I had already turned off nepomuk and strigi too, and it was STILL dramatically faster when kde was built without that junk! Sort of reminds me of all those MSWormOS users and how surprised they often are to learn how badly the malware was affecting system performance once it's cleaned up. Yes, I DID just compare the semantic-desktop crap to malware!)
Code: Select all
# emerge -pv kdelibs
[ebuild R ] kde-base/kdelibs-4.8.5:4 USE="3dnow alsa bzip2 handbook mmx nls opengl (policykit) semantic-desktop spell sse sse2 ssl udev udisks upower -acl (-altivec) (-aqua) -debug -doc -fam -jpeg2k -kerberos -lzma -openexr {-test} (-upnp) -zeroconf" 11,920 kB
# USE="-policykit" emerge -pv kdelibs
[ebuild R ] kde-base/kdelibs-4.8.5:4 USE="3dnow alsa bzip2 handbook mmx nls opengl (policykit) semantic-desktop spell sse sse2 ssl udev udisks upower -acl (-altivec) (-aqua) -debug -doc -fam -jpeg2k -kerberos -lzma -openexr {-test} (-upnp) -zeroconf" 11,920 kBCode: Select all
-consolekit
-policykit
Code: Select all
# emerge -vp kdelibs
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] kde-base/kdelibs-4.9.2:4 USE="3dnow acl alsa bzip2 fam handbook jpeg2k mmx nls openexr opengl spell sse sse2 ssl udev zeroconf (-altivec) (-aqua) -debug -doc -kerberos -lzma -policykit -semantic-desktop {-test} -udisks (-udisks2) (-upnp) -upower" 0 kB

WOOT!! I finally got rid of that crap :-) Reading your post made me think it might be worth trying, not just possible, so thanks.The Doctor wrote:The desktop-kde profile forces policykit and consolekit otherwise kde is not supported by upstream.
see ppurka's post for solution. I have had absolutely no problems with a *kit free kde for at least a year.
[topic=546828]update[/topic] - "a most excellent portage wrapper"creaker wrote:systemd. It is a really ass pain

Code: Select all
echo "gnome-base/gvfs -gdu" >> /etc/portage/package.use
emerge -va1 gvfs
emerge -va1 gnomeCode: Select all
emerge -C polkit consolekit udisks upower libgdu
Thank you soka.soka wrote:Here is how to get a *kit free gnome-2.32.1 desktop.
<snip>
Code: Select all
nano -w /etc/layman/layman.cfg
overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml
http://k6.tuxhome.com.ar/repositories.xmlCode: Select all
layman -S
layman -a soka
Thank you soka.soka wrote:For those interested you can get the gnome-session ebuild along the other modified gnome ebuilds from the overlay I use for my machines. http://k6.tuxhome.com.ar/svn/overlay/


Just fyi, it might be easier to base your ebuild off of the gnome-light one and then install the rest of the stuff you need by hand rather than removing all the crud from the "full" Gnome ebuild.soka wrote:For those interested you can get the gnome-session ebuild along the other modified gnome ebuilds from the overlay I use for my machines. http://k6.tuxhome.com.ar/svn/overlay/
Note that the gnome ebuild is a stripped down version(no evolution, epiphany, sound juicer, vinagre, vino, sea horse, bug-buddy, cheese and other apps I don't use nor want).
For use it with layman you have to add it to layman.cfg in the overlay list part.After thatCode: Select all
nano -w /etc/layman/layman.cfg overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml http://k6.tuxhome.com.ar/repositories.xmlCode: Select all
layman -S layman -a soka

Be also prepared for the day Gnome will force us with a descent mouse focus policytheBlackDragon wrote:You should also probably prepare for the day when building Gnome without all the *kit/systemd/pulsaudio junk becomes plain impossible. The Gnome devs seem entirely intent on forcing their preferences on others, seemingly down to kernel level if given the chance.

Great thread, but I am wondering why you wouldn't use it on lxde. I have one machine with lxde, mostly as a test (getting prepared for the day when kde becomes completely unusable), and would just like to know why you think it doesn't work well.Dominique_71 wrote:A little update. I would not use such a setup with lxde unfortunately. I guess the rule to adopt is: If you get your way with portage, your favourite WM-desktop will work fine.

Code: Select all
#!/bin/sh
export DISPLAY=":0"
export XAUTHORITY="/home/$1/.Xauthority"
ICON=/usr/share/icons/nuoveXT2/72x72/devices/drive-harddisk.png
exec /usr/bin/notify-send -u low -t 3000 "udevil" "$2" -i $ICONYou don't need to. Just give the icon name without any extension or path, like this: -i drive-harddisk. It will show the icon by using your current icon theme.Hypnos wrote:You'll have to set your own icon path.