LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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


Reply
  Search this Thread
Old 12-13-2011, 04:25 PM   #1
Kallaste
Member
 
Registered: Nov 2011
Distribution: Slackware
Posts: 363

Rep: Reputation: 85
Firefox will not open and VLC will not close; Could use some help!


Hi All,

This is my first post here, so I hope I am posting in the right place. Incidentally, I already posted this topic at a forum on another site, and have not yet found any help at all. I am getting desperate for a fix and so I thought I would ask those here for their input.

I just installed Xubuntu 11.10 a couple of weeks ago, and I have had a whole bunch of problems. I've actually reinstalled three times because things just keep screwing up. There is nothing really odd about my installation, and it was a fresh install as opposed to an upgrade, but for some reason new issues just keep popping up.

Here is what is going on now. Last night I was watching a movie, and when it was over, VLC did not close. Nor could I seem to close it. It was just a black screen. I could see the mouse pointer, but nothing else. Pressing the escape key did not do anything, and I could not find any way to close the program (or get back to the desktop) other than turn off the computer, which is what I finally did. When I turned it back on, it did its routine disk scan at startup and found no errors. However, when I logged back in, I was unable to open firefox through the icons on the taskbar or the start menu. When I try this, it says "Failed to execute default web browser. Input/output error." I checked, and firefox is still set to my default web browser in the settings manager.

I also opened a terminal and typed "firefox," and it says

XPCOMGlueload error for file /usr/lib/firefox-8.0/libxpcom.so:
libxul.so: cannot open shared object file: No such file or directory
Couldn't load XPCOM.

Same thing with x-www-browser.

I am pretty new to all of this and have no idea what any of this means, so I would really appreciate some help.

Oh, and I did try VLC again after rebooting (just to see if it was a fluke with the particular movie or something else weird), and it did it again. It will play everything on the playlist and let the computer remain responsive throughout, but if I let it run to the end of whatever is playing, it will just stay open and not let me close or minimize it so that I have to turn off the computer.

Thanks to everyone for sharing their knowledge.
 
Old 12-13-2011, 04:42 PM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Are you running 32 bit or 64 bit? And have you tried running VLC from a terminal?
 
Old 12-13-2011, 05:36 PM   #3
Kallaste
Member
 
Registered: Nov 2011
Distribution: Slackware
Posts: 363

Original Poster
Rep: Reputation: 85
It's 32 bit. I did not try running VLC from a terminal, because I did not actually have a problem getting it to run. Just to stop running. Would running it from a terminal make a difference with that?
 
Old 12-13-2011, 08:02 PM   #4
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
I'm just curious if you would get any errors or warnings. As far as your firefox issue, I found quite a few solutions on the internet; Have you tried looking around?
 
Old 12-13-2011, 08:37 PM   #5
Kallaste
Member
 
Registered: Nov 2011
Distribution: Slackware
Posts: 363

Original Poster
Rep: Reputation: 85
Oh, well I just realized running VLC from the terminal will give me useful error messages. Did I mention I am new to this? Here is what it says:

Code:
user@desktop:~$ vlc
VLC media player 1.1.12 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0x81dd914] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Blocked: call to setlocale(6, "")
QGtkStyle was unable to detect the current GTK+ theme.
Blocked: call to setenv("_PX_CONFIG_ORDER", "", 1)
Blocked: call to setenv("_PX_CONFIG_ORDER", "", 1)
Blocked: call to setenv("_PX_CONFIG_ORDER", "", 1)
Blocked: call to setenv("_PX_CONFIG_ORDER", "", 1)
Blocked: call to setenv("_PX_CONFIG_ORDER", "", 1)
The last five lines came up when when I played one file and dragged four more onto the playlist.

I appreciate your help.
 
Old 12-13-2011, 08:56 PM   #6
Kallaste
Member
 
Registered: Nov 2011
Distribution: Slackware
Posts: 363

Original Poster
Rep: Reputation: 85
Yes, I did look around for solutions before posting. I did a search for the exact error message, and put "xubuntu" in the string, and I came up with nothing of use. I just a while ago tried it without the xubuntu and found many possible solutions in an Arch Linux forum.

However, I still wonder if it may be unwise to go wildly reconfiguring both Firefox and VLC before I know what happened. What I was hoping for is to find some sort of explanation for why both VLC and Firefox would get twisted around like this at the same time. Isn't it likely they are not separate issues, but rather two symptoms of the same glitch or malfunction? Should I try to mask that malfunction without knowing what it is?

I guess I was just hoping this would be some common problem that would be obvious to more experienced Linux users. I really don't want to screw up my system and have to reinstall again.

Thanks.
 
Old 12-13-2011, 11:35 PM   #7
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
For a temporary relief:
Code:
anisha@linux-dopx:~> ps -e
...
...
 4209 ?        00:00:00 e-addressbook-f
 4235 ?        00:05:03 firefox
 4425 ?        00:00:00 planner
 4687 ?        00:00:00 gnome-terminal
 4690 pts/0    00:00:00 bash
 4736 pts/0    00:00:00 ps
Code:
anisha@linux-dopx:~> kill -9 4235
Also, man kill, man ps
 
Old 12-14-2011, 10:46 AM   #8
Kallaste
Member
 
Registered: Nov 2011
Distribution: Slackware
Posts: 363

Original Poster
Rep: Reputation: 85
Quote:
Originally Posted by Anisha Kaul View Post
For a temporary relief:
Code:
anisha@linux-dopx:~> ps -e
...
...
 4209 ?        00:00:00 e-addressbook-f
 4235 ?        00:05:03 firefox
 4425 ?        00:00:00 planner
 4687 ?        00:00:00 gnome-terminal
 4690 pts/0    00:00:00 bash
 4736 pts/0    00:00:00 ps
Code:
anisha@linux-dopx:~> kill -9 4235
Also, man kill, man ps
Firefox is not running, so I cannot kill it. My problem is that it will not run. Thank you very much for that technique, though. Quite useful.
 
Old 12-14-2011, 11:06 AM   #9
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
You said vlc keeps on running? You can apply this method for terminating vlc.

http://kubuntuforums.net/forums/inde...3091188.0;wap2
Quote:
Error (Firefox 3)
Quote

firefox-bin: error while loading shared libraries: libxul.so: cannot open shared object file: No such file or directory

Solution, install package: libxul-common
 
Old 12-15-2011, 10:45 AM   #10
Kallaste
Member
 
Registered: Nov 2011
Distribution: Slackware
Posts: 363

Original Poster
Rep: Reputation: 85
Quote:
Originally Posted by Anisha Kaul View Post
You said vlc keeps on running? You can apply this method for terminating vlc.

http://kubuntuforums.net/forums/inde...3091188.0;wap2

Solution, install package: libxul-common
I tried yesterday to install the libxul-common package, but for some reason I could not find it. I looked in Synaptic Package Manager with the multiverse enabled, and it was not there. Then I entered "sudo apt-get install libxul-common" in the terminal, and it could not find it. So I searched for it here: http://packages.ubuntu.com/ and could not find it. Is there something else I should have done? How do I get this package?

However, it probably will not do any good anyway, because now my log in profile is missing. When I turned on the computer this morning, it found some sort of disk error that it prompted me to press "F" to fix. It did not say what the error was; just "Press 'F' to attempt to fix errors, 'S" to skip mounting . . ." etc. I pressed F, and then when the password prompt came up, only the guest account was there. I have never used a Linux guest account before in my life and have no idea how to do anything from there. It would not even let me log in as root.

I am guessing something happened with where my home folder is located (maybe it moved the pointer to it or something?), but I do not know how to go about fixing it. I guess I will boot with the live CD and run fsck.

Any other suggestions would be appreciated.

Thanks.
 
Old 12-16-2011, 12:39 AM   #11
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by BloomingNutria View Post
I tried yesterday to install the libxul-common package, but for some reason I could not find it.
For Debain, but see if it helps: http://pkgs.org/debian-lenny/multime...1_all.deb.html
Also, http://www.cyberciti.biz/faq/upgrade-firefox-on-linux/

Quote:
Originally Posted by BloomingNutria View Post
However, it probably will not do any good anyway, because now my log in profile is missing. When I turned on the computer this morning, it found some sort of disk error that it prompted me to press "F" to fix. It did not say what the error was; just "Press 'F' to attempt to fix errors, 'S" to skip mounting . . ." etc. I pressed F, and then when the password prompt came up, only the guest account was there. I have never used a Linux guest account before in my life and have no idea how to do anything from there. It would not even let me log in as root.
Starting a new thread (in newbie section) on this issue would be helpful.

Last edited by Aquarius_Girl; 12-16-2011 at 12:42 AM.
 
Old 12-16-2011, 06:39 AM   #12
Kallaste
Member
 
Registered: Nov 2011
Distribution: Slackware
Posts: 363

Original Poster
Rep: Reputation: 85
Okay, I will. Thanks for your help.
 
  


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
Why dose VLC player open when I open Documents gilrez Linux - Newbie 2 03-01-2011 04:28 PM
what should FireFox do with this file, open with VLC not there? trevor_john Linux - Newbie 6 09-01-2010 12:32 AM
VLC error: VLC could not open the file "/usr/share/vlc/skins2/text.bmp". brjoon1021 Ubuntu 1 01-14-2009 10:48 PM
Firefox close/minimize buttons merchtemeagle DamnSmallLinux 2 02-05-2006 05:26 AM
Hotkey to close Firefox (and maybe other windows) jagibbs Linux - Software 1 04-26-2005 10:31 PM

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

All times are GMT -5. The time now is 05:03 PM.

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