mbakke pushed a commit to branch master
in repository guix.

commit a6ac679f0a5556ad301e6f59755ec1886833ba82
Author: Brendan Tildesley <[email protected]>
AuthorDate: Fri Dec 1 14:14:06 2017 +1100

    gnu: gnome-default-applications: Change defaults.list to 
gnome-mimeapps.list.
    
    * gnu/packages/gnome.scm (gnome-default-applications)[arguments]: Change
    deprecated defaults.list filename to gnome-mimeapps.list.  The old
    defaults.list was changed to mimeapps.list in the mime spec. The gnome- 
prefix
    makes the file only be read when XDG_CURRENT_DESKTOP=GNOME.
    
    Signed-off-by: Marius Bakke <[email protected]>
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6178ee1..b29acf3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7643,7 +7643,7 @@ software that do not provide their own configuration 
interface.")
          (let* ((out (assoc-ref %outputs "out"))
                 (apps (string-append out "/share/applications")))
            (mkdir-p apps)
-           (call-with-output-file (string-append apps "/defaults.list")
+           (call-with-output-file (string-append apps "/gnome-mimeapps.list")
              (lambda (port)
                (format port "[Default Applications]\n")
                (format port "inode/directory=org.gnome.Nautilus.desktop\n")

Reply via email to