ForNeVeR / ForNeVeR/ProcessDoctor
Understand how to bind ExecutablePath and data from AppInfo
Open
enhancement
good first issue
help wanted
os:linux
- Dominant language
- C#
- Stars
- 22
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
See the code near this line: https://github.com/ForNeVeR/ProcessDoctor/blob/0eeea967ab98402e5e1b2c0844aa0edc3c30cbb6/ProcessDoctor.Backend.Linux/LinuxProcess.cs#L35
So, we know the executable of some app and want to get the corresponding `AppInfo` from GLib.
Currently, to do that, we enumerate all the available `AppInfo` objects and just pick the first one with the corresponding `Executable` field.
Maybe we could improve this? How is it supposed to really work? Can a single executable have several `AppInfo` entries?
Contributor guide
Assessment
This issue has not been assessed yet.