* Problems with tracker-miners(?)
@ 2022-09-22 4:57 Trev
2022-09-22 13:20 ` Luis Felipe
0 siblings, 1 reply; 2+ messages in thread
From: Trev @ 2022-09-22 4:57 UTC (permalink / raw)
To: help-guix
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problems with tracker-miners(?)
2022-09-22 4:57 Problems with tracker-miners(?) Trev
@ 2022-09-22 13:20 ` Luis Felipe
0 siblings, 0 replies; 2+ messages in thread
From: Luis Felipe @ 2022-09-22 13:20 UTC (permalink / raw)
To: Trev; +Cc: help-guix
[-- Attachment #1.1: Type: text/plain, Size: 1257 bytes --]
Hi Trev,
I'm using Guix System (guix 77e768a), which comes with GNOME 42.4.
On Thursday, September 22nd, 2022 at 04:57, Trev <trev@trevdev.ca> wrote:
> 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.
That's my experience too, although some things have improved.
> A few immediate examples are gnome-music, totem and gnome-photos.
> None of these are able to find/use my media.
In my case, only gnome-photos lists images from my ~/Images folder (and only that folder). Totem and gnome-music display a blank view. Music and Photos seem to be useless without autodiscovery because they don't seem to have any button to load media manually (or at least I can't find it).
> A different, probably unrelated issue is that Nautilus doesn't show any
> thumbnails.
This one has a corresponding bug report that I see you already found (https://issues.guix.gnu.org/issue/39117).
> Any suggestions are appreciated. Thank you all
Unfortunately I don't know how to fix that myself.
[-- Attachment #1.2: publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc --]
[-- Type: application/pgp-keys, Size: 1722 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 509 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-22 13:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-22 4:57 Problems with tracker-miners(?) Trev
2022-09-22 13:20 ` Luis Felipe
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.