colloqi / piSignage

Digital Signage Player Software for Raspberry Pi, more details at
http://pisignage.com
597 stars 252 forks source link

! Important: loginscreen after ~30min -> piSignage not usable anymore! #252

Open Quietscher opened 8 months ago

Quietscher commented 8 months ago

autologout Morning! After about 30 min, the greeter appears and is overlaid on top of piSignage. Therefore, the Signage is not usable anymore.

System:

More information: It seems to be the same problem as in ISSUE, but the issue's naming is misleading. We tried to solve the issue by ourselves but couldn't fix it. We found out:

Resources we found, but that couldn't solve the problem:



Please let me know if other information is required or if you found a fix.

Quietscher commented 7 months ago

The assets can't be a problem. They did not change.

Quietscher commented 7 months ago

It's just some webpages that are served on a locally running nginx. It is a compiled Vue project with routing.

Here it is written, what the Signage should present

Quietscher commented 7 months ago

Does this help? Do you have an Idea where the problem is buried? 😅 I did not change anything but upgraded the system to the 5.1.2 version.

colloqi commented 7 months ago

5.1.4 should address this issue or a simple Raspberry OS update and upgrade as explained in https://forums.raspberrypi.com/viewtopic.php?p=2211369

Quietscher commented 7 months ago

It's updated now, ill let you know if the issue still persists. The issue that the cursor triggers hover effects still persists!

AbhijithBn commented 7 months ago

HI @Quietscher Can you send us a video of the issue ?

Quietscher commented 7 months ago

The cursor just triggers hover effects

Quietscher commented 7 months ago

because its in the middle of the screen

AbhijithBn commented 7 months ago

We are not able to replicate it at our end. A video would help us in figuring out the issue.

Quietscher commented 7 months ago
image

the tile is in the middle of the screen no cursor is visible, still the hovereffect is triggered. when connecting a mouse the cursor becomes visible and one additionally sees that the cursor is indeed in the middle of the screen

AbhijithBn commented 7 months ago

Is it possible to remove the hover listener on the element via code? Users have not reported this issue so far and hence not sure if we can do anything about this.

Quietscher commented 7 months ago

i can try this later, i hope it does not trigger hover effects. Is there a possibility to just move it via default to a corner? e.g. top left? This would be great. Or as mentioned, that you can set the default cursor position in piSignage Server.

Quietscher commented 7 months ago

Imagine Users displaying Websites, in any case you dont want to have the cursor triggering any effects in the center of the screen

AbhijithBn commented 7 months ago

Not sure if we can do anything about it at the moment. So please disable hover effects in your website design by disabling event listeners. That should solve this issue.

Quietscher commented 7 months ago

I know. There are libraries to move the cursor via code. That would be nice, that you just move it to a corner, than no one will probably have weired effects resulting from the cursor. 👍

AbhijithBn commented 7 months ago

Let us know if any of those libraries work for you 😁

colloqi commented 7 months ago

Also, we hide the cursor using wayfire plugin

Quietscher commented 7 months ago

Also, we hide the cursor using wayfire plugin

That's not what I am talking about. Yes, you cannot visibly see the cursor, but it is there, in the middle of the screen doing side effects to the assets the piSignage shows. My idea is that you move it to a corner.