Sign in Sign up
nuget

Geckofx60.64.Linux

library that allows embeding gecko in C# applications. Depends on Gtk3 ubuntu packages: libgtk-3-0, libgtk3.0-cil Example Usage: // set env var LD_LIBRARY_PATH to $(ProjectDir)/Firefox-Linux32 // set env var LD_PRELOAD to $(ProjectDir)/Firefox-Linux32/libgeckofix.so // add using Gecko [STAThread] static void Main(string[] args) { Xpcom.Initialize("Firefox"); var geckoWebBrowser = new GeckoWebBrowser {Dock = DockStyle.Fill}; Form f = new Form(); f.Controls.Add(geckoWebBrowser); geckoWebBrowser.Navigate("www.google.com"); Application.Run(f); }

nuget View on Nuget

Activity

Latest release
5y ago
Total releases
23
Cadence
~16 days
Last 12 months
0

Details

First release
Nov 05, 2018
Releases
Version Released
60.0.51 patch
60.0.49 patch
60.0.48 patch
60.0.44 patch
60.0.43 patch
60.0.42 patch
60.0.41 patch
60.0.40 patch
60.0.39 patch
60.0.38 patch
60.0.36 patch
60.0.35 patch
60.0.34 patch
60.0.33 patch
60.0.32 patch
60.0.30 patch
60.0.29 patch
60.0.27 patch
60.0.26 patch
60.0.23 patch
60.0.17 patch
60.0.16 patch
60.0.15 initial