mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-27 00:05:37 +00:00
bugs faqs
This commit is contained in:
parent
819dda14bc
commit
704f512798
|
@ -10,3 +10,6 @@ You can submit bugs and issues on:
|
||||||
|
|
||||||
- On [Github issues](https://github.com/XargonWan/RetroDECK/issues/)
|
- On [Github issues](https://github.com/XargonWan/RetroDECK/issues/)
|
||||||
- On [Discord](https://discord.gg/Dz3szYsP8g) in the `🤝-community-support` or `🆘-support channels`
|
- On [Discord](https://discord.gg/Dz3szYsP8g) in the `🤝-community-support` or `🆘-support channels`
|
||||||
|
- If you are not certain of a issue it is better to discuss it with the community in <br>
|
||||||
|
`🤝-community-support` before submitting it.
|
||||||
|
|
||||||
|
|
BIN
wiki-rtd/docs/wiki_howto_faq/.faq.md.kate-swp
Normal file
BIN
wiki-rtd/docs/wiki_howto_faq/.faq.md.kate-swp
Normal file
Binary file not shown.
|
@ -5,6 +5,9 @@ What follows is questions and answers to a variety of topics.
|
||||||
|
|
||||||
## General Questions
|
## General Questions
|
||||||
|
|
||||||
|
### What does the "b" stand for in the versioning number?
|
||||||
|
It stands for Beta.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
### What is RetroDECK cooker?
|
### What is RetroDECK cooker?
|
||||||
|
@ -20,22 +23,16 @@ What follows is questions and answers to a variety of topics.
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
### What emulators and software is included in RetroDECK?
|
### What emulators and software is included in RetroDECK?
|
||||||
RetroDECK comes with:
|
Check `General Information 📰` - `RetroDECK: What's included?`
|
||||||
* Emulationstation Desktop Edition - RetroDECK version
|
|
||||||
* The RetroDECK Framework
|
|
||||||
* The RetroDECK Configurator
|
|
||||||
* For emulators and other software check the RetroDECK: What's included? section of this wiki.
|
|
||||||
|
|
||||||
We plan to have support for all of the the different systems ES-DE support in the long term. But the goal is only to have the best emulator per system and not every emulator in existence.
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
### Does RetroDECK include any games?
|
### Does RetroDECK include any games?
|
||||||
No games are included in RetroDECK currently.
|
No games are included in RetroDECK.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
### Will you include Open Source games in the future as default?
|
### Will you include Open Source games in the future?
|
||||||
We are looking into a ports downloader for a future update.
|
We are looking into a ports downloader for a future update.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
@ -49,29 +46,7 @@ What follows is questions and answers to a variety of topics.
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
|
## RetroDECK Usage Questions
|
||||||
## Flatpak Questions
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
### Retrodeck is a flatpak, what is it?
|
|
||||||
[Flaptak](https://docs.flatpak.org/en/latest/introduction.html) is like sandboxed application, with its own read only filesystem that is different from your computer's filesystem. That's why flatpak is safer than installing something directly in your filesystem as everything it needs is contained within the flatpak.
|
|
||||||
|
|
||||||
|
|
||||||
#### How is a flatpak made?
|
|
||||||
A flatpak is generated from a manifest file. A software called flatpak-builder reads the manifest, then starts downloading dependencies and starts building the software. After the build process is done it generates the software in a .flatpak file. This file can then be hosted on Flathub or distributed on the web.
|
|
||||||
|
|
||||||
|
|
||||||
#### How does the RetroDECK flatpak manifest look like?
|
|
||||||
You can find out manifest here: https://github.com/XargonWan/RetroDECK/blob/main/net.retrodeck.retrodeck.yml
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Using RetroDECK
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
### Do I have to partition or format my disk/sdcard to install RetroDECK?
|
### Do I have to partition or format my disk/sdcard to install RetroDECK?
|
||||||
No, partitioning or formatting is not needed at all. RetroDECK (differently from AmberELEC, Batocera and others) comes as a flatpak. Just install it as any other application and launch it from your desktop and/or Steam library.
|
No, partitioning or formatting is not needed at all. RetroDECK (differently from AmberELEC, Batocera and others) comes as a flatpak. Just install it as any other application and launch it from your desktop and/or Steam library.
|
||||||
|
@ -162,9 +137,9 @@ However you can run this to fix it: `flatpak remote-delete retrodeck-origin`
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
## Feature Requests & Bug Reports
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
## Feature Requests & Bug Reports
|
||||||
|
|
||||||
### How to report bugs?
|
### How to report bugs?
|
||||||
|
|
||||||
|
@ -188,14 +163,13 @@ Check `Bugs & Issues 🐜` - `Reporting bugs and issues`
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Updating RetroDECK
|
## Updating RetroDECK
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
### What does the "b" stand for in the versioning number?
|
|
||||||
It stands for Beta.
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
### How do I update RetroDECK?
|
### How do I update RetroDECK?
|
||||||
Updates to RetroDECK is handled automatically via your software manager when there is a new version released.
|
Updates to RetroDECK is handled automatically via your software manager when there is a new version released.
|
||||||
|
@ -313,10 +287,25 @@ We have a unique partnership where inside the ES-DE code is a section just for R
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
## Emulation & Games
|
|
||||||
|
## Flatpak Questions
|
||||||
|
|
||||||
|
### Retrodeck is a flatpak, what is it?
|
||||||
|
[Flaptak](https://docs.flatpak.org/en/latest/introduction.html) is like sandboxed application, with its own read only filesystem that is different from your computer's filesystem. That's why flatpak is safer than installing something directly in your filesystem as everything it needs is contained within the flatpak.
|
||||||
|
|
||||||
|
|
||||||
|
#### How is a flatpak made?
|
||||||
|
A flatpak is generated from a manifest file. A software called flatpak-builder reads the manifest, then starts downloading dependencies and starts building the software. After the build process is done it generates the software in a .flatpak file. This file can then be hosted on Flathub or distributed on the web.
|
||||||
|
|
||||||
|
|
||||||
|
#### How does the RetroDECK flatpak manifest look like?
|
||||||
|
You can find out manifest here: https://github.com/XargonWan/RetroDECK/blob/main/net.retrodeck.retrodeck.yml
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
|
## Emulation & Games
|
||||||
|
|
||||||
### Why are games call ROMs?
|
### Why are games call ROMs?
|
||||||
ROM stands for "Read Only Memory" and was a common method to store games.
|
ROM stands for "Read Only Memory" and was a common method to store games.
|
||||||
The games where later dumped from their ROM chips into digitalized files that can be played with an emulator.
|
The games where later dumped from their ROM chips into digitalized files that can be played with an emulator.
|
||||||
|
@ -384,9 +373,9 @@ Read more on [wikipedia](https://en.wikipedia.org/wiki/Read-only_memory)
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
## Emulationstation-DE: Themes
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
## Emulationstation-DE: Themes
|
||||||
|
|
||||||
### How can I add more themes?
|
### How can I add more themes?
|
||||||
ES-DE comes with a built in Theme Downloader `UI Settings Theme Downloader`. But you can also add themes manually in the: `~/retrodeck/themes` folder.
|
ES-DE comes with a built in Theme Downloader `UI Settings Theme Downloader`. But you can also add themes manually in the: `~/retrodeck/themes` folder.
|
||||||
|
@ -418,9 +407,9 @@ Read more on [wikipedia](https://en.wikipedia.org/wiki/Read-only_memory)
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
## Emulationstation-DE: Scraping
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
## Emulationstation-DE: Scraping
|
||||||
|
|
||||||
### Can I manually add custom game images/videos/media for games that I can not scrape?
|
### Can I manually add custom game images/videos/media for games that I can not scrape?
|
||||||
Yes, check the file structure over at Emulationstation DE's user guide on gitlab.
|
Yes, check the file structure over at Emulationstation DE's user guide on gitlab.
|
||||||
|
|
|
@ -39,15 +39,13 @@ nav:
|
||||||
- What is RetroDECK?: wiki_general/what-is-retrodeck.md
|
- What is RetroDECK?: wiki_general/what-is-retrodeck.md
|
||||||
- What is included in RetroDECK?: wiki_general/what-is-included.md
|
- What is included in RetroDECK?: wiki_general/what-is-included.md
|
||||||
- Supported Devices: wiki_general/supported-devices.md
|
- Supported Devices: wiki_general/supported-devices.md
|
||||||
- RetroDECK Configurator: wiki_general/configurator.md
|
- The RetroDECK Beta: wiki_general/beta-period.md'
|
||||||
- The RetroDECK Beta: wiki_general/beta-period.md
|
|
||||||
|
- RetroDECK Configurator 🛠️: wiki_general/configurator.md
|
||||||
|
|
||||||
- FAQ ❔: wiki_howto_faq/faq.md
|
- FAQ ❔: wiki_howto_faq/faq.md
|
||||||
|
|
||||||
## Things Xargon broke
|
|
||||||
- Bugs & Issues 🐜:
|
|
||||||
- Reporting: wiki_bugs/report-bugs.md
|
|
||||||
- Known Issues: wiki_bugs/known-issues.md
|
|
||||||
|
|
||||||
- How-to's 💬:
|
- How-to's 💬:
|
||||||
- How-to - Start using RetroDECK: wiki_howto_faq/retrodeck-start.md
|
- How-to - Start using RetroDECK: wiki_howto_faq/retrodeck-start.md
|
||||||
|
@ -96,6 +94,16 @@ nav:
|
||||||
- Steam Deck - Controls: wiki_controllers/controls-steamdeck.md
|
- Steam Deck - Controls: wiki_controllers/controls-steamdeck.md
|
||||||
- Playstation - Controllers (WIP): wiki_controllers/controllers-playstation.md
|
- Playstation - Controllers (WIP): wiki_controllers/controllers-playstation.md
|
||||||
|
|
||||||
|
- Community & Helping Out ❤️:
|
||||||
|
- Discord: wiki_community/discord.md
|
||||||
|
- Lemmy/Reddit: wiki_community/lemmy-reddit.md
|
||||||
|
- How to Contribute to RetroDECK?: wiki_community/contibute-rd.md
|
||||||
|
- How to help out with testing?: wiki_community/testing-rd.md
|
||||||
|
|
||||||
|
- Bugs & Issues 🐜:
|
||||||
|
- Reporting: wiki_bugs/report-bugs.md
|
||||||
|
- Known Issues: wiki_bugs/known-issues.md
|
||||||
|
|
||||||
- Development 🖥️:
|
- Development 🖥️:
|
||||||
- Current Version: wiki_rd_versions/version_0.7b/0.7.4b.md
|
- Current Version: wiki_rd_versions/version_0.7b/0.7.4b.md
|
||||||
- Version History (Patchnotes): wiki_rd_versions/version-history.md
|
- Version History (Patchnotes): wiki_rd_versions/version-history.md
|
||||||
|
@ -103,11 +111,7 @@ nav:
|
||||||
- CLI Guide: wiki_development/cli-guide.md
|
- CLI Guide: wiki_development/cli-guide.md
|
||||||
- Development Notes: wiki_development/general-development.md
|
- Development Notes: wiki_development/general-development.md
|
||||||
|
|
||||||
- Community & Helping Out ❤️:
|
|
||||||
- Discord: wiki_community/discord.md
|
|
||||||
- Lemmy/Reddit: wiki_community/lemmy-reddit.md
|
|
||||||
- How to Contribute to RetroDECK?: wiki_community/contibute-rd.md
|
|
||||||
- How to help out with testing?: wiki_community/testing-rd.md
|
|
||||||
|
|
||||||
- About RetroDECK 📖:
|
- About RetroDECK 📖:
|
||||||
- The Team & Credits: wiki_about/team-credits.md
|
- The Team & Credits: wiki_about/team-credits.md
|
||||||
|
|
Loading…
Reference in a new issue