mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-08 06:25:58 +01:00
Specified bad XDG env could break desktop portal (#790)
* Added bad xdg env senario in #Debugging * Specified bad XDG env could break desktop portals
This commit is contained in:
parent
b1bbafd3c4
commit
efe3384ab6
2 changed files with 7 additions and 0 deletions
|
@ -69,6 +69,9 @@ XDG specific environment variables are often detected through portals and
|
|||
applications that may set those for you, however it is not a bad idea to set
|
||||
them explicitly.
|
||||
|
||||
If your [desktop portal](https://wiki.archlinux.org/title/XDG_Desktop_Portal) is malfunctioning for seemingly
|
||||
no reason (no errors), it's likely your XDG env isn't set correctly.
|
||||
|
||||
## Qt Variables
|
||||
|
||||
- `env = QT_AUTO_SCREEN_SCALE_FACTOR,1` -
|
||||
|
|
|
@ -173,6 +173,10 @@ logs.
|
|||
If you see a crash, it's likely you are missing either `qt6-wayland` or
|
||||
`qt5-wayland`.
|
||||
|
||||
If the portal does not autostart, does not function when manually started,
|
||||
and does not produce any error logs, it's very likely your [XDG env variables](../../Configuring/Environment-variables.md/#xdg-specifications)
|
||||
are messed up
|
||||
|
||||
## Configuration
|
||||
|
||||
Example:
|
||||
|
|
Loading…
Reference in a new issue