LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   remove gtk style from applications? (https://www.linuxquestions.org/questions/linux-desktop-74/remove-gtk-style-from-applications-814840/)

michaelinux 06-17-2010 10:20 PM

remove gtk style from applications?
 
Hi, i remember once i could remove the gtk style from openoffice, 'cause you know it doesn't look good when you have dark themes, anyway i didn't save the code of how i did it that time, so if you could tell me how to do it again i would really appreciate it, also if there is a way to remove it from eclipse too, my eyes hurt trying to see the code with the theme that i have.

i'm using fluxbox by the way.

John VV 06-17-2010 10:47 PM

if you have KDE installed you can start OO from Gnome using qt and your kde theme
Code:

#!/bin/sh
OOO_FORCE_DESKTOP=kde4 soffice

save as kde.office.sh


All times are GMT -5. The time now is 03:40 AM.