Sponsored Content
Full Discussion: Chromium flashes and crashes
Operating Systems Linux SuSE Chromium flashes and crashes Post 302482841 by mark54g on Wednesday 22nd of December 2010 05:08:06 PM
Old 12-22-2010
you can use zypper to update it once you know the name of the package. Try this:

Code:
rpm -qa | egrep -i 'mono|moon'

and try to reinstall the packages associated with that.

Also, I would try this: (I thought better of myself)

Code:
updatedb
locate libmoonloaderxpi

then when you find out where that file is located do this:

Code:
rpm -qf <path to libmoonloaderxpi >

then you know what package to remove or update.

Last edited by mark54g; 12-22-2010 at 06:10 PM.. Reason: better idea
 

5 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Internet Explorer flashes off

Hi, What must have happen to my internet explorer that flashes whenever it want to load. The page after trying to load would just logout. I have tried to reset most of the setting on the properties but all to no avail. Can someone pls assist. Thanx (1 Reply)
Discussion started by: kayode
1 Replies

2. Solaris

Server crashes when not in use.

Production server crashes when there is no traffic on it. Can only recover by going to ALOM and reboot the server. This seems to happen about the same time every month. The only good thing is the server is not in production at the time of the crash. I have been unable to locate any information in... (5 Replies)
Discussion started by: Joeentech
5 Replies

3. Red Hat

7z crashes system

Can someone tell my why every time I try to use 7z it freezes my system? I can't move my mouse, I can't type, I can't kill my xsession. I then restart my system and everything returns to normal. When I try to use 7z my system again freezes. (11 Replies)
Discussion started by: cokedude
11 Replies

4. Post Here to Contact Site Administrators and Moderators

chromium

I would just like to point out that for the past 1/2 monts i'm unable to edit post or if i post in regular mode i get double post using chromium browser. Can someone confirm or deny this. I'm using : chromium 18.0.1025.151 (Developer Build 85dfed9 Linux) Debian wheezy/sid Regards Peasant. (1 Reply)
Discussion started by: Peasant
1 Replies

5. Programming

C++ program crashes

Hi, Can anyone tell me why the below program is crashing? and where exactly it is crashing. What is the corrective measure to be taken to make it work fine? #include <iostream> #include <cstring> using namespace std; class CString { char* m_data; public: CString() :... (6 Replies)
Discussion started by: royalibrahim
6 Replies
KDE4-CONFIG(1)							 KDE User's Manual						    KDE4-CONFIG(1)

NAME
kde4-config - Prints KDE installation paths SYNOPSIS
kde4-config [--expandvars] [--prefix] [--exec-prefix] [--libsuffix] [--localprefix] [--version] [--types] [--path type] [--userpath type] [--install type] DESCRIPTION
kde4-config is a command line program used to retrieve information about KDE installation or user paths. Use this program to determine where the various aspects of the KDE installation reside on your system. OPTIONS
--expandvars expand ${prefix} and ${exec_prefix} in output --prefix Compiled in prefix for KDE libraries --exec-prefix Compiled in exec_prefix for KDE libraries --libsuffix Compiled in library path suffix --localprefix Prefix in $HOME used to write files --version Compiled in version string for KDE libraries --types Print a list of all available KDE resource types --path type Search path for the specified type --userpath type User paths for the types: desktop|autostart|trash|document --install type Prefix to install resource files to EXAMPLES
Print the top-level KDE installation directory: % kde4-config --prefix Print a list of all resource types: % kde4-config --types Print the installed wallpaper path: % kde4-config --path wallpaper SEE ALSO
kdeoptions(7) BUGS
None known. AUTHOR
Stephan Kulow <coolo@kde.org>. K Desktop Environment 2007-09-28 KDE4-CONFIG(1)
All times are GMT -4. The time now is 08:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy