Browser selection and update tool

Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
User avatar
francois
Contributor
Contributor
Posts: 6435
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Browser selection and update tool

Post#1 by francois » 16 Nov 2023, 07:58

With porteus 5.01, I had an issue with the updating of google chrome. The Browser selection and update tool will not work at all.

Code: Select all

root@porteus:/home/guest# uname -r
5.18.8-porteus
I have used

Code: Select all

root@porteus:/home/guest# update-browser -g
which works fine.

I admit that I am working with a mount iso porteus system with save changes.

Is this a behavior to be expected from the Browser selection and update tool?
Thanks.
Prendre son temps, profiter de celui qui passe.

roadie
Full of knowledge
Full of knowledge
Posts: 400
Joined: 02 Jan 2011, 18:41
Distribution: Porteus 5.0-RC1
Location: In a hayfield

Browser selection and update tool

Post#2 by roadie » 16 Nov 2023, 17:16

@francois

The browser selection tool is working fine from the menu for me.
However, regarding Google Chrome, while it shows the latest version as being 119.0.6045.159, it instead downloads version 117.0.5938.132.

User avatar
francois
Contributor
Contributor
Posts: 6435
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Browser selection and update tool

Post#3 by francois » 16 Nov 2023, 17:41

Thanks for the feedback roadie.
Prendre son temps, profiter de celui qui passe.

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3941
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Browser selection and update tool

Post#4 by ncmprhnsbl » 17 Nov 2023, 02:25

francois wrote:
16 Nov 2023, 07:58
root@porteus:/home/guest# uname -r
5.18.8-porteus
are you sure this is v5.01 iso?
the kernel that comes with v5.01 is 6.5.5
francois wrote:
16 Nov 2023, 07:58
The Browser selection and update tool will not work at all.
works fine here
which DE and what's the output of $ gtk-browser-update
roadie wrote:
16 Nov 2023, 17:16
However, regarding Google Chrome, while it shows the latest version as being 119.0.6045.159, it instead downloads version 117.0.5938.132.
can only assume that you answered y to "Would you like to download the porteus server version? [y/n]" , instead of the next question after choosing n
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

roadie
Full of knowledge
Full of knowledge
Posts: 400
Joined: 02 Jan 2011, 18:41
Distribution: Porteus 5.0-RC1
Location: In a hayfield

Browser selection and update tool

Post#5 by roadie » 17 Nov 2023, 03:52

ncmprhnsbl wrote:
17 Nov 2023, 02:25


can only assume that you answered y to "Would you like to download the porteus server version? [y/n]" , instead of the next question after choosing n

You are correct.....and I stand corrected. You are given the choice of downloading the latest version if you decline the server version.

User avatar
francois
Contributor
Contributor
Posts: 6435
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Browser selection and update tool

Post#6 by francois » 17 Nov 2023, 10:27

@ncmprhnsbl:
I have a few linux boxes and they are not all up to date with porteus. Which is why I gave uname -r:

Code: Select all

guest@porteus:~$ uname -r
5.18.8-porteus

Looking in my /mnt/sdb3/isos/ I can confirm that this is porteus 5.0. Maybe it is not really worth your attention and your time. Though I have an unsolved issue on a second linux box with porteus 5.01: blazes printing module will not work for me (I am the execption). :(

Code: Select all

guest@porteus:~$ gtk-browser-update
Traceback (most recent call last):
  File "/usr/bin/gtk-browser-update", line 8, in <module>
    import gi
ImportError: No module named gi
guest@porteus:~$ 
Thanks.

Note once more, as a bad practice:
I admit that I am working with a mount iso porteus system with save changes.
Prendre son temps, profiter de celui qui passe.

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

Browser selection and update tool

Post#7 by Ed_P » 17 Nov 2023, 16:51

francois wrote:
17 Nov 2023, 10:27
Note once more, as a bad practice:
I admit that I am working with a mount iso porteus system with save changes.
I would hardly call that a bad practice since I've been doing that for years. :good: And that is not what you said here:
francois wrote:
17 Nov 2023, 10:56
All my actual needs are met by porteus thru hdd install thru the iso file.
And an advantage of using ISOs is it is easy to change releases; download the new ISO, change the grub2 boot script to refer to the new ISO and boot.

What does this show when you run it on your system?

Code: Select all

ISO=`cat /proc/cmdline | sed -e 's/^.*from=//' -e 's/ .*$//'`
echo ISO: $ISO
Ed

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3941
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Browser selection and update tool

Post#8 by ncmprhnsbl » 17 Nov 2023, 23:33

francois wrote:
17 Nov 2023, 10:27
ImportError: No module named gi
somehow, your python is messed up, and none of the porteus gui apps/dialogs(apart from gtkdialog ones) will work..
taking a wild guess, it could be that you have python2 installed and it has linked /usr/bin/python to it instead of python3

Code: Select all

ll /usr/bin | grep python
or less likely that you've somehow removed gobject-introspection or pygobject..
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

Post Reply