unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#35039: Thunar has lost icons after update
@ 2019-03-29  4:16 znavko
  2019-04-04 13:10 ` znavko
  0 siblings, 1 reply; 3+ messages in thread
From: znavko @ 2019-03-29  4:16 UTC (permalink / raw)
  To: 35039

[-- Attachment #1: Type: text/plain, Size: 3137 bytes --]

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


[-- Attachment #2: Type: text/html, Size: 7395 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#35039: Thunar has lost icons after update
  2019-03-29  4:16 bug#35039: Thunar has lost icons after update znavko
@ 2019-04-04 13:10 ` znavko
  2019-04-04 16:07   ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: znavko @ 2019-04-04 13:10 UTC (permalink / raw)
  To: 35039

[-- Attachment #1: Type: text/plain, Size: 3716 bytes --]

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@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
>


[-- Attachment #2: Type: text/html, Size: 10161 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#35039: Thunar has lost icons after update
  2019-04-04 13:10 ` znavko
@ 2019-04-04 16:07   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2019-04-04 16:07 UTC (permalink / raw)
  To: znavko; +Cc: 35039-done

<znavko@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’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-04 16:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-29  4:16 bug#35039: Thunar has lost icons after update znavko
2019-04-04 13:10 ` znavko
2019-04-04 16:07   ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).