* older and newer Versions of IceCat
@ 2022-02-22 18:33 Gottfried
[not found] ` <6018a990-e452-d87c-8642-7caf691ce2d6@uni-bremen.de>
0 siblings, 1 reply; 8+ messages in thread
From: Gottfried @ 2022-02-22 18:33 UTC (permalink / raw)
To: help-guix
Hi,
I upgraded my system and IceCat updated to 91.6 but when opening it, the
version 91.5 opens.
In my generations there are + and - listed:
Generation 33 18. Februar 2022 15:35:27
+ gnucash 4.6 out
/gnu/store/lxr7lq0hdwz77a1cisvz5qwkwznwxqkm-gnucash-4.6
+ hpcguix-web 0.2.0 out
/gnu/store/4s9yx1dkmckx4h9zwn64s60npi4b64yg-hpcguix-web-0.2.0
+ icedove 91.6.1 out
/gnu/store/przjhqp2bhkisb3c5vn4xrkcwq34slma-icedove-91.6.1
+ claws-mail 4.0.0 out
/gnu/store/q0181iky0bnf1hs9g45v8972kh9swcgv-claws-mail-4.0.0
+ denemo 2.5.0 out
/gnu/store/b63ilh11yy1i8vyfr66rrhdrwykvcd2s-denemo-2.5.0
+ calibre 5.21.0 out
/gnu/store/y90mkqib721kh1fr0mhcc3kgarf7yqvd-calibre-5.21.0
+ vlc 3.0.16 out
/gnu/store/6mbhbs0qna8bwrl7458cc5af8rcr6fkl-vlc-3.0.16
+ ungoogled-chromium 98.0.4758.102-1 out
/gnu/store/zl70ybb266vrwnfhq8d86ml4lvnb3pfy-ungoogled-chromium-98.0.4758.102-1
+ icecat 91.6.0-guix0-preview1 out
/gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm-icecat-91.6.0-guix0-preview1
+ libreoffice 7.1.4.2 out
/gnu/store/xpgm0m6vfhsk813fwvdin6hi49h6bykr-libreoffice-7.1.4.2
+ recutils 1.8 out
/gnu/store/0xkqy1cqy3mwxij51fnxr3q1ij0fdmsx-recutils-1.8
- gnucash 4.6 out
/gnu/store/l5blqbqd48pmq9k2dqnryl3f6mxiqhd0-gnucash-4.6
- hpcguix-web 0.2.0 out
/gnu/store/98bxvpbqw727cglimkg4x4vlxglysp6n-hpcguix-web-0.2.0
- icedove 91.5 out
/gnu/store/rmly36prvd1jaxx91p8h7gwwg3jhdllh-icedove-91.5
- claws-mail 4.0.0 out
/gnu/store/lrv5i33rdjcliwmg7svclcw855w4yary-claws-mail-4.0.0
- denemo 2.5.0 out
/gnu/store/kh5vz41z5w5n7ixv6n0dwk65f1ibfxmx-denemo-2.5.0
- calibre 5.21.0 out
/gnu/store/nrc8qa4ah9v5lw9vvbr0p9ll10qm06yk-calibre-5.21.0
- vlc 3.0.16 out
/gnu/store/rgzzv23rwa2g4rfcrig1snpp2mw6x9hq-vlc-3.0.16
- ungoogled-chromium 97.0.4692.99-1 out
/gnu/store/3j6x96869ajiglrxhgv2yxrnnmlyvk68-ungoogled-chromium-97.0.4692.99-1
- icecat 91.5.0-guix0-preview1 out
/gnu/store/r9n91hxqnsfvp5m55s40i3sxf4rpl8c2-icecat-91.5.0-guix0-preview1
- libreoffice 7.1.4.2 out
/gnu/store/kh9dff0ri6768r6msvnm0xajhcds3wzm-libreoffice-7.1.4.2
- recutils 1.8 out
/gnu/store/z53jx3vg2q1cszyakh8mmzrmx1zk4q0g-r
Did I make a mistake and install packages by chance in root and thatś
why my versions stay on the installed ones without being able in my user
account to upgrade to newer versions?
If so, whatś the best way to delete my packages in root, which don´t
need to be there?, so that, if I upgrade in my user account, the
packages get updated.
If there is an other mistake, I would be glad to know what to do.
gottfried
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: older and newer Versions of IceCat
[not found] ` <6018a990-e452-d87c-8642-7caf691ce2d6@uni-bremen.de>
@ 2022-02-23 18:20 ` Gottfried
2022-02-24 13:32 ` Martin Castillo
0 siblings, 1 reply; 8+ messages in thread
From: Gottfried @ 2022-02-23 18:20 UTC (permalink / raw)
To: Martin Castillo, help-guix
> How do you open it? Via a startmenu or another graphical way?
to open via startmenu or Alt+F2 or through the graphical way or through
the terminal opens always the older version of icecat 91.5
Can you give us the output of
> echo $PATH?
gfp@Tuxedo ~$ echo $PATH?
/run/setuid-programs:/home/gfp/.config/guix/current/bin:/home/gfp/.guix-profile/bin:/home/gfp/.guix-profile/sbin:/run/current-system/profile/bin:/run/current-system/profile/sbin?
If I run in root:
root@Tuxedo ~# guix package --list-installed
nothing comes up
gottfried
Am 22.02.22 um 23:20 schrieb Martin Castillo:
> Hi,
>
> Am 22.02.22 um 19:33 schrieb Gottfried:
>> Hi,
>> I upgraded my system and IceCat updated to 91.6 but when opening it,
>> the version 91.5 opens.
>
> How do you open it? Via a startmenu or another graphical way? I use
> xfce4-panel, and when I added a firefox starter, it automatically saved
> the absolute path to the binary. In guix, this means it will always
> point to that one version.
>
> What version starts if you launch it from terminal (or Alt+F2)?
> Can you give us the output of
> echo $PATH?
>
>
>>
>> In my generations there are + and - listed:
>>
>> Generation 33 18. Februar 2022 15:35:27
>> + gnucash 4.6 out
>> /gnu/store/lxr7lq0hdwz77a1cisvz5qwkwznwxqkm-gnucash-4.6
>> + hpcguix-web 0.2.0 out
>> /gnu/store/4s9yx1dkmckx4h9zwn64s60npi4b64yg-hpcguix-web-0.2.0
>> + icedove 91.6.1 out
>> /gnu/store/przjhqp2bhkisb3c5vn4xrkcwq34slma-icedove-91.6.1
>> + claws-mail 4.0.0 out
>> /gnu/store/q0181iky0bnf1hs9g45v8972kh9swcgv-claws-mail-4.0.0
>> + denemo 2.5.0 out
>> /gnu/store/b63ilh11yy1i8vyfr66rrhdrwykvcd2s-denemo-2.5.0
>> + calibre 5.21.0 out
>> /gnu/store/y90mkqib721kh1fr0mhcc3kgarf7yqvd-calibre-5.21.0
>> + vlc 3.0.16 out
>> /gnu/store/6mbhbs0qna8bwrl7458cc5af8rcr6fkl-vlc-3.0.16
>> + ungoogled-chromium 98.0.4758.102-1 out
>> /gnu/store/zl70ybb266vrwnfhq8d86ml4lvnb3pfy-ungoogled-chromium-98.0.4758.102-1
>>
>> + icecat 91.6.0-guix0-preview1 out
>> /gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm-icecat-91.6.0-guix0-preview1
>> + libreoffice 7.1.4.2 out
>> /gnu/store/xpgm0m6vfhsk813fwvdin6hi49h6bykr-libreoffice-7.1.4.2
>> + recutils 1.8 out
>> /gnu/store/0xkqy1cqy3mwxij51fnxr3q1ij0fdmsx-recutils-1.8
>> - gnucash 4.6 out
>> /gnu/store/l5blqbqd48pmq9k2dqnryl3f6mxiqhd0-gnucash-4.6
>> - hpcguix-web 0.2.0 out
>> /gnu/store/98bxvpbqw727cglimkg4x4vlxglysp6n-hpcguix-web-0.2.0
>> - icedove 91.5 out
>> /gnu/store/rmly36prvd1jaxx91p8h7gwwg3jhdllh-icedove-91.5
>> - claws-mail 4.0.0 out
>> /gnu/store/lrv5i33rdjcliwmg7svclcw855w4yary-claws-mail-4.0.0
>> - denemo 2.5.0 out
>> /gnu/store/kh5vz41z5w5n7ixv6n0dwk65f1ibfxmx-denemo-2.5.0
>> - calibre 5.21.0 out
>> /gnu/store/nrc8qa4ah9v5lw9vvbr0p9ll10qm06yk-calibre-5.21.0
>> - vlc 3.0.16 out
>> /gnu/store/rgzzv23rwa2g4rfcrig1snpp2mw6x9hq-vlc-3.0.16
>> - ungoogled-chromium 97.0.4692.99-1 out
>> /gnu/store/3j6x96869ajiglrxhgv2yxrnnmlyvk68-ungoogled-chromium-97.0.4692.99-1
>>
>> - icecat 91.5.0-guix0-preview1 out
>> /gnu/store/r9n91hxqnsfvp5m55s40i3sxf4rpl8c2-icecat-91.5.0-guix0-preview1
>> - libreoffice 7.1.4.2 out
>> /gnu/store/kh9dff0ri6768r6msvnm0xajhcds3wzm-libreoffice-7.1.4.2
>> - recutils 1.8 out
>> /gnu/store/z53jx3vg2q1cszyakh8mmzrmx1zk4q0g-r
>>
>> Did I make a mistake and install packages by chance in root and thatś
>> why my versions stay on the installed ones without being able in my
>> user account to upgrade to newer versions?
>>
> If you run guix pull as your user and not as root, it installs the
> programs in your profile.
> Login as root (sudo -i) and let guix list the installed packages to see
> roots packages.
>
>
>> If so, whatś the best way to delete my packages in root, which don´t
>> need to be there?, so that, if I upgrade in my user account, the
>> packages get updated.
> $ sudo -i
> # guix package -r icecat ...
>
>>
>> If there is an other mistake, I would be glad to know what to do.
>>
>> gottfried
>>
> Martin
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: older and newer Versions of IceCat
2022-02-23 18:20 ` Gottfried
@ 2022-02-24 13:32 ` Martin Castillo
2022-02-24 17:43 ` Gottfried
0 siblings, 1 reply; 8+ messages in thread
From: Martin Castillo @ 2022-02-24 13:32 UTC (permalink / raw)
To: Gottfried, help-guix
Am 23.02.22 um 19:20 schrieb Gottfried:
>
> > How do you open it? Via a startmenu or another graphical way?
>
> to open via startmenu or Alt+F2 or through the graphical way or through
> the terminal opens always the older version of icecat 91.5
> That's weird. How do you determine the version? Via the graphical info
menu or on the commandline?
>
> Can you give us the output of
> > echo $PATH?
>
> gfp@Tuxedo ~$ echo $PATH?
> /run/setuid-programs:/home/gfp/.config/guix/current/bin:/home/gfp/.guix-profile/bin:/home/gfp/.guix-profile/sbin:/run/current-system/profile/bin:/run/current-system/profile/sbin?
>
What's the output of type -a icecat?
>
>
> If I run in root:
> root@Tuxedo ~# guix package --list-installed
> nothing comes up
>
> gottfried
>
>
>
> Am 22.02.22 um 23:20 schrieb Martin Castillo:
>> Hi,
>>
>> Am 22.02.22 um 19:33 schrieb Gottfried:
>>> Hi,
>>> I upgraded my system and IceCat updated to 91.6 but when opening it,
>>> the version 91.5 opens.
>>
>> How do you open it? Via a startmenu or another graphical way? I use
>> xfce4-panel, and when I added a firefox starter, it automatically
>> saved the absolute path to the binary. In guix, this means it will
>> always point to that one version.
>>
>> What version starts if you launch it from terminal (or Alt+F2)?
>> Can you give us the output of
>> echo $PATH?
>>
>>
>>>
>>> In my generations there are + and - listed:
>>>
>>> Generation 33 18. Februar 2022 15:35:27
>>> + gnucash 4.6 out
>>> /gnu/store/lxr7lq0hdwz77a1cisvz5qwkwznwxqkm-gnucash-4.6
>>> + hpcguix-web 0.2.0 out
>>> /gnu/store/4s9yx1dkmckx4h9zwn64s60npi4b64yg-hpcguix-web-0.2.0
>>> + icedove 91.6.1 out
>>> /gnu/store/przjhqp2bhkisb3c5vn4xrkcwq34slma-icedove-91.6.1
>>> + claws-mail 4.0.0 out
>>> /gnu/store/q0181iky0bnf1hs9g45v8972kh9swcgv-claws-mail-4.0.0
>>> + denemo 2.5.0 out
>>> /gnu/store/b63ilh11yy1i8vyfr66rrhdrwykvcd2s-denemo-2.5.0
>>> + calibre 5.21.0 out
>>> /gnu/store/y90mkqib721kh1fr0mhcc3kgarf7yqvd-calibre-5.21.0
>>> + vlc 3.0.16 out
>>> /gnu/store/6mbhbs0qna8bwrl7458cc5af8rcr6fkl-vlc-3.0.16
>>> + ungoogled-chromium 98.0.4758.102-1 out
>>> /gnu/store/zl70ybb266vrwnfhq8d86ml4lvnb3pfy-ungoogled-chromium-98.0.4758.102-1
>>>
>>> + icecat 91.6.0-guix0-preview1 out
>>> /gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm-icecat-91.6.0-guix0-preview1
>>> + libreoffice 7.1.4.2 out
>>> /gnu/store/xpgm0m6vfhsk813fwvdin6hi49h6bykr-libreoffice-7.1.4.2
>>> + recutils 1.8 out
>>> /gnu/store/0xkqy1cqy3mwxij51fnxr3q1ij0fdmsx-recutils-1.8
>>> - gnucash 4.6 out
>>> /gnu/store/l5blqbqd48pmq9k2dqnryl3f6mxiqhd0-gnucash-4.6
>>> - hpcguix-web 0.2.0 out
>>> /gnu/store/98bxvpbqw727cglimkg4x4vlxglysp6n-hpcguix-web-0.2.0
>>> - icedove 91.5 out
>>> /gnu/store/rmly36prvd1jaxx91p8h7gwwg3jhdllh-icedove-91.5
>>> - claws-mail 4.0.0 out
>>> /gnu/store/lrv5i33rdjcliwmg7svclcw855w4yary-claws-mail-4.0.0
>>> - denemo 2.5.0 out
>>> /gnu/store/kh5vz41z5w5n7ixv6n0dwk65f1ibfxmx-denemo-2.5.0
>>> - calibre 5.21.0 out
>>> /gnu/store/nrc8qa4ah9v5lw9vvbr0p9ll10qm06yk-calibre-5.21.0
>>> - vlc 3.0.16 out
>>> /gnu/store/rgzzv23rwa2g4rfcrig1snpp2mw6x9hq-vlc-3.0.16
>>> - ungoogled-chromium 97.0.4692.99-1 out
>>> /gnu/store/3j6x96869ajiglrxhgv2yxrnnmlyvk68-ungoogled-chromium-97.0.4692.99-1
>>>
>>> - icecat 91.5.0-guix0-preview1 out
>>> /gnu/store/r9n91hxqnsfvp5m55s40i3sxf4rpl8c2-icecat-91.5.0-guix0-preview1
>>> - libreoffice 7.1.4.2 out
>>> /gnu/store/kh9dff0ri6768r6msvnm0xajhcds3wzm-libreoffice-7.1.4.2
>>> - recutils 1.8 out
>>> /gnu/store/z53jx3vg2q1cszyakh8mmzrmx1zk4q0g-r
>>>
>>> Did I make a mistake and install packages by chance in root and thatś
>>> why my versions stay on the installed ones without being able in my
>>> user account to upgrade to newer versions?
>>>
>> If you run guix pull as your user and not as root, it installs the
>> programs in your profile.
>> Login as root (sudo -i) and let guix list the installed packages to
>> see roots packages.
>>
>>
>>> If so, whatś the best way to delete my packages in root, which don´t
>>> need to be there?, so that, if I upgrade in my user account, the
>>> packages get updated.
>> $ sudo -i
>> # guix package -r icecat ...
>>
>>>
>>> If there is an other mistake, I would be glad to know what to do.
>>>
>>> gottfried
>>>
>> Martin
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: older and newer Versions of IceCat
2022-02-24 13:32 ` Martin Castillo
@ 2022-02-24 17:43 ` Gottfried
[not found] ` <0d6cb3ee-c5de-baed-4493-8a7f98597298@uni-bremen.de>
0 siblings, 1 reply; 8+ messages in thread
From: Gottfried @ 2022-02-24 17:43 UTC (permalink / raw)
To: Martin Castillo, help-guix
How do you determine the version? Via the graphical info
menu or on the commandline?
through the menu, in the graphical way
What's the output of type -a icecat?
gfp@Tuxedo ~$ type -a icecat
icecat ist /home/gfp/.guix-profile/bin/icecat
gottfried
Am 24.02.22 um 14:32 schrieb Martin Castillo:
>
>
> Am 23.02.22 um 19:20 schrieb Gottfried:
>>
>> > How do you open it? Via a startmenu or another graphical way?
>>
>> to open via startmenu or Alt+F2 or through the graphical way or
>> through the terminal opens always the older version of icecat 91.5
>> That's weird. How do you determine the version? Via the graphical info
> menu or on the commandline?
>>
>> Can you give us the output of
>> > echo $PATH?
>>
>> gfp@Tuxedo ~$ echo $PATH?
>> /run/setuid-programs:/home/gfp/.config/guix/current/bin:/home/gfp/.guix-profile/bin:/home/gfp/.guix-profile/sbin:/run/current-system/profile/bin:/run/current-system/profile/sbin?
>>
> What's the output of type -a icecat?
>
>>
>>
>> If I run in root:
>> root@Tuxedo ~# guix package --list-installed
>> nothing comes up
>>
>> gottfried
>>
>>
>>
>> Am 22.02.22 um 23:20 schrieb Martin Castillo:
>>> Hi,
>>>
>>> Am 22.02.22 um 19:33 schrieb Gottfried:
>>>> Hi,
>>>> I upgraded my system and IceCat updated to 91.6 but when opening it,
>>>> the version 91.5 opens.
>>>
>>> How do you open it? Via a startmenu or another graphical way? I use
>>> xfce4-panel, and when I added a firefox starter, it automatically
>>> saved the absolute path to the binary. In guix, this means it will
>>> always point to that one version.
>>>
>>> What version starts if you launch it from terminal (or Alt+F2)?
>>> Can you give us the output of
>>> echo $PATH?
>>>
>>>
>>>>
>>>> In my generations there are + and - listed:
>>>>
>>>> Generation 33 18. Februar 2022 15:35:27
>>>> + gnucash 4.6 out
>>>> /gnu/store/lxr7lq0hdwz77a1cisvz5qwkwznwxqkm-gnucash-4.6
>>>> + hpcguix-web 0.2.0 out
>>>> /gnu/store/4s9yx1dkmckx4h9zwn64s60npi4b64yg-hpcguix-web-0.2.0
>>>> + icedove 91.6.1 out
>>>> /gnu/store/przjhqp2bhkisb3c5vn4xrkcwq34slma-icedove-91.6.1
>>>> + claws-mail 4.0.0 out
>>>> /gnu/store/q0181iky0bnf1hs9g45v8972kh9swcgv-claws-mail-4.0.0
>>>> + denemo 2.5.0 out
>>>> /gnu/store/b63ilh11yy1i8vyfr66rrhdrwykvcd2s-denemo-2.5.0
>>>> + calibre 5.21.0 out
>>>> /gnu/store/y90mkqib721kh1fr0mhcc3kgarf7yqvd-calibre-5.21.0
>>>> + vlc 3.0.16 out
>>>> /gnu/store/6mbhbs0qna8bwrl7458cc5af8rcr6fkl-vlc-3.0.16
>>>> + ungoogled-chromium 98.0.4758.102-1 out
>>>> /gnu/store/zl70ybb266vrwnfhq8d86ml4lvnb3pfy-ungoogled-chromium-98.0.4758.102-1
>>>>
>>>> + icecat 91.6.0-guix0-preview1 out
>>>> /gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm-icecat-91.6.0-guix0-preview1
>>>>
>>>> + libreoffice 7.1.4.2 out
>>>> /gnu/store/xpgm0m6vfhsk813fwvdin6hi49h6bykr-libreoffice-7.1.4.2
>>>> + recutils 1.8 out
>>>> /gnu/store/0xkqy1cqy3mwxij51fnxr3q1ij0fdmsx-recutils-1.8
>>>> - gnucash 4.6 out
>>>> /gnu/store/l5blqbqd48pmq9k2dqnryl3f6mxiqhd0-gnucash-4.6
>>>> - hpcguix-web 0.2.0 out
>>>> /gnu/store/98bxvpbqw727cglimkg4x4vlxglysp6n-hpcguix-web-0.2.0
>>>> - icedove 91.5 out
>>>> /gnu/store/rmly36prvd1jaxx91p8h7gwwg3jhdllh-icedove-91.5
>>>> - claws-mail 4.0.0 out
>>>> /gnu/store/lrv5i33rdjcliwmg7svclcw855w4yary-claws-mail-4.0.0
>>>> - denemo 2.5.0 out
>>>> /gnu/store/kh5vz41z5w5n7ixv6n0dwk65f1ibfxmx-denemo-2.5.0
>>>> - calibre 5.21.0 out
>>>> /gnu/store/nrc8qa4ah9v5lw9vvbr0p9ll10qm06yk-calibre-5.21.0
>>>> - vlc 3.0.16 out
>>>> /gnu/store/rgzzv23rwa2g4rfcrig1snpp2mw6x9hq-vlc-3.0.16
>>>> - ungoogled-chromium 97.0.4692.99-1 out
>>>> /gnu/store/3j6x96869ajiglrxhgv2yxrnnmlyvk68-ungoogled-chromium-97.0.4692.99-1
>>>>
>>>> - icecat 91.5.0-guix0-preview1 out
>>>> /gnu/store/r9n91hxqnsfvp5m55s40i3sxf4rpl8c2-icecat-91.5.0-guix0-preview1
>>>>
>>>> - libreoffice 7.1.4.2 out
>>>> /gnu/store/kh9dff0ri6768r6msvnm0xajhcds3wzm-libreoffice-7.1.4.2
>>>> - recutils 1.8 out
>>>> /gnu/store/z53jx3vg2q1cszyakh8mmzrmx1zk4q0g-r
>>>>
>>>> Did I make a mistake and install packages by chance in root and
>>>> thatś why my versions stay on the installed ones without being able
>>>> in my user account to upgrade to newer versions?
>>>>
>>> If you run guix pull as your user and not as root, it installs the
>>> programs in your profile.
>>> Login as root (sudo -i) and let guix list the installed packages to
>>> see roots packages.
>>>
>>>
>>>> If so, whatś the best way to delete my packages in root, which don´t
>>>> need to be there?, so that, if I upgrade in my user account, the
>>>> packages get updated.
>>> $ sudo -i
>>> # guix package -r icecat ...
>>>
>>>>
>>>> If there is an other mistake, I would be glad to know what to do.
>>>>
>>>> gottfried
>>>>
>>> Martin
>>
>>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: older and newer Versions of IceCat
[not found] ` <0d6cb3ee-c5de-baed-4493-8a7f98597298@uni-bremen.de>
@ 2022-02-25 14:06 ` Gottfried
2022-02-25 15:40 ` Martin Castillo
0 siblings, 1 reply; 8+ messages in thread
From: Gottfried @ 2022-02-25 14:06 UTC (permalink / raw)
To: Martin Castillo, help-guix
Hi,
Last idea:
check that the output of
realpath /home/gfp/.guix-profile/bin/icecat
is /gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm- icecat-
91.6.0- guix0-preview1/bin/icecat
and that icecat --version is something like 91.6.
My output:
gfp@Tuxedo ~$ realpath /home/gfp/.guix-profile/bin/icecat
/gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm-icecat-91.6.0-guix0-preview1/lib/icecat/icecat
gottfried
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: older and newer Versions of IceCat
2022-02-25 14:06 ` Gottfried
@ 2022-02-25 15:40 ` Martin Castillo
2022-02-25 18:49 ` older and newer Versions of IceCat and icedove Gottfried
0 siblings, 1 reply; 8+ messages in thread
From: Martin Castillo @ 2022-02-25 15:40 UTC (permalink / raw)
To: Gottfried, help-guix
Am 25.02.22 um 15:06 schrieb Gottfried:
> Hi,
>
> Last idea:
> check that the output of
> realpath /home/gfp/.guix-profile/bin/icecat
>
> is /gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm- icecat-
> 91.6.0- guix0-preview1/bin/icecat
> and that icecat --version is something like 91.6.
>
> My output:
>
> gfp@Tuxedo ~$ realpath /home/gfp/.guix-profile/bin/icecat
> /gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm-icecat-91.6.0-guix0-preview1/lib/icecat/icecat
Sorry, I don't know any further.
Try executing
/gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm-icecat-91.6.0-guix0-preview1/lib/icecat/icecat
--version and see what it reports. If it says 91.5, I cannot imagine,
what causes this.
Maybe someone can reproduce that problem, if you give us your channel
and profile manifest [1]. You can obtain those by running
guix package --export-manifest
guix package --export-channels
as documented in [1] and [2].
[1]: https://guix.gnu.org/manual/en/html_node/Replicating-Guix.html
[2]:
https://guix.gnu.org/manual/en/html_node/Invoking-guix-package.html#index-profile-manifest
>
>
>
>
> gottfried
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: older and newer Versions of IceCat and icedove
2022-02-25 15:40 ` Martin Castillo
@ 2022-02-25 18:49 ` Gottfried
2022-03-02 16:51 ` Martin Castillo
0 siblings, 1 reply; 8+ messages in thread
From: Gottfried @ 2022-02-25 18:49 UTC (permalink / raw)
To: Martin Castillo, help-guix
My answer is under your email:
Am 25.02.22 um 16:40 schrieb Martin Castillo:
>
>
> Am 25.02.22 um 15:06 schrieb Gottfried:
>> Hi,
>>
>> Last idea:
>> check that the output of
>> realpath /home/gfp/.guix-profile/bin/icecat
>>
>> is /gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm- icecat-
>> 91.6.0- guix0-preview1/bin/icecat
>> and that icecat --version is something like 91.6.
>>
>> My output:
>>
>> gfp@Tuxedo ~$ realpath /home/gfp/.guix-profile/bin/icecat
>> /gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm-icecat-91.6.0-guix0-preview1/lib/icecat/icecat
>
>
> Sorry, I don't know any further.
>
> Try executing
> /gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm-icecat-91.6.0-guix0-preview1/lib/icecat/icecat
> --version and see what it reports. If it says 91.5, I cannot imagine,
> what causes this.
>
> Maybe someone can reproduce that problem, if you give us your channel
> and profile manifest [1]. You can obtain those by running
> guix package --export-manifest
> guix package --export-channels
>
> as documented in [1] and [2].
>
> [1]: https://guix.gnu.org/manual/en/html_node/Replicating-Guix.html
> [2]:
> https://guix.gnu.org/manual/en/html_node/Invoking-guix-package.html#index-profile-manifest
>
>>
>>
>>
>>
>> gottfried
Hi,
Today I did a guix pull, guix -u and sudo guix system reconfigure
etc/config.scm
If I open icecat in the graphical way through an icon it gives me the
version 91.5
If I open it through the terminal it gives me the version 91.6 and the
message following:
gfp@Tuxedo ~$ icecat
JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error:
Can't find profile directory.
JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error:
Can't find profile directory.
JavaScript error: , line 0: uncaught exception: undefined
JavaScript error: , line 0: AbortError: Actor 'ASRouter' destroyed
before query 'NEWTAB_MESSAGE_REQUEST' was resolved
JavaScript error: , line 0: AbortError: Actor 'ASRouter' destroyed
before query 'NEWTAB_MESSAGE_REQUEST' was resolved
JavaScript error: resource:///modules/Interactions.jsm, line 209:
NS_ERROR_FAILURE: Component returned failure code: 0x80004005
(NS_ERROR_FAILURE) [nsIUserIdleService.removeIdleObserver]
I did what you said in your email: It gave me the version 91.6:
gfp@Tuxedo ~$
/gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm-icecat-91.6.0-guix0-preview1/lib/icecat/icecat
--version
GNU IceCat 91.6.0esr
Icedove starting in the graphical way through an icon it gave me the
version 91.5, starting it from the menu and from the terminal it asked
me to set up an email address and the following message: (today I
downloaded 91.6, so it should open that one, but it didn’t)
gfp@Tuxedo ~$ icedove
[calBackendLoader] Using Thunderbird's libical backend
[LDAPModuleLoader] Using LDAPDirectory.jsm
[MsgSendModuleLoader] Using MessageSend.jsm
[SmtpModuleLoader] Using SmtpService.jsm
Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: libpci
missing (t=1.37105) [GFX1-]: glxtest: libpci missing
Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: libpci
missing (t=1.37105) |[1][GFX1-]: glxtest: libEGL missing (t=1.37122)
[GFX1-]: glxtest: libEGL missing
Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: libpci
missing (t=1.37105) |[1][GFX1-]: glxtest: libEGL missing (t=1.37122)
|[2][GFX1-]: glxtest: libGL.so.1 missing (t=1.37126) [GFX1-]: glxtest:
libGL.so.1 missing
Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: libpci
missing (t=1.37105) |[1][GFX1-]: glxtest: libEGL missing (t=1.37122)
|[2][GFX1-]: glxtest: libGL.so.1 missing (t=1.37126) |[3][GFX1-]:
glxtest: libEGL missing (t=1.37135) [GFX1-]: glxtest: libEGL missing
Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: libpci
missing (t=1.37105) |[1][GFX1-]: glxtest: libEGL missing (t=1.37122)
|[2][GFX1-]: glxtest: libGL.so.1 missing (t=1.37126) |[3][GFX1-]:
glxtest: libEGL missing (t=1.37135) |[4][GFX1-]: No GPUs detected via
PCI (t=1.37146) [GFX1-]: No GPUs detected via PCI
console.warn: Calendar: Warning: Using guessed timezone
Europe/Berlin (UTC+0100/+0200).
This ZoneInfo timezone seems to match the operating system timezone this
year.
This ZoneInfo timezone was chosen based on the operating system timezone
identifier "/etc/timezone: Europe/Berlin".
console.debug: "Successfully loaded OpenPGP library librnp.so version
0.15.2+git20210806.dd923a4e.MZLA from
/gnu/store/nmlxvxl2640r74fg9mlacmavpwg2n7xa-icedove-91.6.1/lib/icedove/librnp.so"
console.warn: SearchSettings: "get: No settings file exists, new
profile?" (new NotFoundError("Could not open the file at
/home/gfp/.thunderbird/r7r9dbgb.default-default-1/search.json.mozlz4",
(void 0)))
console.debug: "Found 0 public keys and 0 secret keys (0 protected, 0
unprotected)"
console.debug: "Trying to load
/gnu/store/nmlxvxl2640r74fg9mlacmavpwg2n7xa-icedove-91.6.1/lib/icedove/libotr.so"
console.debug: "Trying to load libotr.so from system's standard library
locations"
console.debug: "Trying to load libotr.so.5 from system's standard
library locations"
console.debug: "Trying to load libotr.so from system's standard library
locations"
console.log: (new Error("Cannot load required OTR library",
"resource:///modules/OTRLib.jsm", 109))
console.warn: services.settings: thunderbird/url-classifier-skip-urls
has signature disabled
JavaScript error: chrome://calendar/content/today-pane.js, line 60:
NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057
(NS_ERROR_ILLEGAL_VALUE) [nsIObserverService.removeObserver]
JavaScript error: chrome://messenger/content/msgHdrView.js, line 399:
NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057
(NS_ERROR_ILLEGAL_VALUE) [nsIObserverService.removeObserver]
gfp@Tuxedo ~$ guix package --export-manifest
;; Diese "Manifest"-Datei kann an 'guix package -m' übergeben werden,
;; um den Inhalt Ihres Profils nachzubilden. Sie ist "symbolisch",
;; gibt also nur die Namen der Pakete an. Um genau das gleiche Profil
;; herauszubekommen, müssen Sie auch die verwendeten Kanäle
;; nachbilden, wie "guix describe" sie anzeigt. Siehe den Abschnitt
;; "Guix nachbilden" im Handbuch.
(specifications->manifest
(list "tomb"
"screen-message"
"scribus"
"network-manager-applet"
"mate-applets"
"mate-screensaver"
"emacs"
"gedit"
"xsane"
"gimp"
"simple-scan"
"gnucash"
"hpcguix-web"
"icedove"
"claws-mail"
"denemo"
"calibre"
"vlc"
"ungoogled-chromium"
"icecat"
"libreoffice"
"rxvt-unicode"
"gnumeric"
"cups-filters"
"cups"
"system-config-printer"
"hplip"
"homebank"
"aqbanking"
"gparted"
"abiword"
"musescore"
"mate-icon-theme-faenza"
"gnupg"
"recutils"
"lshw"
"rust-sha2"
"unzip"
"htop"
"mc"))
gfp@Tuxedo ~$ guix package --export-channels
;; Diese Kanaldatei können Sie bei 'guix pull -C' oder
;; 'guix time-machine -C' angeben, um die Guix-Version zu bekommen, mit
;; der der Inhalt dieses Profils erzeugt wurde.
(list
;; Anmerkung: Manche der Pakete in diesem Profil wurden mit diesen
anderen Commits installiert:
;; "33ce3f1c866231a3015411fdce18a3e72649e2f6"
;; "32ccbc3a1ebf62d90f618ababb206df57f7e767b"
;; "dd823172d86f82dedf8b0a7eb65925db4b164d26"
(channel
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit
"ed8d236eb938bc123a9ca8a079fea95edf7df6cd")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: older and newer Versions of IceCat and icedove
2022-02-25 18:49 ` older and newer Versions of IceCat and icedove Gottfried
@ 2022-03-02 16:51 ` Martin Castillo
0 siblings, 0 replies; 8+ messages in thread
From: Martin Castillo @ 2022-03-02 16:51 UTC (permalink / raw)
To: Gottfried; +Cc: help-guix
Hi,
Am 25.02.22 um 19:49 schrieb Gottfried:
> My answer is under your email:
>
> Am 25.02.22 um 16:40 schrieb Martin Castillo:
>>
>>
>> Am 25.02.22 um 15:06 schrieb Gottfried:
>>
>> Sorry, I don't know any further.
>>
>> Try executing
>> /gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm-icecat-91.6.0-guix0-preview1/lib/icecat/icecat
>> --version and see what it reports. If it says 91.5, I cannot imagine,
>> what causes this.
>>
>
>
> Hi,
>
> Today I did a guix pull, guix -u and sudo guix system reconfigure
> etc/config.scm
>
> If I open icecat in the graphical way through an icon it gives me the
> version 91.5
I'll repeat what I said earlier:
I use xfce4-panel, and when I added a firefox starter, it automatically
saved the absolute path to the binary. In guix, this means it will
always point to that one version.
This means, you need to change the path saved inside the icon.
I don't know whether you use a starter in xfce4-panel or another way,
but try rightclicking it and see, if you find a menu where you can set a
commandpath. Then set it to /home/gfp/.guix-profile/bin/icecat.
It is currently probably set to
/gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm-icecat-91.6.0-guix0-preview1/lib/icecat/icecat
This usability problem stems from the way guix works. One would need to
touch these gui softwares to make them automatically run the version of
the current guix profile.
>
> Icedove starting in the graphical way through an icon it gave me the
> version 91.5, starting it from the menu and from the terminal it asked
> me to set up an email address and the following message: (today I
> downloaded 91.6, so it should open that one, but it didn’t)
>
With the channel and manifest from below I ran
$ guix time-machine -C g.channel -- package -m g.manifest
$ guix package -I
icedove 91.6.1 out
/gnu/store/nmlxvxl2640r74fg9mlacmavpwg2n7xa-icedove-91.6.1
$ icedove --version
Thunderbird 91.6.1
The installed version is correct. It's just the gui that launches an
older version. You can fix that the way I described above.
Hth,
Martin
--
g.channel:
;; Diese Kanaldatei k<C3><B6>nnen Sie bei 'guix pull -C' oder
;; 'guix time-machine -C' angeben, um die Guix-Version zu bekommen, mit
;; der der Inhalt dieses Profils erzeugt wurde.
(list
;; Anmerkung: Manche der Pakete in diesem Profil wurden mit diesen
anderen Commits installiert:
;; "33ce3f1c866231a3015411fdce18a3e72649e2f6"
;; "32ccbc3a1ebf62d90f618ababb206df57f7e767b"
;; "dd823172d86f82dedf8b0a7eb65925db4b164d26"
(channel
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit
; "33ce3f1c866231a3015411fdce18a3e72649e2f6") ; for hchyj*-icecat-*
"ed8d236eb938bc123a9ca8a079fea95edf7df6cd") ;for nml*-icedove-*
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
g.manifest:
;; Diese "Manifest"-Datei kann an 'guix package -m' <C3><BC>bergeben werden,
;; um den Inhalt Ihres Profils nachzubilden. Sie ist "symbolisch",
;; gibt also nur die Namen der Pakete an. Um genau das gleiche Profil
;; herauszubekommen, m<C3><BC>ssen Sie auch die verwendeten Kan<C3><A4>le
;; nachbilden, wie "guix describe" sie anzeigt. Siehe den Abschnitt
;; "Guix nachbilden" im Handbuch.
(specifications->manifest
(list
"icedove"
;"icecat"))
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-03-02 17:07 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-22 18:33 older and newer Versions of IceCat Gottfried
[not found] ` <6018a990-e452-d87c-8642-7caf691ce2d6@uni-bremen.de>
2022-02-23 18:20 ` Gottfried
2022-02-24 13:32 ` Martin Castillo
2022-02-24 17:43 ` Gottfried
[not found] ` <0d6cb3ee-c5de-baed-4493-8a7f98597298@uni-bremen.de>
2022-02-25 14:06 ` Gottfried
2022-02-25 15:40 ` Martin Castillo
2022-02-25 18:49 ` older and newer Versions of IceCat and icedove Gottfried
2022-03-02 16:51 ` Martin Castillo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).