|
2020-01-18
, 09:14
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#22
|
|
2020-01-18
, 09:59
|
|
Posts: 276 |
Thanked: 224 times |
Joined on Dec 2009
@ Frankfurt, Germany
|
#23
|
|
2020-01-18
, 10:20
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#24
|
great work, angelfish is running now (a bit sluggish, but that is not the point). would be nice to get some audio apps working, audacity should be possible, i saw the mic levelmeter even with the last version... unfortunally flathub does not have an arm version of mixxx, would be crazy to dj with a mobile!
|
2020-01-25
, 15:32
|
Posts: 466 |
Thanked: 335 times |
Joined on Jan 2010
@ Vienna, Austria
|
#25
|
Right now, Flatpak support is available for Sony Xperia Tama devices (unofficial port) with the hope that other devices will follow. Due to QtWayland limitations, only Qt/QML applications run well with Gdk apps refusing to start due to the absence of currently standard Wayland extensions.
|
2020-01-25
, 15:35
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#26
|
What, pray tell, are Gdk apps? I suppose you are not talking about Google Glass Dev Kit? Maybe GTK is what you mean?
|
2020-01-26
, 21:43
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#27
|
The Following 14 Users Say Thank You to rinigus For This Useful Post: | ||
ajalkane, Amboss, carlosgonz, edp17, eson, Jedibeeftrix, juiceme, lal, mankir, meloferz, olf, PamNor, peterleinchen, xman |
|
2020-02-03
, 19:25
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#28
|
|
2020-02-03
, 20:07
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#29
|
is tere a list/wiki with usable software? i am new to flatpak and no idea what i just installed D
The Following 3 Users Say Thank You to rinigus For This Useful Post: | ||
|
2020-02-03
, 20:25
|
|
Community Council |
Posts: 1,669 |
Thanked: 10,225 times |
Joined on Nov 2014
@ Lower Rhine
|
#30
|
[nemo@mosen-Pro1 ~]$ flatpak remote-add -vv --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo F: Opening user flatpak installation at path /home/nemo/.local/share/flatpak F: Loading https://flathub.org/repo/flathub.flatpakrepo using libsoup F: Received 4040 bytes Usage: gpg-connect-agent [options] (-h for help)Usage: gpg-connect-agent [options] (-h for help)F: Imported 1 GPG key to remote "flathub" F: Fetching summary file for remote ?flathub? Warning: Could not update extra metadata for 'flathub': While fetching https://dl.flathub.org/repo/summary.sig: [28] Timeout was reached
flatpak remote-ls --user kdeapps error: While fetching http://distribute.kde.org/flatpak-ap...g/summary.sig: [52] Server returned nothing (no headers, no data)
[nemo@mosen-Pro1 ~]$ flatpak install -vv --user org.kde.mobile.angelfish F: Opening user flatpak installation at path /home/nemo/.local/share/flatpak Looking for matches? F: Fetching summary file for remote ?flathub? F: Failed to download optional summary F: An error was encountered searching remote ?flathub? for ?org.kde.mobile.angelfish?: Unable to load summary from remote flathub: While fetching https://dl.flathub.org/repo/summary.sig: [28] Timeout was reached F: Fetching summary file for remote ?kdeapps? Usage: gpg-connect-agent [options] (-h for help)Found similar ref(s) for ?org.kde.mobile.angelfish? in remote ?kdeapps? (user). Use this remote? [Y/n]: Y F: No installations directory in /etc/flatpak/installations.d. Skipping F: Fetching summary file for remote ?kdeapps? Usage: gpg-connect-agent [options] (-h for help)F: Transaction: install kdeapps:app/org.kde.mobile.angelfish/arm/master[*] F: Looking for remote metadata updates for kdeapps F: marking op install:app/org.kde.mobile.angelfish/arm/master resolved to 0317b5bae437bf982c139a3b9a8207fc4f736c6a56e81e9736911789dbd3ad5c F: Fetching summary file for remote ?flathub? F: Failed to download optional summary error: The application org.kde.mobile.angelfish/arm/master requires the runtime org.kde.Platform/arm/5.12 which was not found [nemo@mosen-Pro1 ~]$ flatpak install -vv --user org.kde.Platform/arm/5.12 F: Opening user flatpak installation at path /home/nemo/.local/share/flatpak Looking for matches? F: Fetching summary file for remote ?flathub? F: Failed to download optional summary F: An error was encountered searching remote ?flathub? for ?org.kde.Platform/arm/5.12?: Unable to load summary from remote flathub: While fetching https://dl.flathub.org/repo/summary.sig: [28] Timeout was reached F: Fetching summary file for remote ?kdeapps? Usage: gpg-connect-agent [options] (-h for help)error: No remote refs found similar to ?org.kde.Platform/arm/5.12?
- flatpak-maliit-plugin-qt installed in SFOS
- app should use KDE 5.12 runtime
Just released flatpak-runner will add the plugin into container when app is running and keyboard can be used.
So, this means that we can use Flatpak applications as they are provided by KDE and Flathub. No recompile or hacking is needed. Assuming that they are QML/Qt 5.12 ...
Proper solution will be to add Maliit plugin as an extension of KDE runtime. Will talk to KDE devs about it.