Re: File Versioning for the KDE Desktop...

2024-10-04 Thread stev...@osfda.org
Thanks; I thought it didn't work without executable when I had tried it, but I guess I was mistaken... On 10/4/24 08:19 AM, Sune Vuorela wrote: On 2024-10-04, Andrey Rakhmatullin wrote: * KDE has a *requirement* that .desktop files be executable Does it? No. But it is a requirement for .d

Re: File Versioning for the KDE Desktop...

2024-10-03 Thread stev...@osfda.org
executable; lintian saw that and certain group/other permissions as being weird. Can I ignore those too? If not, I could always do the permissions the way it wants, and adjust them after they are copied in, in the postinst script... Thanks again... On 10/3/24 09:49 PM, Antonio Russo w

File Versioning for the KDE Desktop...

2024-10-03 Thread stev...@osfda.org
I have a package that manages file versioning that has been alpha tested with: * bookworm * KDE plasma Think like: Windows File versioning/Mac Revert. It is based on inotify. [Before you think that couldn't be reliable, hear me out for a discussion of safeguards I take to make it so -at so

Re: Qt5/KF6 build question

2024-12-02 Thread stev...@osfda.org
I'm not a pyqt guru; but that looks like you have a remnant of qt5 lying around. To fix when that happens, I do like dpkg --purge --force-all  {your old package}; then something like an apt --fix-broken {path to your deb file} Something you can try while you are waiting for an answer from a p

Re: Qt5/KF6 build question

2024-12-01 Thread stev...@osfda.org
Ah, I remember now: when a button is disabled, there's no grayed-out visual cue; it looks exactly the same as an active button. I worked around it for now by generating a popup message when it's not "enabled" (so I leave it enabled...) On 12/2/24 12:26 AM, stev...@osfda

Re: Qt5/KF6 build question

2024-12-01 Thread stev...@osfda.org
Hmmm...I added python3-pyqt6 (>= 6.4.2) to the control file and didn't specify a KDE (running on bookworm stable...) I figured it would suck in the necessary KDE, and it did for me. [Upgrading pyqt5 to pyqt6 is a pisser; the constants were reorganized and are presently sparsely documented -you

Re: File Versioning for the KDE Desktop...

2024-12-15 Thread stev...@osfda.org
Antonio Russo wrote: On 10/3/24 14:02, stev...@osfda.org wrote: I have a package that manages file versioning that has been alpha tested with:  * bookworm  * KDE plasma I apologize if I'm overlooking it, but could you please link to the source code of this project, as well as your pac

Re: File Versioning for the KDE Desktop...

2024-12-15 Thread stev...@osfda.org
Will; do; I definitely am looking to maintain it. I can't imagine someone taking over on ~10K lines of code. Thanks... On 12/15/24 03:34 PM, Andrey Rakhmatullin wrote: On Sun, Dec 15, 2024 at 01:42:49PM -0500, stev...@osfda.org wrote: I finally got the documentation for my package sq