net-misc/unison-2.53.5[gui] installs a desktop entry file named "Unison GUI", however it launches "unison-2.53" instead of "unison-gui-2.53". This desktop entry only prints usage hints of the command line Unison version to .xsession-errors. It should specify "unison-gui-2.53" to launch the GUI instead, as expected.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=401701337483aa607349711eac1e58ddb26d5e4a commit 401701337483aa607349711eac1e58ddb26d5e4a Author: Maciej Barć <xgqt@gentoo.org> AuthorDate: 2024-07-03 19:27:37 +0000 Commit: Maciej Barć <xgqt@gentoo.org> CommitDate: 2024-07-04 02:39:22 +0000 net-misc/unison: fix desktop file Closes: https://bugs.gentoo.org/935398 Signed-off-by: Maciej Barć <xgqt@gentoo.org> net-misc/unison/{unison-2.53.5.ebuild => unison-2.53.5-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
I think that #941780 has broken this again. Currently on unison-2.53.7[gui] and the .desktop file is still created as Name=Unison GUI (2.53) Type=Application Comment=Two-way cross-platform file synchronizer Exec=unison-gui-2.53 TryExec=unison-gui-2.53 Icon=unison-2.53 [...] Does this count as the same bug or should I file a new one?
(In reply to Robin Bankhead from comment #2) > I think that #941780 has broken this again. Currently on unison-2.53.7[gui] > and the .desktop file is still created as > > Name=Unison GUI (2.53) > Type=Application > Comment=Two-way cross-platform file synchronizer > Exec=unison-gui-2.53 > TryExec=unison-gui-2.53 > Icon=unison-2.53 > [...] > > Does this count as the same bug or should I file a new one? Could you file a new one please and add this one to See Also?