Removing Icon only

'User made' tutorials related to Porteus Kiosk edition.
Official kiosk documentation can be find here: http://porteus-kiosk.org/documentation.html
Forum rules
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
sschneiker
Ronin
Ronin
Posts: 1
Joined: 27 Feb 2019, 18:51
Distribution: 4.8

Removing Icon only

Post#1 by sschneiker » 27 Feb 2019, 18:53

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?

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Removing Icon only

Post#2 by fanthom » 27 Feb 2019, 21:23

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
Please add [Solved] to your thread title if the solution was found.

Locked