
Video Apps by marcusfurius 2 comments
I would suggest that you are missing the codec required for this kind of file as it is a proprietary video format from RealPlayer - Aug 10 2010

System Software by marcusfurius 17 comments
'Assemblies are the physical packaging of the class libraries. These are .dll files, just as (but not to be confused with) Win32 shared libraries. Examples of assemblies are mscorlib.dll, System.dll, System.Data.dll and Accessibility.dll.'
(Taken from the Mono Wikipedia page: http://en.wikipedia.org/wiki/Mono_(software)) - Jun 23 2008

System Software by marcusfurius 17 comments
https://answers.launchpad.net/furiusisomount/+question/33383
The problem with 0.8.3.0 is that I have changed mono to use runtime 2. Kubuntu, however, does not come with runtime 2 installed by default (I should add this to the required list on the deb package!). To fix this run the following command:
sudo apt-get install libmono-system2.0-cil
Settings up permissions with fuse and installing the new runtime 'should' fix your problems.
However, since you are using KDE I would suggest that Furius ISO Mount is not the best application for you. Furius ISO Mount is designed as a native Gnome (Gtk) application. For your needs, running Kubuntu, I would suggest you look at AcentoneIso (http://www.acetoneiso.netsons.org/) a native KDE (Qt) application which mounts images.
I hope I have been of assistance. - Jun 22 2008

System Software by marcusfurius 17 comments

Conky by marcusfurius 13 comments

Conky by marcusfurius 13 comments

Karamba & Superkaramba by marcusfurius 16 comments

Karamba & Superkaramba by marcusfurius 16 comments

Karamba & Superkaramba by marcusfurius 16 comments

Karamba & Superkaramba by marcusfurius 8 comments

Karamba & Superkaramba by marcusfurius 16 comments
superkaramba FuriusPopMail.theme
This will give details of what is happening. If you can post the output, i'll have a better idea of the problem.
The other thing is that the widget checks for email every 10 minutes. Did you wait? - Jan 27 2008

Karamba & Superkaramba by marcusfurius 16 comments

System Software by marcusfurius 17 comments
I will add a routine to check for previously mounted images and add them to the mount list on restart - Jan 26 2008

System Software by marcusfurius 17 comments
gksudo furiusisomount
- Jan 25 2008

System Software by marcusfurius 17 comments

Karamba & Superkaramba by marcusfurius 47 comments
delaytime_seconds = 180
For a two hour cycle you will need to change it to:
delaytime_seconds = 1440
That equals to each of the 5 feeds updating every 24 minutes, so 120 minutes for a full cycle. - Oct 18 2007

Karamba & Superkaramba by marcusfurius 47 comments

Karamba & Superkaramba by marcusfurius 14 comments
I know a lot of people of fond of the Kore style, so I was planning on releasing a Kore version of this theme in the very near future. That will feature transparent backgrounds with a Kore style border.
Concerning the weather module; This is something I will be looking into, it is just a matter of finding the time. - Sep 04 2007

Karamba & Superkaramba by marcusfurius 14 comments

Karamba & Superkaramba by marcusfurius 47 comments
def createText(widget):
global text, imgtip, stamp
text = []
imgtip = []
for i in range (max_items):
text.append(karamba.createText(widget, 15, item_top + (i * item_height), 195, item_height, ""))
karamba.changeTextColor(widget, text[i], 255,255,255)
karamba.changeTextFont(widget, text[i], "Omicron Zeta")
karamba.changeTextSize(widget, text[i], 10)
stamp = karamba.createText(widget, 15, 158, 180, 24, "")
karamba.changeTextSize(widget, stamp, 9)
karamba.changeTextFont(widget, stamp, "Omicron Zeta")
karamba.changeTextColor(widget, stamp, 255,140,50)
You then need to change the two instances of "Omicron Zeta" to your chosen font, e.g "Trebuchet MS". Sorry I can be of no more help. - Jul 09 2007

Karamba & Superkaramba by marcusfurius 47 comments

Karamba & Superkaramba by marcusfurius 47 comments

Karamba & Superkaramba by marcusfurius 47 comments
I have had digg and the KDE sites working fine. If you are having problems try reverting back to the default feeds and change one at a time. You must also remember that python is very sensitive to indentation in the code, and a space character in the wrong place can kill an application.
I'll look into the German language issue, but I can't promise anything. Sorry. - May 11 2007

Karamba & Superkaramba by marcusfurius 47 comments
Hope this helps. - May 11 2007

Karamba & Superkaramba by marcusfurius 47 comments
#################################################################
# CHANGE THESE ITEMS TO USE ANOTHER RSS FEED
max_items = 17 #set to -1 if you want unlimited items
feedURL1 = "http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml"
feedHomePage1 = "http://news.bbc.co.uk/"
feedName1 = "BBC News: "
Change the following 5 feeds to ones of your choice. - May 11 2007

Karamba & Superkaramba by marcusfurius 47 comments

Karamba & Superkaramba by marcusfurius 47 comments

Karamba & Superkaramba by marcusfurius 47 comments
- Apr 15 2007

Karamba & Superkaramba by marcusfurius 47 comments

Karamba & Superkaramba by marcusfurius 47 comments

Karamba & Superkaramba by marcusfurius 47 comments