From 20507c3d0186de7901d7f2fd9bbe09aaaeb52496 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 15 Jan 2025 19:29:03 +0100 Subject: Drop the deprecated PolicyKit *.pkla file fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093061 --- data/50-org.ayatana.indicator.keyboard.AccountsService.pkla | 6 ------ data/CMakeLists.txt | 4 ---- 2 files changed, 10 deletions(-) delete mode 100644 data/50-org.ayatana.indicator.keyboard.AccountsService.pkla diff --git a/data/50-org.ayatana.indicator.keyboard.AccountsService.pkla b/data/50-org.ayatana.indicator.keyboard.AccountsService.pkla deleted file mode 100644 index f562c6fd..00000000 --- a/data/50-org.ayatana.indicator.keyboard.AccountsService.pkla +++ /dev/null @@ -1,6 +0,0 @@ -[Allow LightDM to set AccountsService fields] -Identity=unix-user:lightdm -Action=org.ayatana.indicator.keyboard.AccountsService.ModifyAnyUser -ResultActive=yes -ResultInactive=yes -ResultAny=yes diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index a3efca54..13fe6c81 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -48,10 +48,6 @@ install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ../../d install(FILES org.ayatana.indicator.keyboard.AccountsService.policy DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/polkit-1/actions") -# 50-org.ayatana.indicator.keyboard.AccountsService.pkla - -install(FILES 50-org.ayatana.indicator.keyboard.AccountsService.pkla DESTINATION "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/lib/polkit-1/localauthority/10-vendor.d") - # 50-org.ayatana.indicator.keyboard.AccountsService.rules install (FILES 50-org.ayatana.indicator.keyboard.AccountsService.rules DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/polkit-1/rules.d") -- cgit v1.2.3