You are not logged in.

Search results

Search results 1-17 of 17.

Friday, February 1st 2008, 4:52pm

Author: Slackhead

Like it as we coded it?

I have to agree with the points about the menu - it is very cumbersome to navigate through. I would also like some way to customise the taskbar. In 3.5 I have ksmoothdock installed at the bottom, with the taskbar/kicker auto-hidden at the top of the screen to keep it out the way. I also had problems running xscreensavers on -root window. They would flicker or just not work at all.

Friday, January 18th 2008, 6:48am

Author: Slackhead

Mimetype errors

I have a problem with errors such as : kbuildsycoca: WARNING: '/usr/share/applications/mplayer.desktop' specifies undefined mimetype/servicetype 'audio/x-mpg' I get a lot of these and when I had a look in .mime.types I only see a few types for audio/ and video/: Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ... audio/basic snd audio/midi mid midi audio/ulaw au audio/x-aiff aif aifc aiff audio/x-wav wav ... video/dl dl video/fli fli video/gl gl video/mpeg mp2 mpe mpeg mpg video/quic...

Monday, August 20th 2007, 7:42pm

Author: Slackhead

[kopete] horiz scroll bars + group chat emoticons

I think I've found the option: 'download and use new emoticons' or similar. Still get scrollbars though...

Monday, August 20th 2007, 1:21am

Author: Slackhead

[kopete] horiz scroll bars + group chat emoticons

I have a problem when somebody makes a long line of chat, such as a web url, that I get horizontal scrollbars across the chat window. Is there a way of turning these off so that lines get wrapped normally? Also today I was invited to a group chat and even though I have emoticons turned off I am still getting them. One emoticon for 'ok' was showing up in the middle of words like 'rook' for example, which was very annoying and hard to read. Is there another way to turn off *all* emoticons? Cheers

Sunday, June 24th 2007, 9:50pm

Author: Slackhead

Kdialog scripting

I've used kdialog in the past in bash scripts but this one just will not work. Anyone care to enlighten me on why not? Source code 1 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 pname=urlview #this will be replaced by a text input box for package to search for slapt-get --search ${pname} > temp let n=4 let pn=0 for f in `cat temp` do let n=$n+1 if [[ $n == 5 ]]; then let pn=$pn+1 let n=1 pkg[$pn]=$f echo ${pn} ${pkg[${pn}]} fi done let n=0 IFS=$'\...

Sunday, June 24th 2007, 6:01pm

Author: Slackhead

kpackager problem

Thanks. Yes I found the same thing earlier, although I wasn't logged in as root so the 'su' command (together with pass) should work, but it doesn't. Sudo seems ok though.

Sunday, June 24th 2007, 3:10pm

Author: Slackhead

kpackager problem

I'm having the same problem. How did you fix it?

Tuesday, June 19th 2007, 1:36am

Author: Slackhead

ksmoothdock + launch feedback

There's no option to use launch feedback in ksmoothdock so is there a way of launching programs with launch feedback from the comand line? I tried kioexec but doesn't work. Cheers!

Friday, April 6th 2007, 3:12am

Author: Slackhead

[Kopete] Contact list colours

Ok nevermind, I fixed it in kcontrol.

Friday, April 6th 2007, 3:01am

Author: Slackhead

[Kopete] Contact list colours

Hi, for some reason my contact list has black bands for every other contact and I can't read it. http://www.unrealize.co.uk/shot.gif Screenshot will show you what I mean. I have tried various styles but nothing seems to affect it. How can I make list more readable? Thanks.

Thursday, February 9th 2006, 7:27pm

Author: Slackhead

Konstruct 3.5.1 error with koffice

or not: Error syncing config data: Failed to write some configuration data to disk make[5]: *** [install-data-local] Error 1 make[5]: Leaving directory `/mnt/str1/downloads/konstruct351/konstruct/libs/libgsf/work/libgsf-1.13.3/thumbnailer' make[4]: *** [install-am] Error 2 make[4]: Leaving directory `/mnt/str1/downloads/konstruct351/konstruct/libs/libgsf/work/libgsf-1.13.3/thumbnailer' make[3]: *** [install-recursive] Error 1 make[3]: Leaving directory `/mnt/str1/downloads/konstruct351/konstruct...

Thursday, February 9th 2006, 7:19pm

Author: Slackhead

Konstruct 3.5.1 error with koffice

I guess that file has moved so thats the problem * just found it, downloaded it to ~/kde3.5.1-sources and ran make install and so far so good

Thursday, February 9th 2006, 7:12pm

Author: Slackhead

Konstruct 3.5.1 error with koffice

Was installing 3.5.1 everything with konstruct and the script aborts when trying to install koffice. Cd'd to app/koffice and it does it there too. [===== NOW BUILDING: koffice-1.4.2 =====] [fetch] complete for koffice. [checksum] complete for koffice. [extract] complete for koffice. [patch] complete for koffice. ==> Building kde/kdelibs as a dependency ==> Building libs/libart_lgpl as a dependency ==> Building libs/wv2 as a dependency make[1]: Entering directory `/mnt/str1/downloads/konstruct351...

Saturday, February 4th 2006, 4:36pm

Author: Slackhead

Gaim 2 + kfmclient + image settings

I don't see anything there thats relevant, but isn't that a gnome config program? My problem is with kde.

Saturday, February 4th 2006, 2:27pm

Author: Slackhead

RE: No Splash Screen!

I think there is another settings for splash at login screen somewhere in options for login (sorry cant be more specific since im in fluxbox atm)

Saturday, February 4th 2006, 1:05pm

Author: Slackhead

Gaim 2 + kfmclient + image settings

Hi, I've just installed Gaim 2 beta 2 and would like to change some of the behaviours for opening recieved files Gaim uses 'kfmclient openURL' to open files and the problem is that images are opening in Konqueror when I would prefer to use xv I have tried changing settings for file associations and also tried edit .mailcap file. The best I can do is to have xv open but also Konq opens with a blank page at the same time. So is there any way to change this behaviour at all?