We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2015-09-16 20:22:49 +0200

[bug] Bluetooth icon not visible in lock screen

Bluetooth icon is not visible when device is locked but becomes visible when device is unlocked. Wifi, 4g and other icons seem to be always visible.

Sailfish OS version is 1.1.9.28

Screenshots:

Lock screen (no bluetooth icon): locked

Device unlocked (bluetooth icon visible): unlocked

[bug] Bluetooth icon not visible in lock screen

Bluetooth icon is not visible when device is locked but becomes visible when device is unlocked. Wifi, 4g and other icons seem to be always visible.

Sailfish OS version is 1.1.9.28

Screenshots:

Lock screen (no bluetooth icon): locked

Device unlocked (bluetooth icon visible): unlocked

[bug] Bluetooth icon not visible in lock screen

Bluetooth icon is not visible when device is locked but becomes visible when device is unlocked. Wifi, 4g and other icons seem to be always visible.

Sailfish OS version is 1.1.9.28

Screenshots:

Lock screen (no bluetooth icon): locked

Device unlocked (bluetooth icon visible): unlocked

Edit 2015-10-23: In the Early Access version 2.0.0.10 this issue is still unresolved, tagged with the current SFOS version.

[bug] Bluetooth icon not visible [feature-request] Show bluetooth status icon in lock screen

Bluetooth icon is not visible when device is locked but becomes visible when device is unlocked. Wifi, 4g and other icons seem to be always visible.

Sailfish OS version is 1.1.9.28 2.0.0.10

Screenshots:

Lock screen (no bluetooth icon): locked

Device unlocked (bluetooth icon visible): unlocked

Edit 2015-10-23: In the Early Access version 2.0.0.10 this issue is still unresolved, tagged with the current SFOS version.

Edit 2015-11-09: Edited this question to be a feature request to show the bluetooth status icon, as it turned out, it's left out intentionally as @AliNa commented (answered):

It's not a bug. The bluetooth status indicator is supposed to be invisible in lock screen – I don't know why.

/usr/share/lipstick-jolla-home-qt5/statusarea/StatusArea.qml lines 109-112:
        BluetoothStatusIndicator {
            anchors.verticalCenter: parent.verticalCenter
            visible: !lockscreenMode
        }

Commenting the 111th line with // at the beginning will make the bluetooth icon visible in lock screen.