Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Gentoo Linux Help
Reload this Page vlc-0.9.0_beta1 - no GUI
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Gentoo Linux Help For help and discussion related to Gentoo Linux

Reply
 
Thread Tools Display Modes
Old 07-02-2008   #1 (permalink)
Linux Newbie
 
tvilkov's Avatar
 
Join Date: Jan 2007
Location: Moscow
Posts: 134
vlc-0.9.0_beta1 - no GUI

Hello there,
Today emerged the latest vlc version. Now no GUI comes up when I try to play something. It does start, but it sais using interface module "rc" (when I run "vlc -vv"). I've noticed that the wxwindows USE flag has dissapeared. I have enabled "gnome" USE flag, so I guess it should GTK for GUI.
Has anyone found a solution to this? How does one list the available gui modules throught command line? I have looked at the vlc wiki but haven't found anything on there.

Thank you.
__________________
Gentoo 2.6.24 amd64
AMD Anthlon 64 X2, 2 GB RAM, Asus M2N-MX, nVidia GeForce 9600GT 512Mb, 250Gb + 160Gb HDDs
tvilkov is offline   Reply With Quote
Old 07-02-2008   #2 (permalink)
Linux User
 
gruven's Avatar
 
Join Date: Dec 2004
Location: Arkansas
Posts: 373
Send a message via ICQ to gruven Send a message via AIM to gruven Send a message via MSN to gruven Send a message via Yahoo to gruven Send a message via Skype™ to gruven
I remember seeing this on the gentoo forums.

vlc now uses qt4 as its gui from what I have read. It is not a bug, but a feature the programmer wanted to implement.

You have to enable the qt4 use flag for a gui.
gruven is offline   Reply With Quote
Old 07-03-2008   #3 (permalink)
Linux Newbie
 
tvilkov's Avatar
 
Join Date: Jan 2007
Location: Moscow
Posts: 134
WHY ???!!!! What was wrong with the wxwindows ??? I'll try that, thanks anyway.
__________________
Gentoo 2.6.24 amd64
AMD Anthlon 64 X2, 2 GB RAM, Asus M2N-MX, nVidia GeForce 9600GT 512Mb, 250Gb + 160Gb HDDs
tvilkov is offline   Reply With Quote
Old 07-03-2008   #4 (permalink)
Linux User
 
gruven's Avatar
 
Join Date: Dec 2004
Location: Arkansas
Posts: 373
Send a message via ICQ to gruven Send a message via AIM to gruven Send a message via MSN to gruven Send a message via Yahoo to gruven Send a message via Skype™ to gruven
Quote:
Originally Posted by tvilkov View Post
WHY ???!!!! What was wrong with the wxwindows ??? I'll try that, thanks anyway.
From what I have read, the dev really didn't like wxwindows.

On a positive not, the qt4 interface looks good.
gruven is offline   Reply With Quote
Old 07-04-2008   #5 (permalink)
Linux Newbie
 
tvilkov's Avatar
 
Join Date: Jan 2007
Location: Moscow
Posts: 134
I suppose it does, but I'm sure they could've left the wxwindows module.
__________________
Gentoo 2.6.24 amd64
AMD Anthlon 64 X2, 2 GB RAM, Asus M2N-MX, nVidia GeForce 9600GT 512Mb, 250Gb + 160Gb HDDs
tvilkov is offline   Reply With Quote
Old 07-05-2008   #6 (permalink)
Linux Engineer
 
Join Date: Nov 2007
Location: Córdoba (Spain)
Posts: 1,036
Quote:
Originally Posted by tvilkov View Post
WHY ???!!!! What was wrong with the wxwindows ??? I'll try that, thanks anyway.
Qt4 Interface - Yet another blog for JBKempf

It's not a Gentoo decission, it's a decission of the developer that was maintaining that part of vlc, no one can force him to continue that -non payed- work forever. It's his right. However, I guess that if anyone is interested and volunteers to fix and maintain it, the vlc team might be interested in having it back (or not, I don't know).

