NotasNotas
  • Notas

    • ADB
    • Bookmarks, marcadores, favoritos,...
    • Desktop files (linux)
    • Docker
    • Docker Compose
    • Flutter
    • Flutter Code Snippets
    • Flutter Links
    • Flutter Packages
    • FSTAB
    • Git
    • Github Emojis
    • GPG
    • Grub
    • Lego
    • Linux
    • MACOS
    • Oh My ZSH!
    • Miscelánea
    • Raspberry Pi
    • PSP
    • PSVITA
    • React Native
    • React Native Links
    • React Native Packages
    • TP-Link Archer T2U Plus
    • TP-Link Archer T3U Plus
    • Visual Studio Code
    • Windows

Desktop files (linux)

Android Studio

Archivo de configuración para que aparecezca en el submenú de programación/desarrollo

Ruta del archivo

sudo xed /usr/share/applications/android-studio.desktop
Mostrar
[Desktop Entry]
Version=1.0
Type=Application
Name=Android Studio
Icon=/opt/AndroidStudio/bin/studio.png
Exec="/opt/AndroidStudio/bin/studio.sh" %f
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-android-studio

Deemix

Archivo de configuración para que aparecezca en el submenú de "Sonido y video".

Ruta del archivo

sudo xed /usr/share/applications/deemix-gui.desktop
Mostrar
[Desktop Entry]
Name=deemix-gui
Exec=/opt/deemix-gui/deemix-gui %U
Terminal=false
Type=Application
Icon=deemix-gui
StartupWMClass=deemix-gui
Categories=AudioVideo;Audio;Player;
MimeType=application/x-flac;audio/flac;audio/x-flac;audio/mp3;
Keywords=Player;Audio;Server;Broadcast;

Flameshot

Archivo de configuración para que aparecezca en el submenú de "Accesorios".

Ruta del archivo

sudo xed /usr/share/applications/flameshot.desktop
Mostrar
[Desktop Entry]
Name=Flameshot
Exec="/opt/Flameshot/Flameshot.AppImage"
Icon=/opt/Flameshot/icon.svg
Type=Application
Categories=GTK;GNOME;Utility;X-GNOME-Utilities;
StartupNotify=true
Keywords=snapshot;capture;print;screenshot;
Comment=Start Flameshot

Google Chrome

Archivo de configuración para evitar escribir en la cache del pc.

Ruta del archivo

sudo xed /usr/share/applications/google-chrome.desktop
Mostrar
[Desktop Entry]
Version=1.0
Name=Google Chrome
# Only KDE 4 seems to use GenericName, so we reuse the KDE strings.
# From Ubuntu's language-pack-kde-XX-base packages, version 9.04-20090413.
GenericName=Web Browser
GenericName[en_GB]=Web Browser
GenericName[es]=Navegador web
# Gnome and KDE 3 uses Comment.
Comment[en_GB]=Access the Internet
Comment[es]=Accede a Internet.
Exec=/usr/bin/google-chrome-stable %U --disk-cache-dir=/dev/null
StartupNotify=true
Terminal=false
Icon=google-chrome
Type=Application
Categories=Network;WebBrowser;
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/ftp;x-scheme-handler/http;x-scheme-handler/https;
Actions=new-window;new-private-window;

[Desktop Action new-window]
Name=New Window
Name[en_GB]=New Window
Name[es]=Nueva ventana
Exec=/usr/bin/google-chrome-stable  %U --disk-cache-dir=/dev/null

[Desktop Action new-private-window]
Name=New Incognito Window
Name[en_GB]=New Incognito window
Name[es]=Nueva ventana de incógnito
Exec=/usr/bin/google-chrome-stable --incognito --disk-cache-dir=/dev/null

LibreWolf

Archivo de configuración para que aparecezca en el submenú de "Internet".

Ruta del archivo

sudo xed /usr/share/applications/librewolf.desktop
Mostrar
[Desktop Entry]
Name=LibreWolf
Name[es]=LibreWolf
Comment=Browse the World Wide Web
Comment[es]=Navegue por la web
GenericName=Web Browser
GenericName[es]=Navegador web
X-GNOME-FullName=LibreWolf Web Browser
X-GNOME-FullName[es]=Navegador web LibreWolf
Exec=/opt/LibreWolf/LibreWolf.x86_64.AppImage
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=librewolf
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;
StartupWMClass=librewolf
StartupNotify=true

Lossless Cut

Archivo de configuración para que aparecezca en el submenú de "Sonido y video".

Ruta del archivo

sudo xed /usr/share/applications/losslesscut.desktop
Mostrar
[Desktop Entry]
Name=Lossless Cut
Exec="/opt/LosslessCut/LosslessCut-linux-x86_64.AppImage"
Icon=/opt/LosslessCut/icon.svg
Type=Application
Categories=GTK;GNOME;AudioVideo;Player;Video;TV;
StartupNotify=true
Keywords=Video;Movie;Film;Clip;Series;Player;DVD;TV;Disc;Album;Music;GNOME;mpv;
Comment=Start Lossless Cut
Comment[ru_RU]=Запустить Lossless Cut

