Earthwings (Talk | contribs) (→Menu) |
Earthwings (Talk | contribs) |
||
| Line 1: | Line 1: | ||
=== Tile Creation === | === Tile Creation === | ||
| − | Creating maps before they are shown for the first time does not work on Maemo. Currently this leads to a crash at the first start, when the Atlas map is trying to be created. A workaround is described in the [[/MaemoEnvironment|development environment page]]. | + | Creating maps before they are shown for the first time does not work on Maemo. Currently this leads to a crash at the first start, when the Atlas map is trying to be created. A workaround is described in the [[/MaemoEnvironment|development environment page]]. See also [https://bugs.kde.org/show_bug.cgi?id=233153 bug 233153]. |
=== Font Sizes === | === Font Sizes === | ||
| Line 17: | Line 17: | ||
=== GPS support === | === GPS support === | ||
| − | + | See [http://reviewboard.kde.org/r/3491/ this patch] | |
Contents |
Creating maps before they are shown for the first time does not work on Maemo. Currently this leads to a crash at the first start, when the Atlas map is trying to be created. A workaround is described in the development environment page. See also bug 233153.
Fonts in the control widgets are too big, fonts in the map too small.
A stripped down version of the control box would help. The tabs itself take more than half of its space.
The main menu is currently stripped down and provides only basic actions. Other useful actions need to be added or replacement actions be implemented (e.g. plugin selection).
Maemo devices have uncommon partition layouts and sizes. In particular, space on / is quite limited, /home has more and /home/user/MyDocs plenty. Cached data could be written to /home/user/MyDocs/marble. See also XDG Base Directory Specification and Bug 230714.
See this patch