Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application Settings Doesnt Work #115

Closed
sadican opened this issue Oct 12, 2011 · 2 comments
Closed

Application Settings Doesnt Work #115

sadican opened this issue Oct 12, 2011 · 2 comments

Comments

@sadican
Copy link

sadican commented Oct 12, 2011

Hi,
I'm currently using Asus N61Jv and I installed ironhide. It works perfectly but I cant open Ironhide Application Settings. I tried to open it from terminal and NoOptionError traceback is listed.

sadican@sdcn:~$ sudo ironhide-app-settings --help
Using configuration file: /home/sadican/.ironhide-uirc
Traceback (most recent call last):
File "/usr/bin/ironhide-app-settings", line 392, in
Appset = Applications_settings()
File "/usr/bin/ironhide-app-settings", line 121, in init
self.build_app_list()
File "/usr/bin/ironhide-app-settings", 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

@rockorequin
Copy link

See issue #77, the fix is a simple one (edit a line in /usr/share/ironhide-ui/apps/Config.py and another in /usr/bin/ironhide-indicator). I don't know why it isn't in the PPA yet.

@sadican
Copy link
Author

sadican commented Oct 13, 2011

Thanks but only changing Config.py is enough. In second file, that statement doesnt exist thus I only changed py file and it works like a charm, thanks again (:

@sadican sadican closed this as completed Oct 13, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants