Open ZorinFoss opened 3 months ago
@ZorinFoss
What is the issue exactly?
Actually I don't package the app manually, I package the app using compose plugin
which uses jpackage
under the hood and has very limited customization
so I can't change the configurations here at this time
If there is some serious problems here, then I have to setup my own packaging system(which targets windows/linux)
/usr/share/applications/ABDownloadManager.desktop
. The app will not shown in application menu.This is the default content exists in desktop file right now:
[Desktop Entry]
Name=ABDownloadManager ===> This shown on app menu like title
Comment=ABDownloadManager ===> This is the app short description
Exec=/opt/abdownloadmanager/bin/ABDownloadManager
Icon=/opt/abdownloadmanager/lib/ABDownloadManager.png
Terminal=false
Type=Application
Categories=AB Download Manager ====> This is not a category name
MimeType ==> File extensions that the app open (no need for it)
Missing fields: GenericName ==> This shown on app menu like subtitle StartupNotify StartupWMClass ===> This fix app icon on wayland
@ZorinFoss Oh. I see thanks for your explanations
These are not my choice, (the compose multiplatform framework
did these configurations) , BTW. I will create a custom packager soon, to have more control over these things
I encountered a new problem in Ubuntu 20.04, where it would automatically log out after installing the .DEB package for the GNOME desktop environment. Then I realized that the AB Download Manager was active in the startup. When I disabled it via the command line, the desktop environment came up. However, in the end, I had to give up using AB Download Manager altogether because of this issue, and I have currently uninstalled it.
Hi @amir1376
This is fix issues exists in linux desktop file, just copy and paste the code below
Note
/usr/share/applications/ABDownloadManager.desktop
/usr/share/icons/hicolor/512x512/apps/ABDownloadManager.png
when you make sure you set the right paths, update the desktop file to reflect the changes.