leigh123linux pushed to cinnamon-desktop (master). "drop patch"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 21 12:08:55 UTC 2015


From 13dabc16c49a6cdf314822977c3b1ae6098aa93c Mon Sep 17 00:00:00 2001
From: leigh123linux <leigh123linux at googlemail.com>
Date: Thu, 21 May 2015 13:08:28 +0100
Subject: drop patch


diff --git a/0001-gnome-desktop-thumbnail-always-return-a-user.patch b/0001-gnome-desktop-thumbnail-always-return-a-user.patch
deleted file mode 100644
index 63ea58a..0000000
--- a/0001-gnome-desktop-thumbnail-always-return-a-user.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From fce4621ee164bd872cdb5c4c7afb7534113db9f5 Mon Sep 17 00:00:00 2001
-From: mtwebster <miketwebster at gmail.com>
-Date: Thu, 21 May 2015 05:59:09 -0400
-Subject: [PATCH] gnome-desktop-thumbnail: always return a user.
-
----
- libcinnamon-desktop/gnome-desktop-thumbnail.c | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/libcinnamon-desktop/gnome-desktop-thumbnail.c b/libcinnamon-desktop/gnome-desktop-thumbnail.c
-index 46b8a71..0b4298d 100644
---- a/libcinnamon-desktop/gnome-desktop-thumbnail.c
-+++ b/libcinnamon-desktop/gnome-desktop-thumbnail.c
-@@ -1891,11 +1891,12 @@ get_session_user_pwent (void)
-         pwent = getpwuid (uid);
-     } else if (g_getenv ("USERNAME") != NULL) {
-         pwent = getpwnam (g_getenv ("USERNAME"));
-+    } else if (g_getenv ("USER") != NULL) {
-+        pwent = getpwnam (g_getenv ("USER"));
-     }
- 
-     if (!pwent) {
--        g_printerr ("thumbnailer: Could not determine session user.\n");
--        return NULL;
-+        return getpwuid (getuid ());
-     }
- 
-     return pwent;
--- 
-2.4.1
-
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/cinnamon-desktop.git/commit/?h=master&id=13dabc16c49a6cdf314822977c3b1ae6098aa93c


More information about the scm-commits mailing list