mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
79b2314e5a
* move building errors to the troubleshooting section * add submodule out of sync issue to troubleshooting * changes to get cutter section * move common issues to user docs * add error related to submodule not in sync * Grammarly scan on all the docs * update contribution guide now that common-errors is split
20 lines
656 B
ReStructuredText
20 lines
656 B
ReStructuredText
Common Issues
|
|
=============
|
|
|
|
This page lists common issues encountered by users.
|
|
|
|
AppImage Crashes
|
|
----------------
|
|
|
|
If the Linux AppImage binary crashes upon startup, make sure your
|
|
``LD_LIBRARY_PATH`` environment variable is empty.
|
|
For a detailed explanation, see the issue `#579 <https://github.com/radareorg/cutter/issues/579>`__
|
|
|
|
Keyboard Layout Issue
|
|
---------------------
|
|
|
|
Some people report that they have keyboard issues. Usually it is because
|
|
the Xorg layout is wrong. You can check it with: ``setxkbmap -query``
|
|
Most of the time using ``setxkbmap us`` solves the issue, but it might
|
|
not be enough and require a more advanced Xorg configuration.
|