sudo apt install qml-module-qtquick-dialogs
?firebird emulator for Linux
26 posts
• Page 2 of 3 • 1, 2, 3
Re: firebird emulator for Linux
Ah yes that would explain it, what about after doing
MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)My calculator programs
Mes programmes pour calculatrices
-
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 14820
- Images: 1131
- Joined: 01 Jun 2007, 00:00
- Location: France
- Gender:
- Calculator(s):→ MyCalcs profile
- Twitter: adriweb
- GitHub: adriweb
Re: firebird emulator for Linux
Done. But now I get
- Code: Select all
qrc:/qml/qml/ConfigPageKits.qml:68:13: Type FileSelect unavailable
qrc:/qml/qml/Firebird/UIComponents/FileSelect.qml:15:26: Type FileDialog unavailable
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:48:1: module "Qt.labs.settings" is not installed
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:47:1: module "Qt.labs.folderlistmodel" is not installed
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:48:1: module "Qt.labs.settings" is not installed
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:47:1: module "Qt.labs.folderlistmodel" is not installed
qrc:/qml/qml/ConfigPageFileTransfer.qml:36:26: Type FileDialog unavailable
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:48:1: module "Qt.labs.settings" is not installed
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:47:1: module "Qt.labs.folderlistmodel" is not installed
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:48:1: module "Qt.labs.settings" is not installed
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:47:1: module "Qt.labs.folderlistmodel" is not installed
-
parisseVIP++
Niveau 12: CP (Calculatrice sur Pattes)- Posts: 3721
- Joined: 13 Dec 2013, 16:35
- Gender:
- Calculator(s):→ MyCalcs profile
Re: firebird emulator for Linux
Ah, the broken Debian packaging of Qt... https://github.com/nspire-emus/firebird/issues/113
should help.
- Code: Select all
apt-get install qml-module-qtquick-controls qml-module-qtquick-dialogs qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings
should help.
-
VogtinatorPremium
Niveau 9: IC (Compteur Infatigable)- Posts: 217
- Joined: 29 Mar 2014, 15:55
- Gender:
- Calculator(s):→ MyCalcs profile
Re: firebird emulator for Linux
Ah, right.
And for reference, the config dialog should like this, more or less

