epoptes team mailing list archive
-
epoptes team
-
Mailing list archive
-
Message #00259
[Bug 1015239] Re: Incorrect fullscreen option for vncviewer command line?
Fix released in Epoptes 0.5.6.
** Changed in: epoptes
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Epoptes
Developers, which is the registrant for Epoptes.
https://bugs.launchpad.net/bugs/1015239
Title:
Incorrect fullscreen option for vncviewer command line?
Status in Epoptes:
Fix Released
Bug description:
In my lab, Epoptes doesn't broadcasts correctly in fullscreen mode: it
always launches VNC viewer in windowed mode.
Investigating the problem, I've found that script /usr/share/epoptes
/client-functions could have an error in receive_broadcast() function.
Currently, next to line 260, there are scructures like
${3:+[Ff]ull[Ss]creen (...)}
when the correct should be
${3:+-[Ff]ull[Ss]creen (...)}
with an hyphen right after +.
To manage notifications about this bug go to:
https://bugs.launchpad.net/epoptes/+bug/1015239/+subscriptions
References