Author Topic: [Solved] Does Chromium browser work on KDE MiniMe?  (Read 666 times)

Offline daveski

  • Jr. Member
  • **
  • Posts: 45
[Solved] Does Chromium browser work on KDE MiniMe?
« on: January 16, 2013, 09:07:39 AM »
I installed MiniMe, the 2012.12 version, as a test on the Oracle VM and updated via Synaptic, then installed the Chromium browser.  But when I try to run Chromium, its icon pulsates as if it is going to open, but Chromium never appears on the desktop.  The Konqueror browser does work, however.  Does anyone have Chromium working with MiniMe?  Thanks,  David
« Last Edit: January 16, 2013, 01:50:50 PM by daveski »
"If I had more time, I would have written a shorter letter"---
           Marcus Tullius Cicero    1st century B.C.

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10613
  • MLUs Forever!
Re: Does Chromium browser work on KDE MiniMe?
« Reply #1 on: January 16, 2013, 09:50:32 AM »
Open it in a terminal and copy and paste whatever error message is produced

chromium-browser
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline daveski

  • Jr. Member
  • **
  • Posts: 45
Re: Does Chromium browser work on KDE MiniMe?
« Reply #2 on: January 16, 2013, 10:16:24 AM »
Just17.

Here is the output:
[daveski@localhost ~]$ chromium-browser
/usr/bin/chromium-browser: error while loading shared libraries: libevent.so.5: cannot open shared object file: No such file or directory

I hope this helps.  David
"If I had more time, I would have written a shorter letter"---
           Marcus Tullius Cicero    1st century B.C.

Offline pags

  • Hero Member
  • *****
  • Posts: 2515
  • Keep it clean.
Re: Does Chromium browser work on KDE MiniMe?
« Reply #3 on: January 16, 2013, 10:23:06 AM »
Just17.

Here is the output:
[daveski@localhost ~]$ chromium-browser
/usr/bin/chromium-browser: error while loading shared libraries: libevent.so.5: cannot open shared object file: No such file or directory

I hope this helps.  David


What does
Code: [Select]
locate libevent.so.5
produce?

On my install, it is the following:
Quote

[jpaglia@paglia-e6500 ~]$ locate libevent.so.5
/usr/lib/libevent.so.5
/usr/lib/libevent.so.5.0.1
[jpaglia@paglia-e6500 ~]$


Also, check Synaptic.  Do you have libevent installed?  I have libevent2 and libevent5.

...looks like libevent5 is the package that provide this library...

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10613
  • MLUs Forever!
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline pags

  • Hero Member
  • *****
  • Posts: 2515
  • Keep it clean.
Re: Does Chromium browser work on KDE MiniMe?
« Reply #5 on: January 16, 2013, 11:25:23 AM »
Then Chromium should be considered a Broken Package, if it doesn't pull in required dependencies...

Offline daveski

  • Jr. Member
  • **
  • Posts: 45
Re: Does Chromium browser work on KDE MiniMe?
« Reply #6 on: January 16, 2013, 01:46:01 PM »
In Synaptic, I added   libevent-devel   and  libevent5.  And then Chromium opened correctly.  Thanks for the help.  David
"If I had more time, I would have written a shorter letter"---
           Marcus Tullius Cicero    1st century B.C.