[Xfce-bugs] [Bug 15368] New: Programms (binaries or scripts) are not being killed during logout
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Tue May 7 05:15:53 CEST 2019
https://bugzilla.xfce.org/show_bug.cgi?id=15368
Bug ID: 15368
Summary: Programms (binaries or scripts) are not being killed
during logout
Classification: Xfce Core
Product: Xfce4-session
Version: 4.12.0
Hardware: PC (x86_64)
OS: Linux
Status: NEW
Severity: normal
Priority: Medium
Component: General
Assignee: xfce-bugs at xfce.org
Reporter: maurizio.galli at gmail.com
CC: ochosi at xfce.org
Target Milestone: Xfce 4.14
It can be reproduced in both Xfce 4.12 and 4.13 with a "forever" script:
Autostart-file in XFCE: ~/.config/autostart/autorun.xxx.desktop
[Desktop Entry]
Comment[de_DE]=
Comment=
Exec=/home/<user>/forEver.sh
GenericName[de_DE]=
GenericName=
Icon=system-run
MimeType=
Name[de_DE]=
Name=
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=
####
File forEver.sh :
#!/bin/bash
while true
do
<executable binary or script>
done
##########
After logout from XFCE this <executable binary or script> is still running.
For test: i used xclock as <executable binary or script>
Original bug report: https://bugzilla.suse.com/show_bug.cgi?id=1133876
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list