Re: [Thunar-dev] required depedencies

2007-01-02 Thread Benedikt Meurer
Maximilian Schleiss wrote:
 Hello,
 
 I am modifying some Xfce ebuilds from Gentoo's Experimental XFCE 
 Overlays and just have a question or two about the dependencies of 
 thunar. In the Thunar.spec.in file you can find this:
 ...
 Requires:desktop-file-utils = 0.7
 ...
 For thunar to be built this package has to be present?

It's not a build-time dependency, but a run-time dependency.

 Why is the 
 version different from the one in the README file?

Ask the Gentoo maintainer?

 Thank you in advance for the kind answer.
 Max.

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


Re: [Thunar-dev] required depedencies

2007-01-02 Thread Maximilian Schleiss
Benedikt Meurer wrote:
 Maximilian Schleiss wrote:
   
 Hello,

 I am modifying some Xfce ebuilds from Gentoo's Experimental XFCE 
 Overlays and just have a question or two about the dependencies of 
 thunar. In the Thunar.spec.in file you can find this:
 ...
 Requires:desktop-file-utils = 0.7
 ...
 For thunar to be built this package has to be present?
 

 It's not a build-time dependency, but a run-time dependency.

   
 Why is the 
 version different from the one in the README file?
 

 Ask the Gentoo maintainer?
   

I found these differences in the files from the xfce svn tree 
http://svn.xfce.org/svn/xfce/thunar/trunk/README and thunar.spec.in .


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


Re: [Thunar-dev] required depedencies

2007-01-02 Thread Benedikt Meurer
Maximilian Schleiss wrote:
 Ask the Gentoo maintainer?

 I found these differences in the files from the xfce svn tree 
 http://svn.xfce.org/svn/xfce/thunar/trunk/README and thunar.spec.in .

Aye, hehe. This is because the exact version doesn't really matter, I
guess. I don't really remember.

 Max

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


Re: [Thunar-dev] required depedencies

2007-01-02 Thread Maximilian Schleiss
Benedikt Meurer wrote:
 Maximilian Schleiss wrote:
   
 Ask the Gentoo maintainer?

   
 I found these differences in the files from the xfce svn tree 
 http://svn.xfce.org/svn/xfce/thunar/trunk/README and thunar.spec.in .
 

 Aye, hehe. This is because the exact version doesn't really matter, I
 guess. I don't really remember.

   
 Benedikt
   

Thank you, it does shed light for me anyway.

Max
___
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-02 Thread Benedikt Meurer
Erlend Davidson wrote:
 Here's one for xmgrace .agr files (which generally contain a graph).
 There is one problem however - .agr files have a mime-type of text/ 
 plain
 so thunar won't know how to distinguish them from any other text  
 files.
 Install a mime type for the .agr files.
 
 Something else occurred to me when writing this thumbnailer... agr  
 files can often be very very large (500MB) and so take a long time  
 to thumbnail.  This could also be a slight problem on slower machines  
 with large pixmap/bitmap images.  Is there a 'cutout' filesize, above  
 which thunar will not apply the thumbnailer to the file (because it  
 would take too long)?  It should probably be a customisable parameter  
 to cater for different speeds of machines,

There's no such global parameter right now. But you could file a feature
request for this.

 and perhaps also  
 adjustable from within the .desktop file for each individual  
 thumbnailer (some are more cpu aggressive than others)?

The thumbnailer itself could take care of this. Just check the size of
the input file, and if it's too large, fail (exit with code 1).

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-02 Thread Benedikt Meurer
Erlend Davidson wrote:
 I'd like to see a repository of additional thumbnailers/scripts. If
 somebody agrees to maintain the thumbnailers, I can setup a goodies
 project. I bet there are a lot of interesting file formats, which  
 don't
 have thumbnailers right now (i.e. I'd very much welcome a TeX
 thumbnailer, which automatically detects whether to use PDFTeX or  
 LaTeX,
 and a .fig thumbnailer would also be nice).
 
 Some problems with thumbnailing .tex files is that they can take some  
 time to compile, they change a lot (if you are editing them) and a  
 lot of the time they are full of compile errors if you are writing a  
 large file over a long period.

