Skip to content
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

io.greenfire.Greenery v0.9.8 update, Wayland Error features=UseOzoneP… #1

Merged
merged 2 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 20 additions & 1 deletion io.greenfire.Greenery.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,26 @@
<category>Utility</category>
</categories>
<releases>
<release version="0.9.7" date="2024-02-25"/>
<release version="0.9.8" date="2024-04-01">
<url type="details">https://github.com/GreenfireInc/Releases.Greenery/releases/tag/v0.9.8</url>
<description >
<ul>
<li>Support for the Terra Classic(LUNC) blockchain added to the dashboard</li>
<li>Added ERC20 tokens AAVE, AMP, AXS, COMP, CRV, MANA, NMR, PEPE, SALT, SAND, SHIB, and UNI</li>
<li>Show password feature now present when linking an email in settings</li>
<li>Address QR codes can now be scanned into the dashboard send form address field</li>
</ul>
</description>
</release>
<release version="0.9.7" date="2024-02-25">
<url type="details">https://github.com/GreenfireInc/Releases.Greenery/releases/tag/v0.9.7</url>
<description >
<ul>
<li>Two-factor authentication setting added for web3 requests</li>
<li>Crypto can now be purchased using the Transak widget on the Quick Exchange page</li>
</ul>
</description>
</release>
</releases>
<update_contact>hello_at_greenfire.io</update_contact>
<content_rating type="oars-1.1"/>
Expand Down
19 changes: 14 additions & 5 deletions io.greenfire.Greenery.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=x11",
"--socket=wayland",
"--socket=fallback-x11",
"--socket=pulseaudio",
"--device=dri"
],
Expand All @@ -34,14 +35,22 @@
"type": "script",
"dest-filename": "greenery",
"commands": [
"export TMPDIR=\"$XDG_RUNTIME_DIR/app/$FLATPAK_ID\"",
"exec zypak-wrapper /app/main/greenery \"$@\""
"FLAGS=''",
"if [[ $XDG_SESSION_TYPE == \"wayland\" && -e \"$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY\" ]]",
"then",
" FLAGS=\"$FLAGS --enable-wayland-ime --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations\"",
" if [ -c /dev/nvidia0 ]",
" then",
" FLAGS=\"$FLAGS --disable-gpu-sandbox\"",
" fi",
"fi",
"env TMPDIR=\"$XDG_RUNTIME_DIR/app/${FLATPAK_ID:-io.greenfire.Greenery}\" zypak-wrapper /app/main/greenery $FLAGS \"$@\""
]
},
{
"type": "archive",
"url": "https://github.com/GreenfireInc/Releases.Greenery/releases/download/v0.9.7/Greenery-linux-x64-0.9.7.zip",
"sha256": "b230efd545589effebdade8f20162801b71733f2f267c1f9a2ad7e285bc042fd",
"url": "https://github.com/GreenfireInc/Releases.Greenery/releases/download/v0.9.8/Greenery-linux-x64-0.9.8.zip",
"sha256": "1e36d2d4697a99e384720fcea2f6116afef13fa3e199445638dd4a9080457236",
"dest": "main",
"dest-filename": "greenery.zip",
"x-checker-data": {
Expand Down