Skip to main content

Posts

Featured

How create a Application shortcut in ubuntu

 Example using spodify command       nano ~/Desktop/spotify-pulseaudio.desktop      Write this commands        [Desktop Entry] Version=1.0 Type=Application Name=Spotify PulseAudio Comment=Ejecutar Spotify con PulseAudio Exec=spotify --audio-api=pulseaudio Icon=/snap/spotify/96/usr/share/spotify/icons/spotify-linux-128.png Terminal=false Categories=Audio;Music; StartupNotify=true Where "Exec" is the command line and "Icon" is the path of Icon. Grant permission for execute.   chmod +x ~/Desktop/spotify-pulseaudio.desktop      uses the GNOME/GTK utility gio to mark a .desktop launcher file as trusted/executable in Ubuntu and other GNOME-based Linux desktops.       gio set ~/Desktop/spotify-pulseaudio.desktop metadata::trusted true      Right-clicking on the icon and select → Allow to start. Now you could Click on the icon to run the application.

Latest Posts

How to use bind to work with applications like FileZilla without modifying the LAMP installation.

Install Ubuntu 24.0 including Guest Adition on Virtual Box

Install dotnet 6 on snap

Install Azure cli on ubuntu

How to enable the use of USB ports within a Windows virtual machine using VirtualBox and as a Linux host.

Installing ZAP on Ubuntu in year 2005

How install Ubuntu Server 20.04 + Nginx + PHP 7.2 or PHP 8.1 and MySQL

Guide for Install Docker con Ubuntu 22 in 2024

How upgrade PHP 8.1 to 8.2 or 8.3 using Apache2 using ondrej repository on ubuntu 22

How install dotnet 8 on Ubuntu 22.04

How add custom response header in Apache2

How install Snap on Ubuntu 22

Install Audicity in Ubuntu 22 using snap

How install Node JS stable version on Ubuntu 22 using snap

Terminal Terminator Emulator for Linux

Install Zoom for Ubuntu 22 or Debian distributions

How generate SSH key for github on ubuntu

Install git on Ubuntu all versions

Install composer globally on Ubuntu all version