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: a08d4625636f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 35c3396f41ec
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 3, 2019

  1. dropbox: fix tray menu with StatusNotifierItem trays

    If dropbox can't load libappindicator, it will fallback to using the old
    xembed protocol. If you (or your Desktop Environment) are running
    something like KDE's XEmbed SNI Proxy, then you'll at least see an icon,
    but clicking the icon won't give you menu.
    
    Adding libappindicator to the env allows dropbox to fully integrate with
    contemporary status trays, while still falling back to xembed if the
    required DBus service is not present.
    cstrahan committed Jun 3, 2019
    Copy the full SHA
    8f9a2f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Merge pull request #62595 from cstrahan/dropbox/fix-tray-menu

    dropbox: fix tray menu with StatusNotifierItem trays
    worldofpeace committed Jun 5, 2019
    Copy the full SHA
    35c3396 View commit details
    Browse the repository at this point in the history