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: NixOS/nixpkgs
base: c3cb5933f8d4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7890494813dd
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 7, 2019

  1. plasma: handle ksycoca5 better

    - Remove xdg-desktop-menu-dummy.menu kbuildsycoca5. Not sure why we
      need it but it is a pretty big failure if it exists.
      See issue #56176.
    
    - plasma: clear ksycoca cache before building
    
      This is needed to pick up on software removed since the last cache
      update. Otherwise it hangs around as zombies forever (or until the
      cache is cleared).
    
    - Add the above + the icon cache cleanup to plasmaSetup
    
      This will be run for the logged in user on each nixos-rebuild.
      Unfortunately this only works if you are managing software through
      nixos-rebuild (nix-env users need to run this manually, otherwise
      log out and log back in).
    matthewbauer committed Mar 7, 2019
    Copy the full SHA
    393b359 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Merge pull request #57037 from matthewbauer/remove-xdg-desktop-menu-d…

    …ummy
    
    plasma: handle kbuildsycoca5 better
    matthewbauer committed Mar 12, 2019
    Copy the full SHA
    7890494 View commit details
    Browse the repository at this point in the history