pcmanfm

    1熱度

    1回答

    解決方案以及完整的EXEC LINE Exec=sh -c 'sed -i "1s:.*:<body background=%f>:" /home/burak/Not/Shortcuts.mkd && pandoc -f markdown /home/burak/Not/Shortcuts.mkd --css /home/burak/Public/CSS/pandoc2.css -s -S -w

    3熱度

    1回答

    我做了一個簡單的bash腳本,使用pcmanfm從我的壁紙目錄中爲隨機圖片更改壁紙。這是類似的東西: #!/bin/bash pcmanfm -w "$(find /home/likewise-open/MAPS/lucas.cardeal/Pictures/Wallpapers -type f | shuf -n1)" 我想那樣自動,所以你把腳本放在crontab上。但它在被cronta

    0熱度

    1回答

    我正在桌面運行幾乎新鮮的Raspbian Stretch 4.9圖像,並有一個程序每隔幾分鐘爲計算機背景創建一個新圖像。 我想創建一個cron作業使用pcmanfm正確更新背景,被跟隨的建議here,創建了一個叫做update.sh以下腳本設置背景: !#/bin/bash export DISPLAY=:0 export XAUTHORITY=/home/pi/.Xauthority pc

    1熱度

    1回答

    我使用ubuntu,fluxbox,pcmanfm作爲filemanager,xmms2作爲音樂播放器。 我的目標是:用pcmanfm輕鬆地將歌曲添加到xmms2播放列表。 我有這個劇本,對單個文件的工作原理: path= $1 if [ -d "$path" ]; then #if directory xmms2 radd "$path" else if [ -e "