ankurk91 / google-chat-electron

An unofficial desktop app for Google Chat :electron:
GNU General Public License v3.0
162 stars 49 forks source link

Add Network category to .desktop file #29

Closed Nandru86 closed 3 years ago

Nandru86 commented 3 years ago

Hi!

On Cinnamon and Plasma (I guess other launchers who sort apps in categories too, but I only have those 2), the app is listed under Others, adding "Network" to the categories list on the/usr/share/applications/google-chat-electron.desktop places it alongside other chat and web clients:

[Desktop Entry]
Name=Google Chat
Comment=Unofficial desktop app for Google Chat.
GenericName=google-chat-electron
Exec=google-chat-electron %U
Icon=google-chat-electron
Type=Application
StartupNotify=true
Categories=Social;Communication;Network;

Would be nice if this came already configured that way.

Thanks!!