Bug 28977 - Firefox-Session nicht in Fullscreen
Firefox-Session nicht in Fullscreen
Status: CLOSED FIXED
Product: Z_Univention Corporate Client (UCC)
Classification: Unclassified
Component: User logins
unspecified
Other Linux
: P5 normal
: UCC 1.0
Assigned To: Lukas Walter
Erik Damrose
: interim-3
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-30 12:46 CET by Moritz Muehlenhoff
Modified: 2013-03-26 09:14 CET (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Muehlenhoff univentionstaff 2012-10-30 12:46:13 CET
Wird Firefox in der Session gestartet, ist um das Fenster herum ein kleiner schwarzer Rand. Es macht dabei keinen Unterschied, ob ein Windowmanager gestartet wurde oder nicht.

Drückt man im laufenden System F11 wird der volle Fullscreen-Mode verwendet.

Die Commandline-Option -fullscreen, die man bei Google findet macht keinen Unterschied.

Es gab dafür früher ein Addon, das aber anscheinend mit aktuellen Firefox-Versionen nicht mehr funktioniert:
https://addons.mozilla.org/en-US/firefox/addon/full-fullscreen/
Comment 1 Moritz Muehlenhoff univentionstaff 2012-11-12 12:47:28 CET
Ich habe dazu einen Fix gefunden: Wenn man in der zentralen Konfigurationsdatei von OpenBox (dem Window-Manager in UCC) die Window Decorations deaktiviert, funktioniert es.

Dazu muss /etc/xdg/openbox/rc.xml in ein Template umgewandelt werden (z.B. über das Source-Paket univention-corporate-client) und dort folgender Abschnitt unter <applications> eingefügt werden:

  <application name="Firefox*">
    <decor>no</decor>
  </application>
Comment 2 Lukas Walter univentionstaff 2013-01-09 15:48:23 CET
(In reply to comment #1)
> Ich habe dazu einen Fix gefunden: Wenn man in der zentralen Konfigurationsdatei
> von OpenBox (dem Window-Manager in UCC) die Window Decorations deaktiviert,
> funktioniert es.
> 
> Dazu muss /etc/xdg/openbox/rc.xml in ein Template umgewandelt werden (z.B. über
> das Source-Paket univention-corporate-client) und dort folgender Abschnitt
> unter <applications> eingefügt werden:
> 
>   <application name="Firefox*">
>     <decor>no</decor>
>   </application>

GENAU so funktioniert es zwar nicht, aber nach einige Rumprobieren und Recherchieren habe ich herrausgefunden, dass die Lösung so ähnlich aussieht:
============================
<application class="Firefox*">
    <fullscreen>yes</fullscreen>
</application>
============================

Ansonsten habe ich die Konfigurationsdatei /etc/xdg/openbox/rc.xml wie beschrieben in ein Template in univention-corperate-client verwandelt.



univention-corporate-client (1.0.3) unstable; urgency=low
  * replaced the configuration file /etc/xdg/openbox/rc.xml by an
    UCR template in order to make openbox start firefox in fullscreen
  * depend on univention-config-registry
  * call univention-install-config-registry in debian/rules
  (Bug #28977)

svn 38163
Comment 3 Erik Damrose univentionstaff 2013-01-17 13:45:59 CET
> ============================
> <application class="Firefox*">
>     <fullscreen>yes</fullscreen>
> </application>
> ============================
> Ansonsten habe ich die Konfigurationsdatei /etc/xdg/openbox/rc.xml wie
> beschrieben in ein Template in univention-corperate-client verwandelt.

Template besteht und enthält die Anweisung -> OK
Firefox Session startet den Browser im Vollbild ohne Rahmen -> OK

-> Verified
Comment 4 Erik Damrose univentionstaff 2013-02-08 14:10:50 CET
Da jetzt metacity statt openbox verwendet wird muss dieses Problem nocheinmal angegangen werden. Firefox startet momentan mit Menü und Rahmen und nimmt nur die halbe verfügbare Bildbreite ein.
Comment 5 Moritz Muehlenhoff univentionstaff 2013-02-08 14:18:21 CET
The firefox session script still uses OpenBox. Please file a separate bug for the XenApp session script.
Comment 6 Erik Damrose univentionstaff 2013-02-11 11:50:31 CET
The bug for the xenapp session script: bug 30358
Comment 7 Moritz Muehlenhoff univentionstaff 2013-03-26 09:14:07 CET
UCC 1.0 has been released: 
http://forum.univention.de/viewtopic.php?f=26&t=2417
http://forum.univention.de/viewtopic.php?f=54&t=2418

If this error occurs again, please use "Clone This Bug".