Debian Patches

Status for nautilus/3.38.2-1+deb11u1

Patch Description Author Forwarded Bugs Origin Last update
Update-Karbi-translation.patch Update Karbi translation Jor Teron <jor.teron@gmail.com> no upstream, 3.38.3, commit:7dbb6f1853254fd467228d185acfc3ea10972afe 2020-11-22
Update-Vietnamese-translation.patch Update Vietnamese translation =?utf-8?b?Tmfhu41jIFF1w6JuIFRy4bqnbg==?= <vnwildman@gmail.com> no upstream, 3.38.3, commit:beed1728d3ba85495856f5f17f7895dc62e6d576 2020-11-27
Update-Norwegian-Bokm-l-translation.patch =?utf-8?q?Update_Norwegian_Bokm=C3=A5l_translation?= Kjartan Maraas <kmaraas@gnome.org> no upstream, 3.38.3, commit:b62f9a7422edd181c92ef0d0ccce7b8d91860497 2020-11-30
Update-Bengali-India-translation.patch Update Bengali (India) translation Akarshan Biswas <akarshan.biswas@hotmail.com> no upstream, 3.38.3, commit:8e67058fb368146183f0159292fa5ab483d9c4e9 2020-12-18
Update-Catalan-translation.patch Update Catalan translation Jordi Mas <jmas@softcatala.org> no upstream, 3.38.3, commit:cda0d493bf245f10e1fbcc815582dc0879568647 2020-12-29
window-Don-t-save-state-when-tiled.patch window: Don't save state when tiled
The saved window state (whether the window is maximized and its initial
size) should be the state, that the user would most likely want the next
opened window to start with. As the tiled state doesn't make sense
without other windows and because it's not really possible to properly
restore it, it will not be saved anymore.

Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/1685

(cherry picked from commit 31a01278be04e19b03a29cf6636cedeb42f8a6e4)
Elias Projahn <johrpan@gmail.com> no upstream, 3.38.3, commit:2fab98fc8ff47b8ccd3a5dc230432fa02f74de4d 2020-12-17
window-slot-Don-t-leak-menus-on-destruction.patch window-slot: Don't leak menus on destruction
We hold a ref since commit 6b16de613dc87b9f84d87a46ac5987b6d7087a5c

But we never release it on slot destruction, so it leaks.

Release it on destruction.

(cherry picked from commit 342207ef66e3763dee08b6f208959bcfce9929b2)
=?utf-8?q?Ant=C3=B3nio_Fernandes?= <antoniof@gnome.org> no upstream, 3.38.3, commit:e6bedf879da171ba9eae3d9e3a232fcdf86f2a9c 2020-12-19
toolbar-Don-t-leak-menu-models.patch toolbar: Don't leak menu models
g_object_get() returns a ref to the property object. We must unref it.

(cherry picked from commit 9b62be1e1e814a0ea48a50f0ec3902927672e428)
=?utf-8?q?Ant=C3=B3nio_Fernandes?= <antoniof@gnome.org> no upstream, 3.38.3, commit:f29e5887caa5d2ab6bbff14f74e3f406c47be905 2020-12-19
Update-Turkish-translation.patch Update Turkish translation =?utf-8?q?Emin_Tufan_=C3=87etin?= <etcetin@gmail.com> no upstream, 3.38.3, commit:41df4555200262fbd62d82c9c187a66e08f9dc40 2021-03-07
Update-Turkish-translation-1.patch Update Turkish translation =?utf-8?q?Emin_Tufan_=C3=87etin?= <etcetin@gmail.com> no upstream, 3.38.3, commit:e9c18241960b94b36708784c95cd0a44d9d39632 2021-03-07
mime-actions-Open-files-as-groups-if-not-sandboxed.patch mime-actions: Open files as groups if not sandboxed
While sandboxed, we open files using the OpenURI portal, and we don't
know which app is the default handler app for each file. As such, we
have given up group-launching files with the same default handler when
adapting nautilus to being sandboxed.[0]

But this resulted in a feature regression in the non-sandboxed case,
which is still the common case in production.

Reinstate the code for the old behaviour[1], but keep the current
behaviour when running in inside a flatpak sandbox.


[0] f5206a6daf0991d91e885a28bb66795a8ae12a41
[1] based on revert patch with revert conflicts resolved by hadess
=?utf-8?q?Ant=C3=B3nio_Fernandes?= <antoniof@gnome.org> yes upstream upstream, 40.rc, commit:080f83385ff79a8be54ee31e7a45422138226f1f 2020-12-30
mime-actions-Check-flatpak-info-only-once.patch mime-actions: Check flatpak-info only once =?utf-8?q?Ant=C3=B3nio_Fernandes?= <antoniof@gnome.org> no upstream, 40.rc, commit:f3ef2e812e567d5252d5b5a1242a5d1390556dba 2020-12-30
mime-actions-Drop-dead-code-path.patch mime-actions: Drop dead code path
Now that the async files opening path is only used while sandboxed,
the conditions for these if blocks (not being sanboxed) is never met.
=?utf-8?q?Ant=C3=B3nio_Fernandes?= <antoniof@gnome.org> no upstream, 40.rc, commit:17285c25834cea9fd7b3fb7b155127db116004af 2020-12-30
mime-actions-Add-all-portal-opened-files-to-recents.patch mime-actions: Add all portal-opened files to recents
While sandboxed, we add the first file in the queue to recents.

This has two problems:

* The file is added to recents even if we fail to launch.
* If opening multiple files, we forget to add the others to recents

Instead, add each file to recents for each successful launch.
=?utf-8?q?Ant=C3=B3nio_Fernandes?= <antoniof@gnome.org> no upstream, 40.rc, commit:cea4910608a1bf3b6c3603e08f30d5e8b2a96425 2020-12-30
mime-actions-Don-t-leak-error.patch mime-actions: Don't leak error =?utf-8?q?Ant=C3=B3nio_Fernandes?= <antoniof@gnome.org> no upstream, 40.rc, commit:82da3192d71dd152ea27f0f8a2aa8b89befaf63d 2020-12-30
mime-action-Fix-reinstated-regression.patch mime-action: Fix reinstated regression
Commit [1] has reinstated a regression from the earlier commit [2].

[1] 080f83385ff79a8be54ee31e7a45422138226f1f
[2] 02ba130f3d61fae414459cb308adf270edb01e6e
=?utf-8?q?Ant=C3=B3nio_Fernandes?= <antoniof@gnome.org> no upstream, 40.rc, commit:953ca87b490d05368483c5c651d6a545da7c6c4d 2021-03-12
mime-actions-Revert-unintended-string-freeze-break.patch mime-actions: Revert unintended string freeze break
Reuse existing strings with approximate meaning.
=?utf-8?q?Ant=C3=B3nio_Fernandes?= <antoniojpfernandes@gmail.com> no upstream, 40.rc, commit:5aec6573ce7fafcc6bc25854fa7f29a2bc6a4676 2021-03-12
multiarch_fallback.patch Load extensions from non-multiarch directory too Jeremy Bicha <jbicha@ubuntu.com> no 2016-09-13
revert_tracker_update.patch =================================================================== no

All known versions for source package 'nautilus'

Links