


Audioplayers by comar961 272 comments
arthur@ares:~/apps$ amarokFS
amarokFS: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by amarokFS)
Thank you for any help you can provide. - Feb 11 2007

Various KDE 1.-4. Improvements by TheNacho 41 comments

KDE Plasma Screenshots by jazztyle 8 comments

KDE Plasma Screenshots by Dapper 3 comments

KDE Plasma Screenshots by jazztyle 8 comments

System Software by dkukawka 157 comments
It seems that the command to execute acpid was acpid.real rather than acpid. Thus, I created a symbolic link named acpid in /usr/sbin/acpid.
Thank you for a great program, the suspend to disk is awesome :). However, I was wondering how do I enable suspend to RAM on my HP NC 4200. Is suspend to RAM the same as sleep on Macs?
Thanks again. - Mar 22 2006

System Software by dkukawka 157 comments
Thank you for your help. - Mar 13 2006

System Software by dkukawka 157 comments
Thank you! - Mar 13 2006

System Software by dkukawka 157 comments
rthur@ubuntu:~$ sudo apt-get install kpowersaver
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package kpowersaver
arthur@ubuntu:~$ sudo apt-get install kpowersave
Reading package lists... Done
Building dependency tree... Done
kpowersave is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
kpowersave: Depends: kdelibs4c2a (>= 4:3.5.1) but it is not installable
Depends: libdbus-1-2 (>= 0.60) but it is not installable
Depends: libdbus-qt-1-1c2 (>= 0.60) but 0.36.2-0ubuntu7 is to be installed
Depends: libgcc1 (>= 1:4.0.2) but 1:4.0.1-4ubuntu9 is to be installed
Depends: libpowersave10 (>= 0.12.1) but it is not going to be installed
Depends: libstdc++6 (>= 4.0.2-4) but 4.0.1-4ubuntu9 is to be installed
powersaved: Depends: libcpufreq0 but it is not going to be installed
Depends: libdbus-1-2 (>= 0.60) but it is not installable
Depends: libdbus-glib-1-2 (>= 0.60) but it is not installable
Depends: libgcc1 (>= 1:4.0.2) but 1:4.0.1-4ubuntu9 is to be installed
Depends: libglib2.0-0 (>= 2.9.3) but 2.8.3-0ubuntu1 is to be installed
Depends: libpowersave10 (>= 0.12.1) but it is not going to be installed
Depends: libstdc++6 (>= 4.0.2-4) but 4.0.1-4ubuntu9 is to be installed
Depends: libsysfs2 but it is not installable
Depends: lsb-base (>= 3.0-3) but 3.0-1ubuntu8 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Should I just force the install? Thank you in advance. - Mar 13 2006

KDE 3.x Window Decorations by john007 15 comments

Wallpaper Other by g33z 6 comments

KXDocker by stefano 154 comments
A howto for beginners would be great. - Feb 07 2006

Dolphin Service Menus by pld1 16 comments

Cursors by jlue 313 comments

Cursors by jlue 313 comments

Cursors by jlue 313 comments
The only problem that I see so far is that the cursor does not work with Firefox. It works with other GTK apps but when the cursor goes over Firefox, it changes back to my previous cursor theme. - Dec 17 2005

Full Icon Themes by timothysaddress 55 comments

