porteus settings centre broken? (solved)

Post here if you are a new Porteus member and you're looking for some help.
cuttyshark
White ninja
White ninja
Posts: 8
Joined: 24 Mar 2024, 14:06
Distribution: Porteus5.01

porteus settings centre broken? (solved)

Post#1 by cuttyshark » 24 Mar 2024, 14:18

Hi, I recently installed porteus 5.01 on usb stick. Works very good and fast, thanks.
The only thing I did was create some modules and placed them in the modules directory, they are activated and work fine.
But in a way I broke the porteus settings centre I think, it doesn't start and when I start it from the command line I get this error:


porteus-settings-centre
Traceback (most recent call last):
File "/usr/bin/porteus-settings-centre", line 7, in <module>
import gi
ImportError: No module named gi

however if I boot with the entry: 'always fresh' the porteus setting centre works as it should.
Any solution for this?
Last edited by cuttyshark on 24 Mar 2024, 21:09, edited 1 time in total.

i3slkiller
Black ninja
Black ninja
Posts: 43
Joined: 03 Feb 2020, 18:51
Distribution: Porteus XFCE v5.0rc2 x86_64
Location: Poland

porteus settings centre broken?

Post#2 by i3slkiller » 24 Mar 2024, 15:43

:hi:

Hmm, it looks like a /usr/bin/python symlink leading to python3 is replaced by some module with symlink leading to python2 executable? :hmmm:

Do this (as root):

Code: Select all

ln -sf python3 /usr/bin/python

User avatar
Blaze
DEV Team
DEV Team
Posts: 3885
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

porteus settings centre broken?

Post#3 by Blaze » 24 Mar 2024, 15:52

Hi cuttyshark,
I don't have this issue
Image
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

User avatar
Ed_P
Contributor
Contributor
Posts: 8374
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

porteus settings centre broken?

Post#4 by Ed_P » 24 Mar 2024, 16:34

Blaze wrote:
24 Mar 2024, 15:52
I don't have this issue
Nor I.
Image
Ed

cuttyshark
White ninja
White ninja
Posts: 8
Joined: 24 Mar 2024, 14:06
Distribution: Porteus5.01

porteus settings centre broken? (solved)

Post#5 by cuttyshark » 24 Mar 2024, 21:12

Thanks i3slkiller, that was the solution, tested after that all the modules I installed and they still all work fine :good:

Post Reply