mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
mention share picker theming stuff
This commit is contained in:
parent
120f6c5592
commit
82f21f2231
1 changed files with 10 additions and 0 deletions
|
@ -109,6 +109,16 @@ sleep 2
|
|||
```
|
||||
adjust the paths if incorrect.
|
||||
|
||||
## Share picker doesn't use the system theme
|
||||
|
||||
Try one or both:
|
||||
```sh
|
||||
dbus-update-activation-environment --systemd --all
|
||||
systemctl --user import-environment QT_QPA_PLATFORMTHEME
|
||||
```
|
||||
|
||||
If it works, add it to your config in an `exec-once`.
|
||||
|
||||
## Debugging
|
||||
|
||||
If you get long app launch times, or screensharing does not work, consult the logs.
|
||||
|
|
Loading…
Reference in a new issue