


Video Apps by swmarcin 20 comments
Is this not available for kde 3.5 series?
Many thanks
Dave - Feb 04 2008

Conky by Whise 132 comments
I'm using this on kde 3.5.8.
When I autostart the Sidebar, all the individual widgets start up first but the Sidebar itself doesn't start. I'm using the latest compiz-fusion also.
Any help would be much appreciated.
All the best
Dave - Jan 24 2008
I think I've answered my own question. In the file kuickplay.py on Line 234 it reads 'self.playListQDir = QDir(self.playdirname, "*.mp3 *.wav *.ogg *.flac"'
I'm just going to add a couple of other audio file extensions to it (like *.wma, *.m4a) and it now works.
I was thinking of just putting a "*" in but I guess it would read all none audio tracks and put them in the playlist too.
Cheers
Dave - Dec 12 2007
I really like this little app :)
The only problem I'm getting is in the mp3-player skin. Only mp3 files will show in the playlist. Any other files, such as wma, m4a etc... don't show up in the playlist.
Looking forward to new skins too. Maybe an option to change the skins whilst listening to the music would be good.
Great work and all the best.
Dave - Dec 12 2007
Nice little theme :)
I noticed that when you've read an email the widget was never being updated so I had to add the command "interval=60000" into the hmail.theme file.
It now reads:
program="/home/user/hmail/scripts/gethotmail" fontsize=11 interval=60000
Can you let me know whether I was supposed to do this or not.
Many thanks
Dave - Dec 04 2007

Karamba & Superkaramba by vnwhite 58 comments
Thanks. I know that. It just works a bit easier in ARK and Konqueror that's all.
I tried to open the .skz file in ark (instructing it that it was a zip file) but it wouldn't open. However, it would if I changed the extension to .zip first. Strange;)
Thanks anyway :)
All the best
Dave - Jul 07 2007

Karamba & Superkaramba by vnwhite 58 comments
1) Open up the superkaramba window and make sure any instances of 'clock magick' are uninstalled.
2) rename the downloaded file from 50846-clock_magick.skz to 50846-clock_magick.zip
3) Unzip the downloaded file to a folder.
4) Copy all of png files (images) to the "/home/YOURNAME/.superkaramba/clock_magick " folder.
5) restart clock magick. This can be done by starting the original (.skz) file or by going into the unzipped folder and starting 'clock_magick.theme'
Hope this works for you.
All the best
Dave - Jul 07 2007

Karamba & Superkaramba by sbruno 8 comments
I think I may learn python as it's been a while since I programmed anything and that was programming for windows. I looked at the Aero AIO stuff and it doesn't look to hard to port it into. Actually the torrent AIO is a good exmaple. Found here http://www.kde-look.org/content/show.php/Ktorrent+Aero+AIO?content=60355
I've just taken your code and added a mute button to the program and changed the icons. Do you want me to email it back to you?
Cheers
Dave
my email add is dave_p_b(at)hotmail(dot)com if you want to get in contact :) - Jun 29 2007

Karamba & Superkaramba by sbruno 8 comments
Any ideas of any PyQT or PyKDE programming for customizable settings like adding stations, skins, fonts etc...
I wander whether it could be integrated with Aero AIOhttp://www.kde-look.org/content/show.php/Aero+AIO?content=24626
as it already has a customizable interface.
Great work and all the best
Dave - Jun 28 2007

Network by kdeveloper 58 comments
Nice app :) When it's capturing is there any chance the packets could appear on the screen in realtime. At the moment the results only appear when you've stopped capturing the packets.
Thanks
Dave - Jun 10 2007

