2008
03.30
03.30
Here’s an incomplete list of the code I’ve written.
Apps & Plugins
- Tasque Plugin for GNOME Do A little plugin I coded for GNOME Do, It allow you to create a new task in Tasque. More info here.
- DiskMounter Plugin for GNOME Do Anotther plugin for Do which allow you to Mount, Unmount and access your connected drive/partition. Can be very handy.
- Archive plugin for GNOME Do Allow you to create and extract archive with GNOME Do.
- xmms2-audioscrobbler Audioscrobbler plugin for xmms2 0.5 DrLecter. Part of my work for the summer of code. It’s written in C and meant to be portable so it can be used on the Neuros OSD.
- Last.fm Radio on the OSD. My 2008 Google Summer Of Code project. I’m always thinking about improving it but sadly time is badly missing.
- Pong A pong game written in C and using the Clutter and Cairo library.
- gnibbles-clutter My 2009 Google Summer Of Code project.
Patches
- Tasque’s Bug 532766 Support for theme’s color in Tasque
Guillaume, any idea why I might not be seeing the right tasque icons in gnome-do? I see a small screen with an “x” through it, rather than the tasque “tick”. Thanks though, for a fantastic plugin.
Hi, thanks a lot for your comment.
The Tasque plugin use the gnome-do mechanism to search icon. So it seem your gnome-do can’t find the icon. Technically, Tasque’s icons should be located in …
/usr/share/icons/hicolor/16×16/apps/tasque.png
/usr/share/icons/hicolor/22×22/apps/tasque.png
/usr/share/icons/hicolor/24×24/apps/tasque.png
/usr/share/icons/hicolor/32×32/apps/tasque.png
/usr/share/icons/hicolor/48×48/apps/tasque.png
/usr/share/icons/hicolor/scalable/tasque.svg
/usr/share/pixmaps/tasque.svg
if you installed Tasque with a different prefix than /usr , it’s possible that gnome-do can’t find the icon. My guess is that your icons are probably located under the /usr/local prefix ( ie /usr/local/share/pixmaps/tasque.svg )
to be sure, try to run this in your terminal, and look where the icon is located.
locate tasque.svg tasque.png
from there, if you realize that your icons are located at a different place, you can reinstall Tasque with a different prefix, ( ./configure –prefix=/usr ) or simply copy the icon to /usr/share/icons and restart gnome-do
hope it help!
[...] will also keep my Code page updated with tarball and compiled dll for those of you who don’t like to build things. [...]
Hello thank for your tasque plugin is very useful, one thing I miss it’s the possibility of write the Due date, I know gnomedo only had 3 boxes but other plugins after the third box, jump to a new gnomedo maybe you can do that!
Anyway thank for your work you do for free!
Hi Mario, the problem here is more on the Tasque side. Tasque provide a remote control interface to interact with it and this interface do not allow to specify a date for a task. But recently someone on the tasque mailing list submitted a patch which allow date extraction from the task name. So maybe for the next version of Tasque you’ll be able to create a new task and specify a date, from Do and without any additional boxes.
Just wanted to say thanks! Your archive plugin comes in quite handy.
Your archive plugin doesn’t extract .rar and .zip.
Next version will do it or not?
Hi!
Are you dead?
‘Cause, if you are not, I was wondering if you’d be maintaining your mount/umount plugin.
If not, can I take it over?
Thanks =D
Not dead yet, go ahead and maintain it, I havent touch the code since I first wrote it I believe