Registered Member
|
Hello.
i' ve build a new database (data in the file), with one table and store it on the Desktop. If i try to open my new database via rightclick - open with - kexi, i will get the message, that kexi do not support this .kexi file. The original message in german = Die Datei [path/filename].kexi wird von Kexi nicht unterstützt. If i try to open the file over the application via OPEN (Öffnen), i'll get the same message. If i open the file via shortly used fies, i can open the file. The mime type of the file is: application/x-jutohproject Maybe kexi check the mime-type and think it's the wrong filetype, so there is a problem with kexi <-> jutoh2 Jutoh store his data in a sqlite database. What to do, to open kexi-files via doubleclick. Some Data: Linux KDE-Neon (18.04) Kexi 3.1.0 Thanks for any help, and sorry about my english |
Registered Member
|
Ok, found the solution…
If somebody have the same problem, when you use Jutoh2 and Kexi you have to edit… /usr/share/mime/packages/jutoh2.xml to <?xml version="1.0" encoding="UTF-8"?> <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> <mime-type type="application/x-jutohproject"> <comment>Jutoh 2 Project</comment> <glob pattern="*.jutoh"/> </mime-type> <mime-type type="application/x-jutohscript"> <comment>Jutoh Script</comment> <glob pattern="*.jutohscript"/> </mime-type> <mime-type type="application/x-jutohsparch"> <comment>Jutoh Speech Archive</comment> <glob pattern="*.sparch"/> </mime-type> </mime-info> After this you have to run… sudo update-mime-database /usr/share/mime …in the Terminal. |
Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]