Codebase list i3lock-fancy / 73fb838
patches: scrot replaced by import Replacing scrot by imagemagick's import for taking screenshot. Closes: 908094 Simon Désaulniers 4 years ago
3 changed file(s) with 28 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 i3lock-fancy (0.0~git20160228.0.0fcb933-3) unstable; urgency=medium
1
2 * Patching main script to use import instead of scrot for taking
3 screenshots.
4 * Closes: 908094
5
6 -- Simon Désaulniers <sim.desaulniers@gmail.com> Sun, 05 Jan 2020 15:41:18 -0500
7
08 i3lock-fancy (0.0~git20160228.0.0fcb933-2.1) unstable; urgency=medium
19
210 * Non-maintainer upload.
0 Description: replace scrot by imagemagick's import for taking screenshot
1 Author: Brian May <bam@debian.org>
2 Origin: Bug report #908094
3 Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908094
4 Reviewed-by: Simon Désaulniers <sim.desaulniers@gmail.com>
5 Last-Update: 2020-01-05
6 ---
7 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
8 --- a/lock 2018-01-26 15:54:36.000000000 +1100
9 +++ b/lock 2018-09-06 16:29:53.025279474 +1000
10 @@ -49,7 +49,7 @@
11 pl_* ) TEXT="Podaj hasło" ;; # Polish
12 esac
13
14 -scrot -z "$IMAGE"
15 +import -window root "$IMAGE"
16 ICON="$SCRIPTPATH/lock.png"
17 PARAM=(--textcolor=ffffff00 --insidecolor=ffffff1c --ringcolor=ffffff3e \
18 --linecolor=ffffff00 --keyhlcolor=00000080 --ringvercolor=00000000 \
0 scrot-imagemagick-import.patch
01 icons-path.patch