epoptes team mailing list archive
-
epoptes team
-
Mailing list archive
-
Message #00239
[Bug 1015239] Re: Incorrect fullscreen option for vncviewer command line?
Thank you, fix committed in
http://bazaar.launchpad.net/~epoptes/epoptes/trunk/revision/322.
** Changed in: epoptes
Importance: Undecided => Low
** Changed in: epoptes
Status: New => Fix Committed
** Changed in: epoptes
Assignee: (unassigned) => Alkis Georgopoulos (alkisg)
--
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 Committed
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