
Lubuntuのメイン画面キャプチャアプリケーションを使用すると、ファイル名を設定できます。 xfce4-screenshooterを使用してこれを実行できますか?どのように?
デフォルトの保存ファイル名は次のとおりです。
Screenshot_2021-03-25_10-32-42.png
ヘルプには表示されません。
me@it:~$ xfce4-screenshooter -h
Usage:
xfce4-screenshooter [OPTION…]
Help Options:
-h, --help Show help options
--help-all Show all help options
--help-gtk Show GTK+ Options
Application Options:
-c, --clipboard Copy the screenshot to the clipboard
-d, --delay Delay in seconds before taking the screenshot
-f, --fullscreen Take a screenshot of the entire screen
-m, --mouse Display the mouse on the screenshot
-o, --open Application to open the screenshot
-r, --region Select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button.
-s, --save File path or directory where the screenshot will be saved
-i, --imgur Host the screenshot on Imgur, a free online image hosting service
-V, --version Version information
-w, --window Take a screenshot of the active window
--display=DISPLAY X display to use
また、設定ファイルにはありません/home/me/.config/xfce4/xfce4-screenshooter
。
app=firefox
last_user=
screenshot_dir=file:/home/cwhii
action=1
delay=0
region=1
show_mouse=1
答え1
~/.config/xfce4/xfce4-screenshooter
設定でタイムスタンプをtimestamp
無効にします。false
echo "timestamp=false" >> ~/.config/xfce4/xfce4-screenshooter
次に、title
パラメータ設定ファイル名を追加します。
echo "title=filename" >> ~/.config/xfce4/xfce4-screenshooter
答え2
実際の質問に対する答えではなく、xfce4-screenshooter
それぞれの関数になるまでアルトゥーンS.タシュキノフLubuntuアプリケーションのインストールに関するコメント:
sudo apt install screengrab
この答えは「xubuntuでキーボードショートカットを変更する方法は?PrtScr」では、キーストロークで呼び出されるアプリケーションをxfce4-screenshooter
から変更する方法について説明しますscreengrab
。