-
I have an older PDF reader I use called Foxit Reader. When I launch the program, everything works OK and the icon shows up in the Waybar tray. When I power off the monitor and later power it back on, the window of the app and the tray icon disappear. The process however is still running when executing the ps command. I do have the preserve-output plugin running. Am I missing a config option or plugin? Type: desktop, one monitor lswt output: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Is this PDF viewer the only app which has a problem like this, or does it happen with other applications as well? |
Beta Was this translation helpful? Give feedback.
-
Wayfire debug log. You can scan for Foxit. I powered off the monitor at 11:11:48. I turned it back on at 11:17:13. |
Beta Was this translation helpful? Give feedback.
trames57, the log indicates that the pdf viewer unmaps itself when the output is disconnected. This means that it hides its surface and should not be shown to the user at all (which Wayfire correctly does). This could be a bug in the application, or maybe it hides itself in the systray (I have seen other apps which do that) or maybe you need to run the application again and it will unmap itself. There is unfortunately not much that we can do about it on the Wayfire side - the app decides to hide itself on its own (unmap is not something that Wayfire can do, the client has to request it).