mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 21:14:21 +01:00
14 lines
417 B
Bash
14 lines
417 B
Bash
cat <<EOF >~/.local/share/applications/Basecamp.desktop
|
|
[Desktop Entry]
|
|
Version=1.0
|
|
Name=Basecamp
|
|
Comment=Basecamp Project Management
|
|
Exec=google-chrome --app="https://launchpad.37signals.com" --name=Basecamp --class=Basecamp
|
|
Terminal=false
|
|
Type=Application
|
|
Icon=/home/$USER/.local/share/omakub/applications/icons/Basecamp.png
|
|
Categories=GTK;
|
|
MimeType=text/html;text/xml;application/xhtml_xml;
|
|
StartupNotify=true
|
|
EOF
|