Martchus / syncthingtray

Tray application and Dolphin/Plasma integration for Syncthing
https://martchus.github.io/syncthingtray/
Other
1.5k stars 42 forks source link

winget install does not seem to actually create syncthingtray alias #222

Closed martianrock closed 6 months ago

martianrock commented 6 months ago

Relevant components

Environment and versions

Bug description After installing via winget, you cannot start the app using syncthingtray command

Steps to reproduce

  1. winget install syncthingtray in a powershell window to install syncthingtray
  2. restart shell to pick up new env:PATH
  3. type synctingtray in powershell window
  4. alias is not found, syncthingtray is not launched

Expected behavior synctingtray command should be able to launch the app after install.

winget install prints this line: Command line alias added: "syncthingtray" which implies that syncthingtray command can be used to lauch the app

Additional context I was able to inspect $env:PATH variable to find newly added path to synctingtray install and was able to launch it using syncthingtray-1.4.11-x86_64-w64-mingw32.exe Content of the added path after install:

Mode                LastWriteTime         Length Name
----                -------------         ------ ----
-a---        12/11/2023   9:14 PM         962062 ﬓ  syncthingtray-1.4.11-x86_64-w64-mingw32-cli.exe
-a---        12/11/2023   9:25 PM         708465   syncthingtray-1.4.11-x86_64-w64-mingw32-LICENSES.md
-a---        12/11/2023   9:14 PM       59621406 ﬓ  syncthingtray-1.4.11-x86_64-w64-mingw32.exe
Martchus commented 6 months ago

The winget package is not developed within this repository. Please file an issue where it is developed. (The developer of the winget package is most likely not reading issues you're creating here so I'm closing this issue.)

If you create a ticket elsewhere, feel free to leave a reference here (so people ending up here can follow this).

martianrock commented 6 months ago

added https://github.com/microsoft/winget-pkgs/issues/132145