-
Notifications
You must be signed in to change notification settings - Fork 118
fedora 28 and rawhide package #94
Comments
Ok fedora 28 did not really switch to python 3 (read some wrong information). But still I get an error message when starting green recorder regarding dbus [rpmbuild]$ green-recorder |
Well, it seems as that Fedora no longer provides python2-pydbus package in the new versions, which is sad because this is a dependency for our program. We'll need to package it manually and upload it to our repository, but sadly I am very busy. |
As a workaround you can install manually install the |
Does not work in Rawhide:
|
It is still working with me on F28, because I've upgraded from f27, so I have python2-pydbus, but with my friend fresh installation, it's not working as you said. |
@probonopd don't use directly the rpm command. Use the dnf command with your local RPM that you downloaded on fedora and it will auto install the dependencies from the repositories. |
It sounds like the python2-pydbus package is now available for both Rawhide and F28. I have added the package repo to the readme file. |
@mhsabbagh the install on Fedora 28 fails due to a missing package as mentioned here: c8d9b52#commitcomment-30670360
|
I've installed with |
I suggest you to remove pydbus then just install the one from fedora, you can find a package |
My bad, it seems that the available package is python2-dbus, not python2-pydbus, which is different. I'll have no option but to upload that package to our repository and build it there then. |
I did an install by downloading the rpm file and using rpm --nodeps. I had to install the python dependencies using pip install first though. However, it seems to error out after stopping recording. I am running wayland. Update: It is working. Not sure why it did not work before, perhaps a reboot was necessary. |
@mhsabbagh Maybe its a good idea to use flatpak here? I haven't done anything with it, but at least it looks, like it might be no big deal and would solve the problem, won't it? |
@byteSamurai We have an issue in the code which prevents it from being packaged as a Flatpak. aka #7 |
At least for me it would not solve the problem because I am running Fedora from the Live ISO and Flatpak doesn't seem to handle this. |
I have built the As for Fedora 29, openSUSE Build Service (which is what we use to build packages) doesn't support it yet. So you'll have to wait until they do. |
They do (at least now) https://build.opensuse.org/project/show/Fedora:29 |
Thanks. This indeed news, I have released the package for Fedora 29. |
Hi,
I would really appreciate it if you could build a package for fedora 28. I already tried to rebuild the old source rpm, but there are at least two problems
The text was updated successfully, but these errors were encountered: