


Karamba & Superkaramba by abattoir 55 comments

Karamba & Superkaramba by abattoir 55 comments

Karamba & Superkaramba by abattoir 55 comments
WRT to the appearance, I had almost finished writing a PyQt configuration dialog, but I was distracted by another theme that I have been making. (I'll try to finish both as soon as I can)
So when the config dialog is incorporated, you should be able to change the text font, colour, size et all. - Oct 06 2005

Karamba & Superkaramba by burt 6 comments
:-) - Aug 25 2005

Karamba & Superkaramba by abattoir 55 comments

Karamba & Superkaramba by abattoir 55 comments
Actually you could start of with one of the other two modes, and if you have new mail, you can switch to the normal mode(if the normal mode gets in the way).
Regarding font colours, you have to change that manually for now :( ; however, i'll add a config dialog soon.
Text spilling off is an issue i have faced too, but it depends on the message... eg. if a message has a lot of fat chars. it does spill off(Otherwise the '...'s come into place), i'll try to find a nice uniform width font and fix this issue in the next release. - Aug 21 2005

Karamba & Superkaramba by abattoir 55 comments
I think cookies are the issue. If you have "Remember me on this computer" option ticked on the gmail login screen, you dont have to keep entering your username and password. The long link which you posted is unique and changes from user to user and(i think) from session to session, so it'll not be viable for the theme to guess the url and take you directly to your inbox.
The method I use, is to call your browser to open mail.google.com which is redirected to your inbox if you have cookies enabled and have checked the "Remember me on this computer" option.
If you feel the long link you posted directly takes you to your inbox, you could replace the link in the gmail.py with that.
I dont think the issue is with the browser or the country ;-).
And, I dont live in the USA :-) - Aug 03 2005

Karamba & Superkaramba by abattoir 55 comments
Are you facing any difficulties connecting? If no, everything is fine, if the theme is not locked, you have to double click on the gmail logo.
Is this what you meant, or did you have something else in mind? - Aug 02 2005

Wallpapers Mandriva by pazeto 2 comments

Karamba & Superkaramba by abattoir 55 comments
You can also change to color to whatever you want, the last three zeroes can be changed to anything b/w 0 and 255(R G B).
You can refer to some image manipulation program for the colour codes. - Jul 31 2005

Karamba & Superkaramba by abattoir 55 comments

Karamba & Superkaramba by abattoir 55 comments

Karamba & Superkaramba by abattoir 55 comments
I have started out by creating one that matches my current desktop scheme.(see first preview image.) I am not a pro(this is the first time i'm doing this sort of thing), but i think it has turned out just like how i had initially thought of it.
Tell me if you like it, or have any ideas i can implement in the next version. - Jul 30 2005

Karamba & Superkaramba by abattoir 55 comments
This is the Directory Structure
DesktopGmailv2.3
|_____images/
|_____gmail.py
|_____gmail.py~(I dont know why the backupfile sneaks in even after i delete it)!!
|_____gmail.theme
|_____maindata.xml
|_____Quickstart.txt
|_____README.txt
Maybe i could mail you a tar, tell me. - Jul 27 2005
I'd like to make 2 requests, if i may.
1) The folder size always is 4KB, can that be changed to represent the actual size?
2)Can 'Open with' be made to change dynamically for folders and multiple files.eg. Music files or a Music folder(I know this happens for single files).
Thank you. - Jul 27 2005

Karamba & Superkaramba by abattoir 55 comments

Karamba & Superkaramba by abattoir 55 comments
Does anybody else have the same problem??? - Jul 26 2005

Karamba & Superkaramba by abattoir 55 comments

Karamba & Superkaramba by abattoir 55 comments
developers(if i can be called one ;)) must listen to the end-users. After all developers are nobody if nobody uses their
programs!!! I am currently working on adding configuration menu to the theme(So that it is even easier for ppl to use).
Thank you for all your support!! - Jul 23 2005

Karamba & Superkaramba by abattoir 55 comments
Happy?? ;-) - Jul 23 2005

Karamba & Superkaramba by abattoir 55 comments
is also considered a command to change the
mode.It wasnt irritating to me as I dont click there to go to my inbox(i click on the firefox bookmark or the gmail notifier in firefox). Since you seem to be bothered
i'll try to use a workaround. - Jul 23 2005

Karamba & Superkaramba by p0z3r 87 comments
Instead of posting hear and waiting for a reply, you could do a search in google and find answers instantly. :) - Jul 22 2005

Karamba & Superkaramba by abattoir 55 comments

Karamba & Superkaramba by abattoir 55 comments
Probably in the next version, i'll have the option of expanding either upwards or downwards. - Jul 22 2005

Karamba & Superkaramba by abattoir 55 comments
Tell me if you like it and comments and suggestion are always welcome. :) - Jul 22 2005

Karamba & Superkaramba by abattoir 55 comments

Karamba & Superkaramba by abattoir 55 comments
try
"wget -O - https://username:password@mail.google.com/mail/feed/atom"
in the terminal. browse through the output, can you see your messages enclosed between ""? - Jul 09 2005

Karamba & Superkaramba by abattoir 55 comments

Karamba & Superkaramba by abattoir 55 comments
I will be uploading the updated version soon, others, who already have v1.2 and dont want to download v1.3 can go to line 97 in gmail.py and change the line to
com="wget -O - https://username:password@mail.google.com/mail/feed/atom"
Make sure that you dont lose the indenting. - Jun 21 2005

KDE 3.x Splash Screens by robcio111 19 comments

Karamba & Superkaramba by abattoir 55 comments
Once again I am sorry. - May 19 2005
In file included from sidebar.cpp:17:
sidebar.h:18:31: konqsidebarplugin.h: No such file or directory
In file included from sidebar.cpp:17:
sidebar.h:26: error: expected class-name before '{' token
sidebar.h:26: warning: `class Sidebar' has virtual functions but non-virtual destructor
sidebar.cpp: In constructor `Sidebar::Sidebar(KInstance*, QObject*, QWidget*, QString&, const char*)':
sidebar.cpp:23: error: class `Sidebar' does not have any field named `KonqSidebarPlugin'
sidebar.cpp: At global scope:
sidebar.cpp:48: error: extra `;'
In file included from sidebar.cpp:50:
sidebar.moc: In static member function `static QMetaObject* Sidebar::staticMetaObject()':
sidebar.moc:54: error: `KonqSidebarPlugin' has not been declared
sidebar.moc: In member function `virtual void* Sidebar::qt_cast(const char*)':
sidebar.moc:72: error: `KonqSidebarPlugin' has not been declared
sidebar.moc: In member function `virtual bool Sidebar::qt_invoke(int, QUObject*)':
sidebar.moc:77: error: `KonqSidebarPlugin' has not been declared
sidebar.moc: In member function `virtual bool Sidebar::qt_emit(int, QUObject*)':
sidebar.moc:82: error: `KonqSidebarPlugin' has not been declared
sidebar.moc: In member function `virtual bool Sidebar::qt_property(int, int, QVariant*)':
sidebar.moc:88: error: `KonqSidebarPlugin' has not been declared
make[2]: *** [sidebar.lo] Error 1
make[2]: Leaving directory `/home/ani/ksidebar-0.4.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ani/ksidebar-0.4.1'
make: *** [all] Error 2
Doesn´t KSidebar work with KDE 3.4 or am
I missing something? - May 09 2005

Karamba & Superkaramba by ogetbilo 289 comments
I use amarok 1.2.1.This could well be a problem with amarok, because the progressbar for soundmania didnt move with amarok 1.2.3 and i initially thought it was a problem with soundmania.(It turned out to be a problem with amarok).
Thanks anyway i dont think it bothers me much.
Keep up the good work. - Apr 19 2005

Karamba & Superkaramba by abattoir 55 comments

Karamba & Superkaramba by abattoir 55 comments
My problem is regarding the tooltips, the tooltip before the update is shown if the widget is updated(however, if reloaded, everything works fine).I tried setting the tooltip text to "", but that doesnt work.
I have also tried deleting and recreating the images within the widgetUpdated() function, but to no avail.
Another interesting thing is that this happens even for soundmania.Maybe this problem is installation specific.
P.s.:Thanks for soundmania...!!! - Apr 18 2005

Various KDE 1.-4. Improvements by lucher 201 comments

Karamba & Superkaramba by ekhinox 18 comments
errors and running sk, you release it!!!!
Thanks, it will be useful for lots of people....!!! - Feb 11 2005

Karamba & Superkaramba by ljogerst 9 comments

Karamba & Superkaramba by Matti 1797 comments
SK-0.35
Qt: 3.3.3
KDE: 3.2.3
Mandrake 10.1
somebody please help - Feb 09 2005

Karamba & Superkaramba by ljogerst 9 comments
superkaramba --version says
Qt: 3.3.3
KDE: 3.2.3
superkaramba: 0.35
python -V says
Python 2.3.4
I assume python libraby is also of the same version(if this is not the library!!)
should i update?if yes, which version and how.I run mandrake 10.1 urpmi says everything already installed. - Feb 09 2005

Karamba & Superkaramba by optikSmoke 282 comments

Karamba & Superkaramba by ljogerst 9 comments

Karamba & Superkaramba by ljogerst 9 comments
Crystal Calendar works fine but.Can someone help me? - Feb 09 2005