mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-05-05 16:02:48 +00:00
Added json for Petrophobia (#1373)
* fixes dolphin control issues * Revert "fixes dolphin control issues" This reverts commit 32945b947a0306418d563386cd6c0e17030cf6c4. * dolphin for real * versions * forced citra * Fix Cemu - No DSU * GreemDev * path fix * Update emuDeckXenia.sh * Update install.sh (#1369) * fixes dolphin control issues * Revert "fixes dolphin control issues" This reverts commit 32945b947a0306418d563386cd6c0e17030cf6c4. * dolphin for real * versions * forced citra * Fix Cemu - No DSU * GreemDev * path fix * Update install.sh On Ubuntu 24.04.1 LTS is getting this error: installing EmuDeck [36436:1215/124135.236209:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_EmuDecSYLXPs/chrome-sandbox is owned by root and has mode 4755. bash, linha 111: 36436 Trace/breakpoint trap (imagem do núcleo gravada) ~/Applications/EmuDeck.AppImage $sandbox Something went wrong! Error at 111 NULL: ~/Applications/EmuDeck.AppImage $sandbox I just add an verification for set sandbox to "--no-sandbox" and it works! * Update install.sh Update --------- Co-authored-by: Dragoon Dorise <rodrigosedano@me.com> # Conflicts: # install.sh * fix prerequisites installation # Conflicts: # install-early.sh # install-unstable.sh * Added json for Petrophobia --------- Co-authored-by: Dragoon Dorise <rodrigosedano@me.com> Co-authored-by: Gabriel Cruz <48037228+gabrielpcruz@users.noreply.github.com>
This commit is contained in:
parent
e460f01ad0
commit
9b967cd3a8
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
linuxID=$(lsb_release -si)
|
linuxID=$(lsb_release -si)
|
||||||
sandbox=""
|
sandbox=""
|
||||||
|
|
||||||
if [ $linuxID = "Ubuntu" ]; then
|
if [ $linuxID = "Ubuntu" ]; then
|
||||||
sandbox="--no-sandbox"
|
sandbox="--no-sandbox"
|
||||||
fi
|
fi
|
||||||
@ -109,4 +108,5 @@ EMUDECK_URL="$(curl -s ${EMUDECK_GITHUB_URL} | grep -E 'browser_download_url.*Ap
|
|||||||
mkdir -p ~/Applications
|
mkdir -p ~/Applications
|
||||||
curl -L "${EMUDECK_URL}" -o ~/Applications/EmuDeck.AppImage 2>&1 | stdbuf -oL tr '\r' '\n' | sed -u 's/^ *\([0-9][0-9]*\).*\( [0-9].*$\)/\1\n#Download Speed\:\2/' | zenity --progress --title "Downloading EmuDeck" --width 600 --auto-close --no-cancel 2>/dev/null
|
curl -L "${EMUDECK_URL}" -o ~/Applications/EmuDeck.AppImage 2>&1 | stdbuf -oL tr '\r' '\n' | sed -u 's/^ *\([0-9][0-9]*\).*\( [0-9].*$\)/\1\n#Download Speed\:\2/' | zenity --progress --title "Downloading EmuDeck" --width 600 --auto-close --no-cancel 2>/dev/null
|
||||||
chmod +x ~/Applications/EmuDeck.AppImage
|
chmod +x ~/Applications/EmuDeck.AppImage
|
||||||
~/Applications/EmuDeck.AppImage $sandbox
|
~/Applications/EmuDeck.AppImage $sandbox
|
||||||
|
exit
|
18
store/gbc/Petrophobia.json
Normal file
18
store/gbc/Petrophobia.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"system": "gbc",
|
||||||
|
"status": "true",
|
||||||
|
"logo": "logo_gbc",
|
||||||
|
"title": "Petrophobia",
|
||||||
|
"url": "https://orbistertius.itch.io/petrophobia",
|
||||||
|
"file": "https://raw.githubusercontent.com/EmuDeck/emudeck-homebrew/main/gbc/petrophobia.zip",
|
||||||
|
"description": "A story-driven adventure game about colonialism and petroleum, loosely based on the short story 'The Mark of the Beast' by Rudyard Kipling, a passage from Thomas Pynchon's 'Against the Day', and the oil boom of the late 19th and early 20th centuries. TRIGGER WARNING: Themes of torture, racism, homophobia, and misogyny.",
|
||||||
|
"pictures": {
|
||||||
|
"screenshots": [
|
||||||
|
"https://raw.githubusercontent.com/EmuDeck/emudeck-homebrew/main/downloaded_media/gbc/screenshots/homebrew/Petrophobia.png?raw=true"
|
||||||
|
],
|
||||||
|
"titlescreens": [
|
||||||
|
"https://raw.githubusercontent.com/EmuDeck/emudeck-homebrew/main/downloaded_media/gbc/titlescreens/homebrew/Petrophobia.png?raw=true"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"tags": ["adventure"]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user