LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   F15 "Failed to execute default file manager" error (https://www.linuxquestions.org/questions/linux-software-2/f15-failed-to-execute-default-file-manager-error-892102/)

xtiansimon 07-16-2011 07:15 PM

F15 "Failed to execute default file manager" error
 
This is a new install of F15. Whenever I insert a DVD/CDROM or USB, I'm getting one or more errors,
  • Failed to execute default File Manager. Failed to execute child process "file manager" (No such file or directory).
  • Unable to mount [disk]. DBus error org.gtk. Private.RemoteVolumeMonitor.Failed An operation is already pending.

I found a similar problem but the solution was for Ubuntu and I don't have "mimeopen" utility.

T3RM1NVT0R 07-17-2011 12:05 PM

@ Reply
 
Hi there,

Which desktop environment you are using? KDE or gnome?

Did you try mounting it manually using
Code:

mount /dev/cdrom /media
If yes, what was the result?

ButterflyMelissa 07-17-2011 12:07 PM

Quote:

(No such file or directory)
...could it be a hint that the system tries to mount the CD/DVD into a folder that does not exist? Try to find out where the mount tries to go, then make a folder appropriatly.

Try it! In the console:

Quote:

fdisk -l
to find the designation of the inserted disk, then:

Quote:

mount /the/device /mnt/folder
where folder should (of course) exist...

Luck

Thor

xtiansimon 08-31-2011 12:15 PM

UPDATE:
This post was a symptom of a larger problem with the F15 kernel and HFS+ disks (my second computer is an Apple Macintosh). I posted a bug at Redhat's bugzilla

My follow up here is to point this forum post towards that bug. Also, as of
Fedora Kernel (2.6.40.3-0.fc15.i686)
the problem still persists, albeit in a slightly modified form, even though the powers that be closed the bug.


All times are GMT -5. The time now is 09:47 AM.