From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guy fleury Subject: Re: can't play movies? Date: Sat, 22 Dec 2018 18:52:23 +0100 Message-ID: References: <87h8f6pycg.fsf@posteo.net> <87efaalpcq.fsf@ambrevar.xyz> <87a7kylnah.fsf@ambrevar.xyz> <4d0d8b99-030c-ab21-e97c-17096b5e15f7@riseup.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000703304057da007ec" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1galS3-00018Y-Ov for help-guix@gnu.org; Sat, 22 Dec 2018 12:52:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1galS2-0007Zw-9I for help-guix@gnu.org; Sat, 22 Dec 2018 12:52:39 -0500 Received: from mail-wm1-x336.google.com ([2a00:1450:4864:20::336]:36795) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1galS1-0007XK-UP for help-guix@gnu.org; Sat, 22 Dec 2018 12:52:38 -0500 Received: by mail-wm1-x336.google.com with SMTP id p6so8567108wmc.1 for ; Sat, 22 Dec 2018 09:52:37 -0800 (PST) In-Reply-To: <4d0d8b99-030c-ab21-e97c-17096b5e15f7@riseup.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: swedebugia Cc: help-guix --000000000000703304057da007ec Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=C3=A9c. 2018 =C3=A0 21:55, swedebugia = a =C3=A9crit : > 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 > --000000000000703304057da007ec Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
hi swedebugia,

<= /div>
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 n= eed your help to install it via my config file;
-----------------= --------------------------------------------=C2=A0
;; This i= s an operating system configuration template
(use-modules (gnu)
=C2=A0 =C2=A0 (gnu system nss)
=C2=A0 =C2=A0 (gnu services dat= abases))
(use-service-modules desktop)
(use-package-mod= ules certs gnome)

(operating-system
=C2= =A0 (host-name "guixSd")
=C2=A0 (timezone "Europe/= Paris")
=C2=A0 (locale "en_US.utf8")
=C2=A0 (bootloader (bootloader-configuration
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (bootloader grub-bootloade= r)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (targe= t "/dev/sda")))

=C2=A0 (file-systems (co= ns (file-system
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (device (file-system-label "my-root= "))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 (mount-point "/")
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 (type "ext4"))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 %base-file-systems))
=C2=A0 (users (cons (user-account
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (name "guy")
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (comment "brother= ")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (= group "users")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 (supplementary-groups '("wheel" "netde= v"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 "audio" "video"))
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (home-directory "/home/guy&q= uot;))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0%ba= se-user-accounts))

=C2=A0 ;; This is where we spec= ify system-wide packages.
=C2=A0 (packages (cons* nss-certs =C2= =A0 =C2=A0 =C2=A0 =C2=A0 ;for HTTPS access
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0gvfs =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0;for user mounts
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0%base-packages))
=
=C2=A0 (services (cons* (gnome-desktop-service)
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(servi= ce mysql-service-type)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0%desktop-services))

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

thanks for taking time for me
=

Le=C2=A0ven. 21= d=C3=A9c. 2018 =C3=A0=C2=A021:55, swedebugia <swedebugia@riseup.net> a =C3=A9crit=C2=A0:
=
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 her= e
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
--000000000000703304057da007ec--