Window Manager Hints

From Synfig Studio :: Documentation
Revision as of 21:40, 4 April 2007 by Dooglus (Talk | contribs) (document the preferences which can be used to set the window manager hints)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Languages Language: 

English • français


Some window managers don't work well with synfig studio by default.

Synfig studio creates dialog windows with the 'utility' window manager hint, which is supposed to omit them from the taskbar, but make them automatically pop to the front when the main synfig studio window is selected, but with XFCE4 for example this doesn't happen.

It is possible to specify which window manager hint to use for dialog windows by editing the ~/Synfig/settings file (while synfigstudio isn't running).

These seem to work well:

 pref.canvas_view_hints=1
 pref.dock_dialog_hints=1
 pref.toolbox_hints=1

The possible values are:

 WINDOW_TYPE_HINT_NORMAL               0
 WINDOW_TYPE_HINT_DIALOG               1
 WINDOW_TYPE_HINT_MENU                 2
 WINDOW_TYPE_HINT_TOOLBAR              3
 WINDOW_TYPE_HINT_SPLASHSCREEN         4
 WINDOW_TYPE_HINT_UTILITY              5
 WINDOW_TYPE_HINT_DOCK                 6
 WINDOW_TYPE_HINT_DESKTOP              7


Languages Language: 

English • français