LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   When I click on anything in Places>, it automatically opens up my VLC. (https://www.linuxquestions.org/questions/ubuntu-63/when-i-click-on-anything-in-places-it-automatically-opens-up-my-vlc-873391/)

Shalvayez 04-06-2011 01:10 PM

When I click on anything in Places>, it automatically opens up my VLC.
 
How do I get this to stop? When I even click on Pictures, it opens up VLC instead, it did the same thing with rhythmbox nd movie player as well.

corp769 04-06-2011 01:17 PM

Can you post the contents of your ~/.local/share/applications/mimeapps.list file for me? This is a common problem....

Shalvayez 04-06-2011 01:22 PM

How does one go about that?

corp769 04-06-2011 01:29 PM

Open a terminal, and run the following:
Code:

gedit ~/.local/share/applications/mimeapps.list
Copy and paste the contents of that file. Use code tags also, like so:
[ code ]
[ /code ]
(Take out the spaces though.)

Josh

Shalvayez 04-06-2011 01:36 PM

- home/nikita is a directory


[Added Associations]
inode/directory=vlc.desktop;totem.desktop;rhythmbox.desktop;
application/x-ms-dos-executable=mount-archive.desktop;
image/vnd.microsoft.icon=mount-archive.desktop;wine.desktop;
application/x-msdownload=wine.desktop;mount-archive.desktop;
application/vnd.ms-cab-compressed=file-roller.desktop;

corp769 04-06-2011 01:49 PM

Edit that file again and remove all contents, and replace with the following:
Code:

[Added Associations]
inode/directory=nautilus-folder-handler.desktop;vlc.desktop;totem.desktop;rhythmbox.desktop;
application/x-ms-dos-executable=mount-archive.desktop;
image/vnd.microsoft.icon=mount-archive.desktop;wine.desktop;
application/x-msdownload=wine.desktop;mount-archive.desktop;
application/vnd.ms-cab-compressed=file-roller.desktop;

Cheers,

Josh

Edit - Or just add the text that is in bold.

Shalvayez 04-06-2011 01:56 PM

Nice, thanx.

corp769 04-06-2011 01:56 PM

Did it work? If it did, please mark your thread as solved and give rep if need be. Thanks!

Josh


All times are GMT -5. The time now is 03:33 AM.