无法在桌面上创建启动器

无法在桌面上创建启动器

我可以将其作为启动器添加到我的面板中。

但是我无法在我的桌面上创建启动器?

它在我的桌面目录中,但它没有显示在我的桌面上。

#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon=mate-panel-launcher
Icon[en_US]=mate-panel-launcher
Exec=/home/andy/bin/SysLog.sh
Name[en_US]=SysLog
Name=SysLog

另一件奇怪的事情是,我无法像其他人一样在面板中移动启动器?

有任何想法吗?

cd /home/andy/Downloads
# Send syslog to text file
cat /var/log/syslog > syslog.txt
# using geany, open syslog at the end
geany -l 10000000 syslog.txt
rm /home/andy/Downloads/syslog.txt

相关内容