nutty icon indicating copy to clipboard operation
nutty copied to clipboard

Ubuntu 16. App Icon Missing

Open xSeekTruthx opened this issue 3 years ago • 2 comments

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) ...

  • Nothing appears upon doing an app search for nutty. Nor can I just type nutty in terminal. It's like it didn't finish somehow?
  • UPDATE 09/01/21: Was prompted to update nutty, did so, still no icon, still not accessible from cli.

xSeekTruthx avatar Sep 01 '21 23:09 xSeekTruthx

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

babluboy avatar Sep 02 '21 03:09 babluboy

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$

xSeekTruthx avatar Sep 02 '21 12:09 xSeekTruthx