! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
the command of windows apps executed by wine is incorrect
Status:
RESOLVED: FIXED
Product:
Xfce4-taskmanager
Component:
General

Comments

Description xuzhen 2010-02-11 09:09:12 CET
xfce4-taskmanager is 0.4.1

when running a windows software, the /proc/XXXX/cmdline is like "C:\windows\system32\services.exe". and xfce4-taskmanager just displays a "C" in the command column.

at line 99 in taskmanager-linux.c

p = strchr (cmdline, ':');
if (NULL != p) {
   *p = '\0';
}

it cuts off all characters after ':'
Comment 1 Mike Massonnet editbugs 2010-05-27 11:57:04 CEST
Fixed in git.

Bug #6225

Reported by:
xuzhen
Reported on: 2010-02-11
Last modified on: 2010-05-27

People

Assignee:
Mike Massonnet
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information