Page 1 of 1

Removing Icon only

Posted: 27 Feb 2019, 18:53
by sschneiker
I am looking to remove the Icon for Citrix Reciever only from showing up in Kiosk Thin client task bar.

run_command=sed -i '/remmina.desktop/d' /etc/xdg/tint2/tint2rc works for removing (hiding?) Remmina but I cannot figure out the combination for removing the icon for Citrix.



Additionally how do I string together run commands if I can more than 1?

Re: Removing Icon only

Posted: 27 Feb 2019, 21:23
by fanthom
Please use this:

Code: Select all

run_command=sed -i '/citrix.desktop/d' /etc/xdg/tint2/tint2rc
"Additionally how do I string together run commands if I can more than 1?"
Its explained in the documentation:
https://porteus-kiosk.org/parameters.html#run_command