repo.or.cz
/
tails.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'stable' into 'devel'
[tails.git]
/
config
/
chroot_local-hooks
/
53-gimp-sessionrc
blob
1cc16d4475119663997f5d91092d63af1ec4ac05
1
#!/bin/sh
2
3
set -e
4
5
echo
'Updating /etc/gimp/2.0/sessionrc'
6
7
# This increases the width of the left dock by 5 pixels, in order to fix #16807
8
sed
-i --regexp-extended
's/^(\s*)\(left-docks-width "188"\)$/\1(left-docks-width "193")/'
\
9
/
etc
/
gimp
/
2.0
/
sessionrc