AccentuSoft

Results 17 comments of AccentuSoft

Notable UI Improvements: Text no longer overlaps in hierarchical structure, now centres itself and wraps after a certain amount of pixels. Moved to PySide version 6.3. Pending push.

Tree Widget header background color no longer white on Windows.

Delayed for various small fixes & usability enhancements.

UI has been reworked, it's much sleeker now. It should be in a good place in general.

Hello, Did you try the suggestion in [Issue 22](https://github.com/AccentuSoft/LinkScope_Client/issues/22)? We do not provide out of the box support for non-Ubuntu distributions as of this time, however if you want to...

In the build script: `python${PYTHON_VER} -m pip install --upgrade wheel pip nuitka orderedset` Should be: `python${PYTHON_VER} -m pip install --upgrade wheel pip nuitka ordered-set` The anti-bloat warnings are benign -...

You can try changing this line: `--enable-plugin=pyside6 --enable-plugin=numpy --enable-plugin=trio --assume-yes-for-downloads --remove-output \` to this: `--enable-plugin=pyside6 --nofollow-import-to=tkinter --enable-plugin=trio --assume-yes-for-downloads --remove-output \` You could also add the `--noinclude-unittest-mode=nofollow` option, if you want...

Do any of these queries find anything? `find / -iname "tkinter"` `find / -iname "tk"`

> you removed --enable-plugin=numpy? It's depreciated, it does not do anything anymore. You can see this in the output of the OP: `Nuitka-Plugins:WARNING: numpy: This plugin has been deprecated, do...