Guy M Streeter
Guy M Streeter
I've pushed 3 commits. One corrects an encoding problem in the configuration dialog. One may not be specific to Python 3. Could just be a corner case I encountered, but...
I've pushed some more changes. The comboboxes in the preference dialog initialize correctly. The icon on the Viewer button shows up now. The windows no longer get larger every time...
You can run it from source. ``` git clone https://github.com/nikolaik/fah-control.git cd fah-control git checkout feature/gtk3-python3 ./FAHControl ``` Just to be sure you're only using the new stuff, I'd suggest you...
> > You can run it from source. > > ``` > > git clone https://github.com/nikolaik/fah-control.git > > cd fah-control > > git checkout feature/gtk3-python3 > > ./FAHControl > >...
While I'm waiting for testing of the source changes, I'll start updating the rpm packaging.
Well, I'm confused about how the RPM package is currently built. There is no RPM .spec file to control the build. Perhaps it is stored in some other source repository?
I haven't done anything with the rpm build yet. I was hoping to hear there was already a .spec file somewhere. It isn't difficult to create a new one, and...
I have added an RPM .spec file and a script to build RPM packages. I tested it on Fedora 31.
I've been helping with that other PR. It intends to be "only the necessary changes", so no reformatting or other re-writes. It appears to be working where it has been...
I tested the rpm changes for #56 locally on Fedora 31 and 32, both on my installed system and in a Mock buildroot. I used the srpm from the Mock...