Closed nlogozzo closed 2 years ago
Welcome on Gradience. 🥳 We really appreciate your contribution. The core team will review your issue as soon as possible. You can also join the matrix room https://matrix.to/#/#Gradience:matrix.org or the discord server https://discord.com/invite/rwNDGPJf
Are you able to open About window?
Just installed it earlier this day, got the same issue. Tried to compile it from the source. The Error I got was libawiata 1.1
not found when compiling. ( Command was sudo meson builddir --prefix=/usr/local
)
Are you able to open About window?
The about window of the application? No the application fails to start as described above.
Just installed it earlier this day, got the same issue. Tried to compile it from the source. The Error I got was
libawiata 1.1
not found when compiling. ( Command wassudo meson builddir --prefix=/usr/local
)
Well I have libadwaita 1.1 installed. Could it be that it requires 1.2?
Yes, it requires libadwaita >= 1.2.alpha
Hmm, @LyesSaadi provides version 1.2.beta for Fedora 36 in his copr, maybe you should be able to update from this?
Hello, you need to do :
sudo dnf upgrade
I don't know why dnf doesn't do that automatically...
Oh, the fact that it didn't update automatically was an error, my bad, will solve that!
Oh ok I will check out the copr and update libadwaita...thanks!
@LyesSaadi just a heads up...libadwaita 1.2.0 official was released a few days ago you might want to look into updating the copr with that new version
@LyesSaadi just a heads up...libadwaita 1.2.0 official was released a few days ago you might want to look into updating the copr with that new version
Yup, thanks for the reminder!
Last thing after updating everything worked fine but there was an error for a python module pluggy
which was not installed automatically.
>> gradience
Traceback (most recent call last):
File "/usr/bin/gradience", line 64, in <module>
from gradience import main
File "/usr/lib/python3.10/site-packages/gradience/main.py", line 29, in <module>
from .window import GradienceMainWindow
File "/usr/lib/python3.10/site-packages/gradience/window.py", line 35, in <module>
from .plugins_list import GradiencePluginsList
File "/usr/lib/python3.10/site-packages/gradience/plugins_list.py", line 25, in <module>
import pluggy
ModuleNotFoundError: No module named 'pluggy'
The error was solved by installing the package through pip. Just letting you know this.
@LyesSaadi, we need to update the spec with pluggy because i'll use that for the plugin system
@LyesSaadi, we need to update the spec with pluggy because i'll use that for the plugin system
Uh, when was it added? In 0.2.2 or still is in master?
Don't know 😅
It was... :/... At least it is in Fedora.
Anyway, I think I'm writing release instructions :sweat_smile:. The issue is that pluggy was not installed in the flatpak either :/...
Is there an existing issue for this?
What happened?
The application fails to start. Error from console:
To Reproduce
sudo dnf copr enable lyessaadi/gradience
andsudo dnf install gradience
Expected behavior
The application launchs and runs without error
Screenshots
No response
OS
Fedora Linux 36 (Workstation)
Version
0.2.2
Installation method
Other
Additional context
No response
Code of Conduct