Changes between Initial Version and Version 1 of TroubleshootingLinux


Ignore:
Timestamp:
04/02/18 18:45:32 (6 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TroubleshootingLinux

    v1 v1  
     1= Troubleshooting Linux =
     2
     3For generic, non operating system specific troubleshooting information, check the [[Troubleshooting]] page.
     4
     5== I can't find !WorldPainter after installation? How do I start !WorldPainter? ==
     6
     7If you installed the .deb or .rpm package, !WorldPainter is installed in `/opt/worldpainter`. Try starting it from a terminal window with the command:
     8
     9{{{
     10/opt/worldpainter/worldpainter
     11}}}
     12
     13If you used the installer (the .sh package), or an installerless archive, then you specified the installation directory when you installed the program. Try executing the worldpainter command from the installation directory using something like this from a terminal window:
     14
     15{{{
     16/path/to/worldpainter/worldpainter
     17}}}