No, I am not using flathub/flatpak.

I had to install some more dependencies and now Blink starts. There are a few remaining errors:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/blink/history.py", line 35, in __init__
    data = pickle.load(open(ApplicationData.get('calls_history'), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: '/home/andrew/.blink/calls_history'
Could not create pixmap from resources/icons/blink.png

Neither seem to be fatal, but I find that creating a blank calls_history file did not remove the first error. I have no idea about the second error, the blink icons all seem to be present?



On 05/08/21 12:12, Alberto wrote:
Hi,

If you use flathub, note that the stable branch has the old version 3.
Blink v5 is published in the beta branch. This is due to an issue with TLS that is not resolved yet.


On Thu, 5 Aug 2021 at 10:57, Nikolai Stefanov <[email protected] <mailto:[email protected]>> wrote:

    https://github.com/syco/flathub/tree/blink

    sudo pacman -S flatpak-builder
    _________________________________________________________________

    www.kaminata.net <http://www.kaminata.net/index.php>
    Ела си у дома...




    >-------- Оригинално писмо --------
    >От: Andrew Myers [email protected]
    <mailto:[email protected]>
    >Относно: Re: [Blink] Blink on Arch Linux
    >До: Blink Support Forum <[email protected]
    <mailto:[email protected]>>
    >Изпратено на: 05.08.2021 12:35

    OK, I have installed everything but I still have a problem.

    $ blink
    Traceback (most recent call last):
      File
    "/usr/lib/python3.9/site-packages/eventlib/support/greenlets.py",
    line 3, in <module>
        import greenlet
    ModuleNotFoundError: No module named 'greenlet'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File
    "/usr/lib/python3.9/site-packages/eventlib/support/greenlets.py",
    line 9, in <module>
        from py.magic import greenlet
    ModuleNotFoundError: No module named 'py'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File
    "/usr/lib/python3.9/site-packages/eventlib/support/greenlets.py",
    line 14, in <module>
        from stackless import greenlet
    ModuleNotFoundError: No module named 'stackless'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File
    "/usr/lib/python3.9/site-packages/eventlib/support/greenlets.py",
    line 19, in <module>
        from support.stacklesss import greenlet, getcurrent, GreenletExit
    ModuleNotFoundError: No module named 'support'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/usr/bin/blink", line 67, in <module>
        from blink import Blink
      File "/usr/lib/python3.9/site-packages/blink/__init__.py", line
    12, in <module>
        from eventlib import api
      File "/usr/lib/python3.9/site-packages/eventlib/api.py", line
    30, in <module>
        from eventlib.support import greenlets as greenlet
      File
    "/usr/lib/python3.9/site-packages/eventlib/support/greenlets.py",
    line 21, in <module>
        raise ImportError("Unable to find an implementation of
    greenlet.")
    ImportError: Unable to find an implementation of greenlet.


    I installed python3-eventlib-0.3.0 and greenlets.py exists in
    /usr/lib/python3.9/site-packages/eventlib/support/greenlets.py

    Not sure what has gone wrong.

    On 05/08/21 10:03, Nikolai Stefanov wrote:

        For now you'll have to prepare yourself a flathub package. The
        AUR package doesn't working.

        _________________________________________________________________

        www.kaminata.net <http://www.kaminata.net/index.php>
        Ела си у дома...




        >-------- Оригинално писмо --------
        >От: Andrew Myers [email protected]
        >Относно: [Blink] Blink on Arch Linux
        >До: Blink Support Forum <[email protected]>
        >Изпратено на: 05.08.2021 10:48

        Does anyone have experience of installing Blink on Arch? More
        specifically what the dependencies required are called in Arch?
        _______________________________________________
        Blink mailing list
        [email protected]
        https://lists.ag-projects.com/mailman/listinfo/blink


        _______________________________________________
        Blink mailing list
        [email protected]
        https://lists.ag-projects.com/mailman/listinfo/blink


    _______________________________________________
    Blink mailing list
    [email protected] <mailto:[email protected]>
    https://lists.ag-projects.com/mailman/listinfo/blink



_______________________________________________
Blink mailing list
[email protected]
https://lists.ag-projects.com/mailman/listinfo/blink

_______________________________________________
Blink mailing list
[email protected]
https://lists.ag-projects.com/mailman/listinfo/blink

Reply via email to