[SOLVED] Gnome-Do Movie player instead of Nautilus

Questions about applications and software
Forum rules
Before you post please read this

[SOLVED] Gnome-Do Movie player instead of Nautilus

Postby walrus_t on Sat Apr 07, 2012 8:05 pm

Hello,

I use LMDE (64 bits) and I just installed UP4. I've got an ASUS Rock mini-PC, with NVIDIA Vision 3D graphics card. I have a problem with Gnome-Do which I launch using Win+<space>: when I try to open a folder using Gnome-Do, instead of opening it with Nautilus, it tries to open it with... Movie Player!

Any solution?

Thanks! :P
Last edited by walrus_t on Tue Apr 10, 2012 4:37 am, edited 1 time in total.
walrus_t
Level 1
Level 1
 
Posts: 45
Joined: Thu Aug 04, 2011 2:41 am

Linux Mint is funded by ads and donations.
 

Re: Gnome-Do Movie player instead of Nautilus

Postby walrus_t on Sat Apr 07, 2012 8:41 pm

I'm using Cinnamon, and same thing happens when I try to open removable drive location using the "removable drive applet"... :s
walrus_t
Level 1
Level 1
 
Posts: 45
Joined: Thu Aug 04, 2011 2:41 am

Re: Gnome-Do Movie player instead of Nautilus

Postby walrus_t on Sun Apr 08, 2012 3:00 pm

*bump* :)
walrus_t
Level 1
Level 1
 
Posts: 45
Joined: Thu Aug 04, 2011 2:41 am

Re: Gnome-Do Movie player instead of Nautilus

Postby äxl on Sun Apr 08, 2012 3:31 pm

Could you please give the output of
cat ~/.local/share/applications/mimeapps.list
My Linux history: Ubuntu 10.04 - 10.10 - LMDE 201109 - UP4 My sources.list/preferences

Computers is not science. And it's not magic - it's something in between.
User avatar
äxl
Level 5
Level 5
 
Posts: 524
Joined: Fri Apr 06, 2012 6:14 am
Location: Germany

Re: Gnome-Do Movie player instead of Nautilus

Postby walrus_t on Sun Apr 08, 2012 5:20 pm

Here it is: :)

Code: Select all
[Added Associations]
application/x-deb=gdebi.desktop;
text/plain=emacs23.desktop;
application/x-trash=emacs23.desktop;
application/pdf=libreoffice-writer.desktop;
audio/midi=rhythmbox.desktop;
inode/directory=totem.desktop;
application/x-php=firefox.desktop;

[Default Applications]
text/plain=emacs23.desktop
application/pdf=evince.desktop
audio/midi=totem.desktop
inode/directory=nautilus-folder-handler.desktop
application/x-php=gedit.desktop
text/html=chromium.desktop
x-scheme-handler/http=chromium.desktop
x-scheme-handler/https=chromium.desktop
x-scheme-handler/about=chromium.desktop
x-scheme-handler/unknown=chromium.desktop
walrus_t
Level 1
Level 1
 
Posts: 45
Joined: Thu Aug 04, 2011 2:41 am

Re: Gnome-Do Movie player instead of Nautilus

Postby walrus_t on Mon Apr 09, 2012 10:59 pm

Is there anything wrong with the content of this file? :)
walrus_t
Level 1
Level 1
 
Posts: 45
Joined: Thu Aug 04, 2011 2:41 am

Re: Gnome-Do Movie player instead of Nautilus

Postby FDF on Mon Apr 09, 2012 11:41 pm

Hi, I guess that in the [Added Associations] part, the line "inode/directory=totem.desktop;" is the source of the problem, as Totem is the name of the video player.

Maybe you should try to comment this line?
FDF
Level 2
Level 2
 
Posts: 83
Joined: Fri Nov 04, 2011 7:55 pm

Re: Gnome-Do Movie player instead of Nautilus

Postby walrus_t on Tue Apr 10, 2012 4:37 am

Thanks!
You were right. Everything's fine now :)
walrus_t
Level 1
Level 1
 
Posts: 45
Joined: Thu Aug 04, 2011 2:41 am

Re: [SOLVED] Gnome-Do Movie player instead of Nautilus

Postby walrus_t on Mon Apr 16, 2012 1:55 am

Hi again,

I think I know what caused the "problem": I've just mounted an ISO image and read the DVD by drag&dropping the video_ts folder into VLC; and it messed the mimeapps.list file again. This time, opening folder launched VLC...

Any way to fix that so I don't have to comment lines in mimeapps.list each time I open a video_ts type directory?

Thanks!
walrus_t
Level 1
Level 1
 
Posts: 45
Joined: Thu Aug 04, 2011 2:41 am

Re: [SOLVED] Gnome-Do Movie player instead of Nautilus

Postby äxl on Mon Apr 16, 2012 12:36 pm

walrus_t wrote:Any way to fix that so I don't have to comment lines in mimeapps.list each time I open a video_ts type directory?

When you're sure you have a good mimeapps.list you could make it unwritable for others with chmod and chown or even make it immutable with chattr.
My Linux history: Ubuntu 10.04 - 10.10 - LMDE 201109 - UP4 My sources.list/preferences

Computers is not science. And it's not magic - it's something in between.
User avatar
äxl
Level 5
Level 5
 
Posts: 524
Joined: Fri Apr 06, 2012 6:14 am
Location: Germany

Re: [SOLVED] Gnome-Do Movie player instead of Nautilus

Postby walrus_t on Mon Apr 16, 2012 7:47 pm

Strange but... Group and Others had only read-only permissions... and I had to change the owner (me!) permissions to read-only. Workds perfectly tough, but it could be a problem no? If I decide later to open certain type of files with certain programs, I may not be able to do so without reverting to read and write permissions for owner? Am I wrong?
walrus_t
Level 1
Level 1
 
Posts: 45
Joined: Thu Aug 04, 2011 2:41 am

Re: [SOLVED] Gnome-Do Movie player instead of Nautilus

Postby äxl on Tue Apr 17, 2012 1:09 pm

You can still Open With Other Application... The specified application just won't be stored anymore and you have to instruct it every time. (Though I still think you need to make the file immutable.)
My Linux history: Ubuntu 10.04 - 10.10 - LMDE 201109 - UP4 My sources.list/preferences

Computers is not science. And it's not magic - it's something in between.
User avatar
äxl
Level 5
Level 5
 
Posts: 524
Joined: Fri Apr 06, 2012 6:14 am
Location: Germany

Re: [SOLVED] Gnome-Do Movie player instead of Nautilus

Postby walrus_t on Tue Apr 17, 2012 5:20 pm

I'll stay with that solution for now... :) (file immutable)
walrus_t
Level 1
Level 1
 
Posts: 45
Joined: Thu Aug 04, 2011 2:41 am

Linux Mint is funded by ads and donations.
 

Return to Software & Applications

Who is online

Users browsing this forum: No registered users and 3 guests