Package: python-x2gobroker Version: 0.0.3.0
In the same vein as the dpi issue noted in bug #834 the presence of default values for height, width and fullscreen in the /usr/lib/python2.7/dist-packages/x2gobroker/defaults.py file under theX2GOBROKER_SESSIONPROFILE_DEFAULTS section prevent the x2goclient --geometry option being used to set what default geometry size (or if to use fullscreen) to be set by the client even if the admin of the x2gobroker setup hasn't defined those values in the x2gobroker-sessionprofiles.conf file.
I'd suggest updating the /usr/lib/python2.7/dist-packages/x2gobroker/defaults.py file to remove the lines "u'height': 600," "u'fullscreen': False," "u'width': 800," from the X2GOBROKER_SESSIONPROFILE_DEFAULTS section.
In my testing with those default value gone;
So in default cases having that default value removed shouldn't change behavior and it would allow people to configure their starting geometry if the x2gobroker admin has permitted it by not providing overriding values in the x2gobroker-sessionprofiles.conf file.
Thanks Jason