Changes

Jump to navigation Jump to search
Line 22: Line 22:  
* Font & Color scheme
 
* Font & Color scheme
 
* etc.
 
* etc.
=Stopping/Starting Zynthian UI=
+
=Stopping/Starting the Zynthian UI=
    
You must use systemd-style commands to stop & start any system service, that includes the zynthian UI:
 
You must use systemd-style commands to stop & start any system service, that includes the zynthian UI:
   −
  # systemctl stop zynthian
+
  systemctl stop zynthian
  # systemctl start zynthian
+
  systemctl start zynthian
   −
If you want to run the zynthian UI in the console (i.e. inspect the logging/debug messages), you must stop the zynthian service and run the zynthian UI as a normal script using:
+
If you want to run the Zynthian UI in the console, you must stop the zynthian service and run the zynthian UI as a normal script using these commands:
   −
# systemctl stop zynthian
+
  systemctl stop zynthian
# /zynthian/zynthian-sys/sbin/zynthian.sh
+
  /zynthian/zynthian-sys/sbin/zynthian.sh
 +
 
 +
Running zynthian from the console (terminal) allows you to view the logging/debug messages, which is necessary for debugging (posting these to the forum will enable experts to help you.)
    
=More detailed info=
 
=More detailed info=
    
More info on this page [[Accessing_Zynthian_from_your_computer]]
 
More info on this page [[Accessing_Zynthian_from_your_computer]]
393

edits

Navigation menu