Understand how to bind ExecutablePath and data from AppInfo #27
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
os:linux
See the code near this line:
ProcessDoctor/ProcessDoctor.Backend.Linux/LinuxProcess.cs
Line 35 in 0eeea96
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 correspondingExecutable
field.Maybe we could improve this? How is it supposed to really work? Can a single executable have several
AppInfo
entries?The text was updated successfully, but these errors were encountered: