GNU bug report logs - #35039
Thunar has lost icons after update

Previous Next

Package: guix;

Reported by: <znavko <at> tutanota.com>

Date: Fri, 29 Mar 2019 04:17:02 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 35039 in the body.
You can then email your comments to 35039 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#35039; Package guix. (Fri, 29 Mar 2019 04:17:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to <znavko <at> tutanota.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Fri, 29 Mar 2019 04:17:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: <znavko <at> tutanota.com>
To: Bug Guix <bug-guix <at> gnu.org>
Subject: Thunar has lost icons after update
Date: Fri, 29 Mar 2019 05:16:21 +0100 (CET)
[Message part 1 (text/plain, inline)]
Hello! I've made `guix pull && guix package -u` for root and usual user, also `guix system reconfigure /etc/config.scm` and now thunar does not have icons: https://ibb.co/D4357m5 <https://ibb.co/D4357m5>

Guix + Xfce + Slim.

What to do?


config:

 (services (cons*  
                    ;;(service postgresql-service-type)
                    (service xfce-desktop-service-type)
                    (modify-services      
                      ;;(remove (lambda (service)
                      ;;  (eq? (service-kind service)
                      ;;    wpa-supplicant-service-type))
                      ;;  (remove (lambda (service)
                      ;;    (eq? (service-kind service)
                      ;;      static-networking-service-type))
                          (remove (lambda (service)
                            (eq? (service-kind service)
                              ntp-service-type))
                            (remove (lambda (service)
                              (eq? (service-kind service)
                                avahi-service-type))
                              (modify-services %desktop-services

                                (slim-service-type config =>
                                              (slim-configuration
                                               (xorg-configuration
                                                 (xorg-configuration
                                                  (extra-config
                                                  
'("Section \"InputClass\"
        Identifier \"touchpad\"
        Driver \"libinput\"
        MatchIsTouchpad \"on\"
        Option \"Tapping\" \"on\"
EndSection")
                                 )))))
  )  ;end of modify-services 2nd


                            )  ;end of remove avahi
                          )  ;end of remove2 ntp
                        ;;)  ;end of remove3 networking
                      ;)  ;end of remove4 wpa-supplicant
                      (elogind-service-type
                        c => (elogind-configuration (handle-lid-switch 'ignore)))
                    );;end of modify-services 1st desktop-services
  ));;end of services

[Message part 2 (text/html, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#35039; Package guix. (Thu, 04 Apr 2019 13:12:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: <znavko <at> tutanota.com>
To: Bug Guix <bug-guix <at> gnu.org>
Subject: Re: Thunar has lost icons after update
Date: Thu, 4 Apr 2019 15:10:54 +0200 (CEST)
[Message part 1 (text/plain, inline)]
After new update, it is ok: http://0x0.st/zP7f.png <http://0x0.st/zP7f.png>
thunar has got back its icons, better then before.

$ guix describe
Generation 86    Apr 03 2019 23:06:06    (current)
  guix 0337034
    repository URL: https://git.savannah.gnu.org/git/guix.git <https://git.savannah.gnu.org/git/guix.git>
    branch: master
    commit: 03370346af1c567822b0ebfccf80f6b08f539075

Thank you!


Mar 29, 2019, 4:16 AM by znavko <at> tutanota.com:

> Hello! I've made `guix pull && guix package -u` for root and usual user, also `guix system reconfigure /etc/config.scm` and now thunar does not have icons: > https://ibb.co/D4357m5 <https://ibb.co/D4357m5>
>
> Guix + Xfce + Slim.
>
> What to do?
>
>
> config:
>
>  (services (cons*  
>                     ;;(service postgresql-service-type)
>                     (service xfce-desktop-service-type)
>                     (modify-services      
>                       ;;(remove (lambda (service)
>                       ;;  (eq? (service-kind service)
>                       ;;    wpa-supplicant-service-type))
>                       ;;  (remove (lambda (service)
>                       ;;    (eq? (service-kind service)
>                       ;;      static-networking-service-type))
>                           (remove (lambda (service)
>                             (eq? (service-kind service)
>                               ntp-service-type))
>                             (remove (lambda (service)
>                               (eq? (service-kind service)
>                                 avahi-service-type))
>                               (modify-services %desktop-services
>
>                                 (slim-service-type config =>
>                                               (slim-configuration
>                                                (xorg-configuration
>                                                  (xorg-configuration
>                                                   (extra-config
>                                                   
> '("Section \"InputClass\"
>         Identifier \"touchpad\"
>         Driver \"libinput\"
>         MatchIsTouchpad \"on\"
>         Option \"Tapping\" \"on\"
> EndSection")
>                                  )))))
>   )  ;end of modify-services 2nd
>
>
>                             )  ;end of remove avahi
>                           )  ;end of remove2 ntp
>                         ;;)  ;end of remove3 networking
>                       ;)  ;end of remove4 wpa-supplicant
>                       (elogind-service-type
>                         c => (elogind-configuration (handle-lid-switch 'ignore)))
>                     );;end of modify-services 1st desktop-services
>   ));;end of services
>

[Message part 2 (text/html, inline)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 04 Apr 2019 16:08:02 GMT) Full text and rfc822 format available.

Notification sent to <znavko <at> tutanota.com>:
bug acknowledged by developer. (Thu, 04 Apr 2019 16:08:04 GMT) Full text and rfc822 format available.

Message #13 received at 35039-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: <znavko <at> tutanota.com>
Cc: 35039-done <at> debbugs.gnu.org
Subject: Re: bug#35039: Thunar has lost icons after update
Date: Thu, 04 Apr 2019 18:07:13 +0200
<znavko <at> tutanota.com> skribis:

> After new update, it is ok: http://0x0.st/zP7f.png <http://0x0.st/zP7f.png>
> thunar has got back its icons, better then before.

Hard to tell what happened, but let’s consider the case closed.

Thanks for letting us know,
Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 03 May 2019 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 353 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.