Reply
Thread Tools
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#151
https://github.com/sailfishos-flatpa.../pull/17/files

Fixed popups. Cant get position to show it properly, so displaying in the center of screen
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 6 Users Say Thank You to coderus For This Useful Post:
Posts: 1,414 | Thanked: 7,547 times | Joined on Aug 2016 @ Estonia
#152
Originally Posted by coderus View Post
https://github.com/sailfishos-flatpa.../pull/17/files

Fixed popups. Cant get position to show it properly, so displaying in the center of screen
Thank you very much! I will test and review tonight. As for centering, its probably a valid approach. From testing earlier of the browser on Fedora/Wayland, it looks to me that the <select> widgets are put at (0,0) coordinates in QtWebEngine. In this respect, assuming that the patch covers it as well, centering makes more sense.
 

The Following 3 Users Say Thank You to rinigus For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#153
Originally Posted by rinigus View Post
Thank you very much! I will test and review tonight. As for centering, its probably a valid approach. From testing earlier of the browser on Fedora/Wayland, it looks to me that the <select> widgets are put at (0,0) coordinates in QtWebEngine. In this respect, assuming that the patch covers it as well, centering makes more sense.
well, for example in telegram all notification popups are stacked on each other.. if any waylaand/compositor expert here
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 3 Users Say Thank You to coderus For This Useful Post:
Posts: 1,414 | Thanked: 7,547 times | Joined on Aug 2016 @ Estonia
#154
@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}
 

The Following 3 Users Say Thank You to rinigus For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#155
Originally Posted by rinigus View Post
@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}
new qt isn't coming any soon. my best hopes in compiling new stuff in /opt
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 6 Users Say Thank You to coderus For This Useful Post:
Posts: 1,414 | Thanked: 7,547 times | Joined on Aug 2016 @ Estonia
#156
Originally Posted by coderus View Post
new qt isn't coming any soon. my best hopes in compiling new stuff in /opt
In this respect, its probably as good as sticking with Flatpak then. For /opt you would need the same Wayland compositor-in-compositor as Flatpak Runner. Except, Flatpak has few extra limitations, I guess (file save dialogs and such).

Yeah, I suspected that much as there is no visible activity in mer repos... Thanks for letting us know!
 

The Following 5 Users Say Thank You to rinigus For This Useful Post:
carlosgonz's Avatar
Posts: 173 | Thanked: 512 times | Joined on Jul 2018 @ Guatemala
#157
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'
__________________
Nokia N95 / Nokia N900 / Nokia N9 / Nokia N8 / Jolla 1 / Jolla C / Xperia X / Xperia 10 II / PinePhone / Librem 5
TI Chronos

Last edited by carlosgonz; 2020-04-02 at 20:35.
 

The Following User Says Thank You to carlosgonz For This Useful Post:
Posts: 207 | Thanked: 759 times | Joined on Dec 2014 @ Poland
#158
@carlosgonz

Code:
flatpak --user repair
 

The Following 4 Users Say Thank You to atlochowski For This Useful Post:
carlosgonz's Avatar
Posts: 173 | Thanked: 512 times | Joined on Jul 2018 @ Guatemala
#159
Originally Posted by atlochowski View Post
@carlosgonz

Code:
flatpak --user repair
Yes Yes Yes Yes fixed. Big thanks at you.
__________________
Nokia N95 / Nokia N900 / Nokia N9 / Nokia N8 / Jolla 1 / Jolla C / Xperia X / Xperia 10 II / PinePhone / Librem 5
TI Chronos
 

The Following 4 Users Say Thank You to carlosgonz For This Useful Post:
Posts: 735 | Thanked: 1,054 times | Joined on Jun 2010
#160
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?
 

The Following User Says Thank You to Jedibeeftrix For This Useful Post:
Reply

Tags
flatpak


 
Forum Jump


All times are GMT. The time now is 11:40.