Re: [Blink] Flatpak

2020-03-27 Thread Nikolai Stefanov
Thank you very much! It is working well on my end

 

_

 www.kaminata.net 
Ела си у дома...









 > Оригинално писмо 

 >От: Alberto alberto.rina...@gmail.com

 >Относно: Re: [Blink] Flatpak

 >До: Blink Support Forum  

 >Изпратено на: 27.03.2020 18:30



 
 
   

That's not the problem.


The white text on white background is the problem.


Those layers shouldn't use a static color, but the background color 
instead. That way they would change together with the environment.



   
  

   

On Fri, 27 Mar 2020 at 16:26, Adrian Georgescu <
 a...@ag-projects.com > wrote:




 
  
  You need to request a SIP address from a SIP service provider or use the 
built-in SIP account from Blink
  
  
  

  
  
  Adrian
  
  
  

  
  
   

 
 On 27 Mar 2020, at 13:22, Alberto <
  alberto.rina...@gmail.com > wrote:
 


 
  
   
   Hi,
   
   
   sorry to butt in, but I was planning to learn some flatpak, so I 
spent a whole week on it.
   
   
   It's published here: 
https://github.com/syco/flathub/tree/blink 
   
   
   

   
   
   I'm sure there are still missing dependencies, but I managed to 
compile it and make a call, so it's working ok-ish.
   
   
   Would be great if the developers could have a look and point out any 
mistake they notice, I'm sure they know their own application better than me.
   
   
   

   
   
   On a separate note, I use kde with breeze dark, and there's an issue 
with it as you can see it in the below screnshot:
   
   

   





   
   
   Thanks everyone..
   
   
   

   
  
 

  
   
   On Thu, 19 Mar 2020 at 14:44, Adrian Georgescu <
a...@ag-projects.com > wrote:
   

   
   

 
 We only do Debian and tar archives.
 
 
 

 
 
 New volunteers would be welcome as we do not have resources for 
packaging for every possible distribution out there.
 
 
 

 
 
 Regards,
 
 
 Adrian
 
 
 

 
 
 

  
   
   On 19 Mar 2020, at 11:43, Nikolai Stefanov <
m...@abv.bg > wrote:
   
  

   

 But Flatpak is one package for all distributions and will 
reduce maintenance efforts :)



_




 www.kaminata.net 

Ела си у дома...









 > Оригинално писмо  

 >От: Adrian Georgescu 
 a...@ag-projects.com  

 >Относно: Re: [Blink] Flatpak 

 >До: Blink Support Forum <
 blink@lists.ag-projects.com > 

 >Изпратено на: 19.03.2020 16:13 



 
 
  We only do Debian and tar archives. 
  
  
 
 
  
 
  New volunteers would be welcome as we do not have resources 
for packaging for every possible distribution out there. 
  
  
 
 
  
 
  Regards, 
  
 
  Adrian 
  
  
 
 
  
  
   
   
On 19 Mar 2020, at 10:56, Nikolai Stefanov < 
m...@abv.bg > wrote: 

  
 


 Hello, 

We can't find them, for they were volunteers and the AUR sites for this 
packages are deleted. I think it's in your intrest too more people use Blink, 
so Flatpak woud be great :) May be migration to Python 3? 

 

_ 

 

 
 

Re: [Blink] Google contacts

2020-03-27 Thread Adrian Georgescu
Google contacts API is not working for a long time due to undocumented changes 
made by Google. 

Adrian


