Hi

Hi,

I’m having a bug with Floating Desktop.

On my floating desktop I have a icon, for which I set an action to jump to another desktop on tap.

However when I tap this icon, after I open the floating desktop, nothing happens.

If I set the action of this icon to, for example, open another app, it works fine.

If I manually go to the floating desktop and tap this icon, it also works file, i.e. jumps to the other desktop as required.

Only when I actually use the floating desktop, over another desktop, the shortcut doesn’t work.

Thanks,

Maxim.

]]>

2 Commentsto Hi

  1. Anonymous says:

    < ![CDATA[

    I believe this is because the app tries to execute the action inside the floating desktop screen, it does not redirect it to the home screen. The bookmark action is then canceled because the app cannot find the desktop in the floating screen. As a workaround, try to set an action “Run a script” with the following script:


    LL.goToDesktop(some_desktop_id);


    where some_desktop_id is the desktop id and can be found in the properties box.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    It works, thanks!

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *