Active Topics

 


Closed Thread
Thread Tools
Posts: 1,067 | Thanked: 2,383 times | Joined on Jan 2012 @ Finland
#391
Originally Posted by marmistrz View Post
what are the easy debian vs wayland prospects?
Nobody is looking currently on xwayland in Sailfish, but in theory you can run xserver inside wayland compositor. But I would never recommend using easy debian on Sailfish device as you just don't get the user experience with X11 apps. But feel free to experiment with XWayland http://wayland.freedesktop.org/xserver.html

And as in developer mode your system doesm't have any restrictions like N9 aegis, there really is no point for chrooted environments.
__________________
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 8 Users Say Thank You to rainisto For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#392
Originally Posted by rainisto View Post
Nobody is looking currently on xwayland in Sailfish, but in theory you can run xserver inside wayland compositor. But I would never recommend using easy debian on Sailfish device as you just don't get the user experience with X11 apps. But feel free to experiment with XWayland http://wayland.freedesktop.org/xserver.html

And as in developer mode your system doesm't have any restrictions like N9 aegis, there really is no point for chrooted environments.
There is a point The aim is to provide desktop apps without porting loads of libs. You don't get the ux, but you get the funcionality. Well, porting all the kdelibs might be a pita [or will they be already in-repo?]

/edit: and what about libgtk2 + wayland or libgtk3 + wayland for apps on sailfish?
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here

Last edited by marmistrz; 2013-10-27 at 19:57.
 

The Following User Says Thank You to marmistrz For This Useful Post:
Posts: 1,067 | Thanked: 2,383 times | Joined on Jan 2012 @ Finland
#393
No, you dont want desktop apps to a Phone. Thats what your laptop is for.
__________________
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 5 Users Say Thank You to rainisto For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#394
Originally Posted by rainisto View Post
No, you dont want desktop apps to a Phone. Thats what your laptop is for.
What's the difference if I run, let's take, metaflac or vorbiscomment, on desktop Linux or mobile Linux? Just some of the GUI apps would be unusable without a stylus/magnifying glass

Btw. what about built-in magnifying glass like in iOS? (3 fingers to magnify)

/edit: or let's assume I have a track in h2o drum synthetizer. If I want to play it, I just install the desktop app and don't cry that I don't have an app. of course mobile app > desktop app on phone
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here

Last edited by marmistrz; 2013-10-28 at 16:03.
 

The Following User Says Thank You to marmistrz For This Useful Post:
Posts: 735 | Thanked: 1,054 times | Joined on Jun 2010
#395
Originally Posted by bennypr0fane View Post
And LibreOffice. Make Jolla a productivity device.
it would make more sense to hope for a editable version of calligra.

i understand they have cleaned up libreoffice a lot, but i think it will forever remain a complicated beast unsuitable for mobile interfaces if only because of the number of things it is trying to do.
 

The Following 2 Users Say Thank You to Jedibeeftrix For This Useful Post:
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#396
Originally Posted by marmistrz View Post
/edit: and what about libgtk2 + wayland or libgtk3 + wayland for apps on sailfish?
I think GTK3 should be good to go as it should have mainline Wayland support. I would say some mucking with GTK3 packages from Fedora/OpenSuse in Mer OBS should do the job.

GTK2 is more complicated as it does not support Wayland, so XWayland will be needed first for it to work. Hacking it work directly with Wayland might not be an option, as at least GDK is directly using & exposing (I've actually used some of that in modRana ) a lot of X stuff.

Still, GTK is IMHO not that suitable for mobile GUI development. Sure, it is possible, but it is quite a masochistic exercise, provided there are better suited alternatives available, such as Qt.
__________________
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)
 

The Following 2 Users Say Thank You to MartinK For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#397
Originally Posted by MartinK View Post
I think GTK3 should be good to go as it should have mainline Wayland support. I would say some mucking with GTK3 packages from Fedora/OpenSuse in Mer OBS should do the job.

GTK2 is more complicated as it does not support Wayland, so XWayland will be needed first for it to work. Hacking it work directly with Wayland might not be an option, as at least GDK is directly using & exposing (I've actually used some of that in modRana ) a lot of X stuff.

Still, GTK is IMHO not that suitable for mobile GUI development. Sure, it is possible, but it is quite a masochistic exercise, provided there are better suited alternatives available, such as Qt.
Well, using gtk is a real pita. But the aim is to achieve compat with gtk2/libhildon1 apps.
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following User Says Thank You to marmistrz For This Useful Post:
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#398
Originally Posted by marmistrz View Post
Well, using gtk is a real pita. But the aim is to achieve compat with gtk2/libhildon1 apps.
That is a good point - there are still GTK/Hildon applications, such as OSM2GO - without any real alternatives.
__________________
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)
 

The Following User Says Thank You to MartinK For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#399
Originally Posted by MartinK View Post
That is a good point - there are still GTK/Hildon applications, such as OSM2GO - without any real alternatives.
Or Tuner, which is an unique app! It's why I was playing around with libhildon1 on Harmattan - to get this app running

/edit: and it's much easier to "hildonize" gtk interface of an already-gtk app that to rewrite it in Qt.
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following User Says Thank You to marmistrz For This Useful Post:
Moderator | Posts: 5,320 | Thanked: 4,464 times | Joined on Oct 2009
#400
Originally Posted by Jedibeeftrix View Post
it would make more sense to hope for a editable version of calligra.
vaguely recall seeing calligra in nemo github, can't recall what flavour (i.e. read only or editable)
 
Closed Thread

Tags
applications, fm transmiter, infrared led, sailfish


 
Forum Jump


All times are GMT. The time now is 18:48.