diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-02 11:21:30 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-02 11:21:30 +0000 |
commit | 474895cdb67df33222fa2b2e67a4c6fc7dea0fa7 (patch) | |
tree | 88f0bd8b077f4fe5cb17646d5336161aa4610b11 /x11-fm/nemo/files/patch-src_nemo-bookmark-list.c | |
parent | archivers/urbackup-client: update 2.4.10 -> 2.4.11.0 (diff) |
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
Diffstat (limited to 'x11-fm/nemo/files/patch-src_nemo-bookmark-list.c')
-rw-r--r-- | x11-fm/nemo/files/patch-src_nemo-bookmark-list.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-fm/nemo/files/patch-src_nemo-bookmark-list.c b/x11-fm/nemo/files/patch-src_nemo-bookmark-list.c deleted file mode 100644 index 6b7d5a5f16ba..000000000000 --- a/x11-fm/nemo/files/patch-src_nemo-bookmark-list.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/nemo-bookmark-list.c.orig 2014-11-25 08:21:31.872596499 +0100 -+++ src/nemo-bookmark-list.c 2014-11-25 08:22:26.313236268 +0100 -@@ -448,7 +448,7 @@ - nemo_bookmark_list_get_for_uri (NemoBookmarkList *bookmarks, - const char *uri) - { -- g_return_if_fail (NEMO_IS_BOOKMARK_LIST (bookmarks)); -+ g_return_val_if_fail (NEMO_IS_BOOKMARK_LIST (bookmarks), NULL); - - GList *iter; - GList *results = NULL; |