Posted August 23, 2023



But I don't really think it's essential. Just learn the current version, using its help, build your workflow, then follow this thread to learn of future updates.
The good news is, I downloaded the fork.
The bad news is, not only it doesn't work for me, it caused me actual issues :/
It stright out froze my entire X org, or more precisely, everything except for the mouse pointer ( kind of a first for me in a way, usually when X org freezes it's either "everything" or "stright crash to TTY"/" X org died " ).
I had to kill underlying VT, from another TTY of course.
Tested several times, VT tested:
- KDE Konsole
- urxvt
I even tested with LC_ALL=C, didn't help.
It gets stuck on importing python modules, it takes FOREVER ( the most I left this for was like a minute or 2, and no - leaving it for longer is not an answer - a properly written python script should NEVER lock me out of X org, SOMETHING is just wrong somewhere, be it my setup or something in the script ).
What I also find bogus is that it seems to be copying from somewhere in my sys-python dirs to it's own dir ( to the dir I run the script from ) - it copies the modules it's supposed to import - for some weird reason.
Here note that the OG eddie3 last version does NOT do that ( I tested same day, on EXACT same system-upgrade version, so exact same packages ).
Unfortunatelly due to this I just can't use this atm, and I will just have to use the OG outdated eddie3 version :/
Before I killed VT, I briefly saw output saying things such as:
( retyping from phone photo, since you know, couldn't make an scr nor copy-paste on a frozen X org... )
line 3: from: command not found
line 4: from: command not found
line 5: from: command not found
line 7: __appname__: command not found
line 8: __author__: command not found
line 9: __version__: command not found
line 10: __url__: command not found
( no more output of any kind, as at that point I killed VT, also note that this "output" showed like some "zombie X org undead twitches" as the X org was frozen, but it occassionally just showed all this at once only to freeze back instantaneously )
I think the script also pinned 1 core to 100%.
I don't currently have an GitHub account, and I WON'T make one impromptu any time soon.
If either you or Kalanyr want more tech details, pls PM me, as I simply won't provide pkg versions used in public due to security concerns ( knowing exact timestamp when I upgraded my sys would allow ppl to narrow down possibilities, it's not about YOU two, it's about "certain others", simply, I don't want to share this info in public ).