![]() |
Re: Flatpak on Sailfish OS
Quote:
|
Re: Flatpak on Sailfish OS
I did a bit of research and it seems there's a command "lookandfeeltool" to change the Plasma theme; however I'm not sure how to find out if I have it installed in the sandbox (running "flatpak run --command=sh org.kde.angelfish" just hangs, though launching the actual app works just fine).
|
Re: Flatpak on Sailfish OS
Quote:
|
Re: Flatpak on Sailfish OS
taixzo:
looks like we can add file ~/.var/app/org.kde.mobile.angelfish/config/kdeglobals with Code:
[Theme] |
Re: Flatpak on Sailfish OS
Thanks! Also, it seems that it doesn't hang forever - after leaving it along for a few hours, I came back and discovered that I was finally in a flatpak shell.
|
Re: Flatpak on Sailfish OS
New Flatpak Runner is out: 0.7.0
This adds simple theme selection in KDE apps. By default, it follows Silica theme and sets KDE theme either to dark or light accordingly. You could also specify light or dark theme and opt out of the feature. Settings are done via file in home folder (~/.var/app/FLATPAK-ID/config/kdeglobals) that is overwritten every time you start the app. So, if you opt out, either edit or remove the file accordingly. Let me know if there are issues with it, as testing was rather limited. |
Re: Flatpak on Sailfish OS
org.telegram.desktop from flathub is working after adding env QT_QPA_PLATFORM=wayland, then crashing on some animated stickers ith:
Code:
[swscaler @ 0xe32af050] No accelerated colorspace conversion found from yuv420p to bgra. |
Re: Flatpak on Sailfish OS
Quote:
I guess you have to check and maybe file issue with Telegram. |
Re: Flatpak on Sailfish OS
Finally i was able to join the (non-sideload) flatpak party by simply trying form workplace connection :P
Still, same issues from my home T-Online connection. I have Routers & Firewalls set up exactly the same in both locations so i suspect something on T-Online Germany side blocking connection to the repo somehow? I can open the logo.svg icon specified in the remote tho. Weird. https://dl.flathub.org/repo/logo.svg |
Re: Flatpak on Sailfish OS
I have a similar issue with it only working from some connections; the issue appears to be that DNS is returning ipv6 addresses for the repo domains, but flatpak doesn't seem to know what to do with them. It works fine on networks where ipv4 is prioritized.
|
Re: Flatpak on Sailfish OS
Quote:
found this: https://forum.manjaro.org/t/viewing-...oarm/119131/17 and this: https://github.com/AOSC-Dev/aosc-os-...ale-hack.patch ... |
Re: Flatpak on Sailfish OS
pleaase add options to erase user data of flatpak
|
Re: Flatpak on Sailfish OS
Quote:
|
Re: Flatpak on Sailfish OS
Quote:
Quote:
|
Re: Flatpak on Sailfish OS
Re FFMPEG: I wonder if there is some simple example with ffmpeg? For example running something in flatpak environment with the extension installed.
|
Re: Flatpak on Sailfish OS
Quote:
for data i mean same what user can do with Code:
flatpak uninstall --delete-data appname |
Re: Flatpak on Sailfish OS
Quote:
Where do you find Plasma flatpak apps? I had a look on flathub but there don't seem to be any there, and none of the KDE apps from there that I tried (e.g. kgoldrunner) worked. |
Re: Flatpak on Sailfish OS
KDE Flatpak apps are in kdeapps:
Code:
flatpak remote-add --user --if-not-exists kdeapps --from https://distribute.kde.org/kdeapps.flatpakrepo As for other apps, I haven't tried much. Many don't work, as far as I remember. For me, browser is good enough reason to use it :) PS: Pure Maps and OSM Scout Server do work in Flatpak, except location is not known (Pure Maps). But they work better natively ... |
Re: Flatpak on Sailfish OS
Quote:
Code:
rm -rf ~/.var/app/FLATPAK_ID |
Re: Flatpak on Sailfish OS
seems angelfish is broken after update..
|
Re: Flatpak on Sailfish OS
Quote:
BTW, I noticed that sometimes I have to remove QML and other caches on my device to get the latest version updates. For that, try Code:
rm -rf ~/.var/app/org.kde.mobile.angelfish/cache |
Re: Flatpak on Sailfish OS
Hi guys,
I've just followed the guideline to install flatpak and then angelfish, but when I launch angelfish it says Error code 139. Don't know if the error is the same reported by @Coderus. I'm on Xperia XA2 |
Re: Flatpak on Sailfish OS
after another updaate it staarrted working again
was error: Code:
[nemo@Sailfish ~]$ flatpak-runner org.kde.mobile.angelfish |
Re: Flatpak on Sailfish OS
Quote:
|
Re: Flatpak on Sailfish OS
Quote:
|
Re: Flatpak on Sailfish OS
Would it be worth a try on the Jolla Tablet or do you now that it will not work, anyway? Do you have some x86 packages for this?
|
Re: Flatpak on Sailfish OS
Quote:
Now, KDE 5.12 is available for i386. So, you could, if interested, build applications yourself. Just have to be ready to get hands dirty. |
Re: Flatpak on Sailfish OS
Quote:
Thanks Mathieu |
Re: Flatpak on Sailfish OS
Quote:
|
Re: Flatpak on Sailfish OS
The latest nightly of Angelfish brings it there (well one small cosmetic merge absent) where I wanted it to be. Now you can choose which navigation buttons are displayed in Settings. While the default is based on KDE requirements, its easy to make it into the bar that we are used to. In my case, I have: tabs, back, address, and reload buttons. Menu buttons are hidden.
To get into the main and context menus (left and right menus by default), all you have to do is to slide your finger along bottom border of the screen. Depending on direction, you will get either main or context menu. As, at least in my case, menus were mainly used to access back and reload buttons, I don't have much use for them if the buttons are out. Note that the menu buttons will appear in landscape mode as there is more screen space over there. If you find issues, missing features, fill in bugs at https://invent.kde.org/kde/plasma-angelfish/issues (will have to register KDE account though). Except, be sure that its not related to Flatpak implementation at SFOS. For example, lack of support for <select> due to Wayland bugs. |
Re: Flatpak on Sailfish OS
https://github.com/sailfishos-flatpa.../pull/17/files
Fixed popups. Cant get position to show it properly, so displaying in the center of screen |
Re: Flatpak on Sailfish OS
Quote:
|
Re: Flatpak on Sailfish OS
Quote:
|
Re: Flatpak on Sailfish OS
@coderus: changes merged, thank you very much! It already improved <select> in HTML. As for overlapping notifications, cannot say much. I wonder whether we need to spend too much time on Wayland compositor, as surely Qt update is coming soon, right? :)
PS: I have no info regarding Qt update, don't get your hopes up. Feel free to read soon^{TM} |
Re: Flatpak on Sailfish OS
Quote:
|
Re: Flatpak on Sailfish OS
Quote:
Yeah, I suspected that much as there is no visible activity in mer repos... Thanks for letting us know! |
Re: Flatpak on Sailfish OS
SONY XPERIA X - SF-ROKUA
[nemo@Sailfish ~]$ flatpak install --user org.kde.mobile.angelfish Looking for matches? Usage: gpg-connect-agent [options] (-h for help)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 Usage: gpg-connect-agent [options] (-h for help)Usage: gpg-connect-agent [options] (-h for help)Required runtime for org.kde.mobile.angelfish/arm/master (runtime/org.kde.Platform/arm/5.14) found in remote flathub Do you want to install it? [Y/n]: Y org.kde.mobile.angelfish permissions: ipc network pulseaudio wayland x11 dri file access [1] dbus access [2] tags [3] [1] home, xdg-config/kdeglobals:ro [2] com.canonical.AppMenu.Registrar, org.freedesktop.Notifications [3] nightly ID Branch Op Remote Download 1. [?] org.kde.Platform.Locale 5.14 i flathub 1.0 kB / 337.0?MB 2. [?] org.kde.Platform 5.14 i flathub 1.0 kB / 282.7?MB 3. [ ] org.kde.mobile.angelfish master i kdeapps < 47.2?MB Warning: Failed to read commit 5aab5ef11ea869dbf035c24593164f1ce1865afec0d2940587 73697c043d11b1: No such metadata object c6dd096e6359f64131e4ed4d57439708834cfe46fe7cf87bee 55c7b223cd71d0.dirtree Installing 2/3? ???????????????????? 100% 98 bytes/s 00:00error: Failed to install org.kde.Platform: While trying to checkout 369b3f9f6a8f78699502df53fe653562fbfde76a18dc373175 f2592b0a02c686 into /home/nemo/.local/share/flatpak/runtime/org.kde.Platform/arm/5.14/.369b3f9f6a8f78699502df53fe653562fbfde76a18dc37317 5f2592b0a02c686-P8RJI0: Opening content object a28c6d9f509aaaac286705a47cbc1f2842121d8f5dc3f6c472 6ae154d6bb0001: Couldn't find file object 'a28c6d9f509aaaac286705a47cbc1f2842121d8f5dc3f6c47 26ae154d6bb0001' |
Re: Flatpak on Sailfish OS
@carlosgonz
Code:
flatpak --user repair |
Re: Flatpak on Sailfish OS
Quote:
|
Re: Flatpak on Sailfish OS
Video says following features for SFOS 3.3 - GCC 8.3 and flatpak support. Smashing!
https://www.youtube.com/watch?v=cG95...ature=youtu.be Does this also suggest that 3.3 has moved to QT 5.9.x? |
All times are GMT. The time now is 12:11. |
vBulletin® Version 3.8.8