Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the simply-static domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6121
添加AppImage程序到Ubuntu桌面

添加AppImage程序到Ubuntu桌面

ubuntu下将appimage程序添加到桌面,下面以fritzing0.9.9版本为例,该版本没有提供deb或其它安装方式,如需添加到桌面,可按下列方式进行:

新建一个文件fritz.desktop
sudo nano ~/.local/share/applications/fritz.desktop
输入以下内容
[Desktop Entry]
Encoding=UTF-8
Name=fritz
Exec=/home/peter/下载/fritzing-0.9.9-l348-f0af53a9.appimage
Icon=/home/peter/下载/Empty.ico
Terminal=false
Type=Application
Categories=Internet;
原firtzing0.9.6的设置
~/.local/share/applications$ cat org.fritzing.Fritzing.desktop
[Desktop Entry]
Name=Fritzing
GenericName=Electronic Design Automation software
GenericName[fi]=Elektroniikan suunnitteluohjelma
GenericName[ru]=Программа проектирования электроники
Comment=Create circuits and lay out printed circuit boards
Comment[fi]=Suunnittele elektronisia kytkentöjä ja piirilevyjä
Comment[ru]=Создавайте схемы и выкладывайте печатные платы
Exec=Fritzing %F
Icon=/home/peter/.local/share/icons/hicolor/128x128/apps/fritzing.png
Terminal=false
Type=Application
Categories=Development;IDE;Electronics;
Keywords=EDA;PCB;prototype;circuit;schematic;
StartupNotify=true
MimeType=application/x-fritzing-fz;application/x-fritzing-fzz;application/x-fritzing-fzp;application/x-fritzing-fzpz;application/x-fritzing-fzb;application/x-fritzing-fzbz;application/x-fritzing-fzm;