Skip to content

Commit

Permalink
Added json for Petrophobia (#1373)
Browse files Browse the repository at this point in the history
* fixes dolphin control issues

* Revert "fixes dolphin control issues"

This reverts commit 32945b9.

* 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 32945b9.

* 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 <[email protected]>
# Conflicts:
#	install.sh

* fix prerequisites installation

# Conflicts:
#	install-early.sh
#	install-unstable.sh

* Added json for Petrophobia

---------

Co-authored-by: Dragoon Dorise <[email protected]>
Co-authored-by: Gabriel Cruz <[email protected]>
# Conflicts:
#	install.sh
  • Loading branch information
marianofalzone authored and dragoonDorise committed Dec 30, 2024
1 parent 207637c commit f1a3bbc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
7 changes: 3 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

linuxID=$(lsb_release -si)
sandbox=""

if [ $linuxID = "Ubuntu" ]; then
sandbox="--no-sandbox"
fi

clear
if [ "$linuxID" == "SteamOS" ]; then
echo "installing EmuDeck"
echo "Installing EmuDeck"
else
zenityAvailable=$(command -v zenity &> /dev/null && echo true)

Expand Down Expand Up @@ -110,4 +109,4 @@ 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
chmod +x ~/Applications/EmuDeck.AppImage
~/Applications/EmuDeck.AppImage $sandbox
exit
exit
18 changes: 18 additions & 0 deletions store/gbc/Petrophobia.json
Original file line number Diff line number Diff line change
@@ -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"]
}

0 comments on commit f1a3bbc

Please sign in to comment.