Difference between revisions of "LibreOffice: Menu di atas Hilang"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Kalau menu di atas libreoffice hilang, lakukan initctl restart unity-panel-service")
 
 
Line 2: Line 2:
  
 
  initctl restart unity-panel-service
 
  initctl restart unity-panel-service
 +
 +
 +
==Kalau upstart refused==
 +
 +
 +
To check if it's there:
 +
 +
sudo systemctl list-unit-files | grep -i dynatrace
 +
 +
To start:
 +
 +
sudo systemctl start dynatrace
 +
 +
To check status:
 +
 +
systemctl status dynatrace
 +
 +
To enable at boot:
 +
 +
sudo systemctl enable dynatarce

Latest revision as of 14:32, 25 September 2017

Kalau menu di atas libreoffice hilang, lakukan

initctl restart unity-panel-service


Kalau upstart refused

To check if it's there:

sudo systemctl list-unit-files | grep -i dynatrace

To start:

sudo systemctl start dynatrace

To check status:

systemctl status dynatrace

To enable at boot:

sudo systemctl enable dynatarce