12345678910111213141516171819202122232425262728 |
- [Desktop Entry]
- # This file is used to add menu entry
- # It must be saved into directory /usr/share/applications
- Version=1.0
- Encoding=UTF-8
- Name=Dolibarr ERP & CRM
- Name[es]=Dolibarr ERP & CRM
- Name[fr]=Dolibarr ERP & CRM
- Name[it]=Dolibarr ERP & CRM
- GenericName=Dolibarr ERP & CRM
- Comment=The easy to use manager (ERP & CRM) for small and medium enterprises or foundations
- Comment[es]=Software para gestión de PYMES, profesionales independientes, auto emprendedores ó asociaciones
- Comment[fr]=L'ERP & CRM simple pour la gestion des TPE, PME, associations et auto-entrepreneurs
- Comment[it]=Programma gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti
- # Command to open an URL
- # For Fedora: xdg-open
- # For Debian/Ubuntu: xdg-open or x-www-browser
- # (exo-open for xfde, gnome-open for gnome, ...)
- Exec=xdg-open http://localhost/dolibarr
- #URL=http://localhost/dolibarr
- Icon=dolibarr
- Terminal=false
- Type=Application
- Categories=Office;Finance;
- StartupNotify=true
- InitialPreference=5
- #NoDisplay=true
- #OnlyShowIn=GNOME
|