Skip to content

Commit

Permalink
fix gtkwave osscadsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Oct 4, 2024
1 parent 7574bad commit e85c553
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,13 @@ public void OnInitialized(IContainerProvider containerProvider)
Path.Combine(x, "share", $"verilator"));
environmentService.SetEnvironmentVariable("GHDL_PREFIX",
Path.Combine(x, "lib", $"ghdl"));
environmentService.SetEnvironmentVariable("GTK_EXE_PREFIX", x);
environmentService.SetEnvironmentVariable("GTK_DATA_PREFIX", x);
environmentService.SetEnvironmentVariable("GDK_PIXBUF_MODULEDIR", Path.Combine(x, "lib", "gdk-pixbuf-2.0", "2.10.0", "loaders"));
environmentService.SetEnvironmentVariable("GDK_PIXBUF_MODULE_FILE", Path.Combine(x, "lib", "gdk-pixbuf-2.0", "2.10.0", "loaders.cache"));

_ = containerProvider.Resolve<IChildProcessService>().ExecuteShellAsync($"gdk-pixbuf-query-loaders{PlatformHelper.ExecutableExtension}",
["--update-cache"], x, "Updating gdk-pixbuf cache");
});

containerProvider.Resolve<IProjectExplorerService>().RegisterConstructContextMenu((x, l) =>
Expand Down

0 comments on commit e85c553

Please sign in to comment.