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: 9671491f1665
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 46fac2ff1073
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 4, 2020

  1. Add more python package dependencies for qtile

    Qtile cannot connect to dbus and cause applications to freeze when they attempt to send notifications.
    For example, slack will completely freeze when a new message comes in after it attempts to send a notification.
    
    This is caused by an inability to import dbus and pygobject3 as evidenced by this error in the logs
    `WARNING libqtile manager.py:setup_eventloop():L240 importing dbus/gobject failed, dbus will not work.`
    
    Also added the python packages dependencies mentioned here:
    #45039
    DavHau/mach-nix#125
    vividn committed Oct 4, 2020
    Copy the full SHA
    89e211f View commit details
    Browse the repository at this point in the history
  2. Lint code

    vividn committed Oct 4, 2020
    Copy the full SHA
    d823965 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Merge pull request #99538 from vividn/patch-1

    qtile: add missing python package dependencies
    Lassulus committed Oct 21, 2020
    Copy the full SHA
    46fac2f View commit details
    Browse the repository at this point in the history