Difference between revisions of "Emacs"

From wikidb
Jump to: navigation, search
(New page: == Fixes == === assertion bug === [http://thehacklist.blogspot.com/2010/06/resolving-murrinestyledrawbox-assertion.html bug fix] Modify the entry in /usr/share/themes/Ambiance/gtk-2.0/g...)
 
 
Line 6: Line 6:
  
 
Modify the entry in /usr/share/themes/Ambiance/gtk-2.0/gtkrc from GtkRange::trough-under-steppers = 0 to GtkRange::trough-under-steppers = 1.
 
Modify the entry in /usr/share/themes/Ambiance/gtk-2.0/gtkrc from GtkRange::trough-under-steppers = 0 to GtkRange::trough-under-steppers = 1.
 +
 +
=== accessibility bus bug ===
 +
 +
[http://askubuntu.com/questions/433800/accessibility-bus-warning-when-opening-files-in-eclipse-from-command-line-ubunt bug fix]
 +
 +
Added the following to .bashrc
 +
  export NO_AT_BRIDGE=1

Latest revision as of 16:32, 4 July 2015

Fixes

assertion bug

bug fix

Modify the entry in /usr/share/themes/Ambiance/gtk-2.0/gtkrc from GtkRange::trough-under-steppers = 0 to GtkRange::trough-under-steppers = 1.

accessibility bus bug

bug fix

Added the following to .bashrc

 export NO_AT_BRIDGE=1