Situations application feedback

To be able to run this elevated command from Situations, you could install sudo and configure it to not prompt for a password when running dbus-send:

  1. Install Sudo: devel-su + Password ; pkcon install sudo
  2. Create a file “my-personal-settings” under /etc/sudoers.d/
  3. Fill the file with following lines:
   defaultuser ALL = (ALL) NOPASSWD: ALL
   defaultuser ALL = NOPASSWD: /usr/bin/dbus-send

taken from: Potential Bluetooth Support in the Android App Support (AAS) - #155 by rdav