Spotify in uWolf
-
@AmauryDBZ Hi, developer of uWolf here, on a side note the UI is not modified (in the screenshot) for mobile so this has to be either v0.2.3 which doesn't make any sense or its not loading.
if you could provide me the startup log of the app I would be grateful.for the spotify problem, disable the extensions first uBlock-Origin and Decentraleyes( which is a tracker blocker).
not to mention LibreWolf by default stops cookies which breaks some sites so you can try to change the security settings and add spotify to the exception rules. -
@ChromiumOS-Guy Hi !
Sure, startup and first query in the logs.[06/08/2025 07:10] /opt/click.ubuntu.com/uwolf.chromiumos-guy/0.9.27/bin/browser/defaults/preferences/custom-prefs.js:99: prefs parse error: unexpected character [06/08/2025 07:10] Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: libpci missing (t=2.1581) [GFX1-]: glxtest: libpci missing [06/08/2025 07:10] [11721] Sandbox: Couldn't open video device /dev/video [06/08/2025 07:10] [11721] Sandbox: Couldn't open video device /dev/video1 [06/08/2025 07:10] [11721] Sandbox: Couldn't open video device /dev/video0
-
@AmauryDBZ can you log the full startup by running librewolf.sh and piping the output to a log file?
something like this:cd /opt/click.ubuntu.com/uwolf.chromiumos-guy/current ./librewolf.sh >> ~/uwolf.log
if you run that it should put a log file on the home directory.
what you provided does not provide the context for why the userchrome does not load.
i will check out the syntax error in the javascript file though.
EDIT:
no idea whats wrong with the javascript, no syntax errors are found for me.
its an actual setting and i set it, no idea why it thinks it doesn't exists. -
@ChromiumOS-Guy uwolf.log
not sure it worked properly, there are only 3 lines...
EDIT : this one seems a bit better uwolf.log -
@AmauryDBZ theres a new update, just in case try to upgrade to it if you haven't already.
if that doesn't work please try going here: about:support and clear startup cache.
-
@ChromiumOS-Guy sorry, where is about>support>clear startup cache ?
-
@AmauryDBZ url about:support , there should be a big button named clear startup cache.
-
@ChromiumOS-Guy ok, done. Didnt changed anything. uwolf.log
-
@AmauryDBZ as in still not showing chrome?
try running:
gsettings get com.lomiri.Shell usage-mode
I'm thinking you're device has an edge case which makes theis_usage_mode_staged()
make a false negative, this command is what's responsible for toggling the custom UI (after all you don't need it with a screen/keyboard connected).
essentially this is the code for deciding if its using stages or window mode:if usage_mode == r"'Staged'" or usage_mode == None: # check if staged, fallback if nothing was outputed to most likely. return True return False # if check fails then its not Staged
point is I'm suspecting the output is not 'Staged' in text (including the ' ')
-
@ChromiumOS-Guy output is 'Staged'.
-
I don't have any clue where to search but if it can help I paste you below the logs from console (when I execute the piece of code mentionned above) because it is different from what is written into uwofl.log output file.
/opt/click.ubuntu.com/uwolf.chromiumos-guy/0.10.30/bin/browser/defaults/preferences/custom-prefs.js:99: prefs parse error: unexpected character [Parent 7025, Main Thread] WARNING: libmaliit-glib.so.0: cannot open shared object file: No such file or directory: 'glib warning', file /root/.local/share/bsys6/work/librewolf-141.0-1/toolkit/xre/nsSigHandlers.cpp:201 (librewolf:7025): Gtk-WARNING **: 11:50:55.615: libmaliit-glib.so.0: cannot open shared object file: No such file or directory [Parent 7025, Main Thread] WARNING: Loading IM context type 'Maliit' failed: 'glib warning', file /root/.local/share/bsys6/work/librewolf-141.0-1/toolkit/xre/nsSigHandlers.cpp:201 (librewolf:7025): Gtk-WARNING **: 11:50:55.615: Loading IM context type 'Maliit' failed [Parent 7025, Main Thread] WARNING: libmaliit-glib.so.0: cannot open shared object file: No such file or directory: 'glib warning', file /root/.local/share/bsys6/work/librewolf-141.0-1/toolkit/xre/nsSigHandlers.cpp:201 (librewolf:7025): Gtk-WARNING **: 11:50:55.733: libmaliit-glib.so.0: cannot open shared object file: No such file or directory [Parent 7025, Main Thread] WARNING: Loading IM context type 'Maliit' failed: 'glib warning', file /root/.local/share/bsys6/work/librewolf-141.0-1/toolkit/xre/nsSigHandlers.cpp:201 (librewolf:7025): Gtk-WARNING **: 11:50:55.733: Loading IM context type 'Maliit' failed [Parent 7025, Main Thread] WARNING: libmaliit-glib.so.0: cannot open shared object file: No such file or directory: 'glib warning', file /root/.local/share/bsys6/work/librewolf-141.0-1/toolkit/xre/nsSigHandlers.cpp:201 (librewolf:7025): Gtk-WARNING **: 11:50:56.124: libmaliit-glib.so.0: cannot open shared object file: No such file or directory [Parent 7025, Main Thread] WARNING: Loading IM context type 'Maliit' failed: 'glib warning', file /root/.local/share/bsys6/work/librewolf-141.0-1/toolkit/xre/nsSigHandlers.cpp:201 (librewolf:7025): Gtk-WARNING **: 11:50:56.124: Loading IM context type 'Maliit' failed [Parent 7025, Main Thread] WARNING: libmaliit-glib.so.0: cannot open shared object file: No such file or directory: 'glib warning', file /root/.local/share/bsys6/work/librewolf-141.0-1/toolkit/xre/nsSigHandlers.cpp:201 (librewolf:7025): Gtk-WARNING **: 11:50:56.124: libmaliit-glib.so.0: cannot open shared object file: No such file or directory [Parent 7025, Main Thread] WARNING: Loading IM context type 'Maliit' failed: 'glib warning', file /root/.local/share/bsys6/work/librewolf-141.0-1/toolkit/xre/nsSigHandlers.cpp:201 (librewolf:7025): Gtk-WARNING **: 11:50:56.124: Loading IM context type 'Maliit' failed [7025] Sandbox: Couldn't open video device /dev/video [7025] Sandbox: Couldn't open video device /dev/video1 [7025] Sandbox: Couldn't open video device /dev/video0 [1]+ Stopped ./librewolf.sh >> ~/uwolf.log