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: 8f156698bf1c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: dd49cf711e31
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Aug 12, 2019

  1. installer: Don't run as root

    There's many reason why it is and is going to
    continue to be difficult to do this:
    
    1. All display-managers (excluding slim) default PAM rules
       disallow root auto login.
    
    2. We can't use wayland
    
    3. We have to use system-wide pulseaudio
    
    4. It could break applications in the session.
       This happened to dolphin in plasma5
       in the past.
    
    This is a growing technical debt, let's just use
    passwordless sudo.
    worldofpeace committed Aug 12, 2019
    Copy the full SHA
    397c7d2 View commit details
    Browse the repository at this point in the history
  2. gparted: correct polkit support

    Use wrapGAppsHook as well
    worldofpeace committed Aug 12, 2019
    Copy the full SHA
    7b30064 View commit details
    Browse the repository at this point in the history
  3. gparted: add adwaita-icon-theme

    This adds the icon theme to XDG_DATA_DIRS.
    It doesn't appear Plasma5 is properly configured for gtk
    apps so this works around there being no icon theme installed
    for it.
    worldofpeace committed Aug 12, 2019
    Copy the full SHA
    15f5535 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Merge pull request #66338 from worldofpeace/installer/no-root

    installer: Don't run as root
    worldofpeace committed Aug 14, 2019
    Copy the full SHA
    dd49cf7 View commit details
    Browse the repository at this point in the history