Guy Rutenberg

Keeping track of what I do

Archive for the ‘KDE’ tag

Using MusicBrainz when Ripping CDs in KDE

without comments

I guess this tip is Gentoo specific. By default KDE uses FreeDB for getting CD info when ripping CDs. If you want to use MusicBrainz native service (not via their FreeDB proxy), there are several steps you’ll need to take.
Read the rest of this entry »

Written by Guy

January 9th, 2010 at 10:37 am

Posted in Tips

Tagged with , ,

Disable Touchpad Tapping in Kubuntu

with one comment

In Ubuntu (gnome) there is an easy graphical way to disable tapping on the touchpad. However, KDE lacks such thing. But lacking graphical configuration doesn’t mean this should be difficult. All you need is the gsynaptics package. The package provides a small utility called synclient. Now you can disable tapping by doing

 synclient TapButton1=0

To disable the tapping permanently you should use the following to run the command at the start of every KDE session.

echo "synclient TapButton1=0" > ~/.kde/env/disable-tapping.sh

Written by Guy

January 8th, 2010 at 11:13 pm

Posted in Tips

Tagged with , ,

Upgrading All KDE Related Packages in Gentoo

without comments

Yesterday, Gentoo marked KDE 3.5.10 as stable on amd64. I looked for a way to upgrade all of the KDE related packages, without manually specifying each one of them. Normally one could do

emerge -avu world

but I encountered some nasty conflicts that I didn’t have time, nor will, to resolve at that time. So I’ve looked for a different solution. To my rescue came qlist for the great app-portage/portage-utils package. This package provides a set of very fast utilities to query portage. I’ve used qlist to list all of my installed packages, grep‘ed the list and piped the result as arguments to emerge using xargs.
Read the rest of this entry »

Written by Guy

June 8th, 2009 at 9:24 am

Posted in Linux,Tips

Tagged with ,