Dolphin Service Menus by Blavkaste 20 comments
This is what I've been looking for but it would be better if it would give you the link for the thumbnail also. For example, an image that I just uploaded via the imageshack website gave me 3 urls.
1)<a href="http://img512.imageshack.us/my.php?image=save3zn1.png" target="_blank"><img src="http://img512.imageshack.us/img512/3532/save3zn1.th.png" border="0" alt="Free Image Hosting at www.ImageShack.us" /></a>
2)[URL=http://img512.imageshack.us/my.php?image=save3zn1.png]
[IMG]http://img512.imageshack.us/img512/3532/save3zn1.th.png[/IMG][/URL]
3)url=http://img512.imageshack.us/my.php?image=save3zn1.png]
[img=http://img512.imageshack.us/img512/3532/save3zn1.th.png][/url]
These are useful because I can just copy them and paste them into a forum.
Any chance this could be included into your script?
All the best
Dave - May 21 2007
I was using qt 4.2.1 and everything was great. I've just upgraded qt to version 4.2.3 and I get the following error message when trying to make smplayer:
In file included from helper.cpp:19:
helper.h:24:23: error: q3cstring.h: No such file or directory
helper.h:27:23: error: Q3PopupMenu: No such file or directory
helper.cpp:20:25: error: q3popupmenu.h: No such file or directory
helper.cpp:21:23: error: q3process.h: No such file or directory
helper.cpp: In static member function ‘static void Helper::finishProcess(Q3Process*)’:
helper.cpp:220: error: invalid use of undefined type ‘struct Q3Process’
helper.h:30: error: forward declaration of ‘struct Q3Process’
helper.cpp:229: error: invalid use of undefined type ‘struct Q3Process’
helper.h:30: error: forward declaration of ‘struct Q3Process’
helper.cpp:233: error: invalid use of undefined type ‘struct Q3Process’
helper.h:30: error: forward declaration of ‘struct Q3Process’
helper.cpp:235: error: invalid use of undefined type ‘struct Q3Process’
helper.h:30: error: forward declaration of ‘struct Q3Process’
helper.cpp:243: error: invalid use of undefined type ‘struct Q3Process’
helper.h:30: error: forward declaration of ‘struct Q3Process’
helper.cpp:246: error: invalid use of undefined type ‘struct Q3Process’
helper.h:30: error: forward declaration of ‘struct Q3Process’
helper.cpp:248: error: invalid use of undefined type ‘struct Q3Process’
helper.h:30: error: forward declaration of ‘struct Q3Process’
helper.cpp:256: error: invalid use of undefined type ‘struct Q3Process’
helper.h:30: error: forward declaration of ‘struct Q3Process’
make[1]: *** [.obj/helper.o] Error 1
make[1]: Leaving directory `/home/dave/Programs/smplayer-0.4.17/src'
make: *** [src/smplayer] Error 2
Any help much appreciated.
Thanks
Dave
p.s. I did do "make prep" before the make command - May 10 2007

Dolphin Service Menus by dirge 9 comments
Just wandering whether you can put another entry that converts a png to a windows ico file. I'm achieving this at the moment using a small app called png2ico but it would be better integrated into your service menu. I don't have much experience in Imagemagick's convert function though.
Cheers
Dave - May 07 2007
I'm successfully using k-encfs version 2 on SabayonLinux and everything is running ok. I was just wandering if you could as an option to the "Delete" button to ask "Are you sure?"
I know I shouldn't press the delete button but I thought I would for a test and it just deletes everything without asking you.
I did have everything backed up before I done this test ;)
Just thing it would be a cool option to add just in case some one pressed it by mistake.
Cheers
Dave - May 04 2007

Full Icon Themes by Kephren 15 comments
As an existing SabayonLinux user these will go great with my desktop. I can't wait till they're done.
If I knew how to make the themes then I would help you. Maybe I'll try to learn before you finish them !
keep up the good work
Cheers
Dave - Apr 25 2007

Karamba & Superkaramba by marcusfurius 47 comments
I'm not sure if it's possible in SuperKaramba but if it is then a scrollbar (on the right hand side) would be good for feeds with more than 7 items. We could then scroll up and down to see more than 7 feeds in the window.
Just a thought. Great app :)
Dave - Apr 20 2007

Karamba & Superkaramba by marcusfurius 47 comments
Great program. I can't wait until you add functionality to configure the feeds.
Just a quick note. On this latest release, in the bbcNew.py file you need to add a space in the following line:
browser = "kfmclient openProfile webbrowsing"
after the webbrowsing bit else it doesn't bring up konqueror when you select a news item. like so:
browser = "kfmclient openProfile webbrowsing "
Cheers
Dave - Apr 15 2007

Network by pnawrocki 287 comments
Thanks for your reply.
Sadly I can't use the native windows drivers as I run 64-bit Linux and Belkin never release 64-bit windows drivers.
Thanks anyway.
dave - Apr 06 2007

Network by pnawrocki 287 comments
This is the output of iwlist rausb0 scan
rausb0 Scan completed :
Cell 01 - Address: 00:14:7F:94:4E:90
ESSID:"BTHomeHub-B061"
Mode:Managed
Channel:1
Encryption key:on
Bit Rates:0 kb/s
Cheers
- Apr 05 2007

Network by pnawrocki 287 comments
I've install version 0.5.7 and it detects my WPA2 network as WEP. Why would it be doing this?
btw: I've never had any luck using wpa_supplicant to connect to my WPA2-PSK network. I've always had to use the iwpriv command. It seems to be more reliable.
Cheers
Dave - Apr 04 2007

Various Stuff by Timmie 2 comments
Cheers
Dave - Mar 19 2007

Various KDE 1.-4. Improvements by kenws 360 comments
In SabyonLinux I checked my /etc/conf.d/hddtemp file and corrected it as you advised.
Everything works great now.
Cheers
Dave - Mar 16 2007

Various KDE 1.-4. Improvements by kenws 360 comments
Could there be an option included to change this command
Great app:) Thanks.
Dave - Mar 16 2007
I kind of worked. I've created the encrypted folder but when I enter the password to mount it I get this error message:
"fusermount: failed to access mountpoint /home/dave/.kde3.5/share/apps/kencfs/encrypted: Permission denied
fuse failed. Common problems:
- fuse kernel module not installed (modprobe fuse)
- invalid options -- see usage message"
btw: SabayonLinux (Based on Gentoo) uses the portage package system. It compiles everything from source files and rarely uses binary packages.
Cheers
Dave - Mar 10 2007
However, I usually use 64-bit sabayonlinux and fuse is built in to the kernel and not as a separate module. Every time I try to start the app it says that it can't load the fuse module. If I run "encfs" on its own it doesn't come up with this error message.
I don't know if you can help me and I really want to use this program and spread it around to all my friends.
btw: I've tried to compile fuse as a kernel module but each time I try to add it using modprobe it gives an error of "device or resource busy".
I hope you can help.
Cheers
Dave - Mar 10 2007

Karamba & Superkaramba by trebol-a 142 comments
Dave - Feb 27 2007

Karamba & Superkaramba by trebol-a 142 comments
Your tip fixed mine. I was using the recommended SK ver 0.41 and was still getting the problem with Beryl.
Thanks again
Dave - Jan 29 2007

Karamba & Superkaramba by trebol-a 142 comments
Thanks
Dave - Jan 27 2007

Karamba & Superkaramba by trebol-a 142 comments
Why would this be a problem though?
Thanks
Dave - Jan 27 2007

Karamba & Superkaramba by trebol-a 142 comments
If I do a complete reboot then it's fine again.
Any help would be appreciated.
I'm using SabayonLinux 3.26 64-bit, KDE 3.5.5, Superaramba 0.41 and Python 2.4.3
Thanks - Jan 27 2007

Dolphin Service Menus by nemti 20 comments
You are right. Just re-compiled mplayer and it works.
Thanks
Dave - Jan 11 2007

Dolphin Service Menus by nemti 20 comments

Dolphin Service Menus by nemti 20 comments
If i do "convert to " (Audio) or "Extract from" as in audio from movie I get the following error:
"can't find audiodump.wav"
I have all the required apps installed. I'm sure this used to work when I used Mepis 6.0.
I use SabayonLinux now.
Please Help
Many Thanks
Dave - Jan 11 2007

Amarok 1.x Scripts by attendant 191 comments

Amarok 1.x Scripts by attendant 191 comments
Is there any reason that it keeps leaving a lyrics.log file on my desktop?
Thanks
Dave - Jun 14 2006

Various KDE 1.-4. Improvements by kenws 360 comments

Various KDE 1.-4. Improvements by kenws 360 comments
Excellent work. Most grateful.
Thanks - Apr 01 2006