-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It needs flightgear. #1193
Comments
@2-bithacker I think you should read #185. Apps are disqualified if they can be installed with one apt command. I've also tried using Flightgear, and it ran at like 2fps before crashing 10 seconds later. It also takes like 16 minutes to load.. |
I get about 30 fps on a pi 4b 8gb running raspbian bullseye; It is very smooth. It takes abou 3 to 5 minutes to load with me. It never crashes. Also, I forgot that |
Well, that's much better then what I got. 👍 Did you read #185? Like I said above, apps are disqualified if they can be installed with one apt command. 😄 |
Why is sonic-pi on there? It can be installed with, of course, |
I'm just stating what the app requirements say:
I think Sonic Pi was put on because the current version available in the apt repos at the time was outdated.
@Botspot, what are your thoughts? |
oooooohhh!!! I get it now. Thanks. |
Shall I close this? |
Yeah, unless you can find a later version of Flightgear that install available in the apt repos. |
Correct. We don't want Pi-Apps to replace the Raspberry Pi repositories. If something can be installed from there, there is little reason to add it here too. HOWEVER, I can see a time soon when this will change. Pi-Apps will soon accept package-apps. In fact, the code is already in place and functional. But I think it's best to sort out all of our Bullseye-compatibility issues before dumping hundreds of new apps into Pi-Apps. (our resources are limited) |
I see. I'll wait till then. Thanks! |
@Botspot This can be added now.. 👍 |
Excellent! |
@Botspot, do you want a zip? |
A zip or a PR, that would be great. |
I tried to send you a zip, but my pc wasn't compressing it. What is a PR? |
Are you using the pi-apps app creator? After creation, you should be able to go into your pi-apps folder, find the app-folder, right-click it, and click "Compress". (This is assuming you're using a raspberry pi) A pull request (PR) is a bit more complicated way to send me an app. It involves using terminal-commands. |
I never knew there was a app creator. |
I can't add a .zip or tarball sucessfully to the original question. |
Try replying to this message and drag-n-drop the zip file to the text entry box. |
I tried that. No success at all. It says "It is not included in the list" when I try to upload. Is there another way I could send you the file? If you don't want to do that, you can download it here. https://sourceforge.net/projects/flightgear/files/release-2020.3/FlightGear-2020.3.11-x86_64.AppImage/download That's what I did. As you know, you need box 86 to run it. You also might want some aircraft and scenery http://www.flightgear.org/download/download-aircraft/ http://www.flightgear.org/download/scenery/ Here is the source code if you want that. http://www.flightgear.org/download/source-code/ I gave all these extra links just in case you want them for any reason. |
FlightGear can be compiled natively, and an older version is either in the debian or ubuntu repos (I don't remember which). |
The newest are on both my debian and ubuntu repositories (I am using debian bullseye as debian buster does not run flightgear nearly as well.) |
Here: |
How did you do that? It didn't work for me even with the .zip format. |
@2-bithacker I used p7zip desktop, which can be installed through snapd, like this:
After you install it, just open it (from the terminal, or from the menu, like this: |
I tried it in a .zip format, a tarball, and a 7zip. NONE of them work. Sorry for the frustration. |
Really? What OS and system are you using? I'm using RPiOS Bullseye, with a Pi 4, 4G.. |
An old Dell Optiplex 780 running ubuntu 21.10 not dual-boot of any kind; it's faster at compressing than my pi. Should I try my pi 4b 8g with bullseye? |
Yeah, if it's not too hard.. If you're just compressing a Pi-Apps app folder, it's pretty much instant.. |
I don't have it on my pi-apps. I just have it installed. It is pretty hard to switch computers, as I only have one monitor and one mouse and keyboard. I'll get back to you when I get the pi set up headless or something. |
Ok. I'm sure there are other tools that would work on ubuntu.. |
I just tried to do it with a raspberry pi, but the same problem of it not being included in the list. What is the pi-apps app creator called? |
Pi-apps settings -> create app |
My zip works, I think.. |
I was making the app install script, when I thought of a problem. I have to install flightgear on the pi with a build. That takes over 3 hours, and upwards of 12 gigabytes, but with full functionality. When installing it with apt, it installs, but you can only use the default cessna. (I recently learned of this problem; I used to only want to use the cessna, so I made sure |
Have you run a AppImage with box86 before? I heard it works from an article I read, but does it? I thought it did, but I would rather take is from someone who knows for sure. |
Latest update: Box64 is what I need to run the AppImage. I heard pi-apps has box64, but when I search for it, no results are found. I looked in /home/pi/pi-apps/apps and there is a file called box64 there. I ran the install script titled install-64 that I found there, but it did not successfully install. |
That's because you can only install Box64 (or any 64-bit app) on 64-bit RPiOS, or at least 64-bit kernel. If you still have these lines:
You'll have to change the
|
I am using bullseye 64 bit. |
Well, then you should be able to install it, what error did you have? |
Ohh, you have to have sourced the Pi-Apps Try this:
|
I got it to work, but it is way to slow on the rpi4b 8gb. The emulation part makes it about 3-15 fps. It used to be very playable, but running the x86*64 knocks it out. Sorry. |
Can this app run on RPi? If so, please provide a link to a tutorial if applicable.
flightgear can be installed with
sudo apt update
andsudo apt install flightgear flightgear-data-ai flightgear-data-all flightgear-data-base flightgear-data-models flightgear-phi
Is this app something many GUI users would find useful?
It is a high-end free flight simulator.
Is this app installable with
sudo apt install
?YES
The text was updated successfully, but these errors were encountered: