Reply
Thread Tools
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#21
Originally Posted by nieldk View Post
So, the memory read error is this statement:
My version of lipstick is the latest released update, 1.0.8 , not git one

the crashing function is void ShellSurface::shell_surface_pong and the problem is that m_surface->waylandSurface() returns NULL.
(ah, the problems with asynchronous IPC... ).

Also:
Code:
m_transientInactive = false, 
  m_isCursorSurface = false, m_visible = true, m_invertY = true, 
  m_bufferType = QWaylandSurface::Shm, m_surfaceWasDestroyed = false, 
  m_deleteGuard = false, m_destroyed = true

Last edited by javispedro; 2014-09-29 at 15:57.
 

The Following 2 Users Say Thank You to javispedro For This Useful Post:
www.rzr.online.fr's Avatar
Posts: 1,348 | Thanked: 1,863 times | Joined on Jan 2009 @ fr/35/rennes
#22
gz javispedro I knew it was doable , do know where do you want to support X11 ? what about hw accel in x now ? like egl and qtquick2
__________________
Current obsession:

https://purl.org/rzr/abandonware

Please help to list all maemo existing apps :

https://github.com/abandonware/aband...ment-578143760

https://wiki.maemo.org/Apps#

I am looking for " 4 inch TFT LCD display screen " for Nokia n950 HandSet

http://rzr.online.fr/q/lcd


Also, I need online storage to archive files :

http://db.tt/gn5Qffd6#

https://my.pcloud.com/#page=register...e=g8ikZmcfEJy#
 
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#23
Originally Posted by www.rzr.online.fr View Post
gz javispedro I knew it was doable , do know where do you want to support X11 ? what about hw accel in x now ? like egl and qtquick2
What about Py/GTK2 ? Worked quite nicely on Harmattan.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 
Posts: 385 | Thanked: 426 times | Joined on Dec 2009 @ Gothenburg, Sweden
#24
we simply knew from the beginning, it is just a matter of time until someone in this highly competent community comes up with a working port.
Good work javispedro!

for integration of this xwayland server to work with ssh, I guess there is some extra work needed too?

I am rather split in my opinion about this, I love having x11 forwarding, bu t I can also see how ugly apps will be if they will be crosscompiled to run locally with x11. The possibility is always nice, but the question is still there, should we really let all those old apps pour in to the Jolla?
Me thinks not. But I do want sdl1.2 support still, but that's another thing I suppose.
 

The Following 2 Users Say Thank You to Larswad For This Useful Post:
www.rzr.online.fr's Avatar
Posts: 1,348 | Thanked: 1,863 times | Joined on Jan 2009 @ fr/35/rennes
#25
for forwarding display you could use RDP wayland backend ...

But for my point of view , the only use I'll have is to run other OS in a chroot , ie: harmattan apps like maps/drive
__________________
Current obsession:

https://purl.org/rzr/abandonware

Please help to list all maemo existing apps :

https://github.com/abandonware/aband...ment-578143760

https://wiki.maemo.org/Apps#

I am looking for " 4 inch TFT LCD display screen " for Nokia n950 HandSet

http://rzr.online.fr/q/lcd


Also, I need online storage to archive files :

http://db.tt/gn5Qffd6#

https://my.pcloud.com/#page=register...e=g8ikZmcfEJy#
 

The Following User Says Thank You to www.rzr.online.fr For This Useful Post:
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#26
Originally Posted by www.rzr.online.fr View Post
what about hw accel in x now ? like egl and qtquick2
See my original post, it will be "hard" (albeit certainly not impossible). It may be relatively easier to do some kind of indirect rendering. Otherwise any chroots using OpenGL ES will need to link with libhybris. Since I'm only wasting a few hours per week on this it's highly improbable I'll manage that

But why? QtQuick2 requires Qt5, which should already work in Wayland? The only use case I can see here it's Maemo Gtk2/Qt4 programs, which I would like to see somewhat working.
 

The Following 3 Users Say Thank You to javispedro For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#27
Originally Posted by Larswad View Post
I am rather split in my opinion about this, I love having x11 forwarding, bu t I can also see how ugly apps will be if they will be crosscompiled to run locally with x11. The possibility is always nice, but the question is still there, should we really let all those old apps pour in to the Jolla?
I do not think it is a problem really, and for me the impostant thing is not just running local X apps in Jolla, rather the ability to have X forwarding work, that is paramount.

For example, to get VPNC connectivity I run a token generator on my server. The generator works in a java midp emulator that runs the application from RSA.
This application is only available as a legacy X application, so if I want to enable VPN in my jolla I need to connect to the token generator.
 

The Following 2 Users Say Thank You to juiceme For This Useful Post:
Posts: 1,067 | Thanked: 2,383 times | Joined on Jan 2012 @ Finland
#28
Originally Posted by juiceme View Post
For example, to get VPNC connectivity I run a token generator on my server. The generator works in a java midp emulator that runs the application from RSA.
This application is only available as a legacy X application, so if I want to enable VPN in my jolla I need to connect to the token generator.
What kind of tokens are you generating? If you mean RSA SecurID tokens, then you can already generate them with native sailfish OS binary (google search "stoken").
__________________
IRC: jonni@freenode
Sailfish: ¤ Qt5 SailfishTouchExample ¤ Qt5 MultiPointTouchArea Example ¤ ipaddress ¤ stoken ¤ Sailbox (Dropbox client) ¤
Harmattan: ¤ Presence VNC for Harmattan ¤ Live-F1 ¤ BTinput-terminal ¤ BabyLock ¤ BabyLock Trial ¤ QML TextTV ¤
Disclaimer: all my posts in this forum are personal trolling and I never post in any official capacity on behalf of any company.
 

The Following User Says Thank You to rainisto For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#29
Originally Posted by rainisto View Post
What kind of tokens are you generating? If you mean RSA SecurID tokens, then you can already generate them with native sailfish OS binary (google search "stoken").
Well what can I say... Cannot do that 'cos our IM personnel are dickhead *****s

To use stoken I'd need to get the token seed code in a format importable to stoken. Unfortunately that's not allowed to us, instead they create the seed bound to a device IMEI and distribute it in hashed mode usable only in an "official RSA client"

I did put some effort in recoding the seed to a distributable format but was not very successiful at it.
 
Posts: 1,067 | Thanked: 2,383 times | Joined on Jan 2012 @ Finland
#30
Originally Posted by juiceme View Post
Well what can I say... Cannot do that 'cos our IM personnel are dickhead *****s
Ah, ofcourse if IT doesnt want to give you the seed in readable format, then its a bit DOH
__________________
IRC: jonni@freenode
Sailfish: ¤ Qt5 SailfishTouchExample ¤ Qt5 MultiPointTouchArea Example ¤ ipaddress ¤ stoken ¤ Sailbox (Dropbox client) ¤
Harmattan: ¤ Presence VNC for Harmattan ¤ Live-F1 ¤ BTinput-terminal ¤ BabyLock ¤ BabyLock Trial ¤ QML TextTV ¤
Disclaimer: all my posts in this forum are personal trolling and I never post in any official capacity on behalf of any company.
 

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

Thread Tools

 
Forum Jump


All times are GMT. The time now is 17:12.