gcomes

Results 25 comments of gcomes

While lightdm-gtk-greeter does indeed allow to change an expired password, the way it does it is not user friendly. The main reason is that it does not show to the...

I tested the option --icon-gravity NE. No luck. I also enabled log trace and compared the output when using mwm and openbox to see if there was something easy to...

I managed to boot the iso image with grub. The problem was the line: `source /boot/grub2/loopback.cfg` in the grub menu. The correct line is: `configfile /boot/grub2/loopback.cfg` Also in order to...

Looking at dracut.cmdline(7) I learned I can boot the agama iso image with the following menu entry: ``` set isolabel= set isofile="" loopback loop "$isofile" linux (loop)/boot/x86_64/loader/linux iso-scan/filename=$isofile root=live:LABEL=$isolabel initrd...

[logs-patterns-issue.tar.gz](https://github.com/user-attachments/files/19908537/logs-patterns-issue.tar.gz) the attached archive contains the logs, the profile and the output of "agama config show" for both cases: profile with a pattern and without. The logs are taken before...

If I don't specify the product and I specify only packages, it works as expected. It seems that, for the moment, in order to handle patterns, a product is required....

[libdir.patch.gz](https://github.com/user-attachments/files/17266711/libdir.patch.gz) [openfst.patch.gz](https://github.com/user-attachments/files/17266713/openfst.patch.gz) While I'm progressing with the building/packaging task, I found more minor issues: 7) on openSUSE, fedora and may be some more linux systems, the default for libdir when...

I have a couple of more questions. The flatpak build set the environment variable: - PYTORCH_TENSOREXPR=0 - QT_QUICK_CONTROLS_HOVER_ENABLED=1 I'm wondering if for my build I have to set them too....

> > 12. I try to build speechnote using parallel build, but while sometime it > > works, some other it does not. Usually stopping with the error message: >...

The fix for parallel-build works. The build does not fail anymore in the place where it did before. However, rarely, it now fails with this message: [ 283s] Install the...