Deleted user
Deleted user
Bonjour, Je n'ai pas de problème avec d'autres apps sur ce serveur. Voilà la config : Serveur : Localhost via UNIX socket Type de serveur : MariaDB Connexion au serveur...
Argh :-1: This is really needed, flatpak is really useless if this is not working... Bad news, need to package my app to Fedora/OpenSUSE/Debian/Ubuntu :-(
@alexlarsson me as I really need it :) Will first give a look at the way Locales is builded. But there is hunspell for some languages but how does it...
Can't find org.gnome.Platform.json and org.gnome.Platform.Locale.json
After looking at Makefile-hunspell-en, seems dict are installed in /usr/share/myspell. Putting them in /usr/share/runtime/locale/fr (for example) will not work I guess. Do I need to modify something elsewhere? @alexlarsson ?
Hello, when looking at #924, I see that for fonts, flatpak is just mapping system directory. Why not just do that for dictionaries? Instead of having two installed versions (system...
BTW, I'm not able to make GtkSpell look for another directory than /usr/share/myspell...
@TingPing I added a hunspell.tgz (all dicts from Fedora 28) to my flatpak app (oversized). ``` { "name": "myspell", "buildsystem": "simple", "build-commands": [ "mkdir /app/share/myspell", "cp * /app/share/myspell" ], ```
It's kind of tangential to docopt's purpose, but `docopt.exit` is useful if one wishes to maintain a consistent look in the error messages a program gives -- less boilerplate and...
Related issue https://github.com/hrydgard/ppsspp/issues/12054