LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 09-22-2012, 07:22 PM   #1
Cyb3r.Kn!ght
Member
 
Registered: Aug 2012
Location: Northern California
Distribution: SolusOS 3.3.6
Posts: 34

Rep: Reputation: Disabled
my files "Open With >>VLC"


somehow I have changed all my documents to "Open With>>VLC"
I am unsure of what to do, I posted this before and was getting to the issue, then my thread got moved and haevn't had any replies since, What can I do to fix this problem? Description:

I have SolusOS for starters, when I click on the 'Super Button'(Start Menu?) then click on documents folder or downloads folder, etc., it seems to open up 'VLC Player' and will play files that can be read by the program, I dont know how to change it to 'regualar settings'. What did I do to make it do this function, How do I change it back?
 
Old 09-22-2012, 07:44 PM   #2
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
gnome?

You could logout to the login screen and press Ctrl+Alt+F1 and login to the console as yourself and
Code:
mv ~/.config ~/.config.org
mv ~/.gconf ~/.gconf.org
exit
then
Ctrl+Alt+F[78] and log back in to the desktop, check issue...

NOTE: This will reset your Desktop to default settings, and that should include "Open With..." preferences.
 
Old 09-22-2012, 09:27 PM   #3
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
According to the SolusOS Web site, the latest version is 1.2. How did you get a version 3.3.6?

Anyhow, you should have a "Settings" option somewhere in your menus. Go there and look for a "File Association" item. Click on that, and edit the associations of the VLC file type, removing all of them that you don't want.

Note that the concept of an application being "associated" with a file based on it's "extension" is not a native Linux (or UNIX) concept. In a GNU/Linux system the "association" of a file is usually based on the "magic number" of the file, and applications are supposed to check that number before using the file. (In a terminal you can display file information about a file using the file command. Here's an example:
Code:
$ file *
binary_clock:    ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x20fa4ec5d10dc77f6fadddc5418ba67fecf6cd5b, not stripped
binary_clock.c:  C source, ASCII text
cb_clock:        ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0xfa935bb929ec43f0b60e33fdbe005172bb9875dd, not stripped
cb_clock.c:      C source, ASCII text
)
 
Old 09-23-2012, 07:30 PM   #4
Cyb3r.Kn!ght
Member
 
Registered: Aug 2012
Location: Northern California
Distribution: SolusOS 3.3.6
Posts: 34

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by PTrenholme View Post
According to the SolusOS Web site, the latest version is 1.2. How did you get a version 3.3.6?

Anyhow, you should have a "Settings" option somewhere in your menus. Go there and look for a "File Association" item. Click on that, and edit the associations of the VLC file type, removing all of them that you don't want.

Note that the concept of an application being "associated" with a file based on it's "extension" is not a native Linux (or UNIX) concept. In a GNU/Linux system the "association" of a file is usually based on the "magic number" of the file, and applications are supposed to check that number before using the file. (In a terminal you can display file information about a file using the file command. Here's an example:
Code:
$ file *
binary_clock:    ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x20fa4ec5d10dc77f6fadddc5418ba67fecf6cd5b, not stripped
binary_clock.c:  C source, ASCII text
cb_clock:        ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0xfa935bb929ec43f0b60e33fdbe005172bb9875dd, not stripped
cb_clock.c:      C source, ASCII text
)


I assume the website for SolusOs hasnt been updated; i tried and reset the desktop yet it did reset the preferences on the desktop, Im not sure that is the issue, the issue is with when I click on the 'menu' button then click on 'All' then click on 'Documents', VLC opens and runs all the files, when i never selected 'VLC' for anything
 
Old 11-22-2017, 10:23 AM   #5
Zbigniew
LQ Newbie
 
Registered: Nov 2017
Posts: 11

Rep: Reputation: Disabled
I had the same issue in Ubuntu MATE. I set accidentally 'open in VLC' as default action for folders. The resolution of the problem, in my case, was quite easy:
1. open 'Control Panel';
2. then open 'Preferred Applications';
3. go to 'System' tab;
4. set 'Caja' (the official file manager for the MATE desktop environment) as 'File Manager'.

For different desktop environments solution could be similar. Probably will be enough to choose appropriate desktop environment from the list.

Good luck!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] "VLC unable to open mrl" fixed -------> Audacity next hdp160 Linux - Software 0 09-09-2012 05:07 AM
how to run exe files like"VLC"in ubuntu while it's installed in windows krishnadas Linux - Newbie 2 09-25-2009 03:51 PM
VLC error: VLC could not open the file "/usr/share/vlc/skins2/text.bmp". brjoon1021 Ubuntu 1 01-14-2009 10:48 PM
Standard commands give "-bash: open: command not found" even in "su -" and "su root" mibo12 Linux - General 4 11-11-2007 10:18 PM
"X-MS" cant open because "x-Multimedia System" cant access files at "smb&qu ponchy5 Linux - Networking 0 03-29-2004 11:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 10:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration