babluboy / nutty

A Network Utility
GNU General Public License v3.0
155 stars 25 forks source link

ISSUE With Compling Nutty for Mint 21 #92

Closed LesColleen closed 2 months ago

LesColleen commented 1 year ago

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 commented 1 year ago

Appreciate any help resolving this - THANK YOU

babluboy commented 1 year ago

@LesColleen looks like the app window is not getting created. Which OS are you using?

LesColleen commented 1 year ago

Linux Mint 21.1 Cinnamon

On Thu, Feb 2, 2023 at 9:51 AM Siddhartha Das @.***> wrote:

@LesColleen https://github.com/LesColleen looks like the app window is not getting created. Which OS are you using?

— Reply to this email directly, view it on GitHub https://github.com/babluboy/nutty/issues/92#issuecomment-1413865135, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPMZSH6YP5ZVLGPVKIMLQLWVPCW5ANCNFSM6AAAAAAULWCAUU . You are receiving this because you were mentioned.Message ID: @.***>

-- Les Colleen

babluboy commented 1 year ago

Someone has built it on mint 20, check put this thread:

https://forums.linuxmint.com/viewtopic.php?t=352227

root-reborn commented 2 months ago

Fixed this with PR #97 .If still there is issue in Linux Mint,feel free to open a new issue @LesColleen