Skip to content

Commit b1ebe0a

Browse files
committed
nixos/pantheon: Get rid of bamf
This is not needed with the latest gala and dock.
1 parent 1ffd799 commit b1ebe0a

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

nixos/modules/services/desktops/bamf.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{ config, lib, pkgs, ... }:
33
{
44
meta = with lib; {
5-
maintainers = with lib.maintainers; [ ] ++ lib.teams.pantheon.members;
5+
maintainers = with lib.maintainers; [ ];
66
};
77

88
###### interface

nixos/modules/services/x11/desktop-managers/pantheon.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ in
132132
hardware.bluetooth.enable = mkDefault true;
133133
security.polkit.enable = true;
134134
services.accounts-daemon.enable = true;
135-
services.bamf.enable = true;
136135
services.colord.enable = mkDefault true;
137136
services.fwupd.enable = mkDefault true;
138137
# TODO: Enable once #177946 is resolved

nixos/tests/pantheon.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ import ./make-test-python.nix ({ pkgs, lib, ...} :
6060
machine.wait_until_succeeds(f"pgrep -f {i}")
6161
for i in ["gala", "io.elementary.wingpanel", "io.elementary.dock"]:
6262
machine.wait_for_window(i)
63-
for i in ["bamfdaemon.service", "io.elementary.files.xdg-desktop-portal.service"]:
63+
for i in ["io.elementary.files.xdg-desktop-portal.service"]:
6464
machine.wait_for_unit(i, "${user.name}")
6565
6666
with subtest("Check if various environment variables are set"):

pkgs/desktops/pantheon/apps/elementary-files/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
, libportal-gtk3
1616
, granite
1717
, pango
18-
, bamf
1918
, sqlite
2019
, zeitgeist
2120
, libcloudproviders
@@ -47,7 +46,6 @@ stdenv.mkDerivation rec {
4746
];
4847

4948
buildInputs = [
50-
bamf
5149
glib
5250
granite
5351
gtk3

0 commit comments

Comments
 (0)