babluboy / nutty

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

Ubuntu 16. App Icon Missing #84

Open xSeekTruthx opened 3 years ago

xSeekTruthx commented 3 years ago

Installed using all PPA instructions with both repos added and updated. And...

The following NEW packages will be installed: nutty 0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded. Need to get 1,762 B of archives. After this operation, 8,192 B of additional disk space will be used. Get:1 http://ppa.launchpad.net/bablu-boy/nutty/ubuntu xenial/main amd64 nutty all 1.1.1-0~107~ubuntu16.04.1 [1,762 B] Fetched 1,762 B in 0s (4,647 B/s) Selecting previously unselected package nutty. (Reading database ... 355884 files and directories currently installed.) Preparing to unpack .../nutty_1.1.1-0~107~ubuntu16.04.1_all.deb ... Unpacking nutty (1.1.1-0~107~ubuntu16.04.1) ... Setting up nutty (1.1.1-0~107~ubuntu16.04.1) ...

babluboy commented 3 years ago

Hi, thanks for raising the issue. Can you try running the following in terminal: com.github.babluboy.nutty instead of just nutty

if that doesn’t help then maybe building from source might work:

https://babluboy.github.io/nutty/#install

Please install the required libraries listed and then issue the build commands

xSeekTruthx commented 3 years ago

Installed every app and dependency; then...


dad2@OptiPlex:~$ git clone https://github.com/babluboy/nutty.git
Cloning into 'nutty'...
remote: Enumerating objects: 1825, done.
remote: Counting objects: 100% (171/171), done.
remote: Compressing objects: 100% (124/124), done.
remote: Total 1825 (delta 114), reused 86 (delta 47), pack-reused 1654
Receiving objects: 100% (1825/1825), 6.78 MiB | 4.62 MiB/s, done.
Resolving deltas: 100% (1212/1212), done.
Checking connectivity... done.

dad2@OptiPlex:~$ cd nutty

dad2@OptiPlex:~/nutty$ ls
AUTHORS  data    Dockerfile  meson.build  README.md       src
COPYING  debian  meson       po           snapcraft.yaml

dad2@OptiPlex:~/nutty$ meson build --prefix=/usr
Error during basic setup:
[Errno 2] No such file or directory: '/home/dad2/nutty/build'

dad2@OptiPlex:~/nutty$