On Friday, 5. August 2005 09:33, Ian Moore wrote:

> The report is at: http://bugs.kde.org/show_bug.cgi?id=109121
>
> The guy who replied to my request said it worked correctly on his system,
> but he submitted a patch to make it dismount before ejecting anyway.
> I was hoping the change would show up in the 3.4.2 release, but it's still
> the same as before. I'm not clear on how things work, but I assume at some
> point that change will filter down to the FBSD port?

The developer forgot to backport the bugfix to the KDE 3.4 branch.

> In the meantime, is there an easy way I could take the change he posted in
> the bug report and apply it to my install? I guess what he ported was a
> diff, but I've no idea how to apply it to the port.

Put the attached file into x11/kdebase3/files.

-- 
   ,_,   | Michael Nottebrock               | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org
--- kioslave/media/mounthelper/kio_media_mounthelper.cpp.orig   Fri Aug  5 
14:26:27 2005
+++ kioslave/media/mounthelper/kio_media_mounthelper.cpp        Fri Aug  5 
14:27:25 2005
@@ -79,7 +79,7 @@
                connect( job, SIGNAL( result( KIO::Job * ) ),
                         this, SLOT( slotResult( KIO::Job * ) ) );
        }
-       else if (args->isSet("s"))
+       else if (args->isSet("s") || args->isSet("e"))
        {
                if (medium.isMounted())
                {
@@ -93,10 +93,6 @@
                {
                        invokeEject(device, true);
                }
-       }
-       else if (args->isSet("e"))
-       {
-               invokeEject(device);
        }
        else
        {

Attachment: pgp2K9ZOB1Sb3.pgp
Description: PGP signature

_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to