When I click the insall button on PlayOnLinux, the window is too small and it doesn't allow me to stretch it out. Why this is a problem is because it doesn't show the "Install an unlisted program" button. I've done some research but no one else has my problem. It did work fine before but no it doesn't. Edit: The window looks like this
Asked
Active
Viewed 1,582 times
2

agamer569
- 189
- 3
- 14
1 Answers
2
This is only a temporary work around and the problem should be filed as a bug appropriately.
The following line will change the size of the add window in PlayOnLinux. Copy and paste it to a terminal window to change the size:
sudo sed -i 's/windows_add_size = 25/windows_add_size = 75/' /usr/share/playonlinux/python/lib/Variables.py
To undo the changes copy and paste this line:
sudo sed -i 's/windows_add_size = 75/windows_add_size = 25/' /usr/share/playonlinux/python/lib/Variables.py
Hope this helps!

Terrance
- 41,612
- 7
- 124
- 183
-
It still doesn't work. The command changed line 52 to "windows_add_size = 75" but it still thinks the size is 25. I've experimented with higher numbers but it still doesn't work. – agamer569 Jun 09 '18 at 11:58
-
@agamer569 Try maybe taking it as high as 250. Beyond that, try a different theme then or look into the possibility of a different desktop environment. Some tests I ran in 18.04 did not show this but I use Xubuntu (Xfce4). It does not have this issue, or at least I cannot duplicate your issue. – Terrance Jun 09 '18 at 12:47
-
259 worked! Thank so so much! By the way, i've been avoiding the xfce4 desktop because it runs very slowly in my opinion. – agamer569 Jun 09 '18 at 13:19
-
@agamer569 You just gotta know how to tweak things. I know that GNOME over the last week has had 52 bugs filed where Xfce4 has only had 11. It has never been slow for me, in fact it has been fast. But, each to their own about the Linux desktop environments whatever works the best for the job. – Terrance Jun 09 '18 at 13:31
-
a value of 100 works for me. But this only fixes the height. How to increase the width? – Jürgen Hörmann Sep 05 '18 at 08:09
windows_add_size =
to something greater than 25. Something like 50 or 75. – Terrance Jun 08 '18 at 23:33pkexec gedit /usr/share/playonlinux/python/lib/Variables.py
and edit it that way. – Terrance Jun 08 '18 at 23:47(gedit:6228): Gtk-WARNING **: 19:50:55.871: cannot open display: "
– agamer569 Jun 08 '18 at 23:51