[Xfce-bugs] [Bug 14576] Add support for folder.jpg
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Tue Aug 21 22:24:29 CEST 2018
https://bugzilla.xfce.org/show_bug.cgi?id=14576
--- Comment #58 from alexxcons <alexxcons at xfce.org> ---
Works fine for me. Congratz, looks like you found another nice solution ! :P
Some minor thing:
- Instead of adding another indention in this already huge and deep if/else
block in thunar-icon-factory.c , code would be more readable when just adding
an "or" into the condition:
if (thunar_icon_factory_get_show_thumbnail (factory, file)
&& ( thunar_file_is_regular (file) || thunar_file_is_directory (file)) )
Some remaining things:
- What if I want to recover my default folder icon ? Renaming folder.png seems
to be not sufficient.
Do I need to clear the thumbnail folder, or is there a more elegant way ?
- Open ab bug on thumblr to add this into plugins ?
- When released, add some Info about it to the thunar Wiki
-
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list