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 01-15-2013, 10:51 AM   #1
moises
Member
 
Registered: Jul 2005
Location: Florida
Distribution: Fedora
Posts: 36

Rep: Reputation: 20
Jetbrowser not starting missing '/opt/webarena/Browser-icon.png'


I did this:

https://ask.fedoraproject.org/questi...r-on-fedora-17

Added rpm-sphere.repo to /yum.repos.d:

Code:
[rpm-sphere]
name=RPM Sphere
baseurl=http://download.opensuse.org/repositories/home:/zhonghuaren/Fedora_17/
gpgkey=http://download.opensuse.org/repositories/home:/zhonghuaren/Fedora_17/repodata/repomd.xml.key
enabled=1
gpgcheck=1
And updated it in terminal.

Then I did this:

Code:
su -c 'yum install jetbrowser'
It installed with no problems.

When go to Applications>Internet>Jetbrowser nothing happens.

I enter jetbrowser in terminal and get this:

Code:
~]$ jetbrowser
Welcome and thank you for downloading and using JetBrowser	
You will soon be prompted to the welcome screen, where you	
can find out more about JetBrowser and what you can do with	
it. The web is fun, let's keep it that way.			
No given arguments...
Going to homepage.
Traceback (most recent call last):
  File "./webarena", line 1102, in <module>
    webbrowser = WebBrowser()
  File "./webarena", line 844, in __init__
    self.set_icon_from_file("/opt/webarena/Browser-icon.png")
glib.GError: Failed to open file '/opt/webarena/Browser-icon.png': No such file or directory
I tried to install again, but got this:

Code:
~]$ su -c 'yum install jetbrowser'
Password: 
Loaded plugins: langpacks, presto, refresh-packagekit
Package jetbrowser-6.0.425-2.2.noarch already installed and latest version
Nothing to do
[moises@dandy ~]$
I browse to /opt and is empty no hidden files either.

goggle, duckduckgo don't give me any other ideas, help, tutorials than those mentioned above.
 
Old 01-15-2013, 03:24 PM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
There are some "///opt/" in the "source" package scripts.
( The "source" actually looks like a binary package.
http://download.opensuse.org/reposit...25-2.2.src.rpm
> jetbrowser-6.0.425-2.2.src.rpm ).

A quick fix to provide the required files :
1) # mkdir -p /opt/webarena/modules/newtab
2) # cp /usr/share/webarena/images/Browser-icon.png /opt/webarena/
3) # cp /usr/share/webarena/aboutpage.html /opt/webarena/
4) # cp /usr/share/webarena/modules/newtab/webkitpage.html /opt/webarena/modules/newtab/
5) # chmod 0755 /opt/webarena/modules/newtab/webkitpage.html
6) .... There are a couple more missing "/opt files" : To use the Apps buttons.

( This command will show all jetbrowser files : $ rpm -ql jetbrowser ).


-

Last edited by knudfl; 01-15-2013 at 04:04 PM.
 
Old 01-16-2013, 06:46 AM   #3
moises
Member
 
Registered: Jul 2005
Location: Florida
Distribution: Fedora
Posts: 36

Original Poster
Rep: Reputation: 20
thank you knudfl,

Just tried your suggestions and here I am using Jetbrowser to reply. I will make an attempt to browser through all the folders listed with "rpm -ql jetbrowser" to see if I can find the missing buttons. Now all I have is "add tab", "refresh", "editor" and "about" And, of course, the address bar.

By the way, I visited Copenhagen a long time ago and I love it. That city is beautiful.

Last edited by moises; 01-16-2013 at 06:47 AM.
 
Old 01-16-2013, 07:55 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
I will make an attempt to browser through all the folders listed
with "rpm -ql jetbrowser" to see if I can find the missing buttons.
Actually no buttons are missing, but their connected files.
Buttons : a) YouTube, b) Twitter, c) Maps

a) Asks for : /opt/webarena/modules/core/support/apps/youtube/index.html
b) /opt/webarena/modules/core/lib/layout/list/twitter/index.html
c) /opt/webarena/modules/core/lib/onyx/examples/Maps/index.html

-
 
Old 01-16-2013, 09:26 AM   #5
moises
Member
 
Registered: Jul 2005
Location: Florida
Distribution: Fedora
Posts: 36

Original Poster
Rep: Reputation: 20
I see, those are all links located on the "new tab" window. Once again, thanks knudfl. I will mark this thread as closed.

 
  


Reply

Tags
browser, browsers, internet, lightweight, webbrowser



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
Icon: tux-law2.png thornbush Linux - Desktop 0 12-16-2008 08:55 AM
Regarding # /opt/CTEact/bin/act & /opt/SUNWexplo/bin/explorer not available for x86 rajaniyer123 Solaris / OpenSolaris 6 04-24-2008 09:09 AM
MySQL Query Browser to launch and icon galois007 Linux - Newbie 1 08-22-2006 05:55 PM
Webalizer: configure: error: png library not found... please install png. mikeshn Linux - Software 5 01-10-2005 02:28 PM
Where is trashcan_full/empty.png and kmenu.png??? d33pdream Linux - General 2 02-25-2003 11:13 PM

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

All times are GMT -5. The time now is 04:52 AM.

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