Re: [Thunar-dev] [Patch] Make Properties Dialog track selection

2007-01-07 Thread Benedikt Meurer
Ori Bernstein wrote:
> I've written a patch to make Thunar reuse the same properties dialog and 
> change
> the contents based on the last-selected file. This is quite useful when
> managing stuff like manually renaming a large number of files by hand, or just
> for managing screen clutter when going thorugh a large number of files.
> 
> The patch is attached at http://bugzilla.xfce.org/show_bug.cgi?id=2666

I'm aware of this patch, but I don't think it's something for Thunar by
default.

Benedikt
___
Thunar-dev mailing list
Thunar-dev@xfce.org
http://foo-projects.org/mailman/listinfo/thunar-dev


Re: [Thunar-dev] Thumbnails for HTML documents

2007-01-07 Thread Benedikt Meurer
Erlend Davidson wrote:
>>> Attached a rough latex thumbnailer. Uses latex to generate a dvi and
>>> then convert to output a png.
>>> 
>> You should cleanup the temporary files used by your script.
>>   
> Latex can leave quite a lot of temporary files behind after a compile.  
> How should I deal with these temporary files?  If the original latex 
> file is document.tex then the temporary files generated by latex will be 
> document.[aux,log,toc] (sometimes there are more if there are errors, or 
> bibtex files) - but I'm not currently checking to see if files by these 
> names are already in /tmp ... so I might be overwriting some other log file.
> 
> Should I create a subdirectory in /tmp (maybe the name of which is the 
> md5sum of document.tex??) compile into that directory (so the .dvi file 
> and all the temporary files go in there) and then rm -r /tmp/[directory] ?

Yes, or use mkdtemp() to create a temporary directory.

Benedikt
___
Thunar-dev mailing list
Thunar-dev@xfce.org
http://foo-projects.org/mailman/listinfo/thunar-dev


Re: [Thunar-dev] dcraw thumbnailer

2007-01-07 Thread Benedikt Meurer
Jens Luedicke wrote:
> Heya,
> 
> I made a dcraw thumbnailer for RAW image files:
> 
> http://wiki.perldude.de/doku.php?id=stuff:dcraw_thumbnailer
> 
> Tested with *.cr2 files (image/x-canon-crw).

Nice. Something for thunar-thumbnailers, Erlend?

> Jens

Benedikt
___
Thunar-dev mailing list
Thunar-dev@xfce.org
http://foo-projects.org/mailman/listinfo/thunar-dev


[Thunar-dev] [Patch] Make Properties Dialog track selection

2007-01-07 Thread Ori Bernstein
I've written a patch to make Thunar reuse the same properties dialog and change
the contents based on the last-selected file. This is quite useful when
managing stuff like manually renaming a large number of files by hand, or just
for managing screen clutter when going thorugh a large number of files.

The patch is attached at http://bugzilla.xfce.org/show_bug.cgi?id=2666
-- 
"A power so great, it can only be used for Good or Evil!"
-- Firesign Theatre, "The Giant Rat of Summatra"
___
Thunar-dev mailing list
Thunar-dev@xfce.org
http://foo-projects.org/mailman/listinfo/thunar-dev


[Thunar-dev] dcraw thumbnailer

2007-01-07 Thread Jens Luedicke
Heya,

I made a dcraw thumbnailer for RAW image files:

http://wiki.perldude.de/doku.php?id=stuff:dcraw_thumbnailer

Tested with *.cr2 files (image/x-canon-crw).

Jens

-- 
Jens Luedicke
web: http://perldude.de/
___
Thunar-dev mailing list
Thunar-dev@xfce.org
http://foo-projects.org/mailman/listinfo/thunar-dev