I might add from personal experience that wxWidgets is a pain in the ass to work with, and that bugs are stacked along versions without being solved, which in turn makes any wxWidgets based app buggy by nature. Of course, that's not relevant for the end user as long as it works for him/her, but I had to say it

A tipical example is amule. One of the buggiest apps I've ever used, and it all due to wxWidgets (X-less daemon work without any problem, it's just the frontend which is buggy, or at least it was the last time I checked).

Quote:
Originally Posted by tvilkov View Post
Hello there,
Today emerged the latest vlc version. Now no GUI comes up when I try to play something. It does start, but it sais using interface module "rc" (when I run "vlc -vv"). I've noticed that the wxwindows USE flag has dissapeared. I have enabled "gnome" USE flag, so I guess it should GTK for GUI.
It might be still possible to enable it by porting that back into the ebuild, or by compiling vlc yourself by hand with the correct options. But if the USE flag is gone, it's usually for a good reason. You can only expect the number of problems and bugs to grow more and more, now that the wxWidgets interface maintainer is gone.

Quote:
Has anyone found a solution to this? How does one list the available gui modules throught command line? I have looked at the vlc wiki but haven't found anything on there.

Thank you.
Vlc can be used from command line, and it has also an ncurses frontend. In any case, vlc should install a binary per frontend. So, if you have gentoolkits installed, you could do something like this, to see the binaries that it installed:

Code:
equery f vlc | grep \/usr\/bin\/
It also has streaming capabilities, so you should be able to use it via a web frontend, though I have never tried personally.
i92guboj is offline   Reply With Quote
Old 07-05-2008   #7 (permalink)
Linux Newbie
 
tvilkov's Avatar
 
Join Date: Jan 2007
Location: Moscow
Posts: 134
Thanks for the insight i92guboj.
I have only done some very basic wxWindows programming in C++, so I don't know how buggy it is when it gets complicated (I'm learning GTK instead).
I've compiled qt4 now anyway, so I'll just stick with it for the time being.
__________________
Gentoo 2.6.24 amd64
AMD Anthlon 64 X2, 2 GB RAM, Asus M2N-MX, nVidia GeForce 9600GT 512Mb, 250Gb + 160Gb HDDs
tvilkov is offline   Reply With Quote
Old 07-05-2008   #8 (permalink)
Linux Engineer
 
Join Date: Nov 2007
Location: Córdoba (Spain)
Posts: 1,036
Quote:
Originally Posted by tvilkov View Post
Thanks for the insight i92guboj.
I have only done some very basic wxWindows programming in C++, so I don't know how buggy it is when it gets complicated (I'm learning GTK instead).
I've compiled qt4 now anyway, so I'll just stick with it for the time being.
Either gtk and qt are both good options. I am naturally inclined to use qt but that's just me.

In any case, I would love to see a native (non-wx) gtk frontend, it would be a good thing, but as everything in the open source world, that will only happen if someone with enough knowledge and interest volunteers to do it (and to maintain it afterwards).

Cheers
i92guboj is offline   Reply With Quote
Old 07-05-2008   #9 (permalink)
Linux Newbie
 
tvilkov's Avatar
 
Join Date: Jan 2007
Location: Moscow
Posts: 134
Quote:
In any case, I would love to see a native (non-wx) gtk frontend, it would be a good thing, but as everything in the open source world, that will only happen if someone with enough knowledge and interest volunteers to do it (and to maintain it afterwards).
Yes, me too! Being a GNOME user I do like to have things with a GTK frontend. Some time in the future when my GTK and C/C++ skills are up to scratch I might have a go at writing a GTK front-end for VLC.
__________________
Gentoo 2.6.24 amd64
AMD Anthlon 64 X2, 2 GB RAM, Asus M2N-MX, nVidia GeForce 9600GT 512Mb, 250Gb + 160Gb HDDs
tvilkov is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 10:20 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0