Mission Center

Archivo de configuración para que aparecezca en el submenú de "Administración".

Ruta del archivo

sudo xed /usr/share/applications/missioncenter.desktop
Mostrar
[Desktop Entry]
Name=Mission Center
Exec="/opt/MissionCenter/MissionCenter.AppImage"
Icon=/opt/MissionCenter/icon.svg
Type=Application
Categories=System;Monitor;
StartupNotify=true
Keywords=Monitor;System;Process;CPU;Memory;Network;History;Usage;
Comment=Start Mission Center
Comment[ru_RU]=Запустить Mission Center

Postman

Archivo de configuración para que aparecezca en el submenú de programación/desarrollo

Ruta del archivo

sudo xed /usr/share/applications/postman.desktop
Mostrar
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Comment=Postman
Exec=/opt/Postman/Postman
Icon=/opt/Postman/app/resources/app/assets/icon.png
Categories=Development
Type=Application
Terminal=false
Name[es_ES]=Postman

qBittorrent

Archivo de configuración para que aparecezca en el submenú de "Internet".

Ruta del archivo

sudo xed /usr/share/applications/org.qbittorrent.qBittorrent.5.x.x.desktop
Mostrar
#!/usr/bin/env xdg-open
[Desktop Entry]
Categories=Network;FileTransfer;P2P;Qt;
Exec=/opt/qbittorrent/qbittorrent_x86_64.AppImage %U
GenericName=BitTorrent client
Comment=Download and share files over BitTorrent
Icon=qbittorrent
MimeType=application/x-bittorrent;x-scheme-handler/magnet;
Name=qBittorrent
Terminal=false
Type=Application
StartupNotify=false
StartupWMClass=qbittorrent
Keywords=bittorrent;torrent;magnet;download;p2p;
SingleMainWindow=true

# Translations
GenericName[en_GB]=BitTorrent client
Comment[en_GB]=Download and share files over BitTorrent
Name[en_GB]=qBittorrent
GenericName[es]=Cliente BitTorrent
Comment[es]=Descargue y comparta archivos por BitTorrent
Name[es]=qBittorrent 5.x.x

React Native Debugger

Archivo de configuración para que aparecezca en el submenú de programación/desarrollo

Ruta del archivo

sudo xed /usr/share/applications/react-native-debugger.desktop
Mostrar
[Desktop Entry]
Version=1.0
Type=Application
Name=React Native Debugger
Icon=/opt/rndebugger/logo.png
Exec="/opt/rndebugger/react-native-debugger" %f
Categories=Development;IDE;
Terminal=false

Typora

Archivo de configuración para que aparecezca en el menú

Ruta del archivo

sudo xed /usr/share/applications/typora.desktop
Mostrar
[Desktop Entry]
Name=Typora Markdown Editor
Name[es]=Typora editor de Markdown
Comment=Edit markdown files
Comment[es]=Editar archivos de mardkdown
Exec=typora %U
Terminal=false
Type=Application
StartupNotify=true
MimeType=text/plain;
Icon=/opt/Typora/resources/assets/installer.ico
Categories=GTK;Utility;TextEditor;
Keywords=text;editor;tabs;highlighting;code;multiple;files;pluggable;notepad;
#X-MATE-DocPath=xed/xed.xml
#Actions=new-window;

#[Desktop Action new-window]
#Name=New Window
#Exec=xed --new-window %U

Ventoy

Archivo de configuración para que aparecezca en el menú

Ruta del archivo

sudo xed /usr/share/applications/Ventoy.desktop
Mostrar
[Desktop Entry]
Encoding=UTF-8
Name=Ventoy Gui
Comment=Ventoy Gui
Exec=/opt/ventoy/VentoyGUI.x86_64
Icon=/opt/ventoy/WebUI/favicon.ico
Categories=Utility
Type=Application
Terminal=false
Name[es_ES]=Ventoy Gui

VSCode

Archivo de configuración para que aparecezca en el submenú de programación/desarrollo

Ruta del archivo

sudo xed /usr/share/applications/vscode.desktop
Mostrar
[Desktop Entry]
Version=1.0
Type=Application
Name=VSCode
Icon=/opt/VSCode/resources/app/resources/linux/code.png
Exec="/opt/VSCode/code" %f
Categories=Development;IDE;
Terminal=false

Versión oficial

Mostrar
[Desktop Entry]
Name=Visual Studio Code
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=/usr/share/code/code --unity-launch %F
Icon=com.visualstudio.code
Type=Application
StartupNotify=false
StartupWMClass=Code
Categories=TextEditor;Development;IDE;
MimeType=text/plain;inode/directory;application/x-code-workspace;
Actions=new-empty-window;
Keywords=vscode;

[Desktop Action new-empty-window]
Name=New Empty Window
Exec=/usr/share/code/code --new-window %F
Icon=com.visualstudio.code
Actualizado el:: 28/5/25, 11:49
Contributors: Manuel Muñoz
Prev
Bookmarks, marcadores, favoritos,...
Next
Docker