AgregoreWeb / agregore-browser

A minimal browser for the distributed web (Desktop version)
https://www.youtube.com/watch?v=TnYKvOQB0ts&list=PL7sG5SCUNyeYx8wnfMOUpsh7rM_g0w_cu&index=14
GNU Affero General Public License v3.0
741 stars 66 forks source link

version bumps for the OZONE platform #122

Closed unmellow closed 2 years ago

unmellow commented 3 years ago

Launching electron using OZONE platform (chromes new renderer that supports Wayland) crashes the electron version that was used by default, I assume you want Wayland support

unmellow commented 3 years ago

Just posting the relevant command

#!/bin/bash

./node_modules/.bin/electron --enable-features=UseOzonePlatform --ozone-platform=wayland .
unmellow commented 2 years ago

I think someone mentioned it in the discord but putting it here to remind myself this version doesn't build for Marcos and it has something to do with ursaNative (Openssl rsa.h not found)

unmellow commented 2 years ago

and now ipfs doesn't work that's great

tested all the official app images from 33 onwards and non of them work for me about to test this on windows should mention 33 gave an error code about needing to update so irelevent

this was on manjaro

on windows it has similar behavior except that it's freezing to but that might just be because it's on a laptop and not a powerfull custom pc

RangerMauve commented 2 years ago

Gonna close this for now since we've gotten rid of the relevant flags in #176