#[SOLVED] dolphin not showing icons
17 messages · Page 1 of 1 (latest)
put export before it
On the same line
export QT_QPA_PLATFORMTHEME=qt6ct
startx```
Wait why is startx in your .xprofile
How are you starting your X session
I'm very confused, sorry. Give me a bit.
What's your desktop environment or WM
So you're on Wayland
.xprofile doesn't apply because it's for xorg
Also remove the startx in your xprofile. It doesn't need to be there and will only cause issues.
allows you to execute commands at the beginning of the X user session
https://wiki.archlinux.org/title/xprofile
Set the environment variable this way: https://wiki.hyprland.org/Configuring/Environment-variables/
You can use the env keyword to set environment variables prior to the initialization of the Display Server, e.g.:
env = GTK_THEME,Nord Hyprland puts the raw string to the envvar with the env keyword. You should not add quotes around the values.
e.g.:
env = QT_QPA_PLATFORM,wayland and NOT
env = QT_QPA_PLATFORM,"wayland" Please avoid putting those...
env = QT_QPA_PLATFORMTHEME,qt6ct
... solved
#9742 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.
- You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
- You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".
Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you
If your issue is solved