> On 27 Mar 2020, at 16:12, Alberto  wrote:
> 
> Hi,
> I've configured access to my google contacts, I have 2FA enabled.
> The procedure terminated correctly, but when I restart blink it shows this 
> error:
> 
> ERROR[main] Unhandled exception in notification observer 
>  while 
> handling notification 'GoogleAuthorizationWasAccepted'
> ERROR[main] Traceback (most recent call last):
> ERROR[main]   File 
> "/app/lib/python2.7/site-packages/application/notification.py", line 211, in 
> post_notification
> ERROR[main] observer.handle_notification(notification)
> ERROR[main]   File "/app/lib/python2.7/site-packages/blink/contacts.py", 
> line 945, in handle_notification
> ERROR[main] handler(notification)
> ERROR[main]   File "/app/lib/python2.7/site-packages/blink/contacts.py", 
> line 951, in _NH_GoogleAuthorizationWasAccepted
> ERROR[main] self._service = build('people', 'v1', 
> credentials=notification.data.credentials, http=Http(timeout=10), 
> cache_discovery=False)  # todo: what's the best fix for cache?
> ERROR[main]   File 
> "/app/lib/python2.7/site-packages/googleapiclient/_helpers.py", line 134, in 
> positional_wrapper
> ERROR[main] return wrapped(*args, **kwargs)
> ERROR[main]   File 
> "/app/lib/python2.7/site-packages/googleapiclient/discovery.py", line 235, in 
> build
> ERROR[main] client_options=client_options
> ERROR[main]   File 
> "/app/lib/python2.7/site-packages/googleapiclient/_helpers.py", line 134, in 
> positional_wrapper
> ERROR[main] return wrapped(*args, **kwargs)
> ERROR[main]   File 
> "/app/lib/python2.7/site-packages/googleapiclient/discovery.py", line 345, in 
> build_from_document
> ERROR[main] raise ValueError("Arguments http and credentials are 
> mutually exclusive.")
> ERROR[main] ValueError: Arguments http and credentials are mutually 
> exclusive.
> 
> Do you know what's wrong with it?
> Thanks
> 
> ___
> Blink mailing list
> Blink@lists.ag-projects.com
> https://lists.ag-projects.com/mailman/listinfo/blink

___
Blink mailing list
Blink@lists.ag-projects.com
https://lists.ag-projects.com/mailman/listinfo/blink


[Blink] Google contacts

2020-03-27 Thread Alberto
Hi,
I've configured access to my google contacts, I have 2FA enabled.
The procedure terminated correctly, but when I restart blink it shows this
error:

ERROR[main] Unhandled exception in notification observer
 while
handling notification 'GoogleAuthorizationWasAccepted'
ERROR[main] Traceback (most recent call last):
ERROR[main]   File
"/app/lib/python2.7/site-packages/application/notification.py", line 211,
in post_notification
ERROR[main] observer.handle_notification(notification)
ERROR[main]   File
"/app/lib/python2.7/site-packages/blink/contacts.py", line 945, in
handle_notification
ERROR[main] handler(notification)
ERROR[main]   File
"/app/lib/python2.7/site-packages/blink/contacts.py", line 951, in
_NH_GoogleAuthorizationWasAccepted
ERROR[main] self._service = build('people', 'v1',
credentials=notification.data.credentials, http=Http(timeout=10),
cache_discovery=False)  # todo: what's the best fix for cache?
ERROR[main]   File
"/app/lib/python2.7/site-packages/googleapiclient/_helpers.py", line 134,
in positional_wrapper
ERROR[main] return wrapped(*args, **kwargs)
ERROR[main]   File
"/app/lib/python2.7/site-packages/googleapiclient/discovery.py", line 235,
in build
ERROR[main] client_options=client_options
ERROR[main]   File
"/app/lib/python2.7/site-packages/googleapiclient/_helpers.py", line 134,
in positional_wrapper
ERROR[main] return wrapped(*args, **kwargs)
ERROR[main]   File
"/app/lib/python2.7/site-packages/googleapiclient/discovery.py", line 345,
in build_from_document
ERROR[main] raise ValueError("Arguments http and credentials are
mutually exclusive.")
ERROR[main] ValueError: Arguments http and credentials are mutually
exclusive.

Do you know what's wrong with it?
Thanks
___
Blink mailing list
Blink@lists.ag-projects.com
https://lists.ag-projects.com/mailman/listinfo/blink


[Blink] New TLS certificate for all Blink variants

2020-03-27 Thread Adrian Georgescu
You may have noticed, if you are using Blink client with the default SIP 
accounts from sip2sip.info , that TLS transport does not 
work anymore. This is due to the expiration of the TLS certificate bundled with 
Blink.

To fix this, you can download the new certificate from:

https://github.com/AGProjects/blink-qt/blob/master/resources/tls/default.crt

And replace your current certificate with it.

For Blink for Mac the path of the old certificate is, depending on the 
application:

/Applications/Blink\ Pro.app/Contents/Resources/default.crt 
/Applications/Blink\ Lite.app/Contents/Resources/default.crt 
/Applications/SIP2SIP.app/Contents/Resources/default.crt 

After restarting the application, TLS transport will be functional again.

Regards,
Adrian



___
Blink mailing list
Blink@lists.ag-projects.com
https://lists.ag-projects.com/mailman/listinfo/blink


[Blink] Download folder error

2020-03-27 Thread Alberto
Hi,
My download folder is a symlink to another location and blink throws this
error:

Traceback (most recent call last):
  File "/app/lib/python2.7/site-packages/blink/mainwindow.py", line 448, in
_AH_ScreenshotsWindowActionTriggered
makedirs(directory)
  File "/app/lib/python2.7/site-packages/application/system.py", line 69,
in makedirs
os.makedirs(path, mode)
  File "/app/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 17] File exists: '/home/syco/Downloads'

Thanks for looking into this.
___
Blink mailing list
Blink@lists.ag-projects.com
https://lists.ag-projects.com/mailman/listinfo/blink


Re: [Blink] Flatpak

2020-03-27 Thread Alberto
That's not the problem.
The white text on white background is the problem.
Those layers shouldn't use a static color, but the background color
instead. That way they would change together with the environment.

On Fri, 27 Mar 2020 at 16:26, Adrian Georgescu  wrote:

> You need to request a SIP address from a SIP service provider or use the
> built-in SIP account from Blink
>
> Adrian
>
> On 27 Mar 2020, at 13:22, Alberto  wrote:
>
> Hi,
> sorry to butt in, but I was planning to learn some flatpak, so I spent a
> whole week on it.
> It's published here: https://github.com/syco/flathub/tree/blink
>
> I'm sure there are still missing dependencies, but I managed to compile it
> and make a call, so it's working ok-ish.
> Would be great if the developers could have a look and point out any
> mistake they notice, I'm sure they know their own application better than
> me.
>
> On a separate note, I use kde with breeze dark, and there's an issue with
> it as you can see it in the below screnshot:
> 
>
> Thanks everyone..
>
>
> On Thu, 19 Mar 2020 at 14:44, Adrian Georgescu  wrote:
>
>> We only do Debian and tar archives.
>>
>> New volunteers would be welcome as we do not have resources for packaging
>> for every possible distribution out there.
>>
>> Regards,
>> Adrian
>>
>>
>> On 19 Mar 2020, at 11:43, Nikolai Stefanov  wrote:
>>
>> But Flatpak is one package for all distributions and will reduce
>> maintenance efforts :)
>>
>> _
>>
>> www.kaminata.net 
>> Ела си у дома...
>>
>>
>>
>>
>> > Оригинално писмо 
>> >От: Adrian Georgescu a...@ag-projects.com
>> >Относно: Re: [Blink] Flatpak
>> >До: Blink Support Forum 
>> >Изпратено на: 19.03.2020 16:13
>>
>> We only do Debian and tar archives.
>>
>> New volunteers would be welcome as we do not have resources for packaging
>> for every possible distribution out there.
>>
>> Regards,
>> Adrian
>>
>> On 19 Mar 2020, at 10:56, Nikolai Stefanov < m...@abv.bg> wrote:
>>
>> Hello,
>> We can't find them, for they were volunteers and the AUR sites for this
>> packages are deleted. I think it's in your intrest too more people use
>> Blink, so Flatpak woud be great :) May be migration to Python 3?
>>
>> _
>>
>> www.kaminata.net 
>> Ела си у дома...
>>
>>
>>
>>
>> > Оригинално писмо 
>> >От: Adrian Georgescu a...@ag-projects.com
>> >Относно: Re: [Blink] Flatpak
>> >До: Blink Support Forum < blink@lists.ag-projects.com>
>> >Изпратено на: 19.03.2020 15:44
>>
>> We only provide Debian packages and tar archives ourselves. You must find
>> those who support those packages and if they need to locate the sources we
>> can help them.
>>
>> Adrian
>>
>> On 19 Mar 2020, at 09:39, Nikolai Stefanov < m...@abv.bg> wrote:
>>
>> Hello,
>> Some python 2 packages are removed from Arch AUR so Blink can't be used
>> on Arh and Arch-based distros like Manjaro, Arco etc. Is there any chance
>> for a Flathub package?
>> Thank you :)
>>
>> _
>>
>> www.kaminata.net 
>> Ела си у дома...
>> ___
>> Blink mailing list
>> Blink@lists.ag-projects.com
>> https://lists.ag-projects.com/mailman/listinfo/blink
>>
>>
>> ___
>> Blink mailing list
>> Blink@lists.ag-projects.com
>> https://lists.ag-projects.com/mailman/listinfo/blink
>>
>>
>> ___
>> Blink mailing list
>> Blink@lists.ag-projects.com
>> https://lists.ag-projects.com/mailman/listinfo/blink
>>
>>
>> ___
>> Blink mailing list
>> Blink@lists.ag-projects.com
>> https://lists.ag-projects.com/mailman/listinfo/blink
>>
> ___
> Blink mailing list
> Blink@lists.ag-projects.com
> https://lists.ag-projects.com/mailman/listinfo/blink
>
>
> ___
> Blink mailing list
> Blink@lists.ag-projects.com
> https://lists.ag-projects.com/mailman/listinfo/blink
>
___
Blink mailing list
Blink@lists.ag-projects.com
https://lists.ag-projects.com/mailman/listinfo/blink


