2008
03.30

Projects

Here’s an incomplete list of the code I’ve written.

Apps & Plugins

Patches

9 comments so far

Add Your Comment
  1. 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.

  2. 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!

  3. [...] will also keep my Code page updated with tarball and compiled dll for those of you who don’t like to build things. [...]

  4. 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!

  5. 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.

  6. Just wanted to say thanks! Your archive plugin comes in quite handy.

  7. Your archive plugin doesn’t extract .rar and .zip.
    Next version will do it or not?

  8. 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

  9. Not dead yet, go ahead and maintain it, I havent touch the code since I first wrote it I believe