mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
proc: fix capture of application id
This commit is contained in:
@ -339,7 +339,7 @@ sysprof_proc_source_populate_pid_root (SysprofProcSource *self,
|
||||
*/
|
||||
if (flatpak == NULL)
|
||||
{
|
||||
flatpak = g_regex_new ("app-flatpak-[a-zA-Z_\\-\\.]+-[0-9]+\\.scope", G_REGEX_OPTIMIZE, 0, NULL);
|
||||
flatpak = g_regex_new ("app-flatpak-([a-zA-Z_\\-\\.]+)-[0-9]+\\.scope", G_REGEX_OPTIMIZE, 0, NULL);
|
||||
g_assert (flatpak != NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user