LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-24-2014, 01:03 AM   #1
Penguinu98
LQ Newbie
 
Registered: Apr 2014
Location: North Dakota
Posts: 4

Rep: Reputation: Disabled
Unhappy Help me please!


Okay so I got Linux installed on my Dell laptop back in January of this year, and I am loving it so far! However, today I was letting it run some updates and without thinking I just shut down my laptop so I could go to work. Upon returning home I went to boot up my laptop and an error message popped up...I didn't think much of it at the time so I tried opening up Firefox, and an error message came up saying Server not found Firefox can't find the server at start.ubuntu.com. I also looked at my desktop and saw that it looked unusual as well. Where my icon for Skype and Steam were normally were replaced with Icons with a red circle and a line through it. And when I logged out of my laptop another whole error message came up.
(process:1892): GdkPixbuf-WARNING**: Cannot open pixbuf loader module file '/user/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory this likely means that your installation is broken. Try running command gdk-pixbuf-query-loaders>/user/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache to make things work for the time being.
(process:2050):GdkPixbuf-WARNING**: Error loading xmp image loader:Image type xpm is not supported glmatrix: unable to initialize builtin texture xscreensaver:12:45:41 0: child pid 2059 glmatrix exited abnormally (code1)
I tried entering the command to try and make things work but it didn't when i entered it in it just came up as not found or error. I really honestly don't know what to do anymore and most sites on google aren't helpful at all. I hope I am descriptive enough, and I am hoping someone on these forums could help...I'd greatly greatly appreciate it. Thanks guys!
 
Old 04-24-2014, 07:48 AM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Do you have libgdk-pixbuf2.0-dev installed?
Code:
apt-get install libgdk-pixbuf2.0-dev
gdk-pixbuf-query-loaders --update-cache
Try that and see if that works for you, I searched around and found a few upstream bugs, but you just may have to update the cache (of course after verifying that package is installed). As far as the error when you ran the command it gave you, what was the exact error?

Ninja edit: If you can, try to come up with a more descriptive title next time, as 'help me please' doesn't describe anything. Most people here will not even look at your thread because of the title, just trying to help!

Last edited by corp769; 04-24-2014 at 07:51 AM.
 
1 members found this post helpful.
Old 04-24-2014, 01:27 PM   #3
Penguinu98
LQ Newbie
 
Registered: Apr 2014
Location: North Dakota
Posts: 4

Original Poster
Rep: Reputation: Disabled
Unhappy Installation broken

For the error when I ran the command it gave me it said "Command not found"

As for the code you gave me, I typed it in the Terminal and it gave me this.

E: Could not open lock file /var/lib/dpkg/lock - open (13: permission denied)
E: Unable to lock the administration directory (var/lib/dpkg/), are you root?

I gave them my password thinking that is what it needs but it also came up with command not found.

Sorry if I seem stupid with this I am fairly new to Linux, is there any other help you could offer?
 
Old 04-24-2014, 01:32 PM   #4
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
Try this:

Code:
sudo apt-get install libgdk-pixbuf2.0-dev
sudo gdk-pixbuf-query-loaders --update-cache
 
1 members found this post helpful.
Old 04-24-2014, 05:21 PM   #5
Penguinu98
LQ Newbie
 
Registered: Apr 2014
Location: North Dakota
Posts: 4

Original Poster
Rep: Reputation: Disabled
Ok so I tried

sudo apt-get install libgdk-pixbuf2.0-dev
sudo gdk-pixbuf-query-loaders --update-cache

Came up with Reading package lists...done
Building dependency tree
Reading state information...Done

E: Unable to locate package gdk-pixbuf-query-loaders--update-cache

):
Is there anything else I can try?
 
Old 04-24-2014, 07:46 PM   #6
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Yes, I'd switch over to a console and run apt-get update and apt-get upgrade by hand. If it finishes successfully you are all good. If it recommends running dpkg with some options, do it.
 
1 members found this post helpful.
Old 04-24-2014, 07:51 PM   #7
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,342
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
You might also try apt-get clean. There might be stuff in the apt-get cache that's confusing the package manager.

From the man page:

Quote:
clean
clean clears out the local repository of retrieved package files. It removes everything but the lock file from /var/cache/apt/archives/ and /var/cache/apt/archives/partial/.
 
1 members found this post helpful.
Old 04-25-2014, 02:59 AM   #8
Penguinu98
LQ Newbie
 
Registered: Apr 2014
Location: North Dakota
Posts: 4

Original Poster
Rep: Reputation: Disabled
Okay, my laptop is up and running again! Turns out I had to apt-get clean before doing anything else! Thanks for your help everyone! (:
 
Old 04-25-2014, 08:32 PM   #9
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,342
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
(Grin) I thought of apt-get clean because I had a similar problem on my Debian box about two weeks ago and found the answer in a web search.

Glad you are running.
 
1 members found this post helpful.
  


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



LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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