Re: [Thunar-dev] Thunar Extension Framework

2005-09-14 Thread Biju Chacko
Tim Tassonis wrote: Still, a simple file manager, as thunar is supposed to be, should work with files, as provided by the operating system vfs interface. I think the FUSE approach is the right one, it is not the job of a simple filemanager to provide a separate, better vfs layer. I hope

Re: [Thunar-dev] Thunar Extension Framework

2005-09-14 Thread Benedikt Meurer
Biju Chacko wrote: Still, a simple file manager, as thunar is supposed to be, should work with files, as provided by the operating system vfs interface. I think the FUSE approach is the right one, it is not the job of a simple filemanager to provide a separate, better vfs layer. I hope xfce4 is

Re: [Thunar-dev] Thunar Extension Framework

2005-09-14 Thread Tim Tassonis
Benedikt Meurer wrote: Biju Chacko wrote: I always thought xfce is supposed to be an alternative for people that like to do without all that additional, costly stuff. A separate vfs layer certainly would go into that direction. Well, in xfce we've never followed the approach of avoid

Re: [Thunar-dev] Thunar Extension Framework

2005-09-14 Thread Benedikt Meurer
Yo'av Moshe wrote: Even though I agree we shouldn't just keep everything basic because of the fear to create something complex, I also think that having a VFS layer at the file-manager isn't a good idea, just because of the fact that having a VFS layer that only the file-manager can use is

Re: [Thunar-dev] Thunar Extension Framework

2005-09-14 Thread Benedikt Meurer
Tim Tassonis wrote: I always thought xfce is supposed to be an alternative for people that like to do without all that additional, costly stuff. A separate vfs layer certainly would go into that direction. Well, in xfce we've never followed the approach of avoid features in order to avoid

Re: [Thunar-dev] Thunar Extension Framework

2005-09-14 Thread Tim Tassonis
Benedikt Meurer wrote: Tim Tassonis wrote: I think the argument of supporting additional information like metadata, mime/type etc is fundamentally wrong, exactly because the Linux/UNIX/Posix VFS layer does not support it. So you have to implement the File/metadata mapping yourself anyway

Re: [Thunar-dev] Thunar Extension Framework

2005-09-14 Thread Benedikt Meurer
Tim Tassonis wrote: I think the argument of supporting additional information like metadata, mime/type etc is fundamentally wrong, exactly because the Linux/UNIX/Posix VFS layer does not support it. So you have to implement the File/metadata mapping yourself anyway for 99% of all files you're

Re: [Thunar-dev] Thunar Extension Framework

2005-09-13 Thread Jaap Karssenberg
Ori Bernstein wrote: Maybe not for version one, but I think that it would be really interesting to allow extensions to define virtual files and virtual directories, in addition to adding menu items and such. Use cases that I can see would be allowing programs like Beagle to provide virtual

Re: [Thunar-dev] Thunar Extension Framework

2005-09-13 Thread Benedikt Meurer
Jaap Karssenberg wrote: Maybe not for version one, but I think that it would be really interesting to allow extensions to define virtual files and virtual directories, in addition to adding menu items and such. Use cases that I can see would be allowing programs like Beagle to provide virtual

Re: [Thunar-dev] Thunar Extension Framework

2005-09-13 Thread Anders Aagaard
Benedikt Meurer wrote: Jaap Karssenberg wrote: Maybe not for version one, but I think that it would be really interesting to allow extensions to define virtual files and virtual directories, in addition to adding menu items and such. Use cases that I can see would be allowing programs like

Re: [Thunar-dev] Thunar Extension Framework

2005-09-11 Thread Emil Jacobs
Hey all A short question about usability: will the plugin install method be similar to that of firefox's? With a checker on the background that checks for updates and so on? I think this would be a nice step forwards, but I don't know if this is the plan or has been suggested before, sorry if it

Re: [Thunar-dev] Thunar Extension Framework

2005-09-11 Thread Benedikt Meurer
Emil Jacobs wrote: Hey all A short question about usability: will the plugin install method be similar to that of firefox's? With a checker on the background that checks for updates and so on? I think this would be a nice step forwards, but I don't know if this is the plan or has been

Re: [Thunar-dev] Thunar Extension Framework

2005-09-11 Thread Benedikt Meurer
Erik Harrison wrote: Right now I don't see the need to implement such a feature in Thunar. Xfce 4.4 will include a much improved InstallIt, which will be able to do this (and much more), so why duplicate the functionality in the file manager? I don't see how InstallIt will solve this problem if

Re: [Thunar-dev] Thunar Extension Framework

2005-09-11 Thread Ori Bernstein
On Sun, 11 Sep 2005 02:43:54 +0200, Benedikt Meurer [EMAIL PROTECTED] said: As said earlier I have been working on the extension framework for Thunar lately. I just commmitted the first bunch of changes which includes support for menu and property page providers (in a way mostly compatible

[Thunar-dev] Thunar Extension Framework

2005-09-10 Thread Benedikt Meurer
As said earlier I have been working on the extension framework for Thunar lately. I just commmitted the first bunch of changes which includes support for menu and property page providers (in a way mostly compatible with Nautilus). I've uploaded the current developer documentation to