LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Closed Thread
  Search this Thread
Old 06-10-2018, 05:54 PM   #46
jfhendfg
Member
 
Registered: Jun 2015
Posts: 150

Original Poster
Rep: Reputation: Disabled

Ok I just installed smplayer and ewww I'm going to vomit WHY IS IT SO UGLYASDLKJFASLKDFJAKSFJ

*deep breath* I'm going to screw around with it for a minute and if I can't make it pretty I definitely don't want this abomination. Whoever designed the default layout has problems.
 
Old 06-10-2018, 05:55 PM   #47
m.a.l.'s pa
Member
 
Registered: Oct 2007
Location: albuquerque
Distribution: Debian, Arch, Kubuntu
Posts: 366

Rep: Reputation: 139Reputation: 139
I think I may have a related issue here. Debian Stretch, in Openbox, but this installation also has KDE Plasma -- I added Openbox later. VLC won't open in Openbox (when I try to start it from the menu), but it runs fine in KDE. If I try to run it in Openbox from the command line, the error messages go by too fast for me to see what's at the beginning, but the last few lines look like this:

Code:
QSystemTrayIcon::setVisible: No Icon set
QSystemTrayIcon::setVisible: No Icon set
QSystemTrayIcon::setVisible: No Icon set
Segmentation fault
I haven't looked much further into this because I can simply switch to a KDE Plasma session to run VLC. It isn't an urgent issue for me -- I don't use VLC all that much, anyway. Also, the following workaround runs the app okay from Openbox:
Code:
$ vlc --no-qt-system-tray
If any of this helps anyone, cool. I'm not requesting help; just thought I should mention it, seemed like it might possibly be related.
 
1 members found this post helpful.
Old 06-10-2018, 06:05 PM   #48
jfhendfg
Member
 
Registered: Jun 2015
Posts: 150

Original Poster
Rep: Reputation: Disabled
Ok I got it nicer looking, but the icons are really tiny and I can't customize the toolbar?

If that's true then I still prefer VLC.
 
Old 06-10-2018, 06:07 PM   #49
jfhendfg
Member
 
Registered: Jun 2015
Posts: 150

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by m.a.l.'s pa View Post
I think I may have a related issue here. Debian Stretch, in Openbox, but this installation also has KDE Plasma -- I added Openbox later. VLC won't open in Openbox (when I try to start it from the menu), but it runs fine in KDE. If I try to run it in Openbox from the command line, the error messages go by too fast for me to see what's at the beginning, but the last few lines look like this:

Code:
QSystemTrayIcon::setVisible: No Icon set
QSystemTrayIcon::setVisible: No Icon set
QSystemTrayIcon::setVisible: No Icon set
Segmentation fault
I haven't looked much further into this because I can simply switch to a KDE Plasma session to run VLC. It isn't an urgent issue for me -- I don't use VLC all that much, anyway. Also, the following workaround runs the app okay from Openbox:
Code:
$ vlc --no-qt-system-tray
If any of this helps anyone, cool. I'm not requesting help; just thought I should mention it, seemed like it might possibly be related.
Ayyeee! OK that eliminates the QPainter problem... however the window that appears is a giant behemoth that runs my CPU at 80% and when I say huge I mean it covered every work space, it was mostly blank, some MASSIVE menu buttons on it. Really weird.
 
Old 06-10-2018, 06:17 PM   #50
m.a.l.'s pa
Member
 
Registered: Oct 2007
Location: albuquerque
Distribution: Debian, Arch, Kubuntu
Posts: 366

Rep: Reputation: 139Reputation: 139
Also I put that command in my Openbox menu, and with that, looks like VLC runs fine here. No icon in the system tray, of course, but I never used that anyway. This is with tint2, by the way.

I'm like you, jfhendfg, in that I'd prefer to keep using VLC instead of switching to something else. I hope you get this resolved. I guess that's all I have. Later.
 
1 members found this post helpful.
Old 06-10-2018, 09:23 PM   #51
jfhendfg
Member
 
Registered: Jun 2015
Posts: 150

Original Poster
Rep: Reputation: Disabled
Man, I haven't restarted my system, ran updates, or anything of that nature, I try to open SMPlayer and now it's loading an inoperable behemoth window just like VLC was doing.

It's like god himself is just messing with me

