Package Details: obapps3 0.2.5-1

Git Clone URL: https://aur.archlinux.org/obapps3.git (read-only, click to copy)
Package Base: obapps3
Description: Graphical tool for configuring application settings in Openbox. Version for python-wxpython >= 4.0, python3
Upstream URL: https://github.com/gCurse/obapps3
Licenses: MIT
Conflicts: obapps
Submitter: gcurse
Maintainer: gcurse
Last Packager: gcurse
Votes: 2
Popularity: 0.000000
First Submitted: 2020-02-22 10:22 (UTC)
Last Updated: 2022-03-29 12:54 (UTC)

Required by (0)

Sources (1)

Latest Comments

gcurse commented on 2021-04-15 06:21 (UTC) (edited on 2021-04-15 08:16 (UTC) by gcurse)

EDIT: This is an old bug that is now hopefully fixed. It occurred when there is no application entry in the applications-section of rc.xml

New version available.

If you happen to use lxqt try symlinking your lxqt-rc.xml to rc.xml

violog commented on 2021-04-13 19:14 (UTC)

Attempt to launch causes the following output and then program exits: Traceback (most recent call last): File "/usr/bin/obapps", line 488, in <module> main() File "/usr/bin/obapps", line 483, in main frame=WLFrame(None,-1,'OBApps3') File "/usr/bin/obapps", line 457, in init appsel.SetModel(self.model) File "/usr/bin/obapps", line 89, in SetModel self.set_sel_and_focus(0) File "/usr/bin/obapps", line 162, in set_sel_and_focus self.list.Select(index,True) File "/usr/lib/python3.9/site-packages/wx/core.py", line 2790, in _ListCtrl_Select self.SetItemState(idx, state, wx.LIST_STATE_SELECTED) wx._core.wxAssertionError: C++ assertion "litem >= 0 && (size_t)litem < GetItemCount()" failed at ./src/generic/listctrl.cpp(3421) in SetItemState(): invalid list ctrl item index in SetItem