Hello,

in source code I found :

/usr/lib/python3/dist-packages/blueman/gui

    def update_progress(self, time, totaltime):
        if not self.discovering:
            return False

        self.__discovery_time += time

        progress = self.__discovery_time / totaltime
        if progress >= 1.0:
            progress = 1.0
        if self.__discovery_time >= totaltime:
            self.StopDiscovery()
            return False

what is distroy_time :

why distroy

can I change the distroy time ?

Could you help me plese to fix this bug ?

My configuration

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu Disco Dingo (development branch)
Release:        19.04
Codename:       disco

Best regards

Battant

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1760092

Title:
  blueman-assistant crashed with
  blueman.bluez.errors.DBusInProgressError in warp(): Operation already
  in progress

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1760092/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to