#!/bin/bash
#登陆音乐
touch ~/.config/autostart/7788.desktop
#------------------------------------------------------------------------------------#
echo > ~/.config/autostart/7788.desktop
echo "[Desktop Entry]
Type=Application
Exec=/usr/bin/canberra-gtk-play --id="desktop-login" --description="GNOME Login sound"
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[zh_CN]=GNOME Login sound
Name=GNOME Login sound
Comment[zh_CN]=play a sound when you login
Comment=play a sound when you login" >> ~/.config/autostart/7788.desktop
#------------------------------------------------------------------------------------#
exit
使用方法:
chmod +x u.sh
./u.sh
u.sh.zip (365 Bytes)