無法在桌面上建立啟動器

無法在桌面上建立啟動器

我可以將其作為啟動器添加到我的面板中。

但我無法在桌面上建立啟動器?

這是在我的桌面目錄中,但它沒有顯示在我的桌面上。

#!/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

相關內容