答案1
Windows 可执行文件 (.exe) 可以在 Linux 上使用以下方式运行葡萄酒,一款 Windows 仿真软件。Nautilus 可能已将 .exe 文件的“打开方式”设置为使用 wine,以便您可以双击它们。dash 可能具有相同的功能。
为了使其与启动器类似地工作,你必须使用文件wine start /Unix "/path/to/file.exe"
中的命令来模仿该行为.Desktop
创建一个 .dektop 文件,其中~/.local/share/applications
包含以下内容:
[Desktop Entry]
Comment=Run Name of your Program
Terminal=false
Name=Name of your Program
Exec=wine start /Unix "/path/to/file.exe"
Type=Application
Icon=/path/to/logo.png
当然要更换必要的部件。
选择:
安装alacarte
并使用简单的 GUI 执行相同操作。
sudo apt-get install alacarte
现在您应该能够在仪表板中看到该条目(可能需要刷新仪表板一两次)。然后您可以将其复制粘贴到启动器。