View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 14 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: mozilla and knoppmyth
PostPosted: Sat Jan 15, 2005 3:16 pm 
Offline
Joined: Tue Jan 04, 2005 4:01 pm
Posts: 54
Can someone list the steps for installing mozilla into knoppmyth.

Is there a way to place a button from within knoppmyth to start mozilla?

Thanks

ps. this is all I found while searching:

apt-get update
apt-get mozilla

_________________
AMD Athlon 666mghz
asus a7a266 motherboard
1gig ram
160 gig drive
pvr 250
nvidia gforce 4 mx


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 15, 2005 3:37 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
well you are close
apt-get update
apt-get install mozilla-firefox

as for the button not easily, but if you really want to there are several threads about how to add buttons to the menus for various things.

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 17, 2005 10:47 am 
Offline
Joined: Wed Apr 21, 2004 1:57 pm
Posts: 28
Can you install Mozilla on Knoppmyth? I ran the apt-get install command and was scared off by all the packages that were going to be installed. So it is safe to install it?

Hopefully,

mikemcc11


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 17, 2005 12:31 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
I haven't used a release version of knoppmyth in quite a while, but mozilla-firefox didn't use to require any packages that caused any issue even warnings if you just did apt-get install mozilla-firefox.

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 17, 2005 1:35 pm 
Offline
Joined: Sun Jan 16, 2005 8:23 pm
Posts: 94
It is perfectly safe as far as I can tell. I installed both the Mozilla suite and just Firefox. They both work fine (and Myth still does also).

Nearly any program that you install using apt-get will have a bunch of dependencies that will be installed or updated. apt takes care of dependencies which is why you use it in the first place.


Top
 Profile  
 
 Post subject: worked forme
PostPosted: Mon Jan 17, 2005 2:50 pm 
Offline
Joined: Tue Jan 04, 2005 4:01 pm
Posts: 54
Yes I installed mozilla on my mythtv box and works like a charm.

Can someone point me toward making a button from within knoppmyth that takes me into mozilla?? Can seem to find that post from prior posts.

Thanks

_________________
AMD Athlon 666mghz
asus a7a266 motherboard
1gig ram
160 gig drive
pvr 250
nvidia gforce 4 mx


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 17, 2005 3:14 pm 
Offline
Joined: Tue Apr 13, 2004 6:51 pm
Posts: 890
Location: Groton, MA
I have mozilla running from the menu...I have installed WebCalendar. I have a button that launches mozilla (firefox actually) with my calendar url.

add to /usr/share/mythtv/mainmenu.xml
Code:
   <type>CALENDAR</type>
     <text>Our Calendar</text>
     <action>EXEC /var/www/WebCalendar/RunCalendar.sh</action>
   </button>


the script has only one line:
Code:
firefox -height 295 -width 210  http://192.168.1.50:8080/WebCalendar/month.php &


you can loose the URL portion.

_________________
R5F1 - Dell P4 2.4Ghz 500MB - PVR250 x 2 - GeForce FX 5200 - Onboard sound/NIC 80GB ATA/250GB ATA/400GB SATA


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 17, 2005 5:21 pm 
Offline
Joined: Tue Jan 04, 2005 4:01 pm
Posts: 54
Thanks for the info on the mozilla button. but where does the script go. Do both codes you posted go to the same file "/sur/share/mythtv/mainmenu.xml" ??

Thanks agina!!!

_________________
AMD Athlon 666mghz
asus a7a266 motherboard
1gig ram
160 gig drive
pvr 250
nvidia gforce 4 mx


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 17, 2005 8:00 pm 
Offline
Joined: Mon Nov 17, 2003 8:59 am
Posts: 206
Location: Michigan
khrusher wrote:
/var/www/WebCalendar/RunCalendar.sh


That's the script-------------------^

The second line of code goes into that file. And avoid a common newbie mistake, don't forget to make the script executable.
Code:
chmod a+x /var/www/WebCalendar/RunCalendar.sh

You can name the script anything you want, and place it anywhere you want. Like for example: /home/mythtv/runmybrowser.sh


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 17, 2005 8:26 pm 
Offline
Joined: Tue Jan 04, 2005 4:01 pm
Posts: 54
thanks dude. You're the man!!

_________________
AMD Athlon 666mghz
asus a7a266 motherboard
1gig ram
160 gig drive
pvr 250
nvidia gforce 4 mx


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 17, 2005 8:31 pm 
Offline
Joined: Tue Jan 04, 2005 4:01 pm
Posts: 54
Question:

What if I don't have web calendar installed?

_________________
AMD Athlon 666mghz
asus a7a266 motherboard
1gig ram
160 gig drive
pvr 250
nvidia gforce 4 mx


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 17, 2005 8:47 pm 
Offline
Joined: Mon Nov 17, 2003 8:59 am
Posts: 206
Location: Michigan
Like khrusher said, lose the url portion, just make it something like: firefox -height 295 -width 210 &


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 17, 2005 9:11 pm 
Offline
Joined: Tue Apr 13, 2004 6:51 pm
Posts: 890
Location: Groton, MA
I have seen some undesirable behavior. If firefox is running, say 'behind' the mythfrontend adn I select the button. I am presented with a 'Firefox - Choose User Profile' dialog...I suspect that with a little digging a firefox command line may avoid this.

I havent bothered digging for it. I have my X env configured to allow <alt><tab>'ing through open windows (ala, MS windows). not sure it this is the default, or something I did. So, if I get the dialog, I know I can <alt><tab> to the running instance.

Go Pats!

_________________
R5F1 - Dell P4 2.4Ghz 500MB - PVR250 x 2 - GeForce FX 5200 - Onboard sound/NIC 80GB ATA/250GB ATA/400GB SATA


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 17, 2005 10:33 pm 
Offline
Joined: Mon Nov 17, 2003 8:59 am
Posts: 206
Location: Michigan
killall firefox; firefox -height 295 -width 210 http://192.168.1.50:8080/WebCalendar/month.php &


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu