Summary: | xfce-base/thunar - Error message when ejecting mounted CD using physical button | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jonathan Slark <jonathan.slark> |
Component: | Current packages | Assignee: | XFCE Team <xfce> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | alex-andr, axiator, david.helstroom, nightmorph, Sasha.Medvedev |
Priority: | High | ||
Version: | 2007.0 | ||
Hardware: | x86 | ||
OS: | Linux | ||
URL: | http://bugzilla.xfce.org/show_bug.cgi?id=2968 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | ebuild |
Description
Jonathan Slark
2007-11-19 02:16:26 UTC
I just tried the patch by Jani Monoses in a local overlay of xfce-base/thunar-0.8.0 from the URL above and it appears to fix the problem. *** Bug 199889 has been marked as a duplicate of this bug. *** The patch[1] posted by Alex on the upstream bug[2] works for me. No more annoying popups or having to become root in order to eject discs. Until xfce gets a new exo release out the door, can Alex's patch be added to the Gentoo exo ebuild? Without it, users get intensely frustrated because of exo/hal stupidity. :) [1] http://bugzilla.xfce.org/attachment.cgi?id=1360 [2] http://bugzilla.xfce.org/show_bug.cgi?id=2968 Created attachment 146057 [details, diff] ebuild Need exo-alt-eject.patch from http://bugzilla.xfce.org/attachment.cgi?id=1360 in ${FILESDIR} waiting for too long on an upstream decision now, added Alex' patch i have this problem with exo 0.3.101 and thunar 1.0.1 I have the same issue with exo-0.3.101-r1. To fix this I simply add patch from 0.3.2 to exo-0.3.101-r1 ebuild.
# diff /usr/portage/xfce-extra/exo/exo-0.3.101-r1.ebuild exo-0.3.101-r1.ebuild
29c29,30
< XFCE4_PATCHES="${FILESDIR}/exo-0.3.101-iocharset.patch"
---
> XFCE4_PATCHES="${FILESDIR}/exo-0.3.101-iocharset.patch /
> ${FILESDIR}/exo-0.3.4-eject.patch"
(In reply to comment #7) > # diff /usr/portage/xfce-extra/exo/exo-0.3.101-r1.ebuild exo-0.3.101-r1.ebuild > 29c29,30 > < XFCE4_PATCHES="${FILESDIR}/exo-0.3.101-iocharset.patch" > --- > > XFCE4_PATCHES="${FILESDIR}/exo-0.3.101-iocharset.patch / > > ${FILESDIR}/exo-0.3.4-eject.patch" It works fine for me. |