Fresh reinstall of Openstore failed
-
@uwahl Could it related to this problem?
https://forums.ubports.com/topic/1636/reinstall-music-app?_=1760454418329
I think Openstore is a pre-installed app like Music. You could try deleting the sym link and rebooting as stated in the Music app problem.
-
If i'm not wrong try the command line in terminal :
sudo rm -f /opt/click.ubuntu.com/.click/users/{@all,phablet}/openstore.ubports
. Seeing if the openstore app is showing again after a reboot. If not, trying reinstalling openstore.click with UTTT after the command line (with maybe a reboot). -
@domubpkm , @Ian
thanks for your answers. Rebooting after removing the folder did not work. Also the installing of the openstore.click file via uttt and also via commandline did not work...
I used the focal version of openstore.click, where can I find the Noble version for openstore.click installation? -
The trial by commandline ended with an error:
phablet@ubuntu-phablet:~$ cd /home/phablet/Downloads
phablet@ubuntu-phablet:~/Downloads$ sudo pkcon --allow-untrusted install-local openstore.openstore-team_3.6.1_arm64.click
[sudo] password for phablet:
Installing files [==============]
Finished [==============]
Testing changes [ == ] The daemon crashed mid-transaction!ror != NULL' fphablet@ubuntu-phablet:~/Downloads$(pkcon:7424): GLib-GIO-CRITICAL **: 21:45:29.836: GTask 0x5dcdc8c040 (source object: 0x5dcdc8eb90, source tag: 0x72416fff00) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.
-
Is there an "off core" version of openstore.click for Noble for a further trial?
-
@uwahl
The way to install .click since Focal is with:
( to adapt with your click )
sudo click install --allow-unauthenticated --all-users ./calendar.ubports_1.0.0_all.click -
@lduboeuf
I tried:
sudo click install --allow-unauthenticated --all-users /home/phablet/Downloads/openstore.openstore-team_3.6.1_arm64.click
WARNING:root:Signature check failed, but installing anyway as requested** (process:11094): CRITICAL **: 18:33:39.067: file user.c: line 3452: uncaught error: openstore.openstore-team is hidden for user phablet (click-user-error-quark, 6)
No success. In downloads only focal openstore.click (and previous) can be found. No download for Noble. Maybe that is the reason why?
pixel 3axl on 24.04 dev
-
@uwahl better would be to install it directly trough open store app. e.g from fileManager open with openstore
-
@lduboeuf
...good idea, but impossible for me, because I seem having lost openstore completely from my app list. It doesn't show up as an option to handle a file...and just in case openstore is present (as a core app it should be?) it is completely hidden to me. Even after the upgrade to Noble...
So, how can I get back openstore app other than with a complete reflashing of the system? -
You can first try to install UT again with UBports Installer. Don't check "Wipe" neither "Bootstrap partition". Then, you will restore Ubuntu Touch with all your data.
If this doesn't work, you can try the following method, but warn that it's quite dangerous if you delete any wrong file, and that can lead to a non working device. So do this ONLY if you know what you are doing and assume the risk....
First, list all residues of the OpenStore:
$ sudo find /opt -iname *openstore*
and
$ sudo find /opt -iname *openstore-team*
Note all related packages (warn that it's not attached to another app)
Then delete all those related files like:
$ sudo mount -o remount,rw / sudo rm -rf /opt/click.ubuntu.com/.click/users/phablet/'openstore_file'.ubports
(Replace 'openstore_file' with the name of the package you have listed / check the exact path as well).
Repeat this with all the remaining files related to the OpenStore.
Then, Re-install Ubuntu Touch using UBports Installer without checking "Wipe Data" nor "Bootstrap partition".
OpenStore should re-appear at the first reboot.