View Full Version : Easy Debian Equivalent on Jolla Phone and Tablet
With TOHKBD rev2 and the Jolla Tablet on its way in the coming months, I would love to see development of an Easy Debian like approach for Sailfish. This would give folks access to Libre Office, fortran compilers (for old folks like myself...) and a multitude of useful software. Is there currently any work on this? Thanks!
mattaustin
2015-02-09, 13:18
This might be helpful, thp posted it on his blog about a week ago:
http://thpmaemo.blogspot.com.au/2015/01/running-debian-sid-on-sailfish-os.html
:)
Afaik* one main problem on Sailfish is, that there's no nice way to get an x-server or any x-forwarding running.
In Easy Debian this is done via xephyr, which almost has no influence on performance at all as long as you don't need hardware accelerated graphics. In Sailfish you'd be stuck with some vnc solution, which generally works fine, but is slow and conceptually ugly.
http://thpmaemo.blogspot.com.au/2015/01/running-debian-sid-on-sailfish-os.htmljust mentioning:
There's a typo in this blog post:echo "deb http://http.debian.net/debian sid main" \
>/home/nemo/sid/etc/apt/source.listThis needs to be:echo "deb http://http.debian.net/debian sid main" \
>/home/nemo/sid/etc/apt/sources.list
In principle you should already be able to grab a random Easy Debian image, chroot into it, install some vncserver (e.g. tightvncserver or vnc4server), configure it to create a desktop matching your phone's display resolution on $DISPLAY :1, and run it.
Then you can connect to this desktop using whatever vncviewer Sailfish offers by specifying the correct display (in my example :1) and port (default port should be in the server's documentation).
*) Which might be totally wrong due to mere hearsay on my side.
vBulletin® v3.8.8, Copyright ©2000-2025, vBulletin Solutions, Inc.