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 10-24-2018, 07:52 PM   #1
DRAGSTER_TUNER
Member
 
Registered: Apr 2009
Posts: 33

Rep: Reputation: 0
video works on vlc if opened in brower but does not works if opened in file manager


Hi everyone!

Im having a weird problem with vlc...

If i download a video in browser (vivaldi), and open this file by clicking on it, in the download label of the browser, the video opens in the vlc with no issue...

butttt

If i try open the video by clicking on it, in the file manager (thunar), the vlc simply freezes! Just the cursor still working...all the rest of the X hangs and i have to reboot the computer.

So, i cant even open the vlc in terminal to try figure out whats going on...

Even being a debian fresh install, i try delete the .config and .cache vlc folders to restore defaults.....but it does not solved the problem.

Any clue?
 
Old 10-25-2018, 06:05 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,453

Rep: Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342
Have you tried
Code:
ldd /path/to/vlc |grep found
or 'vlc --help', or --version?
 
Old 10-25-2018, 07:58 PM   #3
DRAGSTER_TUNER
Member
 
Registered: Apr 2009
Posts: 33

Original Poster
Rep: Reputation: 0
ldd /path/to/vlc |grep found
ldd: /path/to/vlc: file or directory does not exists
root@supercharger:/home/supercharger#

vlc --version
VLC media player 3.0.4 Vetinari (revision 3.0.4-0-gf615db6332)
Versão 3.0.4 Vetinari (3.0.4-0-gf615db6332) do VLC
Compilado por marillat on deb-multimedia.org (Sep 5 2018 10:04:29)
Compilador: gcc version 8.2.0 (Debian 8.2.0-5)

Last edited by DRAGSTER_TUNER; 10-25-2018 at 08:00 PM.
 
Old 10-25-2018, 08:44 PM   #4
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
try right clicking on the file and look for properties, and make sure it is selected for vlc to open that type of file, this is just a maybe. check vlc config settings under prefs about opening files in a file manager. if it is the same file that is doing this, try a different one. uninstall, reinstall, . just a few minor checks.

Last edited by BW-userx; 10-25-2018 at 08:54 PM.
 
Old 10-26-2018, 03:41 AM   #5
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,453

Rep: Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342
Code:
ldd /path/to/vlc |grep found
ldd: /path/to/vlc: file or directory does not exists
/Sigh
If you typed in exactly what I wrote, that's correct. You were supposed to substitute /path/to with /usr/bin, or wherever vlc actually is. How do I know where vlc is on your box?
 
Old 10-26-2018, 02:00 PM   #6
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,152
Blog Entries: 6

Rep: Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835
Quote:
ldd /path/to/vlc |grep found
ldd: /path/to/vlc: file or directory does not exists
root@supercharger:/home/supercharger#
Stop running things as root. Some software won't run as root on purpose. You are not using a web browser as root are you? If so stop what you are doing. Make a user account and run everything as user.
 
Old 10-26-2018, 06:14 PM   #7
DRAGSTER_TUNER
Member
 
Registered: Apr 2009
Posts: 33

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by teckk View Post
Stop running things as root. Some software won't run as root on purpose. You are not using a web browser as root are you? If so stop what you are doing. Make a user account and run everything as user.
Actually was just this command....vlc even work as root, the program does not allow you run it as root
 
Old 10-26-2018, 06:15 PM   #8
DRAGSTER_TUNER
Member
 
Registered: Apr 2009
Posts: 33

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by business_kid View Post
Code:
ldd /path/to/vlc |grep found
ldd: /path/to/vlc: file or directory does not exists
/Sigh
If you typed in exactly what I wrote, that's correct. You were supposed to substitute /path/to with /usr/bin, or wherever vlc actually is. How do I know where vlc is on your box?
OMG, ma bad kkkkkkkkkkkkkkkkk....realy sorry, here's the output..the bin is indeed in /usr/bin (i saw it):

supercharger@supercharger:~$ ldd /usr/bin/vlc |grep found
supercharger@supercharger:~$

Last edited by DRAGSTER_TUNER; 10-26-2018 at 06:17 PM.
 
Old 10-27-2018, 04:01 AM   #9
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,453

Rep: Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342
OK. It's not missing libraries and looks like it should work. what happens if you open a user terminal in X, and find a video that user can access, cd to the relevant directory so you can 'ls' it, and run
Code:
vlc <video_name>
 
Old 10-27-2018, 09:21 PM   #10
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,382
Blog Entries: 28

Rep: Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164
Also, test with another media player just to eliminate VLC as a suspect.

I've come to rather like Dragon Player.
 
Old 10-29-2018, 08:36 AM   #11
DRAGSTER_TUNER
Member
 
Registered: Apr 2009
Posts: 33

Original Poster
Rep: Reputation: 0
Well....i have some news...

KAFFEINE happens the same...it freezes X...

but MPV and totem works ok... now im confused!
 
Old 10-29-2018, 09:54 AM   #12
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
You're running Debian and you're having issues with vlc, and KAFFEINE. that sounds strange to me. I've moved over to mpv rom vlc ... you do know how to change the middle mouse button to control volume instead of having it move the video frames in mpv,yes?

Last edited by BW-userx; 10-29-2018 at 09:56 AM.
 
Old 10-30-2018, 04:35 AM   #13
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,453

Rep: Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342
On vlc, have you tried 'cvlc'? It's a command line video player, which doesn't load a gui and just plays the video. If that freezes, it's something in the video players, and we'd suspect video libraries. If it doesn't freeze, we'd expect something in X.

It's also worth trying
Code:
ldd /usr/bin/vlc |grep found
in case it's missing some basic lib. Ther5e should be no output.
 
Old 10-30-2018, 11:06 AM   #14
wael lin
LQ Newbie
 
Registered: Oct 2018
Posts: 1

Rep: Reputation: Disabled
Question i can't open udemy site on my browser

hi

my issue i can't open my courses in udemy site , my OS is linux and my browser firefox
how to solve this problem ? nots that i install flash version but useless .

thnx
 
Old 10-30-2018, 12:41 PM   #15
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by wael lin View Post
hi

my issue i can't open my courses in udemy site , my OS is linux and my browser firefox
how to solve this problem ? nots that i install flash version but useless .

thnx
Please start a new thread with your question. The thread you have posted on has nothing to do with your issue.
 
  


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
Package manager Error: The package lists or status file could not be parsed or opened Chrisbar Debian 9 01-20-2018 07:57 AM
[SOLVED] Data partitions automount but inaccessible unless opened in file manager TristanDee Linux - Newbie 9 12-20-2017 12:30 PM
[SOLVED] How to make symbolic link to be opened in file manager donaki Linux - Newbie 5 11-22-2017 03:37 PM
Video playback problems with 10.3: not even vlc player works Cinematography SUSE / openSUSE 0 10-09-2007 06:32 AM
Mozilla crashes When Download Manager Opened Kujila Linux - Software 5 02-08-2004 12:59 PM

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

All times are GMT -5. The time now is 04:54 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