Geckofx60.32.Linux
60.0.49
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-Linux64
// set env var LD_PRELOAD to $(ProjectDir)/Firefox-Linux64/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);
}
Requires NuGet 2.5 or higher.
Install-Package Geckofx60.32.Linux -Version 60.0.49
dotnet add package Geckofx60.32.Linux --version 60.0.49
<PackageReference Include="Geckofx60.32.Linux" Version="60.0.49" />
paket add Geckofx60.32.Linux --version 60.0.49
#r "nuget: Geckofx60.32.Linux, 60.0.49"
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
60.0.49 | 219 | 7/28/2020 |
60.0.48 | 132 | 7/7/2020 |
60.0.44 | 248 | 11/20/2019 |
60.0.43 | 170 | 11/13/2019 |
60.0.42 | 202 | 10/18/2019 |
60.0.41 | 173 | 10/18/2019 |
60.0.40 | 194 | 10/18/2019 |
60.0.39 | 222 | 9/13/2019 |
60.0.38 | 182 | 9/9/2019 |
60.0.36 | 243 | 7/19/2019 |
60.0.35 | 221 | 7/15/2019 |
60.0.34 | 204 | 7/15/2019 |
60.0.33 | 203 | 7/11/2019 |
60.0.32 | 218 | 6/27/2019 |
60.0.30 | 266 | 6/8/2019 |
60.0.29 | 245 | 5/27/2019 |
60.0.27 | 271 | 3/29/2019 |
60.0.26 | 423 | 1/14/2019 |
60.0.23 | 357 | 12/3/2018 |
60.0.17 | 390 | 11/9/2018 |
60.0.16 | 467 | 11/6/2018 |
60.0.15 | 377 | 11/5/2018 |