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
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 :)
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
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