Re: [Blink] Flatpak

2020-03-27 Thread Adrian Georgescu
You need to request a SIP address from a SIP service provider or use the 
built-in SIP account from Blink

Adrian

> On 27 Mar 2020, at 13:22, Alberto  wrote:
> 
> Hi,
> sorry to butt in, but I was planning to learn some flatpak, so I spent a 
> whole week on it.
> It's published here: https://github.com/syco/flathub/tree/blink 
> 
> 
> I'm sure there are still missing dependencies, but I managed to compile it 
> and make a call, so it's working ok-ish.
> Would be great if the developers could have a look and point out any mistake 
> they notice, I'm sure they know their own application better than me.
> 
> On a separate note, I use kde with breeze dark, and there's an issue with it 
> as you can see it in the below screnshot:
> 
> 
> Thanks everyone..
> 
> 
> On Thu, 19 Mar 2020 at 14:44, Adrian Georgescu  > wrote:
> We only do Debian and tar archives.
> 
> New volunteers would be welcome as we do not have resources for packaging for 
> every possible distribution out there.
> 
> Regards,
> Adrian
> 
> 
>> On 19 Mar 2020, at 11:43, Nikolai Stefanov > > wrote:
>> 
>> But Flatpak is one package for all distributions and will reduce maintenance 
>> efforts :)
>> 
>> _
>> 
>> www.kaminata.net 
>> Ела си у дома...
>> 
>> 
>> 
>> 
>> > Оригинално писмо  
>> >От: Adrian Georgescu a...@ag-projects.com  
>> >Относно: Re: [Blink] Flatpak 
>> >До: Blink Support Forum > >> 
>> >Изпратено на: 19.03.2020 16:13 
>> 
>> We only do Debian and tar archives.
>> 
>> New volunteers would be welcome as we do not have resources for packaging 
>> for every possible distribution out there.
>> 
>> Regards,
>> Adrian
>> 
>> On 19 Mar 2020, at 10:56, Nikolai Stefanov < m...@abv.bg <>> wrote:
>> 
>> Hello, 
>> We can't find them, for they were volunteers and the AUR sites for this 
>> packages are deleted. I think it's in your intrest too more people use 
>> Blink, so Flatpak woud be great :) May be migration to Python 3? 
>> 
>> _ 
>> 
>> www.kaminata.net  
>> Ела си у дома... 
>> 
>> 
>> 
>> 
>> > Оригинално писмо  
>> >От: Adrian Georgescu a...@ag-projects.com <> 
>> >Относно: Re: [Blink] Flatpak 
>> >До: Blink Support Forum < blink@lists.ag-projects.com <>> 
>> >Изпратено на: 19.03.2020 15:44 
>> 
>> We only provide Debian packages and tar archives ourselves. You must find 
>> those who support those packages and if they need to locate the sources we 
>> can help them.
>> 
>> Adrian
>> 
>> On 19 Mar 2020, at 09:39, Nikolai Stefanov < m...@abv.bg <>> wrote:
>> 
>> Hello, 
>> Some python 2 packages are removed from Arch AUR so Blink can't be used on 
>> Arh and Arch-based distros like Manjaro, Arco etc. Is there any chance for a 
>> Flathub package? 
>> Thank you :) 
>> 
>> _ 
>> 
>> www.kaminata.net  
>> Ела си у дома... 
>> ___ 
>> Blink mailing list 
>> Blink@lists.ag-projects.com <> 
>> https://lists.ag-projects.com/mailman/listinfo/blink 
>>  
>> 
>> ___ 
>> Blink mailing list 
>> Blink@lists.ag-projects.com <> 
>> https://lists.ag-projects.com/mailman/listinfo/blink 
>>  
>> 
>> ___
>> Blink mailing list
>> Blink@lists.ag-projects.com 
>> https://lists.ag-projects.com/mailman/listinfo/blink 
>> 
> 
> ___
> Blink mailing list
> Blink@lists.ag-projects.com 
> https://lists.ag-projects.com/mailman/listinfo/blink 
> 
> ___
> Blink mailing list
> Blink@lists.ag-projects.com
> https://lists.ag-projects.com/mailman/listinfo/blink

___
Blink mailing list
Blink@lists.ag-projects.com
https://lists.ag-projects.com/mailman/listinfo/blink