You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ironhide-indicator
Using configuration file: /home/mrssheep/.ironhide-uirc
[Now I clicked on "Configure Apps..."]
Traceback (most recent call last):
File "/usr/bin/ironhide-indicator", line 169, in app_configure
Applications_settings(file_set=file_set)
File "/usr/share/ironhide-ui/app/AppSettings.py", line 121, in init
self.build_app_list()
File "/usr/share/ironhide-ui/app/AppSettings.py", line 220, in build_app_list
for app_info in self.file_set.get_apps_info():
File "/usr/share/ironhide-ui/app/DesktopFile.py", line 84, in get_apps_info
app_config = desktop_file.get_app_config()
File "/usr/share/ironhide-ui/app/DesktopFile.py", line 171, in get_app_config
self.app_exec= self.config.get('Desktop Entry','Exec')
File "/usr/lib/python2.7/ConfigParser.py", line 610, in get
raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'Exec' in section: 'Desktop Entry'
[Nothing happened, a few seconds later came "Sorry, ironhide-configuration crashed" and I quit manually]
Any ideas?
The text was updated successfully, but these errors were encountered:
Running Ironhide on Ubuntu Onieric.
$ ironhide-indicator
Using configuration file: /home/mrssheep/.ironhide-uirc
[Now I clicked on "Configure Apps..."]
Traceback (most recent call last):
File "/usr/bin/ironhide-indicator", line 169, in app_configure
Applications_settings(file_set=file_set)
File "/usr/share/ironhide-ui/app/AppSettings.py", line 121, in init
self.build_app_list()
File "/usr/share/ironhide-ui/app/AppSettings.py", line 220, in build_app_list
for app_info in self.file_set.get_apps_info():
File "/usr/share/ironhide-ui/app/DesktopFile.py", line 84, in get_apps_info
app_config = desktop_file.get_app_config()
File "/usr/share/ironhide-ui/app/DesktopFile.py", line 171, in get_app_config
self.app_exec= self.config.get('Desktop Entry','Exec')
File "/usr/lib/python2.7/ConfigParser.py", line 610, in get
raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'Exec' in section: 'Desktop Entry'
[Nothing happened, a few seconds later came "Sorry, ironhide-configuration crashed" and I quit manually]
Any ideas?
The text was updated successfully, but these errors were encountered: