Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 17th October 2006, 08:36 AM
dwflo's Avatar
dwflo Offline
Registered User
 
Join Date: Jun 2005
Location: Albuquerque
Age: 64
Posts: 409
Will Frog be updated for Fedora 6? Will It install apps properly on the x86_64 versions?
__________________
Registered Linux #395226 running Fedora 7 x86_64
"Three men were walking on a wall, Feeling, Faith and Fact.
Feeling took an awful fall and Faith was taken back.
But Fact remained both strong and true and that brought back Faith and Feeling too!"
Reply With Quote
  #17  
Old 17th October 2006, 08:58 AM
Wayne
Guest
 
Posts: n/a
To the OP. I see from your location you're not a native English speaker.

You mis-spelled "successfully"

and you're using the word "compleat" wrongly. You should have used "complete" Although some people use them interchangeably.

http://dictionary.reference.com/browse/compleat

But thanks for the Frog...

Wayne
Reply With Quote
  #18  
Old 17th October 2006, 01:32 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Quote:
Originally Posted by dwflo
Will Frog be updated for Fedora 6? Will It install apps properly on the x86_64 versions?
(I'm not sce script creator, BUT...) I don't think any *major* changes are needed to the script. What worked on FC6 should pretty well work on FC6 in terms of JRE and Flash, etc.
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #19  
Old 17th October 2006, 03:07 PM
stutes Offline
Registered User
 
Join Date: Oct 2006
Posts: 9
Noobie to linux here.

I'll echo feddie...
Quote:
I've just tried this on a clean install Fed 5, however got rather disappointed when I was only given three options
Same exact situation for me... new clean install of FC5, and was only given the same three options.

So is this quote below true, that is works only on FC4 and FC6, but not on FC5?

Quote:
No problem... Turns out, I didn't have the time to make it work in FC5 and S|G didn't either, so it's officially unsupported
That's a bummer, because I was really looking forward to this. It was the main reason I chose to go with FC5 instead Ubuntu.
Reply With Quote
  #20  
Old 17th October 2006, 03:29 PM
linux_paul Offline
Registered User
 
Join Date: Jul 2005
Posts: 320
stutes, feddie

If you copied the .frog directory from a previous install you need to clear the installed.log with:
Code:
cd ~/.frog
cat /dev/null > installed.log
Reply With Quote
  #21  
Old 17th October 2006, 09:55 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
@stutes: Well, actually, the steps for getting things to work aren't all that hard - Do you know what you'd like to do? Maybe I can help out.
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)

Last edited by Firewing1; 18th October 2006 at 01:18 PM.
Reply With Quote
  #22  
Old 18th October 2006, 05:39 AM
stutes Offline
Registered User
 
Join Date: Oct 2006
Posts: 9
pwiesen, thanks for the tip. I did not copy the .frog directory from a previous install, but the code you provided appears to have done the trick regardless. It showed me all the options, and all installed. It was either that, or these other commands I tried from a different post:
Code:
rpm -q frog
which frog
rpm -e frog
I really don't think it was this latter code.

The only thing I can figure is that perhaps I did this twice:
Code:
tar zxvf frog.tar.gz -C ~
and this is why I had trouble in the first place. But this is just speculation, I don't really remember.

As a noobie I am curious about exactly what I was doing with pwiesen's code. I figured out the "cd ~/.frog"... I'm changing the directory to /.frog (not sure what the "~" represents however). And from doing a little research I've figured out that "cat" is the command to display the file "installed.log" located in "/dev/null", but again I'm clueless about the ">" does. And why does displaying the content of "installed.log" fix my problem with installing frog in the first place?
Reply With Quote
  #23  
Old 18th October 2006, 06:10 AM
leadgolem's Avatar
leadgolem Offline
Registered User
 
Join Date: Apr 2005
Location: Littleton, CO
Age: 28
Posts: 2,855
Hmm, that's kinda creepy. I just finished writing my own setup script. Frog is better though.
__________________
Only two things are infinite, the universe and human stupidity, and I am not sure about the former. -Albert Einstein-
yum -y --enablerepo=morals install honesty&
remove piratedcontent
S.C.O.U.R.G.E. Heroes of lesser renown, contributor.
Wine Basics Logitech g15 How-To Community made packages.
Reply With Quote
  #24  
Old 18th October 2006, 11:35 AM
PeTzZz Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Tartu
Posts: 1,550
Moved to How-To Articles.
Reply With Quote
  #25  
Old 19th October 2006, 03:07 AM
linux_paul Offline
Registered User
 
Join Date: Jul 2005
Posts: 320
Code:
rpm -q frog
which frog
rpm -e frog
This wouldn't help because the FedoraFrog is just a script, not an RPM package.

Quote:
As a noobie I am curious about exactly what I was doing with pwiesen's code. I figured out the "cd ~/.frog"... I'm changing the directory to /.frog (not sure what the "~" represents however). And from doing a little research I've figured out that "cat" is the command to display the file "installed.log" located in "/dev/null", but again I'm clueless about the ">" does. And why does displaying the content of "installed.log" fix my problem with installing frog in the first place?
Your right, cat does display the contents of a file. This code 'redirects' the output of /dev/null to the file installed.log, overwritting any previous content. /dev/null is nothing so it blanked the file.

Oh and ~ is a shortcut for your home directory.
Reply With Quote
Reply

Tags
fedora, gui, just makes it work, script

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
new fedora 11 install - press the "enter" key to begin doesn't work hausertreyen EOL (End Of Life) Versions 11 5th October 2009 05:50 AM
Does "Print Screen" button no longer work in Fedora? premudriy Using Fedora 6 11th April 2009 10:30 AM
Fedora Core 9: Screen Resolution can not change from "800X600" to "1024X 768" csoftvietnam Using Fedora 7 26th August 2008 02:11 AM
Fedora 7 "Buddy" Internet Messenger doesn't work!! fruity_kiwi Using Fedora 3 31st July 2007 10:06 PM
Error:visibility arg must be one of "default", "hidden", "protected" or "internal" wangfeng Using Fedora 0 23rd May 2005 04:59 AM


Current GMT-time: 06:57 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat