기본적으로 파일 이름을 저장하도록 xfce4-screenshooter를 구성하십시오.

기본적으로 파일 이름을 저장하도록 xfce4-screenshooter를 구성하십시오.

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.

관련 정보