Hello!
I'm currently working on a project where the goal is for the user to never see the rpi desktop, notifications, anything at all other than an image sent from my phone by bluetooth that I'm displaying using feh.
My problem is that I want to make the bluetooth pairing seamless, but I'm struggling to get rid of a window that pops up saying "Connection successful" that can only be closed by pressing "ok". Before, I used to have to also confirm a code that appears on rpi and my phone however I've managed to get rid of that.
Here are some of the steps I've tried:
1. installed xfce4-notifyd-config and turned on do not disturb, disabled notifications
2. @xfconf-query -c xfce4-notifyd -p /do_notify -s false
@xfconf-query -c xfce4-notifyd -p /apps/xfce4-notifyd/active -s false
added these lines in autostart
3. installed dconf-editor and disabled notifications in there too
4. immediately feh fullscreen when pairing successful but I gave up half-way thru as this just hides the window and seems like a lazy solution
5. prioritize the script that displays an image above all pop-ups (I gave up on this one as well thinking there's a simpler way but maybe this is the best solution possible?)
I'm using raspberry pi zero 2 w, bookworm if that's relevant.
Any help is appreciated! Thank you
I'm currently working on a project where the goal is for the user to never see the rpi desktop, notifications, anything at all other than an image sent from my phone by bluetooth that I'm displaying using feh.
My problem is that I want to make the bluetooth pairing seamless, but I'm struggling to get rid of a window that pops up saying "Connection successful" that can only be closed by pressing "ok". Before, I used to have to also confirm a code that appears on rpi and my phone however I've managed to get rid of that.
Here are some of the steps I've tried:
1. installed xfce4-notifyd-config and turned on do not disturb, disabled notifications
2. @xfconf-query -c xfce4-notifyd -p /do_notify -s false
@xfconf-query -c xfce4-notifyd -p /apps/xfce4-notifyd/active -s false
added these lines in autostart
3. installed dconf-editor and disabled notifications in there too
4. immediately feh fullscreen when pairing successful but I gave up half-way thru as this just hides the window and seems like a lazy solution
5. prioritize the script that displays an image above all pop-ups (I gave up on this one as well thinking there's a simpler way but maybe this is the best solution possible?)
I'm using raspberry pi zero 2 w, bookworm if that's relevant.
Any help is appreciated! Thank you
Statistics: Posted by mariRasp — Mon Jul 01, 2024 9:53 am