epoptes team mailing list archive
-
epoptes team
-
Mailing list archive
-
Message #00237
[Bug 1015239] [NEW] Incorrect fullscreen option for vncviewer command line?
Public bug reported:
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 +.
** Affects: epoptes
Importance: Undecided
Status: New
--
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:
New
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
Follow ups
References