nutty icon indicating copy to clipboard operation
nutty copied to clipboard

ISSUE With Compling Nutty for Mint 21

Open LesColleen opened this issue 2 years ago • 4 comments

In an attempt to build Nutty from source on GitHub

I confirmed that all the binaries per the "Nutty Home" page were all installed: net-tools, nethogs, nmap, traceroute, vnstat, curl, wireless-tools, iproute2, pciutils

Likewise, I confirmed that all the build dependencies were also installed: libgranite-dev, libnotify-dev, libxml2-dev, libgee-0.8-dev, libgtk-3-dev, libsqlite3-dev, meson, valac,

I then executed the following commands (in my home dir) to build nutty

git clone https://github.com/babluboy/nutty.git cd nutty meson build --prefix=/usr cd build ninja

The issue is with running "ninja"

Compilation succeeded - but with 14 warning(s)

The 14 warnings refer to - `Granite.Services.Paths' has been deprecated since 5.5.0. Use GLib.Environment

Is there an upgraded script to compile nutty with?

Running: $ com.github.babluboy.nutty

Results in a fatal error: [FATAL 15:07:20.602151] [Gtk] gtk_widget_hide: assertion 'GTK_IS_WIDGET (widget)' failed

LesColleen avatar Jan 30 '23 22:01 LesColleen