bopspapers.blogg.se

Lightshot for linux
Lightshot for linux













lightshot for linux
  1. LIGHTSHOT FOR LINUX INSTALL
  2. LIGHTSHOT FOR LINUX CODE
  3. LIGHTSHOT FOR LINUX DOWNLOAD
  4. LIGHTSHOT FOR LINUX WINDOWS

SSH sudo apt-get install openssh-server -y.

LIGHTSHOT FOR LINUX DOWNLOAD

Mono -version Download Git Extensions Mono ( link) Unzip to any folder Start Git Extensions mono GitExtensions.exe Kdiff3 -version Mono sudo apt-key adv -keyserver hkp://:80 -recv-keysĮcho "deb wheezy main" | sudo tee /etc/apt//mono-xamarin.list Git -version Kdiff sudo apt install kdiff3

  • Git + Git Extensions Git sudo apt install git.
  • Xdotool key -window "$lightshot_window_id" "$lightshot_printscreen_hotkey" # simulate the above pre-defined print screen hotkey press on the Lightshot window Is_number "$lightshot_window_id" || print_error_and_exit 8 "lightshot_window_id" "The argument is not a number!

    lightshot for linux

    # test if a window id has been successfully acquired Lightshot_window_id=$(xdotool search -all -limit 1 -pid "$lightshot_process_id" -name "$lightshot_process_name") This is the same string that is displayed in the window titlebar.

    LIGHTSHOT FOR LINUX WINDOWS

    #-pid : Match windows that belong to a specific process id. #-limit : Stop searching after finding N matching windows. #-all : Require that all conditions be met. # get the window id from the Lightshot process id \\tLightshot is most probably not running." Is_number "$lightshot_process_id" || print_error_and_exit 7 "lightshot_process_id" "The argument is not a number! # test if a process id has been successfully acquired Lightshot_process_id=$(get_process_id_using_process_name "$lightshot_process_name") # check if the argument is an integer number || print_error_and_exit 6 "is_number" "There has not been passed exactly one argument! # try to get the process id using the process name || print_error_and_exit 5 "get_process_id_using_process_name" "There has not been passed exactly one argument! # check if the argument is a program which is installedĬommand -v "$1" > /dev/null 2>&1 || print_error_and_exit 4 "check_for_prerequisite" "I require $1 but it is not installed! Please install it." || print_error_and_exit 3 "check_for_prerequisite" "There has not been passed exactly one argument! # check if exactly one argument has been passed & print_error_and_exit 1 "$0" "You have passed $# unexpected argument(s) to the script! # check if no arguments have been passed to the script

    LIGHTSHOT FOR LINUX CODE

    # here we do have color support, so we highlight the error origin and the exit code \\tThere has been passed the first argument as not a number (%b)! # check if the first argument is a number \\tThere has been passed a wrong number of arguments (%b)! Expected 3: Printf "print_error_and_exit() internal error # if not, print out an internal error without colors # check if exactly 3 arguments have been passed # $2 = error origin usually function name # lightshot_process_name: no need to change this one it is a case-sensitive name of the Lightshot process # example: for left control and print screen key -> type Control_L+Print

    lightshot for linux

    # lightshot_printscreen_hotkey: set this to the same hotkey which you have set up in Lightshot # treat unset variables as an error when substituting















    Lightshot for linux