unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Trev <trev@trevdev.ca>
To: help-guix@gnu.org
Subject: Problems with tracker-miners(?)
Date: Wed, 21 Sep 2022 21:57:29 -0700	[thread overview]
Message-ID: <87o7v86m6e.fsf@codinator.mail-host-address-is-not-set> (raw)

Hey Guix,

Please forgive my ignorance here.  I am not fully with it in terms of
how GNOME works.

It seems to me that many aspects of GNOME are just broken since the day
I installed it with my Guix System.  More specifically, those that might
be related to tracker-miners.

A few immediate examples are gnome-music, totem and gnome-photos.
None of these are able to find/use my media.

A different, probably unrelated issue is that Nautilus doesn't show any
thumbnails.

In terms of configuration I am using the following services and
packages on the system level:

-----

(define gnome-extras
  (list gnome-tweaks
        gnome-shell-extensions
        peek
        seahorse))

(packages
  (append
   (list docker-compose
         light
         nss-certs
         sbcl
         stumpwm+slynk
         xsecurelock
         emacs)
   gnome-extras
   %base-packages))

(services
  (modify-services (append
                    (list (service gnome-desktop-service-type)
                          (service gnome-keyring-service-type)
                          (service docker-service-type)
                          (service cups-service-type
                                   (cups-configuration
                                    (web-interface? #t)
                                    (extensions
                                     (list hplip cups-filters foomatic-filters))
                                    (default-paper-size "Letter")))
                          (bluetooth-service)
                          (set-xorg-configuration
                           (xorg-configuration
                            (keyboard-layout keyboard-layout)))
                          (udev-rules-service 'light light))
                    %desktop-services)
                   (guix-service-type config =>
                                      (guix-configuration
                                       (inherit config)
                                       (substitute-urls
                                        (append
                                         (list "https://substitutes.nonguix.org")
                                         %default-substitute-urls))
                                       (authorized-keys
                                        (append
                                         (list (local-file "./nongnu.pub"))
                                         %default-authorized-guix-keys))))))
-----

Any suggestions are appreciated. Thank you all

-- 

Trev : 0FB7 D06B 4A2A F07E AD5B  1169 183B 6306 8AA1 D206


             reply	other threads:[~2022-09-22  6:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-22  4:57 Trev [this message]
2022-09-22 13:20 ` Problems with tracker-miners(?) Luis Felipe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o7v86m6e.fsf@codinator.mail-host-address-is-not-set \
    --to=trev@trevdev.ca \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).