Can I automaticly create a Shortcut File to the executable? #101

Open
opened 2026-01-29 16:29:31 +00:00 by claunia · 4 comments
Owner

Originally created by @furesoft on GitHub (Jun 12, 2021).

Originally created by @furesoft on GitHub (Jun 12, 2021).
Author
Owner
@atauenis commented on GitHub (Jun 12, 2021): https://askubuntu.com/questions/1191670/how-to-add-icon-for-application-installed-via-deb-file https://stackoverflow.com/questions/73930/linux-desktop-shortcut-and-icon-from-install
Author
Owner

@Ombrelin commented on GitHub (Aug 7, 2022):

I would be nice if the tool supported installing a .desktop file for the app from the deb package

@Ombrelin commented on GitHub (Aug 7, 2022): I would be nice if the tool supported installing a .desktop file for the app from the deb package
Author
Owner

@atauenis commented on GitHub (Aug 7, 2022):

Easy. Create the .desktop file, and include it in your .csproj file.

    <Content Include="myapp.desktop" CopyToPublishDirectory="Always">
	   <LinuxPath>/usr/share/applications/myapp.desktop</LinuxPath>
    </Content>
@atauenis commented on GitHub (Aug 7, 2022): Easy. Create the `.desktop` file, and include it in your `.csproj` file. ```XML <Content Include="myapp.desktop" CopyToPublishDirectory="Always"> <LinuxPath>/usr/share/applications/myapp.desktop</LinuxPath> </Content> ```
Author
Owner

@Ombrelin commented on GitHub (Aug 7, 2022):

Oh okay, I see, thank you so much for your help

@Ombrelin commented on GitHub (Aug 7, 2022): Oh okay, I see, thank you so much for your help
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#101