Well, that's the challenge. ;-)

 What do you think of thumbnailing plain-text files?  Konqueror does  
 this, and according to my flatmate (a kde user) it's very useful just  
 to tell that a file isn't empty.

I've always dislike text file previews in both Konqueror and Nautilus.
There's still an open feature request for this in Thunar. Adding this as
3rd party thumbnailer might be the right way.

 Erlend

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


[Thunar-dev] Thunar Improvement Idea

2007-01-02 Thread Jelle de Jong
Hello,

When thunar is in this mode:

Menu-Location Selector-Pathbar Style

Would it be possible to change thunar to the view like the attached
image. (the image is made with gimp and some magic)

And than replace the open the parent folder button even for a button
to switch between Pathbar and Toolbar Style. And then switch place with
the refresh button.

I believe this will improve the working experience with thunar. For
example if you are in /mnt/hda3/development/projectx/cpp/ and you
have selected something and copied it. And go with a shortcut in the
Side Plan to /mnt/desktop and past the files there. If you are in
pathbar view mode and you want to go back to the previous directory this
is a lot of mouse clicks. With a simple back button in pathbar view it
will be one click.

What do you guys think of this?

Best regards and a happy new year,

Jelle



___
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-02 Thread Erlend Davidson


Benedikt Meurer wrote:

Erlend Davidson wrote:
  

I'd like to see a repository of additional thumbnailers/scripts. If
somebody agrees to maintain the thumbnailers, I can setup a goodies
project. I bet there are a lot of interesting file formats, which  
don't

have thumbnailers right now (i.e. I'd very much welcome a TeX
thumbnailer, which automatically detects whether to use PDFTeX or  
LaTeX,

and a .fig thumbnailer would also be nice).
  
Some problems with thumbnailing .tex files is that they can take some  
time to compile, they change a lot (if you are editing them) and a  
lot of the time they are full of compile errors if you are writing a  
large file over a long period.



Well, that's the challenge. ;-)
  
Attached a rough latex thumbnailer. Uses latex to generate a dvi and 
then convert to output a png.
  
What do you think of thumbnailing plain-text files?  Konqueror does  
this, and according to my flatmate (a kde user) it's very useful just  
to tell that a file isn't empty.



I've always dislike text file previews in both Konqueror and Nautilus.
There's still an open feature request for this in Thunar. Adding this as
3rd party thumbnailer might be the right way.
  

Does anybody know how konqueror or nautilus thumbnails text?

I've looked at text2gif.

Benedikt Meurer wrote:

Ok, sign up for an account, see

 http://goodies.xfce.org/contribute/user-accounts

I'll setup the project.

I've signed up for the 'goodies' project (svn access with no rsa-dsa key).


Erlend


tex-thumbnailer.desktop
Description: application/desktop
#!/bin/sh
#
# tex-thumbnailer - Thumbnailer script for TEX (TeX/LaTeX) files.
#
# Usage: tex-thumbnailer tex-file png-file size
#

# command line parameters
ifile=$1
ofile=$2
size=$3
latex -interaction=nonstopmode -output-directory=/tmp $ifile
# now the output file is called ${file}.dvi where ${file}=`basename $ifile .tex`
file=`basename ${ifile} .tex`
tmpfile=/tmp/${file}.dvi
if [ ! -f ${tmpfile} ]; then
exit 1
fi
exec convert dvi:${tmpfile} -scale $sizex$size png:${ofile}
___
Thunar-dev mailing list
Thunar-dev@xfce.org
http://foo-projects.org/mailman/listinfo/thunar-dev


[Thunar-dev] Meaning of strange icon

2007-01-02 Thread Paul Smith

Dear All

After having copyed some files from a data dvd to my hard disk, I get
the attached icon for all files. What does that mean?

