Showing results 1 to 25 of 100 @ 0.02 seconds. Search: Posts Made By: elros34
Forum: SailfishOS 2021-11-27, 18:01
Replies: 250
Views: 67,889
Posted By elros34
Re: Full linux distros on Sailfish OS

There only 2 ways: rotate freely patch(es) or follow device specific settings via "default allowed orientations" patch. If you would have my patch (+orientations restricted to only inverted...
Forum: SailfishOS 2021-11-27, 13:07
Replies: 250
Views: 67,889
Posted By elros34
Re: Full linux distros on Sailfish OS

So if 'r' key works in sailfish_linux_chroot then try same sync in containers: copy xkb files, read all xkb options from dconf on sfos and set them after xfce is running via setxkbmap. Not sure what...
Forum: SailfishOS 2021-11-26, 10:27
Replies: 250
Views: 67,889
Posted By elros34
Re: Full linux distros on Sailfish OS

Does harbour-containers import whole xkb from sfos? This is how I do it in chroot: https://github.com/elros34/sailfish_linux_chroot/blob/sfos-4.2.0/common/common.sh#L137-L151
Forum: SailfishOS 2021-11-24, 17:47
Replies: 250
Views: 67,889
Posted By elros34
Re: Full linux distros on Sailfish OS

Didn't try it on aarch64 but amrv7hl works fine on sfos 4.3.0: https://github.com/elros34/qxcompositor/tree/qtwayland-5.6. I guess qxdisplay do not have any relevant changes compared to qxcompositor....
Forum: SailfishOS 2020-07-11, 12:22
Replies: 309
Views: 129,347
Posted By elros34
Re: XWayland Victory!

sudo (https://github.com/elros34/sailfish_linux_chroot/blob/master/ubuntu/scripts/create.sh#L38)should works out of the box so something goes wrong during image creation. You should have...
Forum: SailfishOS 2020-07-02, 17:35
Replies: 309
Views: 129,347
Posted By elros34
Re: XWayland Victory!

Scripts were inspired by Preflex work. Besides mention about it in README now I have changed license from BSD to GPL because that was probably initial license of Preflex's scripts and added him as a...
Forum: SailfishOS 2019-03-25, 12:10
Replies: 79
Views: 13,202
Posted By elros34
Re: EA: Sailfih 3.0.2 Oulanka

I have something similar in Photon Q. I have thought it's device/kernel specific issue.
pvuorela coudn't reproduce the issue so he suggest to wait for Qt5.9 update. It hangs in...
Forum: SailfishOS 2018-06-12, 17:32
Replies: 4
Views: 4,097
Posted By elros34
Re: Sailfish OS on Moto G4 (plus)

I you have new enough sensorfw and you proximity driver support enabling via sysfs then you can try add similar lines to your /etc/sensorfw/primaryuse.conf...
Forum: SailfishOS 2018-01-14, 22:27
Replies: 16
Views: 3,117
Posted By elros34
Re: Do SDL apps work on Sailfish without modifications?

The sdl code should be at git.merproject.org/mer-core so maybe there. I don't know, better join to #sailfishos at IRC and ask there.
Forum: SailfishOS 2018-01-14, 22:05
Replies: 16
Views: 3,117
Posted By elros34
Re: Do SDL apps work on Sailfish without modifications?

It works now, event.tfinger.x is just touch position and can't be multiplied by window width.
Forum: SailfishOS 2018-01-14, 20:14
Replies: 16
Views: 3,117
Posted By elros34
Re: Do SDL apps work on Sailfish without modifications?

Events are generated but there is something wrong with coordinates. For bottom right corner x/y_mouse_pos are 866643/273391 but I didn't check it more.
Forum: SailfishOS 2018-01-14, 15:52
Replies: 16
Views: 3,117
Posted By elros34
Re: Do SDL apps work on Sailfish without modifications?

You can try my nested compositor qxcompositor from openrepos.
I was able to compile your app but without #define __ANDROID__ so don't know whether touch will works correctly.
Forum: SailfishOS 2017-11-20, 21:52
Replies: 309
Views: 129,347
Posted By elros34
Re: XWayland Victory!

As mentioned earlier for arch you would need to build xwayland with wl_seat.patch otherwise touch will not work.
I can't help if you don't provide me logs from your ubuntu installation (set -x or...
Forum: SailfishOS 2017-11-20, 20:34
Replies: 309
Views: 129,347
Posted By elros34
Re: XWayland Victory!

You must be more verbose. Does ubu_create.sh finished without errors? Try ubu_close.sh and then ubu_chroot.sh once again. You can also uncomment set -x from ubu_* scripts and in image...
Forum: Alternatives 2017-10-09, 13:15
Replies: 3,323
Views: 1,258,618
Posted By elros34
Re: Easy Debian Fremantle Beta Testing

It was half year ago :)
I was able to compile 2.23 and I use it with ubuntu 17.04 on 3.0 kernel.
I only changed MIN_KERNEL_SUPPORTED in debian/sysdeps/linux.mk
Forum: SailfishOS 2017-09-20, 20:06
Replies: 309
Views: 129,347
Posted By elros34
Re: XWayland Victory!

I'm pretty sure /media/sdcard/ is your rootfs and /media/sdcard/52e641ba-23bf-430c-846a-f69a7624d46a is your sd card. You can confirm it using:
df -h /media/sdcard/
df -h...
Forum: Brainstorm 2017-09-17, 21:32
Replies: 125
Views: 94,712
Posted By elros34
Re: App for vector renderer maps, using OpenGL ES 2.0

I have 1GB swap enabled so it is not OOM killer.
Forum: Brainstorm 2017-09-17, 18:36
Replies: 125
Views: 94,712
Posted By elros34
Re: App for vector renderer maps, using OpenGL ES 2.0

Testing: mapbox-sfos 0.1+master.20170916171905.daedaf3-10.6.1.jolla

Device: Photon Q
SFOS version: 2.1.0.11
Helsinki, Punavuori, Kluuvi looks correct but Fabianinkatu and few others flick when...
Forum: SailfishOS 2017-08-27, 15:30
Replies: 4
Views: 1,944
Posted By elros34
Re: Static Page Header with SilicaListView

I use something like that in my apps:
import QtQuick 2.0
import Sailfish.Silica 1.0

Page {
id: page

SilicaFlickable {
anchors.fill: parent
contentHeight:...
Forum: SailfishOS 2017-08-24, 09:01
Replies: 309
Views: 129,347
Posted By elros34
Re: XWayland Victory!

Yes, it would be better to have Xwayland working in sailfish instead recompile it for every distro. Maybe it's enough to build latest Xwayland together with wl_seat.patch (like I did for ubuntu) in...
Forum: SailfishOS 2017-08-21, 18:21
Replies: 309
Views: 129,347
Posted By elros34
Re: XWayland Victory!

I have updated scripts for create/use ubuntu. There are also basic configurations for kwin, weston and qxcompositor.
Use it with caution!
https://github.com/elros34/sailfish_ubu_chroot

Would be...
Forum: General 2017-08-02, 20:59
Replies: 1,154
Views: 271,585
Posted By elros34
Re: The new QWERTY device project

Why don't you test it yourself using TOHKBD? ;)
I have never configured it but If xkb support dead keys then it should works on sailfish.
Forum: General 2017-07-22, 20:58
Replies: 1,154
Views: 271,585
Posted By elros34
Re: The choice of OS of the new QWERTY device project

That's not true. Sailfish support even sticky shift + alt combination.
Forum: Jolla Tablet 2017-06-22, 13:22
Replies: 1,396
Views: 385,583
Posted By elros34
Re: [Pre-Announce] Revival of Jolla Tablet

Does this (http://talk.maemo.org/showpost.php?p=1528591&postcount=237) workaround not work or nobody care to test it on 2.1.0.11?
Forum: Applications 2017-06-04, 12:57
Replies: 387
Views: 158,868
Posted By elros34
Re: [Announce] Webcat Browser

Don't do this please.
predict future, no bugs .. together with publication date of http://blog.qt.io/blog/2011/04/01/qt-hidden-gems/ it sounds like a april fool joke. I know some of them are in qt...
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 09:04.