[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-30 Thread Rémi Denis-Courmont
'vlc --reset-config' should fix the problem. Be sure to not enable podcasts in the preference dialog. You don't need to enable it to use it anyway. Correct fix would require change in libproxy. ** Changed in: vlc (Ubuntu) Status: Incomplete = Invalid ** Also affects: libproxy (Ubuntu)

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-30 Thread Simon Brouillard
I do the vlc command and, surprise it was ok... as usual... I check if i could hear my icecast directory always80 and i hear music ... I always love Vlc just a bit angry against the Bug not against VLC... Thanks a lot for your free helping...! -- You received this bug notification

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-25 Thread Rémi Denis-Courmont
I don't understand how it got there, 'vlc -vv' would tell that. But in any case, this bug does not look like it has anything to do with Unity. ** Changed in: vlc (Ubuntu) Status: Confirmed = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-25 Thread Simon Brouillard
In a terminal i wrote vlc -vv and i got this message: m' '--disable-sqlite' '--disable-telx' '--enable-alsa' '--enable-atmo' '--enable-dc1394' '--enable-dv' '--enable-libva' '--enable-pvr' '--enable-udev' '--enable-v4l2' '--enable-svgalib' 'build_alias=i686-linux-gnu' 'CFLAGS=-g -O2'

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-25 Thread Simon Brouillard
And i try the vlc command on another pc Report on vlc bug...(or unity bug...) vlc -vv on my 2 other pv Unity 2D VLC media player 1.1.9 The Luggage (revision exported) [0x941e914] main libvlc debug: VLC media player - 1.1.9 The Luggage [0x941e914] main libvlc debug: Copyright © 1996-2011 the

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-23 Thread Benjamin Drung
** Changed in: vlc (Ubuntu) Status: Invalid = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/786027 Title: VLC not run on Ubuntu 11.04 Unity -- ubuntu-bugs mailing list

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-23 Thread Rémi Denis-Courmont
So the problem is, libproxy uses Xlib, thus initializing Xlib for thread-unsafe operation. Thus both the VLC Qt4 interface and the VLC skins interface refuse to start afterward. So then VLC goes to command line mode. Therefore, it won't appear on the graphical desktop. The bug lies in the GNOME

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-23 Thread Guillem Hernandez Sola
** Changed in: vlc (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/786027 Title: VLC not run on Ubuntu 11.04 Unity -- ubuntu-bugs mailing list

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-23 Thread Rémi Denis-Courmont
The needed fix belongs in libproxy. I doubt that confirming the bug in 'vlc (Ubuntu)' will do much good. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/786027 Title: VLC not run on Ubuntu 11.04

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-23 Thread Simon Brouillard
I dont know if the following info will help you! 1- I get 3 Ubuntu PC...1 with Unity 11.04, and the 2 others with Ubuntu 11.04 Unity 2-D... On the 2 Unity 2-D... vlc runs OK... with the Unity vlc does not run! ( Another with Windows XP... vlc is ok) 2- I Installed 11.04 Unity 2-D from

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-22 Thread Simon Brouillard
Sorry... now... VLC run OK...in the AppStore!!! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/786027 Title: VLC not run on Ubuntu 11.04 Unity -- ubuntu-bugs mailing list

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-22 Thread Simon Brouillard
Just a last comment to make you feel All the Desesperated... World... VLC is running very well with Windows XP... Try IT!! With A Rope around your Neck It Will be A 200 million Great Moment! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-22 Thread Simon Brouillard
Sorry for the last comment... I have to be more professional than you...more serious... At first, i don't want to blame you... but i'm oblige to say you that you are opposite to the Shuttleworth Vision... It's not my job... but if you want it, you will get it! What i have to say for now... I'm

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-22 Thread Benjamin Drung
Simon, this is a bug report and not a user support request. Rémi uses his free time to try to figure out what went wrong with your system. Developers prefer to work on bugs that provide enough information and are written in proper English without rants and millions of exclamation marks. I am not

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-22 Thread Simon Brouillard
I Know that is not an user support... but when i say that when i click on The VLC button in the Launcher Pad... and it's not do anything... Im not a specialist with the software of VLC... But what he request to me was not understanding! And He doest not want to explain why i Want to do to give

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-22 Thread Benjamin Drung
Open a terminal and type into it what comes after the hash (gdb vlc). Then type break XOpenDisplay once you see the (gdb) input line and press enter. Answer the question with y (yes) and press enter. Then type break XInitThreads and press enter. Answer the question with y (yes) and press enter.

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-22 Thread Benjamin Drung
Oh, and that are not c++ commands, but command that should be typed into a terminal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/786027 Title: VLC not run on Ubuntu 11.04 Unity -- ubuntu-bugs

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-22 Thread Simon Brouillard
I open a terminal, as you told me... and a copy a terminal listing... run simon@simon-desktop:~$ gdb vlc GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software:

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-21 Thread Benjamin Drung
What happens when you launch it in Unity? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/786027 Title: VLC not run on Ubuntu 11.04 Unity -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-21 Thread Simon Brouillard
1- When i get the problem, i uninstall vlc... 2- To check: a) Re-Install vlc without mozilla-plugin-vlc b) Answer Yes to add to Unity Launcher and Wait a bit... c) At the end of installation process... The VLC icon was added to the Launcher...(OK)

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-21 Thread Benjamin Drung
What happens if you run sudo /usr/lib/vlc/vlc-cache-gen /usr/lib/vlc/plugins? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/786027 Title: VLC not run on Ubuntu 11.04 Unity -- ubuntu-bugs mailing

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-21 Thread Rémi Denis-Courmont
The culprit should be exposed this way: # gdb vlc (gdb) break XOpenDisplay y (gdb) break XInitThreads y (gdb) run ... (gdb) bt ** Changed in: vlc (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-21 Thread Simon Brouillard
For the following message i try... What happens if you run sudo /usr/lib/vlc/vlc-cache-gen /usr/lib/vlc/plugins? From Benjamin Drung The command run and stop with no error message and I get ...nothing... I Try to launch the vlc with the Launch bar... after this guess and i get nothing.. and

[Bug 786027] Re: VLC not run on Ubuntu 11.04 Unity

2011-05-21 Thread Rémi Denis-Courmont
If you are unable/unwilling to provide the requested, then I am unable to investigate. ** Changed in: vlc (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.