You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/known-issues.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ This document lists known bugs and issues with Tidal Hi-Fi along with workaround
9
9
-[Known Issues](#known-issues)
10
10
-[Table of Contents](#table-of-contents)
11
11
-[White screen on login/launch](#white-screen-on-loginlaunch)
12
+
-[Advanced setting](#advanced-setting)
12
13
-[Subscribe button showing and/or account details not working](#subscribe-button-showing-andor-account-details-not-working)
13
14
-[DRM not working on Windows (error S6007)](#drm-not-working-on-windows-error-s6007)
14
15
-[Discord RPC not working with Flatpak and native Discord](#discord-rpc-not-working-with-flatpak-and-native-discord)
@@ -18,9 +19,9 @@ This document lists known bugs and issues with Tidal Hi-Fi along with workaround
18
19
19
20
## White screen on login/launch
20
21
21
-
Some users may experience a white screen when launching Tidal Hi-Fi or during the login process. This is typically caused by security restrictions in the underlying Chromium engine.
22
+
Some users may experience a white screen when launching Tidal Hi-Fi or during the login process. This is typically caused by security restrictions in the underlying Chromium engine. You can disable it permanently in the settings or following the steps below:
22
23
23
-
**Fix**: Run Tidal Hi-Fi from the command line with the `--no-sandbox` flag:
24
+
**Fix**: Run Tidal Hi-Fi from the command line with the `--no-sandbox`or `--disable-seccomp-filter-sandbox`flag:
24
25
25
26
```bash
26
27
tidal-hifi --no-sandbox
@@ -32,6 +33,13 @@ For different installation methods:
32
33
-**Flatpak**: `flatpak run com.mastermindzh.tidal-hifi --no-sandbox`
33
34
-**From source**: `npm start -- --no-sandbox`
34
35
36
+
### Advanced setting
37
+
38
+
Under "Advanced" in the settings menu you'll find a section to toggle flags, there you can also toggle the sandbox flag.
39
+
The default value of this flag is "true", which means the sandbox is disabled.
40
+
41
+

42
+
35
43
## Subscribe button showing and/or account details not working
36
44
37
45
If you see a "Subscribe" button or notice that account-related features aren't working properly, this is likely due to the built-in ad blocker being too aggressive.
0 commit comments