microsoft / microsoft/winget-pkgs

[Package Issue]: Yeastar.Linkus.Desktop.MSI

Open
#347,995 4 comments 0 reactions 0 assignees View on GitHub
Issue-Bug Needs-Triage
Dominant language
No language data
Stars
11.1k
Forks
9.7k
PR merge metrics
PR metrics pending

Description

### Please confirm these before moving forward

- [x] I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
- [x] I have not been informed if the issue is resolved in a preview version of the winget client.

### Category of the issue

Installation issue.

### Brief description of your issue

Current behavior:

- Update Linkus (with winget)

- The application no longer opens afterward (when the application is open during installation, the update does not complete correctly).

Expected behavior (resolved):

- Kill Linkus processes
Get-Process | Where-Object { $_.Name -like "*Linkus*" } | Stop-Process -Force -ErrorAction SilentlyContinue

- Update Linkus (with winget)

- The application opens without any issue.

Could you please add this step for Linkus?

Thank you.

### Steps to reproduce

- winget.exe install -e -h --accept-source-agreements --accept-package-agreements Yeastar.Linkus.Desktop.MSI --scope machine --source winget

- The application no longer opens afterward (when the application is open during installation, the update does not complete correctly).

### Actual behavior

Linkus updated but no longer opens

### Expected behavior

Linkus updated and open the application

### Environment

```raw
Windows: Windows.Desktop v10.0.26100.7840
Architecture du système : X64
Package : Microsoft.DesktopAppInstaller v1.28.190.0
```

### Screenshots and Logs

_No response_

Contributor guide

Open the contributing guide

Research direction

Locate the Yeastar.Linkus.Desktop.MSI package manifest and review how its installer and update behavior are represented. Reproduce the issue with the listed winget.exe command while Linkus is running, then verify that an update completes and the application opens successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
powershell
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.