Skip to content

Commit 36f527c

Browse files
committed
add "chrome" to qutselect-disconnect.sh to also kill chrome by the
hotkey daemon
1 parent 96b0b07 commit 36f527c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

buildroot-external/rootfs-overlay/bin/qutselect-disconnect.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#
33
# kill all qutselect related sessions and return to the qutselect GUI
44
#
5-
pkill "tlclient.bin|xfreerdp|rdesktop|vncviewer|remote-viewer"
5+
pkill "tlclient.bin|xfreerdp|rdesktop|vncviewer|remote-viewer|chrome"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/home/maus/thinRoot/buildroot-external/rootfs-overlay/etc
2+
# <file system> <mount pt> <type> <options> <dump> <pass>
3+
/dev/root / ext2 rw,noauto 0 1
4+
proc /proc proc defaults 0 0
5+
devpts /dev/pts devpts defaults,gid=5,mode=620,ptmxmode=0666 0 0
6+
tmpfs /dev/shm tmpfs mode=1777 0 0
7+
tmpfs /tmp tmpfs mode=1777 0 0
8+
tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0
9+
tmpfs /opt tmpfs mode=1777,size=90% 0 0
10+
sysfs /sys sysfs defaults 0 0

0 commit comments

Comments
 (0)