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

[Bug] App Covers visible all the time [now with fix!]

asked 2015-06-13 12:21:49 +0300

gehowa gravatar image

updated 2016-08-16 15:07:45 +0300

jiit gravatar image

Yesterday I encountered a strange bug: The app covers suddenly stopped moving and were visible on the lock screen as well as the app grid (see screenshots), no interaction with them was possible. A reboot fixed this, and I couldn't reproduce it.

image description image description image description

edit retag flag offensive close delete

1 Answer

Sort by » oldest newest most voted
9

answered 2015-06-13 12:34:26 +0300

g7 gravatar image

updated 2015-06-13 14:20:11 +0300

This is not a proper answer, but I have managed to reproduce it so hopefully it may be possible to avoid this situation :)

To reproduce:

  1. In the multitasking view, longpress to show the close buttons of the active applications
  2. While the multitasking view is still in "close mode", open the event view with a swipe from the bottom
  3. Dismiss the event view

Eugenio

EDIT: Ok, I've managed to fix it. This is obviosuly unsupported by Jolla and may eat your favourite pet. But it works here. YMMV.

  1. Open /usr/share/lipstick-jolla-home-qt5/main.qml with your favourite text editor
  2. Line 88, inside the Connections object:

    onEventsPeekChanged: if (Lipstick.compositor.eventsPeek) desktop.closeApplicationEnabled = false
    

    Change to:

    onEventPeekChanged: if (Lipstick.compositor.eventPeek) desktop.closeApplicationEnabled = false
    
  3. Restart lipstick and enjoy

  4. (Probably the same should be done in the onCloseApplicationEnabledChanged callback, but anyway this change fixed the bug for me, so... :) )

If there's enough interest I could create a patch incorporating this change.

edit flag offensive delete publish link more

Comments

...confirme on 1.1.6/Aaslakkajärvi.

eson ( 2015-06-13 12:59:19 +0300 )edit

Also confirmed for 1.1.4.29 (Äijänpäivänjärvi), so it's not a new issue (although it should of course be fixed, which might already be the case for SFOS 2.0 because of "new" lipstick I guess)

RobertMe ( 2015-06-13 13:10:27 +0300 )edit

Confirm as well (1.1.6 Aaslakkajärvi). Only happens when I swipe away "event view" from right or left.

molan ( 2015-06-13 13:15:20 +0300 )edit

Yes, now I can reproduce it, too.

gehowa ( 2015-06-13 13:18:12 +0300 )edit

Confirmed for 1.1.4.29. Very funny!

rosapold ( 2015-06-13 13:23:43 +0300 )edit
Login/Signup to Answer

Question tools

Follow
2 followers

Stats

Asked: 2015-06-13 12:21:49 +0300

Seen: 417 times

Last updated: Jun 13 '15