
- MYSQL WORKBENCH SQLEDITOR FONT INSTALL
- MYSQL WORKBENCH SQLEDITOR FONT MANUAL
- MYSQL WORKBENCH SQLEDITOR FONT CODE
I guess similar restrictions apply on Mac and Windows and are the cause for the problems. There is a config xml file, and a really poor interface for changing font. The problem that I am having is a big use-ability issue with mysql workbench The fonts are so tiny, I practically need a magnifying glass if I want to try and trying to inspect any schema. Another approach would be enforcing a integral scaling factor by $ GDK_BACKEND=2 name_of_your_executable or falling back to fractional scaling. Workbench Font Posted by: Arthur Griffith. The line which forces the X11 backend doesn't note why it is used. I'm using the OSX version, here's how you can reproduce the problem: 1.

MYSQL WORKBENCH SQLEDITOR FONT CODE
This was not an issue with the MySQL Query Browser. MySQL Workbench Community: MySQL Workbench SE: MySQL Workbench EE : Download Download Download Visual SQL Development: SQL Editor: Write, run and debug SQL statements: : : : SQL Code Completion: Context-sensitive list of SQL keywords and objects, for more efficient coding: : : : SQL Code Formatter: Automatically. I just downloaded mysql workbench RC and found out that the sql editor font size changed its default value, now i got Andale Mono 10, i wanted to change it for a larger size but i was unable to complete this simple task.
MYSQL WORKBENCH SQLEDITOR FONT MANUAL
MYSQL WORKBENCH SQLEDITOR FONT INSTALL
We need to keep using it because MySQL-Workbench has some weird requirements: 1 #!/bin/bashģ # Uncomment the following line if you're having trouble with gnome-keyring lockups.Ĥ # This will cause passwords to be stored only temporarily for the session.ħ # force disable the Mac style single menu hack in Ubuntu Unityġ0 # another Ubuntu bug, this this one causes modal dialogs to not work as intendedġ4 # force x11 backend on systems that use waylandġ7 # Set the destdir= when ever you install using DESTDIR=.Ģ0 wblibdir="$destdir/usr/lib/mysql-workbench"Ģ1 wbpluginsdir="$destdir/usr/lib/mysql-workbench/plugins"Ĭopy the script and comment out the line with export GDK_BACKEND=x11 and use it. The responsible desktop entry launches actually a script named mysql-workbench which itself launches the actual mysql-workbench-bin. It shall work but the UI doesn't scale on Wayland. MySQL-Workbench is using Gtk 3 which is supporting HighDPI-Displays and the modern Wayland-Protocol well. This is likely not a solution if you are using the EER-Diagram feature which is likely using some custom drawing routines.
