kuro icon indicating copy to clipboard operation
kuro copied to clipboard

[Bug 🐞]: binary not added to expected path

Open shmu26 opened this issue 11 months ago β€’ 1 comments

Bug Title 🐞binary not added to expected path

Describe the bug When installing as a snap by cli sudo snap install kuro-desktop --edge the app is not on the path of the user and cannot be launched by the expected methods

Reproduction Steps Run the recommended installation command in terminal, search for app in your distro's menu of installed apps

Expected Behavior I expect Kuro to install itself to /snap/bin so it will be on the path

Technical Info (please complete the following information)

  • OS: Kubuntu 22.04
  • Kuro Version: Snap 9.0.0

Additional context When installed from Discover (the default software center for Kubuntu) Kuro installs itself to /snap/bin as expected.

cc: @davidsmorais

shmu26 avatar Mar 24 '24 04:03 shmu26

Same here with ubuntu 24.04

❯ cd /snap/bin
❯ ll
insgesamt 0
lrwxrwxrwx 1 root root 13 Jul 17 18:30 code -> /usr/bin/snap
lrwxrwxrwx 1 root root 13 Jul 17 18:30 code.url-handler -> /usr/bin/snap
lrwxrwxrwx 1 root root 13 Jul 22 09:06 firefox -> /usr/bin/snap
lrwxrwxrwx 1 root root 13 Jul 22 09:06 firefox.geckodriver -> /usr/bin/snap
lrwxrwxrwx 1 root root 13 Apr 24 12:51 firmware-updater -> /usr/bin/snap
lrwxrwxrwx 1 root root 19 Jul 22 09:06 geckodriver -> firefox.geckodriver
lrwxrwxrwx 1 root root 13 Jul 18 08:57 snap-store -> /usr/bin/snap
lrwxrwxrwx 1 root root 13 Jul 18 08:57 snap-store.show-updates -> /usr/bin/snap

/usr/bin is also empty

MightyMirko avatar Jul 24 '24 11:07 MightyMirko