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: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ makepkg -si
27
27
|`--hide-offline-banner`| Hide the "Application is offline" banner that appears when using a VPN or DNS blocker (see [upstream patch](https://github.com/aunetx/deezer-linux/blob/master/patches/08-hide-offline-banner.patch)) |
28
28
|`--disable-animations`| Disable animations (see [upstream patch](https://github.com/aunetx/deezer-linux/blob/master/patches/09-disable-animations.patch)) |
29
29
|`--disable-notifications`| Disable notifications (see [upstream patch](https://github.com/aunetx/deezer-linux/blob/master/patches/10-disable-notifications.patch)) |
30
+
|`--disable-hardware-acceleration`| Disable hardware acceleration (useful for systems with GPU issues) (see [upstream patch](https://github.com/aunetx/deezer-linux/blob/master/patches/13-disable-hardware-acceleration.patch)) |
30
31
|`--log-level`| Set the log level (`silly`,`debug`,`verbose`,`info`,`warn`,`error`) (see [upstream patch](https://github.com/aunetx/deezer-linux/blob/master/patches/06-control-log-level.patch)) |
31
32
|`--enable-wayland-ime`| Enable IME keyboard support on Wayland (use with `--ozone-platform-hint=auto --wayland-text-input-version=3`) |
32
33
@@ -40,6 +41,7 @@ makepkg -si
40
41
|`DZ_DISABLE_ANIMATIONS`|`yes`,`no`| Disable animations (see [upstream patch](https://github.com/aunetx/deezer-linux/blob/master/patches/09-disable-animations.patch)) |
41
42
|`DZ_DISABLE_NOTIFICATIONS`|`yes`,`no`| Disable notifications (see [upstream patch](https://github.com/aunetx/deezer-linux/blob/master/patches/10-disable-notifications.patch)) |
42
43
|`DZ_DEVTOOLS`|`yes`,`no`| Enable the developer console (ctrl+shift+i) |
44
+
|`DZ_DISABLE_HARDWARE_ACCELERATION`|`yes`,`no`| Disable hardware acceleration (see [upstream patch](https://github.com/aunetx/deezer-linux/blob/master/patches/13-disable-hardware-acceleration.patch)) |
43
45
|`DZ_TRAY_ICON`|`/path/to/icon`| Force a custom icon path for the systray (see [patch](./99-systray-icon.patch)) |
To debug node, you can extract the source files to a directory and inspect the node process by attaching using the chromium debugging tools. (https://www.electronjs.org/docs/tutorial/debugging-main-process)
0 commit comments