xfrun4 + dbus

Benedikt Meurer benedikt.meurer at unix-ag.uni-siegen.de
Thu Feb 2 19:51:59 CET 2006


Jani Monoses wrote:
>>Oh, and please use OpenDialogOnDisplay() for xfrun4, else the dialog
>>will always popup on the primary screen of the file manager, which is
>>pretty annoying for people with multi-screen setups.
> 
> 
> So actually screen not display right? As in GdkDisplay vs GdkScreen.
> Is it a string or an int of the current screen index on the current X 
> display?

A fully qualified display name: [<hostname>]:<display-num>.<screen-num>

For example;

GdkScreen *screen = gdk_screen_get_default ();
gchar *display = gdk_screen_make_display_name (screen);


> Jani

Benedikt



More information about the Xfce4-dev mailing list