bluesabre / menulibre

MenuLibre is an advanced menu editor that provides modern features in a clean, easy-to-use interface.
https://bluesabre.org/menulibre
GNU General Public License v3.0
212 stars 17 forks source link

LP#1706795 "Error removing telegram" #124

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

Reported first on Launchpad at https://bugs.launchpad.net/ubuntu/+source/menulibre/+bug/1706795

github-actions[bot] commented 2 years ago

LP#0: Michael Martins (michaelfm21) wrote on 2017-07-26:

When I click to remove an entry automatically generated by Telegram, Menulibre does not close the modal and the following message appears in the terminal: "AttributeError: 'TreeModelFilter' object has no attribute 'remove'". But when you close, the entry is removed.

ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: menulibre 2.1.3-0ubuntu1 ProcVersionSignature: Ubuntu 4.10.0-27.30~16.04.2-generic 4.10.17 Uname: Linux 4.10.0-27-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 CurrentDesktop: XFCE Date: Wed Jul 26 18:52:33 2017 InstallationDate: Installed on 2017-04-13 (104 days ago) InstallationMedia: Xubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215) PackageArchitecture: all SourcePackage: menulibre UpgradeStatus: No upgrade log present (probably fresh install)

github-actions[bot] commented 2 years ago

LP#1: Michael Martins (michaelfm21) wrote on 2017-07-26:

Attachments:

github-actions[bot] commented 2 years ago

LP#2: Michael Martins (michaelfm21) wrote on 2017-07-28:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 1688, in on_delete_cb delete_func() File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 1611, in delete_launcher self.treeview.remove_selected() File "/usr/lib/python3/dist-packages/menulibre/MenulibreTreeview.py", line 197, in remove_selected model.remove(treeiter) AttributeError: 'TreeModelFilter' object has no attribute 'remove'