Skip to content

Commit

Permalink
mention share picker theming stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Oct 6, 2023
1 parent 120f6c5 commit 82f21f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pages/Useful Utilities/Hyprland-desktop-portal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 82f21f2

Please sign in to comment.