Skip to content

Instantly share code, notes, and snippets.

@nicolasegp
Last active January 29, 2019 12:53
Show Gist options
  • Save nicolasegp/eb565bd31cfdf45fd935d0e5b6562d5d to your computer and use it in GitHub Desktop.
Save nicolasegp/eb565bd31cfdf45fd935d0e5b6562d5d to your computer and use it in GitHub Desktop.
Editar temas de aplicaciones QT en Deepin (Comentarios en https://youtu.be/r3jjOtXJ6FM)

Editar archivo .profile

  1. En la terminal: (Cambiar "nicolas" por tu usuario)
nano /home/nicolas/.profile
  1. Agregar
export QT_STYLE_OVERRIDE=gtk
export QT_QPA_PLATFORMTHEME=gtk2

nano


Resultado

resultado

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment