Need to run the application with sudo first after it closes or crashes (after installing)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Polly |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
Initially, I thought I had to reinstall the program after it closes (or crashes due to "segmentation fault"). It seems I have to run the program with sudo to get it to start back up again, close it, then run normally.
-- For some reason this also completely erases the settings for accounts, panes, etc. (I'm still getting the hang of Ubuntu, so I wonder if it has to do with overriding user settings..?)
It goes as:
- Run Polly with sudo.
- Close the program after it opens to be ran without sudo.
- Run Polly normally.
Those three steps I repeat every time I close the application. (or otherwise due to a crash) OS is 64-bit Ubuntu 14.10.
Since I have to otherwise run it through Terminal (using GUI does not work), this is the ouput:
$ sudo polly
Polly 0.93.11 (pre-alpha 3.11)
Copyright (C) 2011 Marcelo Hashimoto
cache path: /home/user/
config path: /home/user/
data home: /home/user/
initializing.
self.
(polly:30608): IBUS-WARNING **: The owner of /home/user/
done
DEBUG: ASSISTANT DELETED
finalizing... done
clearing... done
Thank you for using Polly!
To contribute please visit https:/
user@userPC:
Polly 0.93.11 (pre-alpha 3.11)
Copyright (C) 2011 Marcelo Hashimoto
cache path: /home/user/
config path: /home/user/
data home: /home/user/
initializing.
self.
/usr/local/
self.
done
(process:30674): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Traceback (most recent call last):
File "/usr/lib/
_keyring_
File "/usr/lib/
collection = self.get_
File "/usr/lib/
collection.
File "/usr/lib/
return exec_prompt_
File "/usr/lib/
from gi.repository import GLib
File "/usr/lib/
raise ImportError('When using gi.repository you must not import static '
ImportError: When using gi.repository you must not import static modules like "gobject". Please change all occurrences of "import gobject" to "from gi.repository import GObject".
Additionally, upon the initial install of Polly, I had to grab a few different Python modules from repos. I'm not sure if that is relevant or not. I don't know if they are (or should have been) included in the actual Py package(s).
I'm in the dark about Python error messages, so I can only speculate about what this is saying.
Do NOT start applications like Polly as sudo. Please describe the issues you are having while running it as a regular user and we'll focus on fixing those. But do not start as sudo, that should not be the solution.