forked from palfrey/rhythmbox-tray-icon
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Plugin can't be enabled on Ubuntu 13.10 with RB 2.99.1 #18
Comments
Not sure whether this is relevant, but since I installed python-pip and python-dev, I have the following output whenever I run python directly from the console. But it seems likely this is due to python-dev (maybe this is just verbose mode) and since there are no errors it would be a little surprising if that was the cause. Here's the output: import _frozen_importlib # frozen import imp # builtin import sys # builtin # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib/python3.3/encodings/__pycache__/__init__.cpython-33.pyc matches /usr/lib/python3.3/encodings/__init__.py # code object from /usr/lib/python3.3/encodings/__pycache__/__init__.cpython-33.pyc # /usr/lib/python3.3/__pycache__/codecs.cpython-33.pyc matches /usr/lib/python3.3/codecs.py # code object from /usr/lib/python3.3/__pycache__/codecs.cpython-33.pyc import '_codecs' # import 'codecs' # <_frozen_importlib.SourceFileLoader object at 0x7fc464390bd0> # /usr/lib/python3.3/encodings/__pycache__/aliases.cpython-33.pyc matches /usr/lib/python3.3/encodings/aliases.py # code object from /usr/lib/python3.3/encodings/__pycache__/aliases.cpython-33.pyc import 'encodings.aliases' # <_frozen_importlib.SourceFileLoader object at 0x7fc4643a7bd0> import 'encodings' # <_frozen_importlib.SourceFileLoader object at 0x7fc464390610> # /usr/lib/python3.3/encodings/__pycache__/utf_8.cpython-33.pyc matches /usr/lib/python3.3/encodings/utf_8.py # code object from /usr/lib/python3.3/encodings/__pycache__/utf_8.cpython-33.pyc import 'encodings.utf_8' # <_frozen_importlib.SourceFileLoader object at 0x7fc464331b50> import 'signal' # # /usr/lib/python3.3/encodings/__pycache__/latin_1.cpython-33.pyc matches /usr/lib/python3.3/encodings/latin_1.py # code object from /usr/lib/python3.3/encodings/__pycache__/latin_1.cpython-33.pyc import 'encodings.latin_1' # <_frozen_importlib.SourceFileLoader object at 0x7fc464333250> # /usr/lib/python3.3/__pycache__/io.cpython-33.pyc matches /usr/lib/python3.3/io.py # code object from /usr/lib/python3.3/__pycache__/io.cpython-33.pyc # /usr/lib/python3.3/__pycache__/abc.cpython-33.pyc matches /usr/lib/python3.3/abc.py # code object from /usr/lib/python3.3/__pycache__/abc.cpython-33.pyc # /usr/lib/python3.3/__pycache__/_weakrefset.cpython-33.pyc matches /usr/lib/python3.3/_weakrefset.py # code object from /usr/lib/python3.3/__pycache__/_weakrefset.cpython-33.pyc import '_weakrefset' # <_frozen_importlib.SourceFileLoader object at 0x7fc464339550> import 'abc' # <_frozen_importlib.SourceFileLoader object at 0x7fc464333410> import 'io' # <_frozen_importlib.SourceFileLoader object at 0x7fc4643333d0> # /usr/lib/python3.3/__pycache__/site.cpython-33.pyc matches /usr/lib/python3.3/site.py # code object from /usr/lib/python3.3/__pycache__/site.cpython-33.pyc # /usr/lib/python3.3/__pycache__/os.cpython-33.pyc matches /usr/lib/python3.3/os.py # code object from /usr/lib/python3.3/__pycache__/os.cpython-33.pyc import 'errno' # # /usr/lib/python3.3/__pycache__/stat.cpython-33.pyc matches /usr/lib/python3.3/stat.py # code object from /usr/lib/python3.3/__pycache__/stat.cpython-33.pyc import 'stat' # <_frozen_importlib.SourceFileLoader object at 0x7fc4643626d0> # /usr/lib/python3.3/__pycache__/posixpath.cpython-33.pyc matches /usr/lib/python3.3/posixpath.py # code object from /usr/lib/python3.3/__pycache__/posixpath.cpython-33.pyc # /usr/lib/python3.3/__pycache__/genericpath.cpython-33.pyc matches /usr/lib/python3.3/genericpath.py # code object from /usr/lib/python3.3/__pycache__/genericpath.cpython-33.pyc import 'genericpath' # <_frozen_importlib.SourceFileLoader object at 0x7fc464367510> import 'posixpath' # <_frozen_importlib.SourceFileLoader object at 0x7fc464367310> # /usr/lib/python3.3/collections/__pycache__/__init__.cpython-33.pyc matches /usr/lib/python3.3/collections/__init__.py # code object from /usr/lib/python3.3/collections/__pycache__/__init__.cpython-33.pyc # /usr/lib/python3.3/collections/__pycache__/abc.cpython-33.pyc matches /usr/lib/python3.3/collections/abc.py # code object from /usr/lib/python3.3/collections/__pycache__/abc.cpython-33.pyc import 'collections.abc' # <_frozen_importlib.SourceFileLoader object at 0x7fc464312190> import '_collections' # import 'operator' # # /usr/lib/python3.3/__pycache__/keyword.cpython-33.pyc matches /usr/lib/python3.3/keyword.py # code object from /usr/lib/python3.3/__pycache__/keyword.cpython-33.pyc import 'keyword' # <_frozen_importlib.SourceFileLoader object at 0x7fc4642be250> # /usr/lib/python3.3/__pycache__/heapq.cpython-33.pyc matches /usr/lib/python3.3/heapq.py # code object from /usr/lib/python3.3/__pycache__/heapq.cpython-33.pyc import 'itertools' # import '_heapq' # import 'heapq' # <_frozen_importlib.SourceFileLoader object at 0x7fc4642be390> # /usr/lib/python3.3/__pycache__/weakref.cpython-33.pyc matches /usr/lib/python3.3/weakref.py # code object from /usr/lib/python3.3/__pycache__/weakref.cpython-33.pyc import 'weakref' # <_frozen_importlib.SourceFileLoader object at 0x7fc4642be750> # /usr/lib/python3.3/__pycache__/reprlib.cpython-33.pyc matches /usr/lib/python3.3/reprlib.py # code object from /usr/lib/python3.3/__pycache__/reprlib.cpython-33.pyc import 'reprlib' # <_frozen_importlib.SourceFileLoader object at 0x7fc4642be710> import 'collections' # <_frozen_importlib.SourceFileLoader object at 0x7fc46436e850> # /usr/lib/python3.3/__pycache__/copyreg.cpython-33.pyc matches /usr/lib/python3.3/copyreg.py # code object from /usr/lib/python3.3/__pycache__/copyreg.cpython-33.pyc import 'copyreg' # <_frozen_importlib.SourceFileLoader object at 0x7fc4642f9850> import 'os' # <_frozen_importlib.SourceFileLoader object at 0x7fc46434d2d0> # /usr/lib/python3.3/__pycache__/re.cpython-33.pyc matches /usr/lib/python3.3/re.py # code object from /usr/lib/python3.3/__pycache__/re.cpython-33.pyc # /usr/lib/python3.3/__pycache__/sre_compile.cpython-33.pyc matches /usr/lib/python3.3/sre_compile.py # code object from /usr/lib/python3.3/__pycache__/sre_compile.cpython-33.pyc import '_sre' # # /usr/lib/python3.3/__pycache__/sre_parse.cpython-33.pyc matches /usr/lib/python3.3/sre_parse.py # code object from /usr/lib/python3.3/__pycache__/sre_parse.cpython-33.pyc # /usr/lib/python3.3/__pycache__/sre_constants.cpython-33.pyc matches /usr/lib/python3.3/sre_constants.py # code object from /usr/lib/python3.3/__pycache__/sre_constants.cpython-33.pyc import 'sre_constants' # <_frozen_importlib.SourceFileLoader object at 0x7fc46286c710> import 'sre_parse' # <_frozen_importlib.SourceFileLoader object at 0x7fc4642e5fd0> import 'sre_compile' # <_frozen_importlib.SourceFileLoader object at 0x7fc464351cd0> # /usr/lib/python3.3/__pycache__/functools.cpython-33.pyc matches /usr/lib/python3.3/functools.py # code object from /usr/lib/python3.3/__pycache__/functools.cpython-33.pyc import '_functools' # import 'functools' # <_frozen_importlib.SourceFileLoader object at 0x7fc4642e5f90> import 're' # <_frozen_importlib.SourceFileLoader object at 0x7fc464351790> # /usr/lib/python3.3/__pycache__/sysconfig.cpython-33.pyc matches /usr/lib/python3.3/sysconfig.py # code object from /usr/lib/python3.3/__pycache__/sysconfig.cpython-33.pyc import 'sysconfig' # <_frozen_importlib.SourceFileLoader object at 0x7fc4628898d0> # /usr/lib/python3.3/__pycache__/_sysconfigdata.cpython-33.pyc matches /usr/lib/python3.3/_sysconfigdata.py # code object from /usr/lib/python3.3/__pycache__/_sysconfigdata.cpython-33.pyc # /usr/lib/python3.3/plat-x86_64-linux-gnu/__pycache__/_sysconfigdata_m.cpython-33.pyc matches /usr/lib/python3.3/plat-x86_64-linux-gnu/_sysconfigdata_m.py # code object from /usr/lib/python3.3/plat-x86_64-linux-gnu/__pycache__/_sysconfigdata_m.cpython-33.pyc import '_sysconfigdata_m' # <_frozen_importlib.SourceFileLoader object at 0x7fc46288b690> import '_sysconfigdata' # <_frozen_importlib.SourceFileLoader object at 0x7fc462889a10> # /usr/lib/python3.3/__pycache__/sitecustomize.cpython-33.pyc matches /usr/lib/python3.3/sitecustomize.py # code object from /usr/lib/python3.3/__pycache__/sitecustomize.cpython-33.pyc # /usr/lib/python3/dist-packages/__pycache__/apport_python_hook.cpython-33.pyc matches /usr/lib/python3/dist-packages/apport_python_hook.py # code object from /usr/lib/python3/dist-packages/__pycache__/apport_python_hook.cpython-33.pyc # /usr/lib/python3.3/__pycache__/glob.cpython-33.pyc matches /usr/lib/python3.3/glob.py # code object from /usr/lib/python3.3/__pycache__/glob.cpython-33.pyc # /usr/lib/python3.3/__pycache__/fnmatch.cpython-33.pyc matches /usr/lib/python3.3/fnmatch.py # code object from /usr/lib/python3.3/__pycache__/fnmatch.cpython-33.pyc import 'fnmatch' # <_frozen_importlib.SourceFileLoader object at 0x7fc46282a710> import 'glob' # <_frozen_importlib.SourceFileLoader object at 0x7fc46282a250> import 'apport_python_hook' # <_frozen_importlib.SourceFileLoader object at 0x7fc4628a4790> import 'sitecustomize' # <_frozen_importlib.SourceFileLoader object at 0x7fc4628a0f50> import 'site' # <_frozen_importlib.SourceFileLoader object at 0x7fc464333b10> Python 3.3.2+ (default, Oct 9 2013, 14:50:09) [GCC 4.8.1] on linux Type "help", "copyright", "credits" or "license" for more information. # extension module loaded from '/usr/lib/python3.3/lib-dynload/readline.cpython-33m-x86_64-linux-gnu.so' import 'readline' # <_frozen_importlib.ExtensionFileLoader object at 0x7fc46282af50> >>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's in the plugins list, but enabling it turns the plugin icon (puzzle piece) to a stop icon and nothing happens. Restarting RB and trying it again doesn't help.
Also running
gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"
as mentioned on the plugins website yields:The text was updated successfully, but these errors were encountered: