Skip to main content
jw-websensa
New Member
October 17, 2022
Solved

Disable forticlient autostart on Kubuntu 22.04

  • October 17, 2022
  • 1 reply
  • 2919 views

I am using Kubuntu 22.04 and it bothers me that fortitray (forticlient icon on system tray) is present event if I did not open forticlient. 

Is it possible to disable forticlient autostart?

Best answer by xshkurti

You can remove fortitray from System Tray icons by clicking on 
Application Launcher --> search for "System Tray Settings - Plasma" --> go to Entries --> under Application Status you will find fortitray along with other applications.
Select "Always hidden" option to remove it from system tray.

If you want to completely disable Forticlient from autostarting, you have to disable forticlient service by using
sudo systemctl disable forticlient.service

 

Note: Please keep in mind that, if you want to run FortiClient again, you have to first start service with "sudo systemctl start forticlient.service" and then open FortiClient Console.

1 reply

xshkurti
Staff
xshkurtiAnswer
Staff
October 19, 2022

You can remove fortitray from System Tray icons by clicking on 
Application Launcher --> search for "System Tray Settings - Plasma" --> go to Entries --> under Application Status you will find fortitray along with other applications.
Select "Always hidden" option to remove it from system tray.

If you want to completely disable Forticlient from autostarting, you have to disable forticlient service by using
sudo systemctl disable forticlient.service

 

Note: Please keep in mind that, if you want to run FortiClient again, you have to first start service with "sudo systemctl start forticlient.service" and then open FortiClient Console.