Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935398 - net-misc/unison-2.53.5[gui] installs broken desktop entry
Summary: net-misc/unison-2.53.5[gui] installs broken desktop entry
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-03 09:38 UTC by Maciej S. Szmigiero
Modified: 2024-12-20 10:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej S. Szmigiero 2024-07-03 09:38:35 UTC
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.
Comment 1 Larry the Git Cow gentoo-dev 2024-07-04 02:39:29 UTC
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(-)
Comment 2 Robin Bankhead 2024-12-19 19:53:46 UTC
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?
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-12-20 10:19:29 UTC
(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?