About the Bug reports category

Please report bugs you find in Mabox Linux here.

A post was split to a new topic: How to fix AMD GPU Radeon Screen Tearing

Traceback (most recent call last):
File ‘/usr/bin/quicktile’, line 33, ()
if name == ‘main’:
sys.argv[0] = re.sub(r’(-script.pyw?|.exe)?$’, ‘’, sys.argv[0])
sys.exit(load_entry_point(‘QuickTile==0.4’, ‘console_scripts’, ‘quicktile’)())
Variables (B=Builtin, G=Global, L=Local):
- sys.exit (L):
- load_entry_point (L): <function importlib_load_entry_point at
0x7fab7171d3a0>

File ‘/usr/lib/python3.9/site-packages/quicktile/main.py’, line 382,
main()
try:
winman = WindowManager(x_display=x_display)
except XInitError as err:
Variables (B=Builtin, G=Global, L=Local):
- winman (N): None
- WindowManager (G): <class ‘quicktile.wm.WindowManager’>
- x_display (L): <Xlib.display.Display object at 0x7fab6c91d520>

File ‘/usr/lib/python3.9/site-packages/quicktile/wm.py’, line 98,
init(self=<quicktile.wm.WindowManager object>, screen=None,
x_display=<Xlib.display.Display object>)
self.usable_region = UsableRegion()
self.update_geometry_cache()
# TODO: Hook monitor-added and monitor-removed and regenerate this
Variables (B=Builtin, G=Global, L=Local):
- self.update_geometry_cache (L): <bound method
WindowManager.update_geometry_cache of <quicktile.wm.WindowManager object
at 0x7fab6b44f430>>

File ‘/usr/lib/python3.9/site-packages/quicktile/wm.py’, line 144,
update_geometry_cache(self=<quicktile.wm.WindowManager object>)
win = self.x_display.create_resource_object(‘window’, wid)
result = self.get_property(
win, ‘_NET_WM_STRUT_PARTIAL’, Xatom.CARDINAL)
Variables (B=Builtin, G=Global, L=Local):
- result (L): None
- self.get_property (L): <bound method WindowManager.get_property of
<quicktile.wm.WindowManager object at 0x7fab6b44f430>>
- win (L): <Window 0x02200009>
- Xatom.CARDINAL (G): 6

File ‘/usr/lib/python3.9/site-packages/quicktile/wm.py’, line 306,
get_property(self=<quicktile.wm.WindowManager object>, win=<Window
0x02200009>, name=410, prop_type=6, empty=None)
result = win.get_full_property(name, prop_type)
return result.value if result else empty
Variables (B=Builtin, G=Global, L=Local):
- result (N): None
- win.get_full_property (L): <bound method Window.get_full_property of
<Window 0x02200009>>
- name (L): 410
- prop_type (L): 6

File ‘/usr/lib/python3.9/site-packages/Xlib/xobject/drawable.py’, line 472,
get_full_property(self=<Window 0x02200009>, property=410, property_type=6,
sizehint=10)
def get_full_property(self, property, property_type, sizehint = 10):
prop = self.get_property(property, property_type, 0, sizehint)
if prop:
Variables (B=Builtin, G=Global, L=Local):
- prop (N): None
- self.get_property (L): <bound method Window.get_property of <Window
0x02200009>>
- property (L): 410
- property_type (L): 6
- sizehint (L): 10

File ‘/usr/lib/python3.9/site-packages/Xlib/xobject/drawable.py’, line 455,
get_property(self=<Window 0x02200009>, property=410, property_type=6,
offset=0, length=10, delete=0)
def get_property(self, property, property_type, offset, length, delete = 0):
r = request.GetProperty(display = self.display,
delete = delete,
Variables (B=Builtin, G=Global, L=Local):
- r (N): None
- request.GetProperty (G): <class ‘Xlib.protocol.request.GetProperty’>
- display (N): None
- self.display (L): <Xlib.display._BaseDisplay object at 0x7fab713db310>
- delete (L): None
- window (N): None
- self.id (L): 35651593
- property (L): 410
- type (B): <class ‘type’>
- property_type (L): 6
- long_offset (N): None
- offset (L): None
- long_length (N): None
- length (L): 10

File ‘/usr/lib/python3.9/site-packages/Xlib/protocol/rq.py’, line 1369,
init(self=<GetProperty serial = 26, data = None, error = <…number =
26, major_opcode = 20, minor_opcode = 0>, display=<Xlib.display._BaseDisplay
object>, defer=0, *args=(), **keys={‘delete’: 0, ‘long_length’: 10,
‘long_offset’: 0, ‘property’: 410, ‘type’: 6, ‘window’: 35651593})
if not defer:
self.reply()
Variables (B=Builtin, G=Global, L=Local):
- self.reply (L): <bound method ReplyRequest.reply of <GetProperty serial
= 26, data = None, error = <class ‘Xlib.error.BadWindow’>: code = 3,
resource_id = <Resource 0x02200009>, sequence_number = 26, major_opcode =
20, minor_opcode = 0>>

File ‘/usr/lib/python3.9/site-packages/Xlib/protocol/rq.py’, line 1389,
reply(self=<GetProperty serial = 26, data = None, error = <…number = 26,
major_opcode = 20, minor_opcode = 0>)
if self._error:
raise self._error
Variables (B=Builtin, G=Global, L=Local):
- self._error (L): BadWindow(<Xlib.display._BaseDisplay object at
0x7fab713db310>, b’\x00\x03\x1a\x00\t\x00 \x02\x00\x00\x14\x00\x00\x00\x0
0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00’)
BadWindow: <class ‘Xlib.error.BadWindow’>: code = 3, resource_id = <Resource 0x02200009>, sequence_number = 26, major_opcode = 20, minor_opcode = 0