Rebornos welcome app don't launch

rebornos app does not launch, any help would be appreciated.

Thanks

@robodonster70
Which app are you referring to, could you add more details or screenshots? Is this about the FIRE app?

no it’s the welcome app

Ah. Which desktop environment are you on? Some of the desktop environments are very old and use Python2, which somehow interferes with the Python3 welcome app

i tried gnome,plasma6,cinnamon

Oh. Okay. Perhaps I have to recompile the libraries for the app and release a new version. I apologize. Could you do a test by running

rebornos-welcome

on a terminal? What output does it show?
@robodonster70

ModuleNotFoundError: No module named ‘pysetting’
[phedont70@phedon-zenbookux462da ~]$ rebornos-welcome
Traceback (most recent call last):
File “/opt/rebornos-welcome/main.py”, line 26, in
from pysetting import JSONConfiguration # For reading and writing settings files
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named ‘pysetting’

@robodonster70

I see. I believe a Python update may have made the library unusable. The libraries need to be recompiled. I can do it within a day.

Currently, what do you intend to use the welcome app for? I can help you perform the same tasks without the welcome app until the update is released. Are you using it to launch the installer on the live ISO? Or do you want to install/launch an app?

nothing much I’ll wait for your recompile, let me know when

thanks alot…

Hi @robodonster70 , could you please download Release v0.0.14 ¡ pvshvp-oss/pyrunning ¡ GitHub and Release v0.0.7 ¡ pvshvp-oss/pysetting ¡ GitHub , open a terminal and navigate to the folder you downloaded these files to, and install them with

sudo pacman -U python-pyrunning*.pkg* python-pysetting*.pkg*

yay -Syyu

And then try to launch the welcome app?

Hi,

I followed the steps but didn’t work! is there a way to push it through on updates?

Could you please provide me some details so that I know what is wrong? Could you share the outputs of the below commands?

pacman -Q python-pyrunning

pacman -Q python-pysetting

pacman -Q python

rebornos-welcome

pacman -Q python-pysetting

pacman -Q python

rebornos-welcome
python-pyrunning 0.0.13-1
python-pysetting 0.0.6-1
python 3.12.3-1
Traceback (most recent call last):
File “/opt/rebornos-welcome/main.py”, line 26, in
from pysetting import JSONConfiguration # For reading and writing settings files
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

It looks like you were not able to successfully run the pacman -U command to install the latest release from GitHub. The library packages still show the previous versions.

Did you encounter an error while installing them?

I don’t think I did should I run the pacman -U command the same as before?

Thanks again for your help

Yeah. You should download the latest releases of both the libraries from Github and install them locally using pacman -U as indicated above. I have tested that they work fine on my system

In addtion the following error occur

No module named ‘pysetting’

You should verify that the latest versions of python-pyrunning and python-pysetting are installed. 0.0.14 and 0.0.7

error: ‘python-pyrunning*.pkg*’: could not find or read package
error: ‘python-pysetting*.pkg*’: could not find or read package

Check if you have navigated to the directory you downloaded the files in. Usually you can do that with

cd ~/Downloads