[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38130] [PATCH] gnu: gnome: Add gnome-screenshot to default apps.
From: |
Alexandros Theodotou |
Subject: |
[bug#38130] [PATCH] gnu: gnome: Add gnome-screenshot to default apps. |
Date: |
Fri, 08 Nov 2019 12:24:33 +0100 |
User-agent: |
Posteo Webmail |
I was really surprised this wasn't in the defaults.
It's also included in https://packages.debian.org/jessie/gnome-core as
per the comment.
From 6b28a1c223a87c8e3dad214ac327aa6be41469b3 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <address@hidden>
Date: Fri, 8 Nov 2019 11:20:35 +0000
Subject: [PATCH] gnu: gnome: Add gnome-screenshot to default apps.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]:
Add gnome-screenshot.
---
gnu/packages/gnome.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 086816a66a..4a68b13d21 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6719,6 +6719,7 @@ associations for GNOME.")
("gnome-default-applications" ,gnome-default-applications)
("gnome-keyring" ,gnome-keyring)
("gnome-online-accounts" ,gnome-online-accounts)
+ ("gnome-screenshot" ,gnome-screenshot)
("gnome-session" ,gnome-session)
("gnome-settings-daemon" ,gnome-settings-daemon)
("gnome-shell" ,gnome-shell)
--
2.24.0
- [bug#38130] [PATCH] gnu: gnome: Add gnome-screenshot to default apps.,
Alexandros Theodotou <=