Closed gesquive closed 12 years ago
Hi,
can you try to delete and reinstall extension from Gnome Extension site?
Stefano
On 05/18/2012 05:06 PM, gesquive wrote:
When I click on the connection manager settings, the preferences window pops up. However, when I click on "Add Host", "Add App" or "Add SubMenu" nothing happens. Clicking on "Add Separator" causes a separator to appear. I have also made sure that the ~/.connmgr file exists and has the correct permissions. I tried deleting that file and a new one was successfully created after bringing up the Connection Manager Preferences and adding a separator.
I am running Ubuntu 12.04 64-bit with Gnome 3.4.1 and Python 2.7.3.
The readme.md file says that the plugin version is 0.7.3. I even tried installing the latest version from the git repository with the same result.
Looking Glass reports no errors, and the plugin itself reports no errors.
Reply to this email directly or view it on GitHub: https://github.com/sciancio/connectionmanager/issues/20
Deleted the extension directory. restarted gnome-shell. Installed from the gnome extension site. Nothing changed. Still have the exact same problems.
I tried running connmgr.py from the command line. Whenever i press the "Add Host" button I get the following printed out:
TypeError: Argument 1 does not allow None as a value
Traceback (most recent call last):
File "./connmgr.py", line 437, in on_click_me_addhost
self.__addElement(newrow)
File "./connmgr.py", line 396, in __addElement
response, row = self.item_dialog(newrow)
File "./connmgr.py", line 666, in item_dialog
entry3.append_text(profile)
File "/usr/lib/python2.7/dist-packages/gi/types.py", line 43, in function
return info.invoke(*args, **kwargs)
TypeError: Argument 1 does not allow None as a value
Sorry, but I have some difficulties to recreate the same problem. I have tried with Ubuntu 12.04 (with Unity) and the command python connmgr.py works correctly.
Can you send me output of command: python -V
and connmgr.py file that are you using?
Thanks, Stefano
On 05/21/2012 03:35 PM, gesquive wrote:
Deleted the extension directory. restarted gnome-shell. Installed from the gnome extension site. Nothing changed. Still have the exact same problems.
I tried running connmgr.py from the command line. Whenever i press the "Add Host" button I get the following printed out:
TypeError: Argument 1 does not allow None as a value Traceback (most recent call last): File "./connmgr.py", line 437, in on_click_me_addhost self.__addElement(newrow) File "./connmgr.py", line 396, in __addElement response, row = self.item_dialog(newrow) File "./connmgr.py", line 666, in item_dialog entry3.append_text(profile) File "/usr/lib/python2.7/dist-packages/gi/types.py", line 43, in function return info.invoke(*args, **kwargs) TypeError: Argument 1 does not allow None as a value
Reply to this email directly or view it on GitHub: https://github.com/sciancio/connectionmanager/issues/20#issuecomment-5822534
python -V outputs "Python 2.7.3"
How can I send you the connmgr.py file? Should i just paste it in here?
For anyone else that might have the same problem:
I also just realized what is happening. A couple of days before i installing this plugin, I had a really weird problem where ubuntu thought the HD that my home directory is located on was full (even though it wasn't). Not that big of a problem, i just restarted to run fsck and magically I had 80GB free again. Didn't matter though, some settings were messed up because anything that was attempted to be written to my home drive failed. I noticed that my profiles were messed up. basically, my gnome terminal profiles were corrupted so that they were left there, but there was no settings associated with them, thus they were just called "unnamed" and I ignored them. Sure enough, I deleted those profiles, and the connection manager works perfectly now.
Thanks for the help sciancio!
When I click on the connection manager settings, the preferences window pops up. However, when I click on "Add Host", "Add App" or "Add SubMenu" nothing happens. Clicking on "Add Separator" causes a separator to appear. I have also made sure that the ~/.connmgr file exists and has the correct permissions. I tried deleting that file and a new one was successfully created after bringing up the Connection Manager Preferences and adding a separator.
I am running Ubuntu 12.04 64-bit with Gnome 3.4.1 and Python 2.7.3.
The readme.md file says that the plugin version is 0.7.3. I even tried installing the latest version from the git repository with the same result.
Looking Glass reports no errors, and the plugin itself reports no errors.