

Wallpaper Other
KDE 3.x Splash Screens
Karamba & Superkaramba
KDE 3 Color Schemes
Icon Sub-Sets
Beaches and Oceans
Dolphin Service Menus
Ice-WM Themes
KDE Plasma Screenshots
Kicker Panel
test
Everything should work now.
Thanks - Apr 12 2010
Thanks - Apr 12 2010
It works now on dolphin, thanks for getting me to investigate it.
- Nov 08 2007
Thanks for the good code!
I used this for Mepis:
Exec=/usr/bin/mozilla-thunderbird -remote "xfeDoCommand(composeMessage,attachment='file://%f')"
and it attaches properly when Thunderbird is already open. I still prefer it without opening Thunderbird, but to each his own. Enjoy! - Jan 03 2005
I used this for Mepis:
Exec=/usr/bin/mozilla-thunderbird -remote "xfeDoCommand(composeMessage,attachment='file://%f')"
and it attaches properly when Thunderbird is already open. I still prefer it without opening Thunderbird, but to each his own. Enjoy! - Jan 03 2005
I'm not sure how to make it work on when Thunderbird is running. I think then it would be easier to use the "attach" button inside Thunderbird. If anyone knows, please post it.
- Jan 02 2005
Thanks Linuzoid.
You and Utopia should get all the credit, I just put the wording on. - Dec 19 2008
You and Utopia should get all the credit, I just put the wording on. - Dec 19 2008
Cool, we'll treat it with respect.
I'll send you a link to what we're doing with it when it's posted. Thanks so much! - May 31 2008
I'll send you a link to what we're doing with it when it's posted. Thanks so much! - May 31 2008
This looks really good. Could I put this into our project wallpapers for the next Mepis Release. I'll make sure you get credit for it. Let me know, Thanks!
- May 31 2008
I understand, take care and keep up the good work.
- May 17 2008
Thanks Sakasa.
Your stuff rocks, we could really use your help with the Mepis stuff. We need a few more starving artists helping with it. Let me or Brooko know if you're interested. - May 17 2008
Your stuff rocks, we could really use your help with the Mepis stuff. We need a few more starving artists helping with it. Let me or Brooko know if you're interested. - May 17 2008
Hi Brad,
I posted it for you, enjoy!
- May 17 2008
I posted it for you, enjoy!
- May 17 2008
Nice job - Thanks!
- Oct 31 2007
http://www.kde-look.org/content/show.php/New+Kbiff+Icons?content=67798
- Oct 13 2007
Yes I am, glad you noticed the screenshot :)
Take care! - Mar 13 2007
Take care! - Mar 13 2007
It works in Mepis
- Oct 13 2006
The inverted gradient on menus appears to not work in revision .42 & .42.1
- Aug 25 2006
Please return the sunken gradients for progress and menubar items. Thanks
- Aug 24 2006

Thunderbird send as attachment(s) service menu
Dolphin Service Menus 7 comments
by
Xwang
Jul 23 2006
Great camera shot!
- Feb 12 2006
You mean something like this but maybe Kmail:
# Mail
clickarea x=15 y=170 w=32 h=32 onclick="mozilla-thunderbird" - Aug 08 2005
clickarea x=15 y=170 w=32 h=32 onclick="mozilla-thunderbird" - Aug 08 2005
I think I fixed it. Thanks for pointing that out.
- Feb 12 2005
Thats' strange because I don't see anything wrong with it. Can you get a snapshot of it and send it to me?
- Feb 12 2005
Not sure, but have you tried to right click on it and either update or reload theme.
- Feb 09 2005
This one works fine for a six week month.
- Feb 09 2005
I'm glad you like it. I made it awhile ago to match up with the Fantastik theme at http://www.kde-look.org/content/show.php?content=17775
- Feb 06 2005
Do you mean the "superkaramba" themes (LCD clock, weather, etc)?
- Jan 05 2005
Thanks - ljogerst
First, the automatic installation fails (on Kubuntu 10.04) as the target
path does not exist, I think. On my installation, I had to put the
attach_thunderbird.desktop file in
~/.kde/share/kde4/services/ServiceMenus
(but this may be an (K)Ubuntu-specific problem).
However, I think the following really is a system-independant bug: When
I'm right, Thunderbird wants to have a file /foo/bar passed as
file:///foo/bar
instead of
file://foo/bar
(at least what I've tested here...), so I assume the "Exec" line have to
be changed from
Exec=thunderbird -compose "attachment='file:/`echo %F | sed 's/\\
\\//,file:\\/\\//g'`'"
to
Exec=thunderbird -compose "attachment='file://`echo %F | sed 's/\\
\\//,file:\\/\\/\\//g'`'"
Hope I'm right and could help...
Regards,
Felix Günther - Oct 09 2010