Thanks in advance,

Paul


emblem.png
Description: PNG image
___
Thunar-dev mailing list
Thunar-dev@xfce.org
http://foo-projects.org/mailman/listinfo/thunar-dev


Re: [Thunar-dev] Meaning of strange icon

2007-01-02 Thread Mathias Brodala
Hello Paul.

Paul Smith, 02.01.2007 20:00:
 After having copyed some files from a data dvd to my hard disk, I get
 the attached icon for all files. What does that mean?

It probably means read-only. You could temporarily switch to another icon set
with a more meaningful icon. (It’s a lock in most of them.)


Regards, Mathias

-- 
debian/rules



signature.asc
Description: OpenPGP digital signature
___
Thunar-dev mailing list
Thunar-dev@xfce.org
http://foo-projects.org/mailman/listinfo/thunar-dev


Re: [Thunar-dev] Meaning of strange icon

2007-01-02 Thread Paul Smith
On 1/2/07, Mathias Brodala [EMAIL PROTECTED] wrote:
  After having copyed some files from a data dvd to my hard disk, I get
  the attached icon for all files. What does that mean?

 It probably means read-only. You could temporarily switch to another icon set
 with a more meaningful icon. (It's a lock in most of them.)

Thanks, Mathias. That is funny, but you are right!

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


Re: [Thunar-dev] required depedencies

2007-01-02 Thread Daniel Ostrow
Seems I need to go update some deps there...

On Tue, 2007-01-02 at 11:40 +0100, Benedikt Meurer wrote:
 Maximilian Schleiss wrote:
  Ask the Gentoo maintainer?
 
  I found these differences in the files from the xfce svn tree 
  http://svn.xfce.org/svn/xfce/thunar/trunk/README and thunar.spec.in .
 
 Aye, hehe. This is because the exact version doesn't really matter, I
 guess. I don't really remember.
 
  Max
 
 Benedikt
 ___
 Thunar-dev mailing list
 Thunar-dev@xfce.org
 http://foo-projects.org/mailman/listinfo/thunar-dev
 
 


signature.asc
Description: This is a digitally signed message part
___
Thunar-dev mailing list
Thunar-dev@xfce.org
http://foo-projects.org/mailman/listinfo/thunar-dev


[Thunar-dev] Eject Failure

2007-01-02 Thread Cory Christison
Hey,

When ever I go to eject a CD/DVD from my drive, via the desktop 
icon, or in Thunar I get the message:
/** (gnome-eject:11361): WARNING **: Eject failed for
/org/freedesktop/Hal/devices/volume_label_CAMP:
org.freedesktop.Hal.Device.Volume.UnknownFailure:
Unknown failure.
/
Any help would be greatly appreciated. I am using Gentoo Linux, if 
that is of any help.

Also, I get the a similar problem and error when I try to mount my 
USB thumb drive. Could these problems be permissions related? I can 
mount/unmount fine when using root.

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


Re: [Thunar-dev] Thunar Improvement Idea

2007-01-02 Thread Mike Massonnet
2007/1/2, Jelle de Jong [EMAIL PROTECTED]:
 Hello,

 When thunar is in this mode:

 Menu-Location Selector-Pathbar Style

 Would it be possible to change thunar to the view like the attached
 image. (the image is made with gimp and some magic)

 And than replace the open the parent folder button even for a button
 to switch between Pathbar and Toolbar Style. And then switch place with
 the refresh button.

 I believe this will improve the working experience with thunar. For
 example if you are in /mnt/hda3/development/projectx/cpp/ and you
 have selected something and copied it. And go with a shortcut in the
 Side Plan to /mnt/desktop and past the files there. If you are in
 pathbar view mode and you want to go back to the previous directory this
 is a lot of mouse clicks. With a simple back button in pathbar view it
 will be one click.

 What do you guys think of this?

Do you know about the mouse gesture?  Middle click and move to left to
get Back.

 Best regards and a happy new year,

 Jelle


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