And for reference, the config dialog should like this, more or less

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)My calculator programs
Mes programmes pour calculatrices
-
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 14820
- Images: 1131
- Joined: 01 Jun 2007, 00:00
- Location: France
- Gender:
- Calculator(s):→ MyCalcs profile
- Twitter: adriweb
- GitHub: adriweb
Re: firebird emulator for Linux
Ok, now it's working, thanks!
I would recommend to add this info when people download the debian or ubuntu package.
I would recommend to add this info when people download the debian or ubuntu package.
-
parisseVIP++
Niveau 12: CP (Calculatrice sur Pattes)- Posts: 3721
- Joined: 13 Dec 2013, 16:35
- Gender:
- Calculator(s):→ MyCalcs profile
Re: firebird emulator for Linux
How do I transfer files to the emulator???
-
parisseVIP++
Niveau 12: CP (Calculatrice sur Pattes)- Posts: 3721
- Joined: 13 Dec 2013, 16:35
- Gender:
- Calculator(s):→ MyCalcs profile
Re: firebird emulator for Linux
Thanks for the quick feedback!
As a workaround, I added those packages as explicit dependencies of the package on OBS now.
Just drag'n'drop files into the "File Transfer" dock after refreshing it. Or drag them anywhere else in the window, then the destination is whatever is configured in the configuration dialog.
As a workaround, I added those packages as explicit dependencies of the package on OBS now.
parisse wrote:How do I transfer files to the emulator???
Just drag'n'drop files into the "File Transfer" dock after refreshing it. Or drag them anywhere else in the window, then the destination is whatever is configured in the configuration dialog.
-
VogtinatorPremium
Niveau 9: IC (Compteur Infatigable)- Posts: 217
- Joined: 29 Mar 2014, 15:55
- Gender:
- Calculator(s):→ MyCalcs profile
Re: firebird emulator for Linux
Vogtinator wrote:parisse wrote:How do I transfer files to the emulator???
Just drag'n'drop files into the "File Transfer" dock after refreshing it. Or drag them anywhere else in the window, then the destination is whatever is configured in the configuration dialog.
But from what application can I drag and drop a file? I failed with thunar.
Moreover, I prefer to type commands or use keyboard shortcuts than moving a mouse, is there a way to copy a file to the emulator from the commandline?
I have another major usability problem: firebird is almost freezing my virtual machine, it's not responsive at all (I just had to killall firebird-emu). I don't know if this is again a (qt?) misconfiguration problem. Or maybe because I enlarged the keypad?
I was hoping to use firebird in conjunction with gdb to debug khicas, but I'm afraid it won't be possible unless this can be fixed.
-
parisseVIP++
Niveau 12: CP (Calculatrice sur Pattes)- Posts: 3721
- Joined: 13 Dec 2013, 16:35
- Gender:
- Calculator(s):→ MyCalcs profile
Re: firebird emulator for Linux
parisse wrote:Vogtinator wrote:parisse wrote:How do I transfer files to the emulator???
Just drag'n'drop files into the "File Transfer" dock after refreshing it. Or drag them anywhere else in the window, then the destination is whatever is configured in the configuration dialog.
But from what application can I drag and drop a file? I failed with thunar.
Anything should work. Make sure the filename ends in .tns.
parisse wrote:Moreover, I prefer to type commands or use keyboard shortcuts than moving a mouse, is there a way to copy a file to the emulator from the commandline?
Yes, that's what firebird-send is for. Make sure that "remove debugging" is enabled and just run (example) "firebird-send ndless_resources.tns ndless".
parisse wrote:I have another major usability problem: firebird is almost freezing my virtual machine, it's not responsive at all (I just had to killall firebird-emu). I don't know if this is again a (qt?) misconfiguration problem. Or maybe because I enlarged the keypad?
I was hoping to use firebird in conjunction with gdb to debug khicas, but I'm afraid it won't be possible unless this can be fixed.
I've never heard of that issue before, maybe the VM does not have enough RAM? Or some graphics driver is behaving badly.
-
VogtinatorPremium
Niveau 9: IC (Compteur Infatigable)- Posts: 217
- Joined: 29 Mar 2014, 15:55
- Gender:
- Calculator(s):→ MyCalcs profile
Re: firebird emulator for Linux
Is the VM very underpowered/limited ?
Qt May be a bit power hungry (and possibly a bit more with graphics stuff for the keypad) but it should still run totally fine... I mean, my Linux vm on Mac, running under Parallels, only has 4 GB of RAM and 3 (maybe 2 even) cores out of the 6, and I run Firefox, qt creator, terminals, and emulators all at a time.
Also, why a VM? The gdb server inside Firebird works fine with the native Mac gdb client of the Nspire toolchain, at least last time I tried.
Qt May be a bit power hungry (and possibly a bit more with graphics stuff for the keypad) but it should still run totally fine... I mean, my Linux vm on Mac, running under Parallels, only has 4 GB of RAM and 3 (maybe 2 even) cores out of the 6, and I run Firefox, qt creator, terminals, and emulators all at a time.
Also, why a VM? The gdb server inside Firebird works fine with the native Mac gdb client of the Nspire toolchain, at least last time I tried.
MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)My calculator programs
Mes programmes pour calculatrices
-
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 14820
- Images: 1131
- Joined: 01 Jun 2007, 00:00
- Location: France
- Gender:
- Calculator(s):→ MyCalcs profile
- Twitter: adriweb
- GitHub: adriweb
26 posts
• Page 2 of 3 • 1, 2, 3
Return to Native: Ndless, Linux, ...
Who is online
Users browsing this forum: ClaudeBot [spider] and 6 guests