Karamba & Superkaramba by davidstefka 31 comments
Is there a chance that you could make a smaller version without the large "TooDooList 0.3" for us with small 1024x768 res (12" laptop screen :( )? - Nov 26 2005
Here is the fix:
in $Aero-AIO_HOME/scripts/getGMail.py starting on line 11 you have the following:
def getGMailNum(login, password):
f = os.popen("wget -qO - https://" + login + ":" + password + "@mail.google.co
m/mail/feed/atom")
a = f.read()
...
Replace that with the following:
def getGMailNum(login, password):
password = re.sub("@", "%40", password)
f = os.popen("wget -qO - --no-check-certificate https://" + login + ":" + pass
word + "@mail.google.com/mail/feed/atom")
a = f.read()
f.close()
...
Note: REMEMBER TO INDENT everything under getGMailNum to the same indentation level as the rest of the things in the function because I can't make indentations in this forum.
As you can see, I changed "@" into a "%40" so that wget doesn't get confused. Furthermore, during my testing with wget I found that there were some problems with SSL so you need to use the "--no-check-certificate" parameter.
This works for me. Enjoy! :) - Nov 19 2005
arthur@ubuntu:~$ wget https://username:beginning_of_password@rest_of_password@mail.google.com/mail/feed/atom/
--00:17:19-- https://:*password*@rest_of_password%40mail.google.com/mail/feed/atom/
=> `index.html'
Resolving rest_of_password@mail.google.com... failed: Name or service not known. - Nov 17 2005
I wanted to start off by saying that I just got this karamba and I _love_ it. Good job and definitely a great idea. Since this laptop has only a 12" screen there really isn't a lot of room on my desktop (1024 x 768). It was getting all cluttered with karambas and this one has replaced a lot of them! Thank you so much.
Now to business :P... the mail plugin with Gmail doesn't work. I did some investigation and discovered the problem. It seems that wget gets confused because my password for Gmail contains an "@" sign. Here is the command that you call from "scripts/getGMail.py" but done in the console:
arthur@ubuntu:~$ wget https://:@@mail.google.com/mail/feed/atom/
--00:17:19-- https://:*password*@%40mail.google.com/mail/feed/atom/
=> `index.html'
Resolving @mail.google.com... failed: Name or service not known.
Running the same URL in Firefox redirects me fine and displays the correct XML.
Maybe I should file a bug with wget? Or maybe is just a limitation wget has? If it is, maybe something else should be used since I think that I'm not the only one using "@" in their password. Any suggestions on what I (and others) can use as a workaround?
Thanks for such a great karamba! - Nov 17 2005
I wanted to start off by saying that I just got this karamba and I _love_ it. Good job and definitely a great idea. Since this laptop has only a 12" screen there really isn't a lot of room on my desktop (1024 x 768). It was getting all cluttered with karambas and this one has replaced a lot of them! Thank you so much.
Now to business :P... the mail plugin with Gmail doesn't work. I did some investigation and discovered the problem. It seems that wget gets confused because my password for Gmail contains an "@" sign. Here is the command that you call from "scripts/getGMail.py" but done in the console:
arthur@ubuntu:~$ wget https://:@@mail.google.com/mail/feed/atom/
--00:17:19-- https://:*password*@%40mail.google.com/mail/feed/atom/
=> `index.html'
Resolving @mail.google.com... failed: Name or service not known.
Running the same URL in Firefox redirects me fine and displays the correct XML.
Maybe I should file a bug with wget? Or maybe is just a limitation wget has? If it is, maybe something else should be used since I think that I'm not the only one using "@" in their password. Any suggestions on what I (and others) can use as a workaround?
Thanks for such a great karamba! - Nov 17 2005

KDE Plasma Screenshots by motyR 13 comments

KDE Plasma Screenshots by motyR 13 comments
Thanks again :) - Nov 16 2005

KDE Plasma Screenshots by motyR 13 comments
Thanks. - Nov 15 2005

KDE 3.x Splash Screens by moodwrod 244 comments
arthur@ubuntu:~/apps/moodin$ sudo dpkg -i ../ksplash-engine-moodin_0.4.2_i386.deb
Selecting previously deselected package ksplash-engine-moodin.
(Reading database ... 185376 files and directories currently installed.)
Unpacking ksplash-engine-moodin (from .../ksplash-engine-moodin_0.4.2_i386.deb) ...
dpkg: dependency problems prevent configuration of ksplash-engine-moodin:
ksplash-engine-moodin depends on libc6 (>= 2.3.2.ds1-21); however:
Version of libc6 on system is 2.3.2.ds1-20ubuntu14.
ksplash-engine-moodin depends on libfontconfig1 (>= 2.3.0); however:
Version of libfontconfig1 on system is 2.2.3-4ubuntu7.
ksplash-engine-moodin depends on libidn11 (>= 0.5.13); however:
Version of libidn11 on system is 0.5.2-3.
ksplash-engine-moodin depends on libqt3c102-mt (>= 3:3.3.4); however:
Version of libqt3c102-mt on system is 3:3.3.3-7ubuntu3.
ksplash-engine-moodin depends on libstdc++6 (>= 4.0.0-10); however:
Version of libstdc++6 on system is 4.0.0-7ubuntu6~5.04ubp1.
ksplash-engine-moodin depends on libxrender1 (>> 1:0.9.0-1); however:
Version of libxrender1 on system is 0.9.0-0ubuntu4.
dpkg: error processing ksplash-engine-moodin (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
ksplash-engine-moodin
Perhaps this is why your configuration failed? I wanted to know where to get an apt source that provides these packages.
Thanks. - Sep 21 2005

Karamba & Superkaramba by wizzard 102 comments