redguardtoo / emacs.d

Fast and robust Emacs setup.
http://blog.binchen.org
GNU General Public License v3.0
2.41k stars 616 forks source link

color-themes bug with gtk3.20? #430

Closed smallst closed 8 years ago

smallst commented 8 years ago

after i update my gtk+ to 3.20 version, i find a lot of applications base on gtk crash it's theme. such as emacs menu in gui. it has no padding any more. it is caused by css properties changed in gtk+ 3.20. then i update my gtk-theme. then i find emacs color-themes crash 囧 emacsbug1 emacsbug2

and the emacs' look change like this: emacsbug

i want to know is there anyone find the same bug as me? should i report this bug to http://www.nongnu.org/color-theme/ ?

redguardtoo commented 8 years ago

see https://wiki.archlinux.org/index.php/emacs 如果别人报过了就不用报了。

smallst commented 8 years ago

did you mean #Colored output issues in archwiki? that(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on) doesn't work.

redguardtoo commented 8 years ago

gtk3 setup

smallst commented 8 years ago

可是我在整个页面里都没有找到gtk3 setup这一项内容…… 事实上连setup这个词都找不到…… untitled

redguardtoo commented 8 years ago

"KDE users may observe that the Emacs window does not resize properly, but rather, the resized portion is transparent and mouse clicks are sent to the underlying window. To correct this behavior, change KDE's GTK3 theme to something other than oxygen-gtk. For instance, use the Emacs theme which is included with gtk3. "

or just disable the Emacs color-theme, comment out lines containing init-color-theme in init.el

smallst commented 8 years ago

thank you!

in fact i hadn't find any gtk3.20 theme with emacs.css ... so i decide to use cli mode. That works fine :)

redguardtoo commented 8 years ago

http://linux.softpedia.com/blog/gtk-plus-3-20-2-gui-toolkit-released-to-fix-strange-blue-background-in-emacs-windows-502443.shtml

smallst commented 8 years ago

Thank you very much!