Results 1 to 4 of 4

Thread: can not launch meld or terminator because of cairo error

  1. #1
    Join Date
    Jul 2015
    Beans
    42

    can not launch meld or terminator because of cairo error

    undefined symbol: cairo_tee_surface_index on Ubuntu 22.04

    Tried to reinstall terminator, meld or cairo. No help.
    Last edited by newcfd; 4 Weeks Ago at 05:16 PM.

  2. #2
    Join Date
    Jun 2014
    Beans
    7,385

    Re: can not launch meld or terminator because of cairo error

    Tried to reinstall terminator, meld or cairo.
    So what happened when you tried the above? Did you get warning or error messages? The more details you post the more likely you will get help.

  3. #3
    Join Date
    Jul 2015
    Beans
    42

    Re: can not launch meld or terminator because of cairo error

    Thanks for your reply.

    When meld or terminator is started, the following messages are displayed:
    ================================================== ===
    Traceback (most recent call last):
    File "/usr/bin/meld", line 387, in <module>
    import meld.meldapp
    File "/usr/lib/python3/dist-packages/meld/meldapp.py", line 29, in <module>
    import meld.ui.util
    File "/usr/lib/python3/dist-packages/meld/ui/util.py", line 20, in <module>
    from meld.ui import gladesupport # noqa: F401
    File "/usr/lib/python3/dist-packages/meld/ui/gladesupport.py", line 7, in <module>
    from meld import diffmap # noqa: F401
    File "/usr/lib/python3/dist-packages/meld/diffmap.py", line 19, in <module>
    import cairo
    File "/usr/lib/python3/dist-packages/cairo/__init__.py", line 1, in <module>
    from ._cairo import * # noqa: F401,F403
    ImportError: /usr/lib/python3/dist-packages/cairo/_cairo.cpython-310-x86_64-linux-gnu.so: undefined symbol: cairo_tee_surface_index

  4. #4
    Join Date
    Jul 2015
    Beans
    42

    Re: can not launch meld or terminator because of cairo error

    nobody knows the solutions?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •