Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bauh.desktop and bauh_tray.desktop have the same description and icon name #311

Open
Labaman opened this issue Jan 22, 2023 · 3 comments
Open

Comments

@Labaman
Copy link
Contributor

Labaman commented Jan 22, 2023

bauh.desktop and bauh_tray.desktop have the same description and icon name, respectively the application menu shows two identical icons with the same name and description.
This is not a bug in any particular locale - it's a problem in all locales.

cat /usr/share/applications/bauh_tray.desktop
[Desktop Entry]
Type=Application
Name=Applications (bauh-tray)
Name[pt]=Aplicativos (bauh-bandeja)
Name[es]=Aplicaciones (bauh-bandeja)
Name[ca]=Aplicacions (bauh-safata)
Name[it]=Applicazioni (bauh-vassoio)
Name[de]=Anwendungen (bauh - tablett)
Name[ru]=Приложения (bauh)
Name[tr]=Paket Yönetici (bauh-sistem tepsi)
Categories=System;
Comment=Install and remove applications (AppImage, Arch, Flatpak, Snap, Web)
Comment[pt]=Instale e remova aplicativos (AppImage, Arch, Flatpak, Snap, Web)
Comment[es]=Instalar y eliminar aplicaciones (AppImage, Arch, Flatpak, Snap, Web)
Comment[it]=Installa e rimuovi applicazioni (AppImage, Arch, Flatpak, Snap, Web)
Comment[de]=Anwendungen installieren und entfernen (AppImage, Arch, Flatpak, Snap, Web)
Comment[ca]=Instal·lar i eliminar aplicacions (AppImage, Arch, Flatpak, Snap, Web)
Comment[ru]=Установка и удаление приложений (AppImage, Arch, Flatpak, Snap, Web)
Comment[tr]=Uygulama yükle/kaldır (AppImage, Arch, Flatpak, Snap, Web)
Exec=/usr/bin/bauh-tray
Icon=bauh

cat /usr/share/applications/bauh.desktop
[Desktop Entry]
Type=Application
Name=Applications (bauh)
Name[pt]=Aplicativos (bauh)
Name[es]=Aplicaciones (bauh)
Name[ca]=Aplicacions (bauh)
Name[it]=Applicazioni (bauh)
Name[de]=Anwendungen (bauh)
Name[ru]=Приложения (bauh)
Name[tr]=Paket Yönetici (bauh)
Categories=System;
Comment=Install and remove applications (AppImage, Arch, Flatpak, Snap, Web)
Comment[pt]=Instale e remova aplicativos (AppImage, Arch, Flatpak, Snap, Web)
Comment[es]=Instalar y eliminar aplicaciones (AppImage, Arch, Flatpak, Snap, Web)
Comment[it]=Installa e rimuovi applicazioni (AppImage, Arch, Flatpak, Snap, Web)
Comment[de]=Anwendungen installieren und entfernen (AppImage, Arch, Flatpak, Snap, Web)
Comment[ca]=Instal·lar i eliminar aplicacions (AppImage, Arch, Flatpak, Snap, Web)
Comment[ru]=Установка и удаление приложений (AppImage, Arch, Flatpak, Snap, Web)
Comment[tr]=Uygulama yükle/kaldır (AppImage, Arch, Flatpak, Snap, Web)
Exec=/usr/bin/bauh


Software Environment
bauh version: 0.10.5
O.S: Arch rolling
Python version: 3.10.9
Installation method: distro package manager (AUR)

@vinifmor
Copy link
Owner

Hi @Labaman . The descriptions are the same, since it's the same application launched in a different mode (but Name and Exec are different). About the icons: we could have a different one indeed to facilitate the distinction.

@Labaman
Copy link
Contributor Author

Labaman commented Jan 22, 2023

Hi @vinifmor.
Yes, different Icons would be great
Oh yes, I found a mistake in the bauh_tray.desktop Name[ru] #312

@vinifmor
Copy link
Owner

Thanks for the fix @Labaman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants