Forum: PC Hard- und Software Wine-Programm maximiert starten


von TO (Gast)


Lesenswert?

Hallo!

Habe auf einem kleinen Samsung N150 Netbook Manjaro Openbox installiert.
Es gefällt mir ganz gut, aber wenn ich das Programm LingoPad (emuliert 
mit Wine) starte, ist die Titelleiste unterhalb der Taskleiste des 
Systems, weshalb ich das Fenster ständig zuerst mit gedrückter Alt-Taste 
verschieben muss, um es dann maximieren zu können.

Gibt es einen Befehl, mit dem ich das Programm gleich maximiert starten 
könnte?

Danke im Voraus!

von Bauform B. (bauformb)


Lesenswert?

openbox kann dafür sorgen, dass ein Programm bzw. Fenster mit einer 
festen Geometrie startet. Ob das auch mit einem Windows-Programm 
funktioniert? Versuch macht kluch. In der openbox-Konfiguration 
"$HOME/.config/openbox/rc.xml" gibt es einen Abschnitt <applications> 
und da findet man u.a.
1
<position force="no">
2
  # the position is only used if both an x and y coordinate are provided
3
  # (and not set to 'default')
4
  # when force is "yes", then the window will be placed here even if it
5
  # says you want it placed elsewhere.  this is to override buggy
6
  # applications who refuse to behave
7
  <x>center</x>
8
  <y>200</y>
9
</position>
10
<size>
11
  <width>20</width>
12
    # a number like 20, or 'default' to use the size given
13
    # by the application.
14
    # you can use fractions such as 1/2 or percentages such as 75% in which
15
    # case the value is relative to the size of the monitor that the window
16
    # appears on.
17
  <height>30%</height>
18
</size>

von check this out (Gast)


Lesenswert?

winecfg unter graphics; [ ] allow window manager to control the window

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.