Re: [Thunar-dev] Mounting fails due to no available org.freedesktop.Hal services

2007-01-12 Thread Jannis Pohlmann
On Fri, 12 Jan 2007 22:40:10 +0100, Benedikt Meurer wrote: > Jannis Pohlmann wrote: > > But: Whenever I start thunar with a running hald (sorry, my last > > mail contained a lot of hald-* processes, but not "hald" itself) > > and try to mount one of the devices, I get this: > > > > [EMAIL PROTECTE

Re: [Thunar-dev] Mounting fails due to no available org.freedesktop.Hal services

2007-01-12 Thread Benedikt Meurer
Jannis Pohlmann wrote: > But: Whenever I start thunar with a running hald (sorry, my last mail > contained a lot of hald-* processes, but not "hald" itself) and try to > mount one of the devices, I get this: > > [EMAIL PROTECTED] ~ $ thunar > Thunar: Failed to connect to the D-BUS session bus: Fai

Re: [Thunar-dev] Mounting fails due to no available org.freedesktop.Hal services

2007-01-12 Thread Jannis Pohlmann
On Fri, 12 Jan 2007 23:04:56 +0100, Jannis Pohlmann wrote: > On Fri, 12 Jan 2007 18:42:10 +0100, Benedikt Meurer wrote: > > > Jannis Pohlmann wrote: > > > Hey Benny, > > > > > > I just updated my exo and Thunar checkouts and installed them. But > > > when I try to mount my USB disk, the following

Re: [Thunar-dev] Mounting fails due to no available org.freedesktop.Hal services

2007-01-12 Thread Jannis Pohlmann
On Fri, 12 Jan 2007 18:42:10 +0100, Benedikt Meurer wrote: > Jannis Pohlmann wrote: > > Hey Benny, > > > > I just updated my exo and Thunar checkouts and installed them. But > > when I try to mount my USB disk, the following error message pops > > up: > > > > "The name org.freedesktop.Hal was no

Re: [Thunar-dev] thunar-volman

2007-01-12 Thread Benedikt Meurer
Andrey Fedoseev wrote: > В Птн, 12/01/2007 в 00:29 +0100, Benedikt Meurer пишет: >> For the brave: I've just imported an initial version of the >> thunar-volman, which provides automatic handling of removable drives and >> media for Thunar. This requires a really recent version of Thunar. >> > > F

Re: [Thunar-dev] thunar-volman

2007-01-12 Thread Andrey Fedoseev
В Птн, 12/01/2007 в 00:29 +0100, Benedikt Meurer пишет: > For the brave: I've just imported an initial version of the > thunar-volman, which provides automatic handling of removable drives and > media for Thunar. This requires a really recent version of Thunar. > First, thank you for this tool!

Re: [Thunar-dev] thunar-volman

2007-01-12 Thread Jani Monoses
> Ok, gnome-mount installed and nautilus says > > Initializing gnome-mount extension > > on startup. Where I can't seem to be able to locate the "Mount options". that's exactly what I saw as well. While gnome-mount code seems to use a gnome-mount-properties.glade file it is not obvious how.

Re: [Thunar-dev] thunar-volman

2007-01-12 Thread Brian J. Tarricone
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Benedikt Meurer wrote: > Nick Schermer wrote: >> Does this mean we have a working volume manager and we don't need >> Brian's xfce4-volume-manager test project (in the Xfce repo) anymore? > > Hm, didn't even that this test project existed. Well,

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

2007-01-12 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 c

Re: [Thunar-dev] thunar-volman

2007-01-12 Thread Benedikt Meurer
Jani Monoses wrote: >> I don't know what you mean by "GUI for the mount utility". exo-mount >> uses libnotify to give visual feedback of progress and pops up an error >> dialog if mount/eject/unmount fails. Besides that, what kind of GUI do >> you need? > > Admittedly I haven't used it but the deb

Re: [Thunar-dev] Mounting fails due to no available org.freedesktop.Hal services

2007-01-12 Thread Benedikt Meurer
Jannis Pohlmann wrote: > Hey Benny, > > I just updated my exo and Thunar checkouts and installed them. But when > I try to mount my USB disk, the following error message pops up: > > "The name org.freedesktop.Hal was not provided by any .service files." > > I wouldn't wonder if my setup is b0r

Re: [Thunar-dev] A Standard for Thumbnailers

2007-01-12 Thread Jens Luedicke
On 1/12/07, Benedikt Meurer <[EMAIL PROTECTED]> wrote: > If GdkPixbuf accepts PPM's, then yes. Check the output of > gdk-pixbuf-query-loaders. > [EMAIL PROTECTED] ~ $ gdk-pixbuf-query-loaders | grep PPM "pnm" 4 "gtk20" "The PNM/PBM/PGM/PPM image format family" So the | convert call can be remove

[Thunar-dev] Mounting fails due to no available org.freedesktop.Hal services

2007-01-12 Thread Jannis Pohlmann
Hey Benny, I just updated my exo and Thunar checkouts and installed them. But when I try to mount my USB disk, the following error message pops up: "The name org.freedesktop.Hal was not provided by any .service files." I wouldn't wonder if my setup is b0rked to a certain degree, but I didn't t

Re: [Thunar-dev] thunar-volman

2007-01-12 Thread Jani Monoses
> > I don't know what you mean by "GUI for the mount utility". exo-mount > uses libnotify to give visual feedback of progress and pops up an error > dialog if mount/eject/unmount fails. Besides that, what kind of GUI do > you need? Admittedly I haven't used it but the debian package description s

Re: [Thunar-dev] thunar-volman

2007-01-12 Thread Benedikt Meurer
Jani Monoses wrote: > Benedikt Meurer wrote: >> For the brave: I've just imported an initial version of the >> thunar-volman, which provides automatic handling of removable drives and >> media for Thunar. This requires a really recent version of Thunar. >> >> It's designed to look and behave simila

Re: [Thunar-dev] thunar-volman

2007-01-12 Thread Jani Monoses
Benedikt Meurer wrote: > For the brave: I've just imported an initial version of the > thunar-volman, which provides automatic handling of removable drives and > media for Thunar. This requires a really recent version of Thunar. > > It's designed to look and behave similar to gnome-volume-manager,

Re: [Thunar-dev] A Standard for Thumbnailers

2007-01-12 Thread Benedikt Meurer
Jens Luedicke wrote: > On 1/12/07, Benedikt Meurer <[EMAIL PROTECTED]> wrote: > >> Checking my own source again... you should be able to store the >> thumbnail as JPEG. thunar_vfs_thumb_factory_generate_thumbnail() will >> also accept JPEGs and convert them to PNGs internally. >> > > does it also

Re: [Thunar-dev] thunar-volman

2007-01-12 Thread Benedikt Meurer
Nick Schermer wrote: > Does this mean we have a working volume manager and we don't need > Brian's xfce4-volume-manager test project (in the Xfce repo) anymore? Hm, didn't even that this test project existed. Well, basically, yes. > Nick Benedikt ___ T

Re: [Thunar-dev] thunar-volman

2007-01-12 Thread Nick Schermer
Does this mean we have a working volume manager and we don't need Brian's xfce4-volume-manager test project (in the Xfce repo) anymore? Nick ___ Thunar-dev mailing list Thunar-dev@xfce.org http://foo-projects.org/mailman/listinfo/thunar-dev