DEBUG:menulibre: save_launcher() 'Executing Command: ['xdg-desktop-menu', 'install', '--novendor', '/home/alex/.local/share/applications/exo-mail-reader.desktop']'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 1472, in on_treeview_selection
self.save_launcher()
File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 2237, in save_launcher
subprocess.call(cmd_list)
File "/usr/lib/python3.4/subprocess.py", line 533, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib/python3.4/subprocess.py", line 848, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.4/subprocess.py", line 1446, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 'xdg-desktop-menu'
Yes, the xdg-desktop-menu is not installed on my system. If menulibre needs it to function properly then it should have a direct dependency to a package that has this executable. Current dependency is probably in the recommends section and that's why it is not installed. Would be better not to have this dependency at all
Here is the error message I get:
DEBUG:menulibre: save_launcher() 'Executing Command: ['xdg-desktop- menu', 'install', '--novendor', '/home/ alex/.local/ share/applicati ons/exo- mail-reader. desktop' ]' python3/ dist-packages/ menulibre/ MenulibreApplic ation.py" , line 1472, in on_treeview_ selection save_launcher( ) python3/ dist-packages/ menulibre/ MenulibreApplic ation.py" , line 2237, in save_launcher call(cmd_ list) python3. 4/subprocess. py", line 533, in call python3. 4/subprocess. py", line 848, in __init__ signals, start_new_session) python3. 4/subprocess. py", line 1446, in _execute_child _type(errno_ num, err_msg)
Traceback (most recent call last):
File "/usr/lib/
self.
File "/usr/lib/
subprocess.
File "/usr/lib/
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib/
restore_
File "/usr/lib/
raise child_exception
FileNotFoundError: [Errno 2] No such file or directory: 'xdg-desktop-menu'
Yes, the xdg-desktop-menu is not installed on my system. If menulibre needs it to function properly then it should have a direct dependency to a package that has this executable. Current dependency is probably in the recommends section and that's why it is not installed. Would be better not to have this dependency at all