Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linuxmint/mintmenu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: linuxmint/mintmenu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: mint19.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 31, 2020

  1. Fix launching pkexec applications (#248)

    When launching mintsources, timeshift or an app which Exec field (in the desktop file)
    starts with pkexec, nothing happens and the output states:
    
    "Refusing to render service to dead parents."
    
    For some reason this does not happen on fresh LMDE 4 and Mint 19.3 installations,
    but it happens on LMDE 3 -> LMDE 4 and 19.1 -> 19.3 upgrades.
    
    Similar bugs were fixed in nemo and cinnamon. Pkexec is known to cause issues
    depending on how it's launched.
    
    Specifying DO_NOT_REAP_CHILD in the spawn flags helps here. Afaik it makes it so
    we're the parent of the pkexec process during launch. Pkexec fails to launch
    otherwise.
    
    gather_pid_callback() does nothing, it's just there to ack the pid callback. Afaik
    this helps preventing zombie [defunct] processes when they terminate.
    clefebvre committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    e9d8a23 View commit details
    Browse the repository at this point in the history
  2. 6.0.3.1

    clefebvre committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    fdce9aa View commit details
    Browse the repository at this point in the history
Loading