Expect a DM
A Wiki is maybe a bit too crazy; are there others who did that in the past? I imagine the community could also positively contribute to it, however.
Expect a DM
A Wiki is maybe a bit too crazy; are there others who did that in the past? I imagine the community could also positively contribute to it, however.
Great!
Iām not sure if anyone used a wiki for this purpose (we have many wikis used for a variety of things), but I donāt see why not. People are generally very considerate of the wikis I think, so you could add a sign asking only Whisperfish devs to edit it, and Iām sure others would respect that.
I believe the most used wikified opening post is Apps that havenāt been ported to aarch64, and that seems to have worked very well! It was meant to be a collaborative post in the first place, which makes the āuse caseā a bit different, though. I think itās worth a try anyway.
Sounds good, letās try that!
Itās now a wiki. Good luck
Iām falling behind but I check and cross reference as much as I canā¦ great work guys!
Unfortunately registration still fails for me. Whisperfish crashes with an exception:
thread 'main' panicked at 'ls command failed to start: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/model/prompt.rs:155:14
looking at the code the message is misleading as itās not ls
thatās missing, but /usr/bin/sailfish-qml
, and that later executable doesnāt exist on my Xperia 10 II with Sailfish 4.4.0.64. What workaround do I need to make this work?
I can file a bug report as well, if you want, but that will probably have to wait a day or two.
@direc85 did we forget to package that file?
Or did I remove it when I was refactoring something in the RPM?
Works for me on xa2 SFOS 4.4.0.64 (32 bit)
sailfish-qml
is provided by Sailfish. Iāll have a look at it, probably in sailjail or packagingā¦ The ls
is a typo in the error message, whoops
Trying to figure out if I did something wrong, I see that both the ānormalā and the 3.4 clients shows as installed in Storeman.
I know that I explicitly installed the main client the other day and today all I did was update it. i wonder what makes Storeman cunfused.
I will try to remove it and re-install it to see if it helps.
That does not help. They will both show as installed, thatās normal. Thereās definitely something wrong at our side!
Ok, I wont do that then
Wouldnāt it be possible to suffix the 3.4 client rpm/name with -3.4
, or similar, to avoid confusion?
I honestly donāt think Iāve thought about that yetā¦ Iāll give it a shot!
That is really weird. Can you run this command on your device?
pkcon search file "/usr/bin/sailfish-qml"
It should list libsailfishapp-launcher
as installed, is this the case? If itās not, you can install it manually by running this command:
devel-su pkcon install libsailfishapp-launcher
If that helps, I think I know where the issue is.
That worked!
[root@Xperia10II-DualSIM defaultuser]# pkcon search file "/usr/bin/sailfish-qml"
Searching by file
Starting
Refreshing software list
Querying
Finished
Available libsailfishapp-launcher-1.2.13-1.7.2.jolla.aarch64 (jolla) QML application launcher for Sailfish apps
[root@Xperia10II-DualSIM defaultuser]# pkcon install libsailfishapp-launcher
Resolving
Querying
Testing changes
Finished [ ] (0%)
The following packages have to be installed:
libsailfishapp-launcher-1.2.13-1.7.2.jolla.aarch64 QML application launcher for Sailfish apps
Proceed with changes? [N/y] y
Installing
Starting
Refreshing software list
Installing packages
Downloading packages
Installing packages
Finished
[root@Xperia10II-DualSIM defaultuser]#
Now I have successfully registered with Signal! Thank you for your work.
I got error: āFailed to setup signal clientā after verification code. How can i check error? X10III.
Do you mean after entering the verification code, or after requesting it?
Run harbour-whisperfish --verbose
from the command line, itāll dump you the necessary logs.