|
2019-12-31
, 12:28
|
Posts: 146 |
Thanked: 1,615 times |
Joined on Dec 2016
|
#22
|
How about Load Applet? I think that is usefull to see the cpu and ram usage bar. Many times I look them to see if something is still loading so I do not hesitate on trying to get something to work if there is load still going on. And those help to see if something stays consuming resources in the back. And that applet has also the sceenshot as well as screen recording which could be usefull if someone wants to show something.
Isn't telepathy basically dead? At least telepathy-gabble didn't have any significant commits since 2014: https://github.com/TelepathyIM/telep...commits/master
On SailfishOS, Shmoose decided not to integrate with Telepathy either. But it will need to keep compatibility with the ancient SailfishOS software stack, which we'd rather avoid on Leste.
I think the best option right now would be to make use of Dino. It'll need some work, such as adding some tray icon support, etc., but it's closest to what we need on Leste. I'll take a look if it builds at all.
/edit: the mesa dev packages are broken on Leste:
pulls libegl1-mesa-dev as a dependency:Code:$ sudo apt install debhelper cmake valac libgee-0.8-dev libsqlite3-dev libgtk-3-dev libgpgme-dev libsoup2.4-dev libgcrypt20-dev libqrencode-de
/edit2: this is probably an issue with Devuan, on Debian libegl1-mesa-dev, doesn't ship libEGL.so.Code:user@devuan-n900:~/dino/dino-0.0~git620.20191229.81bde91$ sudo apt install -f Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done The following additional packages will be installed: libegl1-mesa-dev The following NEW packages will be installed: libegl1-mesa-dev 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 147 not fully installed or removed. Need to get 0 B/55.4 kB of archives. After this operation, 155 kB of additional disk space will be used. Do you want to continue? [Y/n] y (Reading database ... 49624 files and directories currently installed.) Preparing to unpack .../libegl1-mesa-dev_13.0.6-1+b2_armhf.deb ... Unpacking libegl1-mesa-dev:armhf (13.0.6-1+b2) ... dpkg: error processing archive /var/cache/apt/archives/libegl1-mesa-dev_13.0.6-1+b2_armhf.deb (--unpack): trying to overwrite '/usr/lib/arm-linux-gnueabihf/libEGL.so', which is also in package ti-omap3-sgx 1.4.268.4+1m7 Errors were encountered while processing: /var/cache/apt/archives/libegl1-mesa-dev_13.0.6-1+b2_armhf.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
Anyway, if this broken dependency is just ignored, dino builds fine and even runs.
https://i.imgur.com/UBr4gUo.jpghttps://i.imgur.com/eb6eDdb.jpg
Unfortunately, gtk3 apps don't really integrate with hildon-desktop and the status bar overlaps with the important UI parts.
I used the official Debian packages from here: http://download.opensuse.org/reposit...ino/Debian_10/
|
2019-12-31
, 15:49
|
|
Posts: 3,141 |
Thanked: 8,161 times |
Joined on Feb 2013
@ From my Gabriola Island hermitage, near the Edge of the World
|
#23
|
Thing preventing me adding packages to the wiki - is that I don't understand what you ask for. What is this wiki you are speaking of (a thread? a site?), if a site do I need to subscribe before I can add there anything, and do you mean I should find the packages from the repository, save them on my N900 (without installing) and then add them to this wiki somehow - or are you just asking to add the names of these application (does it need to be exact package name with version details) to a same kind of post as this one?
I have been 1 1/2 year quite active here and yet don't understand at all what you ask for. Yet it may be clear to everyone else who reads it. It is quite funny how in on something I can be (or seem I'm in).and yet I am actually all the time being so out of things what people are talking about.
"Add packages to a wiki" can mean many things for me and I don't know the right meaning in this case.
|
2019-12-31
, 18:50
|
|
Posts: 584 |
Thanked: 1,550 times |
Joined on Sep 2019
|
#24
|
The Following User Says Thank You to nonsuch For This Useful Post: | ||
|
2019-12-31
, 19:37
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#25
|
on the wishlist page, it needs to be ported to gst 1.0. (gstreamer)
Fun to see someone else try something adventurous!
I think most projects use telepathy with ofono for telephony, so it's probably a sane choice for that. I can't really comment on gabble.
The EGL issue you're seeing might be related to how we have packaged PowerVR on the Nokia N900.
As far as Gtk3 goes - indeed. We need a Gtk3 theme, and we need to forward port the hildon widgets. Probably in that order.
The Following User Says Thank You to marmistrz For This Useful Post: | ||
|
2019-12-31
, 19:48
|
Posts: 146 |
Thanked: 1,615 times |
Joined on Dec 2016
|
#26
|
I guess it betrays my ignorance, but...
is it possible to use/install proprietary/closed-source apps from the original N900 OS on Leste? Possibly to ensure functionality that currently is not available on Leste?
Not "officially" I guess, but by manually adding the (which?) sources to apt?
And if yes, would these apps be installable & fully compatible with Maemo Leste?
And what about the huge catalogue of opensource apps that exists for the Maemo/MeeGo platform? Openrepos etc.?
I'm not so sure. On one hand, there is ti-omap3-sgx-dev. On the other, dev packages should not contain any .so files. These may have been just symlinks, but I won't be able to check it right now. It would be worth checking if devuan still includes .so files in the newer versions or in backports.
|
2019-12-31
, 20:10
|
Posts: 330 |
Thanked: 860 times |
Joined on May 2011
|
#27
|
|
2019-12-31
, 23:59
|
|
Posts: 1,718 |
Thanked: 4,764 times |
Joined on Apr 2018
@ Helsinki, Finland.
|
#28
|
|
2020-01-01
, 12:51
|
|
Posts: 584 |
Thanked: 1,550 times |
Joined on Sep 2019
|
#29
|
The Following User Says Thank You to nonsuch For This Useful Post: | ||
On SailfishOS, Shmoose decided not to integrate with Telepathy either. But it will need to keep compatibility with the ancient SailfishOS software stack, which we'd rather avoid on Leste.
I think the best option right now would be to make use of Dino. It'll need some work, such as adding some tray icon support, etc., but it's closest to what we need on Leste. I'll take a look if it builds at all.
/edit: the mesa dev packages are broken on Leste:
Anyway, if this broken dependency is just ignored, dino builds fine and even runs.
Unfortunately, gtk3 apps don't really integrate with hildon-desktop and the status bar overlaps with the important UI parts.
I used the official Debian packages from here: http://download.opensuse.org/reposit...ino/Debian_10/
If you want to support my work, you can donate by PayPal or Flattr
Projects no longer actively developed: here
Last edited by marmistrz; 2019-12-30 at 16:03.