Yuriy Balyuk
Yuriy Balyuk
> For some reason it doesn't work on my PC, just freezes after launch... what if you will run `strace cudatext` ?
> > what if you will run `strace cudatext` ? > > Well, I tried to launch cudatext this way: > > `strace cudatext 2>cudatext.trc` @froloffw7 try runing `dbus-monitor` and...
problem is in `on_complete` event. ```python @command def on_complete(self, ed_self): doc = self.book.get_doc(ed_self) if doc and doc.lang: return doc.lang.on_complete(doc) ``` `book.get_doc` will return None, because there is dictionary called `docs`...
it's programmers (mine) fault not python GC's. because my fix actually looks like a hack: we are doing on_open inside on_focus and not calling on_close anywhere afterwards. must think of...
it grows +150-300 kb everytime you switch focus between halfs. do you see that on linux?
RES column? 63004 bytes?
"VIRT represents how much memory the program is able to access at the present moment. RES stands for the resident size, which is an accurate representation of how much actual...
@Alexey-T, I think TerminalPlus is not yet full-featured terminal in a sense that you cannot interact with an application through `stdin`, only simple applications that output text can be launched...
Hello. Maybe this explains why i cannot find some byte values. I think this should be a first priority, it's a show-stopper for me. Thank you for your software it...
i had a problem when tray was on top of my fullscreen applications. thank you for this changes. now it works fine for me. (i use openbox.)