Page 1 of 1

How to disable extra popup windows with display?

Posted: 2009-01-24T11:08:44-07:00
by RobS
I want to use display to show images from a media folder in a Linux kiosk type application.

However, if someone happens to put a file in the folder that can't be decoded, a file selection window pops up which is inappropriate for this type of usage.

How can popups be disabled? Just showing the logo image in this case would be OK.

Thanks,

Rob

Re: How to disable extra popup windows with display?

Posted: 2009-01-24T11:42:49-07:00
by magick
What happens if you use -immutable?
  • display -immutable *

Re: How to disable extra popup windows with display?

Posted: 2009-01-24T15:53:28-07:00
by RobS
The -immutable flag does not make a difference.

Rob