How to register an AppImage as a desktop application in Linux

You have an .AppImage file and would like to treat it like an installed Linux app. The solution: Create a custom .desktop file. Download and Prepare Download the .AppImage file and an icon to your ~/Downloads directory. Move the .AppImage file to /usr/bin: sudo mv ~/Downloads/cryptomator.AppImage /usr/bin Make it executable: sudo chmod +x /usr/bin/cryptomator.AppImage Optionally, extract the .AppImage to grab the icon: ./cryptomator.AppImage --appimage-extract The icon is typically located in squashfs-root/usr/share/icons. Save or move the icon under /usr/share/icons/custom/cryptomator.png: sudo mkdir -p /usr/share/icons/custom && sudo mv squashfs-root/usr/share/icons/hicolor/256x256/apps/org.cryptomator.Cryptomator.png /usr/share/icons/custom/cryptomator.png Installation Options System-wide Installation To make the application accessible to all users, use the /usr/bin directory and /usr/share/applications for the .desktop file. Use sudo for the commands. ...

January 15, 2024 · 2 min · 235 words · retiolus

Fer una còpia de seguretat de la targeta micro-SD del Raspberry Pi a Linux

Per seguir aquest tutorial, necessitarem tenir a mà un lector de targetes SD. Primer apaguem el Raspberry Pi executant l’ordre següent al terminal: sudo shutdown now Un cop s’hagi apagat, desconnectem l’alimentació i traiem la targeta micro-SD. Col·loquem la targeta micro-SD al lector de targetes micro-SD i continuem endavant. Còpia de seguretat de la targeta micro-SD del Raspberry Pi 1. Abans de començar a fer una còpia de seguretat de la targeta micro-SD de Raspberry Pi a Linux, primer executarem l’ordre df amb el lector no connectat. Així serà més fàcil diferenciar la targeta micro-SD dels dispositius ja connectats prèviament a l’ordinador. ...

November 27, 2023 · 3 min · 540 words · retiolus

Atlas: Windows OS obert, optimitzat per a jocs i orientat en la privadesa

Article original: Atlas: An Open Windows OS Optimized for Gaming and Privacy Traduït per retiolus, útlima actualització: 2022-04-12 No seria bo tenir una versió de Windows sense bloatware? Sí, per descomptat. Hi ha hagut un parell d’intents de presentar aquest tipus de versions de Windows (no oficials). Atlas OS és més del mateix però impressionant. Atlas OS: Què és? Atlas és simplement una versió modificada de Windows. Per aclarir, Atlas OS no és una versió independent de Windows. Segueixes necessitant una clau genuïna per a Windows (home/pro). ...

April 12, 2023 · 3 min · 537 words · Ankush Das