There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Moshpirit OP , (edited )
@Moshpirit@lemmy.world avatar

I think I figured it out, I created a .xprofile file and moved all the env stuff there:


<span style="color:#323232;">➤ cat .xprofile
</span><span style="color:#62a35c;">source </span><span style="color:#323232;">~/.config/i3/scripts/qt6ct.sh
</span><span style="font-weight:bold;color:#a71d5d;">export </span><span style="color:#323232;">QT_SCREEN_SCALE_FACTORS</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">1.45 </span><span style="font-style:italic;color:#969896;"># 1.5
</span><span style="font-weight:bold;color:#a71d5d;">export </span><span style="color:#323232;">QT_AUTO_SCREEN_SCALE_FACTOR</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">0 </span><span style="font-style:italic;color:#969896;"># 0
</span>

Now dolphin uses breeze themes, thunar uses its gtk version and also found out about how to fix the zoom issue (it was supposed to be another different battle but seems like they have more in common than what I thought!)

Thank you so much for helping me all the way here!! :)

Correction: I didn’t entirely fix it!

There’s a couple of stuff to be fixed: screenshot

  • calendar widget looks huge
  • dolphin space/zoom status are not blue, but black.
  • probably other stuff to be discovered

Which means that in Plasma QT_QPA_PLATFORMTHEME is still read as qt5ct :(

Correction 2: I FIXED IT!!

remove everything from .xprofile except sourcing the script:


<span style="color:#323232;">#!/bin/bash
</span><span style="color:#323232;">CURRENT_DESKTOP=$(echo "$XDG_CURRENT_DESKTOP")
</span><span style="color:#323232;">
</span><span style="color:#323232;">if [[ "$CURRENT_DESKTOP" = "i3" ]]; then
</span><span style="color:#323232;">    export QT_QPA_PLATFORMTHEME="qt5ct"
</span><span style="color:#323232;">    export QT_SCREEN_SCALE_FACTORS=1.5 # 1.5
</span><span style="color:#323232;">    export QT_AUTO_SCREEN_SCALE_FACTOR=0
</span><span style="color:#323232;">elif [[ "$CURRENT_DESKTOP" = "KDE" ]]; then
</span><span style="color:#323232;">    unset QT_QPA_PLATFORMTHEME
</span><span style="color:#323232;">    export QT_AUTO_SCREEN_SCALE_FACTOR=1
</span><span style="color:#323232;">
</span><span style="color:#323232;">else
</span><span style="color:#323232;">    echo "Gestor de ventanas no es i3 ni kwin: $CURRENT_DESKTOP"
</span><span style="color:#323232;">fi
</span><span style="color:#323232;">
</span><span style="color:#323232;">echo $CURRENT_DESKTOP
</span><span style="color:#323232;">echo $QT_QPA_PLATFORMTHEME
</span><span style="color:#323232;">echo $QT_AUTO_SCREEN_SCALE_FACTOR 
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines