Skip to content

automatic connection greyed out #2471

Answered by infirit
Renegat27 asked this question in Q&A
Discussion options

You must be logged in to vote

Unfortunately it looks like this broke at some point. Below patch with debug logging should fix this. Can you check if it does for you @Renegat27 . If it does I'll submit a PR for review.

diff --git a/blueman/plugins/applet/AutoConnect.py b/blueman/plugins/applet/AutoConnect.py
index efb4d16d6..102737282 100644
--- a/blueman/plugins/applet/AutoConnect.py
+++ b/blueman/plugins/applet/AutoConnect.py
@@ -1,10 +1,12 @@
 from gettext import gettext as _
 from typing import TYPE_CHECKING, Union, Optional, Any
+import logging
 
 from gi.repository import GLib
 
 from blueman.Sdp import ServiceUUID
 from blueman.bluez.Device import Device
+from blueman.bluez.errors import BluezDBusException
 from…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@infirit
Comment options

Comment options

You must be logged in to vote
2 replies
@Renegat27
Comment options

@cschramm
Comment options

Answer selected by Renegat27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #2468 on August 22, 2024 22:07.