Date: Tue, 16 Apr 2019 19:38:47 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 237319] x11-wm/openbox: fix openbox-xdg-autostart for Python 3 Message-ID: <bug-237319-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237319 Bug ID: 237319 Summary: x11-wm/openbox: fix openbox-xdg-autostart for Python 3 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: novel@FreeBSD.org Reporter: seschwar@gmail.com Assignee: novel@FreeBSD.org Flags: maintainer-feedback?(novel@FreeBSD.org) Created attachment 203723 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D203723&action= =3Dedit openbox-xdg-autostart.diff Openbox includes a Python script (openbox-xdg-autostart) which implements t= he XDG autostart spec (https://www.freedesktop.org/wiki/Specifications/autostart-spec/). The swi= tch of the default Python to 3.6 in ports r498529 broke the script. The attach= ed patch makes the script work again with both Python 2 and 3. Luckily the on= ly problem was "print" being changed from a keyword to a regular function. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237319-7788>