From 474895cdb67df33222fa2b2e67a4c6fc7dea0fa7 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sat, 2 Jan 2021 11:21:30 +0000 Subject: Upgrade the Cinnamon desktop environment to version 4.8 This version uses Python 3 instead of the expired Python 2.7 From the main PR (249856): " There are a couple known issues: * x11-fm/nemo crashes upon closing a window or tab. * x11/cinnamon-screensaver unlocking doesn't work, most likely due to a missing PAM (Linux-PAM?) integration. Both of these issues are being worked on. I've been dogfooding since Cinnamon 4.0, and apart from those issues, everything works." PR: 249771 PR: 249851 PR: 249855 PR: 249856 PR: 249857 PR: 249858 Submitted by: Charlie Li --- x11-fm/nemo/files/patch-src_nemo-notebook.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 x11-fm/nemo/files/patch-src_nemo-notebook.c (limited to 'x11-fm/nemo/files/patch-src_nemo-notebook.c') diff --git a/x11-fm/nemo/files/patch-src_nemo-notebook.c b/x11-fm/nemo/files/patch-src_nemo-notebook.c deleted file mode 100644 index 5b26b3391cab..000000000000 --- a/x11-fm/nemo/files/patch-src_nemo-notebook.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/nemo-notebook.c.orig 2014-11-25 08:15:15.798622291 +0100 -+++ src/nemo-notebook.c 2014-11-25 08:15:25.754624581 +0100 -@@ -51,12 +51,6 @@ - static void nemo_notebook_remove (GtkContainer *container, - GtkWidget *tab_widget); - --static const GtkTargetEntry url_drag_types[] = --{ -- { NEMO_ICON_DND_GNOME_ICON_LIST_TYPE, 0, NEMO_ICON_DND_GNOME_ICON_LIST }, -- { NEMO_ICON_DND_URI_LIST_TYPE, 0, NEMO_ICON_DND_URI_LIST }, --}; -- - enum - { - TAB_CLOSE_REQUEST, -- cgit v1.2.3