linuxmint / mint20-beta

BETA Bug Squah Rush
20 stars 8 forks source link

XFCE: mintinstall fails on low res monitors #135

Closed markwalton1967 closed 4 years ago

markwalton1967 commented 4 years ago

On an Asus 1015-PX netbook (intel Atom N570) the mintinstall application fails when it detects the low resolution screen (1024x600) with a 'monitor_number not defined' error. Original exception was: Traceback (most recent call last): File "/usr/lib/linuxmint/mintinstall/mintinstall.py", line 2425, in app = Application() File "/usr/lib/linuxmint/mintinstall/mintinstall.py", line 536, in init self.low_res = self.get_low_res_screen() File "/usr/lib/linuxmint/mintinstall/mintinstall.py", line 707, in get_low_res_screen print("MintInstall: low resolution detected on monitor %d (%dpx height), limiting window height." % (monitor_number, height)) NameError: name 'monitor_number' is not defined