Last edited by jefro; 06-12-2018 at 01:00 PM.
 
Old 06-10-2018, 09:32 PM   #52
jfhendfg
Member
 
Registered: Jun 2015
Posts: 150

Original Poster
Rep: Reputation: Disabled
This is just completely bonkers.
MPV works ok, SMPlayer just... it died I guess.

It's running like it's trying to put out 1000000dpi or something. I'm running high DPI for large fonts and windows that are readable at 10ft distance but nothing that crazy.

No freaking clue whats going on with my system anymore.

Last edited by jefro; 06-12-2018 at 12:59 PM.
 
Old 06-10-2018, 09:41 PM   #53
jfhendfg
Member
 
Registered: Jun 2015
Posts: 150

Original Poster
Rep: Reputation: Disabled
So I just ran sudo apt-get --purge smplayer it removed smplayer, (and I assumed the configuration files)

I try to run sudo apt-get install smplayer ....cannot locate package

what the hell
 
Old 06-10-2018, 09:42 PM   #54
ChuangTzu
Senior Member
 
Registered: May 2015
Location: Where ever needed
Distribution: Slackware/Salix while testing others
Posts: 1,718

Rep: Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857
sudo apt update then
sudo apt install smplayer
 
Old 06-10-2018, 09:43 PM   #55
ChuangTzu
Senior Member
 
Registered: May 2015
Location: Where ever needed
Distribution: Slackware/Salix while testing others
Posts: 1,718

Rep: Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857
also, try renaming your vlc config (~/.config/vlc) to vlc_old, and then reload vlc to see if it was a config issue.

this may help:
https://forum.videolan.org/search.php?keywords=hidpi+

Last edited by ChuangTzu; 06-10-2018 at 09:45 PM.
 
Old 06-11-2018, 01:40 PM   #56
jfhendfg
Member
 
Registered: Jun 2015
Posts: 150

Original Poster
Rep: Reputation: Disabled
Ok guys I think --purge must be a really really really inappropriate command for my situation. VLC and SMPlayer have both disappeared from Synaptic and apt-get.

W T F.
 
Old 06-11-2018, 01:47 PM   #57
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
That's not how it works - just because you purge a package from your local system doesn't remove it from the repos.

Let's have a look at your repos. If you have inxi installed (if you don't, install it):

Code:
inxi -r
By the way, you purge a package with sudo apt-get purge package_name, whereas sudo apt-get --purge package_name should produce an error.
 
1 members found this post helpful.
Old 06-11-2018, 01:48 PM   #58
jfhendfg
Member
 
Registered: Jun 2015
Posts: 150

Original Poster
Rep: Reputation: Disabled
Ok just ran an update and apt-get found VLC, weird, I tried that last night and it couldn't find it.

How the heck is my system changing things without me doing anything?
I rarely ever turn this off, automatic updates aren't supposed to be a thing as far as I understand too.. seriously what's up with that

Last edited by jefro; 06-12-2018 at 12:59 PM.
 
Old 06-11-2018, 02:02 PM   #59
jfhendfg
Member
 
Registered: Jun 2015
Posts: 150

Original Poster
Rep: Reputation: Disabled
Also, for future reference to everyone, be careful when telling people to run purge commands. Most people here are on their wit's end and will plug in any command from the first person that seems to know what they're talking about, and that can obviously be quite a dangerous thing.
 
Old 06-11-2018, 02:18 PM   #60
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
Purging smplayer did not result in your apparent inability to install it again.

The "sudo apt-get --purge" command you gave in post #53 is incorrect. No-one will have told you to do that, using that incorrect syntax anyway.
 
1 members found this post helpful.
  


Closed Thread

Tags
broken, vlc



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
Unable to play DVD on VLC - VLC is unable to open the MRL Belikewater Linux - Newbie 3 03-27-2016 12:36 PM
vlc player "VLC is unable to open the MRL 'dvd:///..." taylorkh Linux - Software 9 01-27-2016 07:12 AM
How can Firefox 5 remember open tabs in case of an accidental shutdown? LAPIII General 1 08-19-2011 03:19 PM
Accidental Upgrade RJGularte Linux - Newbie 5 09-29-2009 02:27 AM
VLC error: VLC could not open the file "/usr/share/vlc/skins2/text.bmp". brjoon1021 Ubuntu 1 01-14-2009 10:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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