Nanoseb

Results 67 comments of Nanoseb

Hi, What kind of notifications were you expecting? here it notifies you only when your username is mentionned (preceded by a "@"). Also you have to have a username defined...

Yes, nctelegram can't know if it is in focus or not that's why I couldn't do that. But sending a bell is a really good idea, I don't know why...

@z1lt0id: apparently notifications in python now need `python-gobject`. It should work fine without any configuration on dunst side with this package. Thanks for reporting this, I'm going to update the...

Hi, thanks for your comment, it is indeed a quite nice interface, as I said earlier I don't have much time to continue implementing new things on nctelegram, but once...

For now I have implemented a way to hide the chanlist, it is not yet what you wanted, but a little step forward ;) see bffd5e01ee153a1ed4acfab8c324699194f1aa60

Is that the complete backtrace? can you also give me some details on your installation

can you try the following code: ``` #!/usr/bin/env python3 import psutil print(psutil.net_connections()) ``` I have also noticed that mac os users need to be root to run that command, if...

ok, it seems that you are using an old version of psutils, can you try what is described here: http://stackoverflow.com/questions/30280767/unable-to-get-process-name-with-psutil

Hi, This has already been discussed here: https://github.com/Nanoseb/ncTelegram/issues/2 . The main conclusion is that it won't be easy (and even rather hard) to print the image on scrolling lists, however...

Hi, Thanks for reporting this issue. This error seems to come from a the library pytg (or more likely directly from telegram-cli). I can probably 'fix' it by handling this...