@Emmet gedit has the function to determines the filter on the user locale at runtime via gconf, if gedit.shemas is registered properly.
For example, if you install locales, English, Japanese, Bulgarian, when you login with Japanese, $ gconf --get /apps/gedit-2/preferences/encodings/auto_detected returns [UTF-8,CURRENT,ISO-2022-JP,SHIFT_JIS,EUC-JP]. when you login with Bulgarian, you get [UTF-8,WINDOWS-1251,CURRENT,ISO-8859-15,UTF-16]. Even if you login with Japanese, $ LANG=bg_BG.UTF-8 gconf --get /apps/gedit-2/preferences/encodings/auto_detected returns Bulgarian value. Thus gedit can determine the filter by each user's locale. With alternate CD this feature works perfectly. So I assume that this bug is not gedit one. -- gedit schemas is not registered during live session https://bugs.launchpad.net/bugs/531155 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in ubuntu. -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
