You are not logged in.

Search results

Search results 1-20 of 622.

Tuesday, May 16th 2006, 11:54am

Author: seb

KCD won't play cd's

it is possibly trying to access the other device - make sure you have the correct device set in the configuration. What happens when you visit the audiocd:/ location in konqueror? Can you view the contents of the cd? Read write permissions messed up? Are you part of the optical group?

Tuesday, May 16th 2006, 11:51am

Author: seb

JuK and AAC/MP4

You'd be able to play AAC with 1.3.x if the engine has support for it - the only limitation is collection management isn't possible. The easiest way is to use xine, and with faac and faad packages installed.

Saturday, October 22nd 2005, 5:19pm

Author: seb

[kopete][msn] personal messages

i'm not sure if personal messages are available in a stable release yet - you will have to download the SVN development version. If you get this, then you can view messages by looking at the contact tooltip or by setting contact list mode to detailed. You can set your personal message by selecting Online with an away message. away message is the equivalent to personal message in kopete.

Saturday, October 22nd 2005, 5:17pm

Author: seb

[kopete] No more MSN signing

have your network settings changed? if they have, you need to open port 1863. Failing this, try set HTTP connection in the msn options.

Saturday, October 22nd 2005, 5:15pm

Author: seb

Cannot print photos

seems like your KDE print settings are screwed. Have a look for the print manager

Saturday, October 22nd 2005, 5:14pm

Author: seb

CD ripping with Linux/KDE

make sure dma is enabled for your cdrom drive. To check: (substitute your device) $> hdparm -d /dev/cdroms/cdrom0 /dev/cdroms/cdrom0: using_dma = 1 (on) To set dma on, put a 1 after the -d flag, so: $> hdparm -d 1 /dev.... hth, Seb

Saturday, October 22nd 2005, 5:09pm

Author: seb

amarok "current" tab problem

no probs. you'll also be glad to know that the upcoming 1.3.4 release (hopefully sunday) contains fixes to these problems.

Saturday, October 22nd 2005, 5:08pm

Author: seb

amaroK/JuK Unable to connect to MusicBrainz

No, it should work out of the box. Make sure you have the right version of libmusicbrainz and libtunepimp installed.

Saturday, October 8th 2005, 3:53pm

Author: seb

Converting wav to ogg and mp3 using Konqueror

Audacity doesn't use the lame executable, but rather the library file, libmp3lame.so. From console, type `which lame`, to see if it is in your path. If no results are shown, locate the file, and add the directory to your path. Failing that, maybe you don't have the actual executable installed

Saturday, October 8th 2005, 3:46pm

Author: seb

kde sound system not working (i have sound, and it does work)

FYI: akode is known to be very unstable and buggy at times. That said, so is aRts... KDE really has to get its multimedia backend sorted out

Saturday, October 8th 2005, 3:43pm

Author: seb

amarok "current" tab problem

Do you have a processor with HT enabled? Try disabling the 'retrieve similar artists' option, in the last.fm configuration page, we've been finding some problems with it lately. Seems related to this bug: http://bugs.kde.org/show_bug.cgi?id=110921

Wednesday, October 5th 2005, 3:20pm

Author: seb

amarok "current" tab problem

see if you can get a back trace, here are the instructions: http://amarok.kde.org/amarokwiki/index.php/Debugging_HowTo if it hangs and doesnt crash, press ctrl-c in gdb during the freeze

Saturday, September 17th 2005, 12:22am

Author: seb

[kopete] Current Music Playing

If you are running SVN, you can change the Now Listening properties to change the personal message automagically. Otherwise, if you are using amaroK, you can use my script on kde-apps.org http://www.kde-apps.org/content/show.php?content=28494

Saturday, September 17th 2005, 12:07am

Author: seb

Konsole doesn't show current directory

Add this to you .bashrc file: Source code 1 PS1='[\u@\h \W]\$

Wednesday, July 27th 2005, 3:11am

Author: seb

how do I view an Instal file

Set the file associations for text files, you can find the entry in Konqueror Settings > File Assosiations

Wednesday, July 27th 2005, 3:09am

Author: seb

Kopete Install/Config Error

You gotta install the -devel packages for kde, for example: kdelibs-devel kdebase-devel

Monday, June 13th 2005, 12:43am

Author: seb

sound issue

Get yourself the latest ALSA libraries, DMIX is enabled and setup by default!

Wednesday, June 1st 2005, 8:29am

Author: seb

Konqueror will not load pages

You possibly changed the mime types for html pages. you can change it back in Settings > Configure Konqueror, or in KControl

Tuesday, May 31st 2005, 11:49am

Author: seb

media players and smb

well to test if arts is the culprit, test this with either xine or gstreamer. Also, if you can provide any debug output, it would be useful.