Thanks, I see the changes..

Changes from develop~50 to develop~51
Modified   libqtile/pangocffi.py
diff --git a/libqtile/pangocffi.py b/libqtile/pangocffi.py
index 5542a88..e338c37 100644
--- a/libqtile/pangocffi.py
+++ b/libqtile/pangocffi.py
@@ -54,9 +54,9 @@ try:
 except ImportError:
     from libqtile.ffi_build import pango_ffi as ffi

-gobject = ffi.dlopen('libgobject-2.0.so.0')
-pango = ffi.dlopen('libpango-1.0.so.0')
-pangocairo = ffi.dlopen('libpangocairo-1.0.so.0')
+gobject = ffi.dlopen('libgobject-2.0.so')
+pango = ffi.dlopen('libpango-1.0.so')
+pangocairo = ffi.dlopen('libpangocairo-1.0.so')



On Thu, Oct 8, 2015 at 11:54 PM, dequis <[email protected]> wrote:

> Install libpango1.0-dev, or get qtile from the develop git branch,
> where this issue is fixed
>
> For reference:
>
> https://github.com/qtile/qtile/issues/734
>
>
> https://github.com/qtile/qtile/commit/b7addd98ccfb462b6155b346e89790db3d614534
>
> On 9 October 2015 at 00:19, Roy Mathew <[email protected]> wrote:
> >
> >
> > # I've installed the latest qtile (using pip in my virtualenv).
> > py2.7: qtile --version
> > 0.10.1
> >
> > py2.7: which qtile
> > /home/roy/git-dir/Python/py2.7-qtile/bin/qtile
> >
> > # but I can't run qtile...
> > py2.7: qtile
> > Traceback (most recent call last):
> >   File "/home/roy/git-dir/Python/py2.7-qtile/bin/qtile", line 130, in
> > <module>
> >     q = make_qtile()
> >   File "/home/roy/git-dir/Python/py2.7-qtile/bin/qtile", line 107, in
> > make_qtile
> >     c = confreader.File(options.configfile, is_restart=options.no_spawn)
> >   ...
> >   File
> >
> "/home/roy/git-dir/Python/py2.7-qtile/local/lib/python2.7/site-packages/cffi/api.py",
> > line 595, in _load_backend_lib
> >     return backend.load_library(name, flags)
> > OSError: cannot load library libpango-1.0.so: libpango-1.0.so: cannot
> open
> > shared object file: No such file or directory
> >
> > # I do have a libpango, almost, but not exactly the name that's missing
> > py2.7: locate libpango-1.0.so
> > /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0
> >
> > What could be going on?
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "qtile-dev" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> > email to [email protected].
> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "qtile-dev" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/qtile-dev/qfJ0JajQULc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Roy.

-- 
You received this message because you are subscribed to the Google Groups 
"qtile-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to