Thorsten Leemhuis

Results 20 comments of Thorsten Leemhuis

I'm not a setup.py expert, but afaics the installation of the file can be fixed with this patch ``` diff -Naur mailnag-1.2.0.org/setup.py mailnag-1.2.0/setup.py --- mailnag-1.2.0.org/setup.py 2016-04-15 16:55:29.732297614 +0200 +++ mailnag-1.2.0/setup.py...

While at it: This patch might make sense, as it gets rid of the warning "• tag-missing: not specified" mentioned in the first comment of this bug. ``` --- mailnag-1.2.0.org/data/appdata/mailnag.appdata.xml...

> Regarding the wrong app title ("Mailnag-Konfiguration"), do you know if there is a way to make a .desktop file the primary one? No idea – but wonder if the...

> Gnome-Software seems to show the name specified in mailnag-config.desktop (Mailnag Configuration) FWIW, that afaics is only the case when there is no translation available for the current locale -...

@pulb commit 25d3c01fcd7 afaics didn't change anything: Gnome Software still showed "Mailnag-Konfiguration" from mailnag-config.desktop as the apps name. You can make it go away by adding ``` Mailnag ``` to...

Hmmm, slightly annoying there still is no solution in sight, so trying to get things rolling again: > Unfortunately it's not possible to launch the config tool from the main...

Well, gnome-software still shows "Mailnag-Konfiguration" here. I tried to locally build a mailnag where I moved the X-AppStream-Ignore=true line, but I couldn't test it, as gnome-software still shows the info...

@pulb Not sure and maybe a crazy idea: Can this maybe be fixed by renaming just the desktop files (mailnag.desktop -> mailnagd.desktop; mailnag-config.desktop -> mailnag.desktop) and a few adjustments (remove...

Anyone tried to bisect this and report this upstream (e.g. to the Linux developers). I'm doing this now, but I wonder if maybe someone else did that already.

first bad commit: [838d9bb62d132ec3baf1b5aba2e95ef9a7a9a3cd] perf: Use sample_flags for raw_data Reverting that commit in master fixes the issue for me. Applying https://lore.kernel.org/lkml/[email protected]/ does not.