Skip to content

Plugins include .desktop file Comment on command line

Submitted by rob..@..il.com

Assigned to Xfce Bug Triage

Link to original bug (#15700)

Description

Why is the .desktop file Comment line included on the command line of panel plugins?

For example, /usr/share/xfce4/panel/plugins/pulseaudio.desktop has the line:
Comment=Adjust the audio volume of the PulseAudio sound system

Running ps -ax | grep wrapper shows:

$ ps -ax | grep wrapper
22624 pts/1    Sl     0:00 /usr/lib64/xfce4/panel/wrapper-2.0 /usr/lib64/xfce4/panel/plugins/libsystray.so 4 10485767 systray Notification Area Area where notification icons appear
22625 pts/1    Sl     0:00 /usr/lib64/xfce4/panel/wrapper-2.0 /usr/lib64/xfce4/panel/plugins/libpulseaudio-plugin.so 5 10485768 pulseaudio PulseAudio Plugin Adjust the audio volume of the PulseAudio sound system
22626 pts/1    Sl     0:01 /usr/lib64/xfce4/panel/wrapper-1.0 /usr/lib64/xfce4/panel/plugins/libcpugraph.so 2 10485769 cpugraph CPU Graph Graphical representation of the CPU load
22627 pts/1    Sl     0:00 /usr/lib64/xfce4/panel/wrapper-2.0 /usr/lib64/xfce4/panel/plugins/libxfce4-sensors-plugin.so 18 10485770 xfce4-sensors-plugin Sensor plugin Show sensor values.
22628 pts/1    Sl     0:01 /usr/lib64/xfce4/panel/wrapper-2.0 /usr/lib64/xfce4/panel/plugins/libdiskperf.so 7 10485771 diskperf Disk Performance Monitor Show disk performance
22629 pts/1    Sl     0:00 /usr/lib64/xfce4/panel/wrapper-2.0 /usr/lib64/xfce4/panel/plugins/libnetload.so 3 10485772 netload Network Monitor Show network traffic

Version: 4.13.5

Edited by Gaël Bonithon