all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Guy fleury <hoonandon@gmail.com>
To: swedebugia <swedebugia@riseup.net>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: can't play movies?
Date: Sat, 22 Dec 2018 18:52:23 +0100	[thread overview]
Message-ID: <CAOYpmvpDENSjRjozz3Hq80pe4bKdPYO8MkQHJ=3dNd0PfRPzmA@mail.gmail.com> (raw)
In-Reply-To: <4d0d8b99-030c-ab21-e97c-17096b5e15f7@riseup.net>

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

hi swedebugia,

i take a look at your config file but i haven't see the exact package which
conntains codecs.
i don't kwnow any codecs,i need your help to install it via my config file;
-------------------------------------------------------------
;; This is an operating system configuration template
(use-modules (gnu)
    (gnu system nss)
    (gnu services databases))
(use-service-modules desktop)
(use-package-modules certs gnome)

(operating-system
  (host-name "guixSd")
  (timezone "Europe/Paris")
  (locale "en_US.utf8")

  (bootloader (bootloader-configuration
                (bootloader grub-bootloader)
                (target "/dev/sda")))

  (file-systems (cons (file-system
                        (device (file-system-label "my-root"))
                        (mount-point "/")
                        (type "ext4"))
                      %base-file-systems))

  (users (cons (user-account
                (name "guy")
                (comment "brother")
                (group "users")
                (supplementary-groups '("wheel" "netdev"
                                        "audio" "video"))
                (home-directory "/home/guy"))
               %base-user-accounts))

  ;; This is where we specify system-wide packages.
  (packages (cons* nss-certs         ;for HTTPS access
                   gvfs              ;for user mounts
                   %base-packages))

  (services (cons* (gnome-desktop-service)
                   (service mysql-service-type)
                   %desktop-services))

  ;; Allow resolution of '.local' host names with mDNS.
  (name-service-switch %mdns-host-lookup-nss))
-----------------------------------------------------------------------------------------------

thanks for taking time for me

Le ven. 21 déc. 2018 à 21:55, swedebugia <swedebugia@riseup.net> a écrit :

> On 2018-12-21 20:30, Guy fleury wrote:
> > i am on GuixSD and it is my first try
>
> could you post your "guix describe"-output and your config.scm?
>
> I'm on guix and until now have not had any problems. My configs are here
> for your inspiration (note the gst-* packages which contains codecs and
> mpv which is my preferred player):
>
> https://gitlab.com/swedebugia/guix-config
> --
> Cheers
> Swedebugia
>

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

  reply	other threads:[~2018-12-22 17:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-21 17:30 can't play movies? Guy fleury
2018-12-21 17:46 ` Brett Gilio
2018-12-21 18:03   ` Guy fleury
2018-12-21 18:13     ` Pierre Neidhardt
2018-12-21 18:27       ` Guy fleury
2018-12-21 18:58         ` Pierre Neidhardt
2018-12-21 19:30           ` Guy fleury
2018-12-21 20:55             ` swedebugia
2018-12-22 17:52               ` Guy fleury [this message]
2018-12-22 17:56                 ` Pierre Neidhardt

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

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

  git send-email \
    --in-reply-to='CAOYpmvpDENSjRjozz3Hq80pe4bKdPYO8MkQHJ=3dNd0PfRPzmA@mail.gmail.com' \
    --to=hoonandon@gmail.com \
    --cc=help-guix@gnu.org \
    --cc=swedebugia@riseup.net \
    /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.
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.