rosenrot-browser

A hackable browser based on Webkitgtk
Log | Files | Refs | README

commit 6ae081100029f564d0ce5ef40d5f86a8243153f2
parent 3734dcd2d17de1b05841d2d624a60321efbe72c1
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Wed,  3 May 2023 22:22:38 -0400

readme clarification

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -77,4 +77,4 @@ Done: ### Known bugs - [ ] Doesn't work with when Spanish is selected as the language, for some reason. -- [ ] At some point, I tried to install libsoup-3 and borked some unknown installation option. So now I need to run rose with `GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/ /bin/rose` (or put `export GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/` in my .bashrc). This won't affect new users though, just double checked on a fresh machine. +- [ ] At some point, I tried to install libsoup-3 and borked some unknown installation option/paths. So now I need to run rose with `GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/ /bin/rose` (or put `export GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/` in my .bashrc). This won't affect new users though, just double checked on a fresh machine.