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: 527bad18d08b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: fa5b8f82c575
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 1, 2018

  1. nixos/sway-beta: Improve the wrapper

    According to the dbus-launch documentation [0] "--exit-with-session"
    shouldn't be used: "This option is not recommended, since it will
    consume input from the terminal where it was started; it is mainly
    provided for backwards compatibility." And it also states: "To start a
    D-Bus session within a text-mode session, do not use dbus-launch.
    Instead, see dbus-run-session(1)."
    
    The new wrapper also avoids starting an additional D-Bus session if
    DBUS_SESSION_BUS_ADDRESS is already set.
    
    Fix #51303.
    
    [0]: https://dbus.freedesktop.org/doc/dbus-launch.1.html
    [1]: https://dbus.freedesktop.org/doc/dbus-run-session.1.html
    primeos committed Dec 1, 2018
    Copy the full SHA
    062602d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. Merge pull request #51316 from primeos/sway

    nixos/sway-beta: Improve the wrapper
    primeos committed Dec 2, 2018
    Copy the full SHA
    fa5b8f8 View commit details
    Browse the repository at this point in the history