Skip to content

Tags: zquestz/nemo

Tags

master.lmde7

Toggle master.lmde7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
nemo-desktop: Don't crash/quit in Wayland when the monitor is removed (

…linuxmint#3785)

Hold the application alive in Wayland mode when monitors disappear,
so it can recover when the monitor returns, rather than exiting.

Handle GdkDisplay::monitor-removed immediately, by destroying windows
cleanly before gtk-layer-shell's closed handler fires, so there's no
dangling surface for the frame clock to hit.

master.mint22

Toggle master.mint22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
nemo-view.c: fix crash after some shortcuts (linuxmint#3525)

On action_follow_symlink_callback() and
action_open_containing_folder_callback() we now confirm that exactly one
thing is selected.  Previously, if zero things were selected, we would
segfault.

master.lmde6

Toggle master.lmde6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
nemo-view.c: fix crash after some shortcuts (linuxmint#3525)

On action_follow_symlink_callback() and
action_open_containing_folder_callback() we now confirm that exactly one
thing is selected.  Previously, if zero things were selected, we would
segfault.