Skip to content

Instantly share code, notes, and snippets.

@pmNiko
Last active September 16, 2024 10:40
Show Gist options
  • Save pmNiko/a8c3ff7110115aaa0a874caed9e21b08 to your computer and use it in GitHub Desktop.
Save pmNiko/a8c3ff7110115aaa0a874caed9e21b08 to your computer and use it in GitHub Desktop.
Creación de acceso directo Ubuntu Gnome

| ----------------------------- Creación de acceso Ubuntu Gnome ------------------------------- |

Para crear accesos directos en Ubuntu hay una forma sencilla de llegar al objetivo. En un editor de texto colocamos las siguintes sentencias:

[Desktop Entry] Type=Application Categories=Utility Name=Lapce Icon=/home/juan/lapce/icons/lapce/lapce_icon.png Exec=/home/juan/lapce/target/release/lapce

En donde existen multiples categorías:

- AudioVideo
- Audio
- Development
- Education
- Game
- Graphics
- Network
- Office
- Science
- Settings
- System
- Utility

Una vez terminado el archivo debemos guardarlo en la siguiente ruta: /home/juan/.local/share/applications

Por último para que aparezca nuestro icono en el dash debemos ejecutar el siguiente comando: $ sudo update-desktop-database

Con eso ya tendriamos acceso a nuestro acceso directo.

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