Geckofx60.64.Linux
60.0.51
Requires NuGet 2.5 or higher.
dotnet add package Geckofx60.64.Linux --version 60.0.51
NuGet\Install-Package Geckofx60.64.Linux -Version 60.0.51
<PackageReference Include="Geckofx60.64.Linux" Version="60.0.51" />
paket add Geckofx60.64.Linux --version 60.0.51
#r "nuget: Geckofx60.64.Linux, 60.0.51"
// Install Geckofx60.64.Linux as a Cake Addin #addin nuget:?package=Geckofx60.64.Linux&version=60.0.51 // Install Geckofx60.64.Linux as a Cake Tool #tool nuget:?package=Geckofx60.64.Linux&version=60.0.51
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);
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Geckofx60.64.Linux:
Package | Downloads |
---|---|
SIL.Chorus.FLExBridge
Library that allows multiple FieldWorks users to collaborate remotely (i.e., not necessarily connected by a local network). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
60.0.51 | 10,761 | 10/20/2020 |
60.0.49 | 938 | 7/28/2020 |
60.0.48 | 718 | 7/7/2020 |
60.0.44 | 1,443 | 11/20/2019 |
60.0.43 | 753 | 11/13/2019 |
60.0.42 | 779 | 10/18/2019 |
60.0.41 | 741 | 10/18/2019 |
60.0.40 | 772 | 10/18/2019 |
60.0.39 | 836 | 9/13/2019 |
60.0.38 | 748 | 9/9/2019 |
60.0.36 | 864 | 7/19/2019 |
60.0.35 | 884 | 7/15/2019 |
60.0.34 | 825 | 7/15/2019 |
60.0.33 | 945 | 7/11/2019 |
60.0.32 | 863 | 6/27/2019 |
60.0.30 | 841 | 6/8/2019 |
60.0.29 | 822 | 5/27/2019 |
60.0.27 | 784 | 3/29/2019 |
60.0.26 | 1,067 | 1/14/2019 |
60.0.23 | 975 | 12/3/2018 |
60.0.17 | 921 | 11/9/2018 |
60.0.16 | 996 | 11/6/2018 |
60.0.15 | 954 | 11/5/2018 |