You are not logged in.
Does your user belong to the storage group?
Offline
I can't get usb device mounting working in Thunar. I have disks, thunar-volman, and gvfs. (but not the full xfce install). I told thunar to automount usb stuff in
preferences->advanced->"enable volume management" and also
preferences->advanced->"configure volume management"
Are you in the storage group? Does normal mounting work in thunar (click in side pane)? Error dialog shown?
Offline
You need gvfs for that too.
It was already installed at the time of that statement... My login is a part of "storage" as well ("storage:x:95:skyalmian,hal")... o_O
Are you in the storage group? Does normal mounting work in thunar (click in side pane)? Error dialog shown?
To first, I am; to second, no, when plugging in flash drive:
thunar-volman: Unsupported USB device type.
thunar-volman: Unsupported USB device type.
thunar-volman: Unknown block device type.
thunar-volman: Could not detect the volume corresponding to the device.
I think udev or ConsoleKit were messed with a long time ago for something, but I don't remember what/where...
Last edited by Skyalmian (2011-01-07 19:37:01)
Offline
Could you paste the output of 'udevadm monitor --property' after plugging in the device?
Offline
paste
udevadm monitor --property. I entered the command, plugged the drive in, waited for it to finish the output, then unplugged it and again waited.
Last edited by Skyalmian (2011-01-07 22:46:18)
Offline
xerverius wrote:You need gvfs for that too.
It was already installed at the time of that statement... My login is a part of "storage" as well ("storage:x:95:skyalmian,hal")... o_O
xerverius wrote:Are you in the storage group? Does normal mounting work in thunar (click in side pane)? Error dialog shown?
To first, I am; to second, no, when plugging in flash drive:
thunar-volman: Unsupported USB device type. thunar-volman: Unsupported USB device type. thunar-volman: Unknown block device type. thunar-volman: Could not detect the volume corresponding to the device.
I think udev or ConsoleKit were messed with a long time ago for something, but I don't remember what/where...
Exactly my problems.
No device shows up in side pane, and `groups` shows 'storage'.
same error messages from thunar-volman.
Offline
So we do we still need HAL for XFCE (since we can use gvfs can be used for mounting drives)?
Offline
So we do we still need HAL for XFCE (since we can use gvfs can be used for mounting drives)
Please look at https://bbs.archlinux.org/viewtopic.php?id=108068&p=2. I thought I can use thunar -volman with pure UDEV and UDISKS (like LXDE does), but it seems that everything is done by GIO
Lenovo G50 | LXQT-git | compton | conky
Offline
Andy- a few packaging things I noticed:
The description is all messed up on this package (both architectures): http://www.archlinux.org/packages/testi … ibxfce4ui/
libxfce4ui is in the xfce4 group, but libxfce4menu, libxfce4util, libxfcegui4, and exo are not. That means I have to do silly tricks to prevent me from getting this just yet (pacman -Syu --ignoregroup xfce4,xfce4-goodies --ignore libxfce4menu,libxfce4util,libxfcegui4,exo), rather than just the ignoregroup command line flags. Although with libxfce4menu, garcon (the replacement) is at least in the group so not much you can do there.
Offline
1) fixed in trunk for next build
2) libxfce4menu is deprecated and replaced by garcon, I think it's no more needed and helpful to add the group in extra,
group added to exo, libxfce4util, libxfcegui4.
Offline
Anyone else noticing gaps in thier system tray:
The one at the right end disappears when I set any icon to hidden - I wonder if the length calculation always includes the button to click on for hidden icons... The other one is cherrytree (the cherry icon...) seems to be twice as wide as it should. Putting the mouse over the gap gives the popup for cherrytree.
Edit: "xfce4-panel -r" fixes this issue. This appears to known upstream: http://bugzilla.xfce.org/show_bug.cgi?id=7057 and maybe http://bugzilla.xfce.org/show_bug.cgi?id=7066
Offline
Also, with xfce4-power-manager, I can no longer control my screens brightness. The on-screen widget shows it adjusting the brightness but nothing happens. The version in [extra] works (as far a adjusting brightness goes).
Edit: and this one is my fault... I have two different kernel modules loaded to control screen brightness. Getting rid of the one that does not work fixes this issue. Strange the old version was unaffected by this.
Offline
I got a weird problem with Thunar 1.1.6-5. When you delete a file or folder, they somehow end up in Trash with read-only permission and Thunar will complain that it can't delete the file/folder. Manually delete them using rm works just fine though.
Offline
GogglesGuy wrote:So we do we still need HAL for XFCE (since we can use gvfs can be used for mounting drives)
Please look at https://bbs.archlinux.org/viewtopic.php?id=108068&p=2. I thought I can use thunar -volman with pure UDEV and UDISKS (like LXDE does), but it seems that everything is done by GIO
Aha, so we need gvfs, udisks, udev, thunar-volman, and
for users who don't use xfce, thunar has to be launched like so:
dbus-launch thunar
assuming dbus is running
and then everything magically works.
Offline
Aha, so we need gvfs, udisks, udev, thunar-volman, and
for users who don't use xfce, thunar has to be launched like so:
dbus-launch thunar
assuming dbus is running
and then everything magically works.
/tests. Indeed it does...
Offline
Should all instances of Thunar be triggered with "dbus-launch thunar" from here on out, or will [any] future changes to Thunar void the necessity of dbus-launcher?
thunar-volman: Unsupported USB device type.
thunar-volman: Unsupported USB device type.
thunar-volman: Unknown block device type.
thunar-volman: Could not detect the volume corresponding to the device.
The error still appears but the tested flash drive works.
Last edited by Skyalmian (2011-01-10 23:04:38)
Offline
"dbus-launch thunar" is just a kludge, you'll get a new dbus instance every time you run it. You should start one dbus instance for the whole session.
If your ~/.xinitrc is now 'exec ck-launch-session xfce4-session', you should change that to 'exec ck-launch-session dbus-launch --sh-syntax --exit-with-session xfce4-session'. That's the theory at least, my experience with udisks based mounting is not exactly solid.
Offline
Okay: "exec ck-launch-session dbus-launch openbox-session"
Offline
xfce4-clipman-plugin needs a recompile. It is linked against libexo-0.3.so.0 which is not present in latest exo.
Last edited by eworm (2011-01-11 10:37:38)
ArchLinux - make it simple & lightweight
Offline
Clipman-plugin fixed. As I don't use all the plugins on my systems please report if more are broken.
Offline
An update on problem that Thunar complains about file/folder in trash being read-only when trying to empty trash bin. It seems that the problem only occur when you try to delete a folder with file or other folder in it. Thunar can delete item in trash just fine as long as there are only file in trash folder.
Offline
Hiya,
just a short note that I've moved my desktop from LXDE to xfce-4.8pre3 and, so far, everything works very nicely.
Thanks a lot for a nice job enabling me to use, again, XFCE desktop.
Sincerely,
Gour
Offline
squeeze: error while loading shared libraries: libthunar-vfs-1.so.2: cannot open shared object file: No such file or directory
OK... install thunar-vfs
squeeze: error while loading shared libraries: libexo-0.3.so.0: cannot open shared object file: No such file or directory
Hmm... rebuild needed!
Offline
Done!
Offline
.
Last edited by miffe (2020-06-03 21:33:42)
Offline