[Bug 203236] Re: Thunar Toolbar icons are very large

2008-03-26 Thread alextud
A small fix in this patch, I've found that GTK_ICON_SIZE is set to 6 (== GTK_ICON_SIZE_DIALOG) ** Attachment added: "thunar_toolbar_big_icons.patch" http://launchpadlibrarian.net/12895227/thunar_toolbar_big_icons.patch -- Thunar Toolbar icons are very large https://bugs.launchpad.net/bugs/20

Re: [Bug 81217] Re: Audio/video metadata extraction does not work

2007-07-13 Thread alextud
For me this bug only occur for setrlimit (RLIMIT_AS, &rl) line 484, function main (). If I disable conditional compilation it also work. Sorry about not saying in previous post, that I test it only on line 484, when I filled this bug. By the way, tracker-search-tool now show results correctly :)

Re: [Bug 81217] Re: Audio/video metadata extraction does not work

2007-07-06 Thread alextud
error has occured: Process /usr/bin/trackerd exited with status 0 tracker-search maria tracker-search: internal tracker error: Process /usr/bin/trackerd exited with status 0 On 06/07/07, Jamie McCracken <[EMAIL PROTECTED]> wrote: > Alextud, > > Can you experiment with changing

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-07-06 Thread alextud
I found why its not working, after I comment this line : if (setrlimit (RLIMIT_AS, &rl) != 0) g_printerr ("Error trying to set resource limit for tracker-extract\n"); it's work fine. I think is related with setting virtual memory, and on x86_64 is not working correctly. Maybe we can bypass set