Difference between revisions of "Broadway Gtk3 backend"

From Gramps
Jump to: navigation, search
(Created page with "=Ubuntu= In a terminal, run: broadwayd In another terminal, run: GDK_BACKEND=broadway UBUNTU_MENUPROXY= LIBOVERLAY_SCROLLBAR=0 gedit Finally, open you Web browser and go...")
 
m (Ubuntu)
Line 1: Line 1:
 +
Broadway GDK backend allows multiple GTK+ applications to display their windows in the same web browser, by connecting to a Broadway display server.
 +
 
=Ubuntu=
 
=Ubuntu=
  
Line 13: Line 15:
 
The "UBUNTU_MENUPROXY= LIBOVERLAY_SCROLLBAR=0" is only useful if you use the global-menu and/or overlay-scrollbars. You have to disable them for Broadway, otherwise the program will segfault.
 
The "UBUNTU_MENUPROXY= LIBOVERLAY_SCROLLBAR=0" is only useful if you use the global-menu and/or overlay-scrollbars. You have to disable them for Broadway, otherwise the program will segfault.
  
Please see the "broadwayd" manpage for more information.
+
Please see the "[https://developer.gnome.org/gtk3/stable/broadwayd.html broadwayd]" manpage for more information.
  
 
==Sources and links==
 
==Sources and links==

Revision as of 09:19, 22 November 2013

Broadway GDK backend allows multiple GTK+ applications to display their windows in the same web browser, by connecting to a Broadway display server.

Ubuntu

In a terminal, run:

broadwayd

In another terminal, run:

GDK_BACKEND=broadway UBUNTU_MENUPROXY= LIBOVERLAY_SCROLLBAR=0 gedit

Finally, open you Web browser and go to:

 http://localhost:8080/

The "UBUNTU_MENUPROXY= LIBOVERLAY_SCROLLBAR=0" is only useful if you use the global-menu and/or overlay-scrollbars. You have to disable them for Broadway, otherwise the program will segfault.

Please see the "broadwayd" manpage for more information.

Sources and links