help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: install a Printer


From: Gottfried
Subject: Re: install a Printer
Date: Fri, 18 Feb 2022 13:52:25 +0000

Hi,
 (I write in English, that more people can understand it)

thanks for Your help, I am one step further, it installed now printer settings, I can see a symbol in my MATE Desktop.

But I can`t open it, when clicking on it, nothing happens.

If I click on hplip, also, nothing happens.

In my printer settings, (looked at in Libre Office) there is a generic printer available, but I can`t change anything.

So the fight for a printer goes on!

Regards
Gottfried



Am 18.02.22 um 02:39 schrieb Gary Johnson:
Lieber Gottfried,

   Schreib genau wie so:


;; This is an operating system configuration generated
;; by the graphical installer.

(use-modules (gnu))
(use-package-modules cups)
(use-service-modules cups desktop networking ssh xorg)

(operating-system
  (locale "de_DE.utf8")
  (timezone "Europe/Berlin")
  (keyboard-layout (keyboard-layout "de"))
  (host-name "Tuxedo")
  (users (cons* (user-account
                 (name "gfp")
                 (comment "Gfp")
                 (group "users")
                 (home-directory "/home/gfp")
                 (supplementary-groups
                  '("wheel" "netdev" "audio" "video")))
                %base-user-accounts))
  (packages
   (cons* (specification->package "awesome")
          (specification->package "nss-certs")
          %base-packages))
  (services
   (cons* (service mate-desktop-service-type)
          (service enlightenment-desktop-service-type)
          (service cups-service-type
                   (cups-configuration
                    (web-interface? #t)
                    (extensions (list cups-filters hplip))))
          (service openssh-service-type)
          (service tor-service-type)
          (set-xorg-configuration
           (xorg-configuration
            (keyboard-layout keyboard-layout)))
          %desktop-services))
  (bootloader
   (bootloader-configuration
    (bootloader grub-efi-bootloader)
    (targets '("/boot/efi"))
    (keyboard-layout keyboard-layout)))
  (swap-devices
   (list (uuid "51d5cd20-4513-4a02-9e35-df4338eccaa0")))
  (file-systems
   (cons* (file-system
           (mount-point "/boot/efi")
           (device (uuid "BB77-FE3B" 'fat32))
           (type "vfat"))
          (file-system
           (mount-point "/")
           (device (uuid "4fb0ed7c-61ab-45eb-be0b-ff527b320e6d" 'ext4))
           (type "ext4"))
          %base-file-systems)))








reply via email to

[Prev in Thread] Current Thread [Next in Thread]