Monthly Archives: April 2011

GMPC 11.6: Help Wanted

It almost feels like I am doing nothing else then pleading for help. But here we go again: GMPC 11.6 release note and todo list: http://download.sarine.nl/GMPC-11.6/gmpc-11.6.html If you have remarks, (spelled checked version, source see here) , etc. Please contact me: qball@gmpclient.org

Natty G++ bug. Always fun

Bug report: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48822 Code to trigger the bug: ?View Code CPP1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 read more »

Conky the power hungry monster

I upgraded my mini laptop to natty today, and because of all the commotion about the extra energy consumption I opened powertop. Indeed the power seems to be higher, looking at the active task list, the kernel IPI was waking up the cpu 600 times a second. These ‘wakeups’ turned out to be caused by read more »

GMPC MetaData Provider move

Metadata providers for GMPC are in a constant ‘flux’, today I noticed that lyricsplugin change the api for their website, and the new one is not ‘publicly’ available. So now there is yet another plugin that people should not be using. To avoid this problem in the future I am working on the following 2 read more »

GMPC: Greyscale backdrops

If you want greyscale backdrops, add/edit the follow entry to your ~/.config/gmpc/gmpc.cfg ?View Code INI1 2 3 [Backdrop] alterations="6" [] 0 = no alteration. 1 = add casing. (you do not want this for backdrop) 2 = darken 4 = decolor. you can do darken, then decolor darken+decolor = 6

GMPC, Now with extra bling

This is something I wanted since I saw it on an ARCHOS music player. The implementation turned up differently, but it still looks nice. New gmpc feature, backdrops. GMPC will put a ‘darkend’ version of the artist image in the background of the now-playing screen. This gives an extra ‘bling’ to the now-playing view. See read more »

GMPC: Still help required

GMPC will turn 8 years old somewhere in the next few months (I do not know the exact date, I can only trace a 0.10 release of traymp (old name) to august). But I still need help, up to now gmpc + (almost) all the plugins where a one man show (me). Now that I read more »

GMail gone bezerk

My gmail gone bezerk. I just saw I have 10001 contacts. (I have like 50, that got duplicated like crazy). I do not get why, some of them where in there 50 times, other 20, others 1000+ times. I have deleted them now, but I need to see where it ends up, and if my read more »

Natty: Switching to openbox

Because I still prefered my old openbox setup, I switched back from unity to openbox + tint2. But this gave me a few minor problems. For one, software-center, was not working anymore.  I could browse applications, but clicking install did nothing. This can be fixed by adding the following line to your ~/.config/openbox/autostart.sh: ?View Code read more »

GMPC Command line

I integrated the easy-command line into GMPC as a small command line. You can use this command line to quickly play a song, search for something, etc. This was already available in a popup, but I preferred to integrate it in the main GUI. Let me know if you think I should add more commands read more »