Merge lp:~tuxator/midori/win32-fonts into lp:midori

Proposed by Paweł Forysiuk
Status: Merged
Approved by: gue5t gue5t
Approved revision: 6474
Merged at revision: 6474
Proposed branch: lp:~tuxator/midori/win32-fonts
Merge into: lp:midori
Diff against target: 20 lines (+10/-0)
1 file modified
win32/makedist/makedist.midori (+10/-0)
To merge this branch: bzr merge lp:~tuxator/midori/win32-fonts
Reviewer Review Type Date Requested Status
gue5t gue5t Approve
Review via email: mp+195430@code.launchpad.net

Commit message

Provide sensible default font suggestions on Win32

To post a comment you must log in.
Revision history for this message
gue5t gue5t (gue5t) wrote :

Haven't tested, but it looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'win32/makedist/makedist.midori'
2--- win32/makedist/makedist.midori 2013-10-21 17:54:42 +0000
3+++ win32/makedist/makedist.midori 2013-11-15 17:32:07 +0000
4@@ -270,6 +270,16 @@
5 gtk-toolbar-icon-size = GTK_ICON_SIZE_MENU
6 _EOF
7
8+mkdir -p $workdir/etc/midori
9+
10+cat >> $workdir/etc/midori/config << _EOF
11+[settings]
12+default-font-family=Times New Roman
13+monospace-font-family=Courier New
14+default-font-size=14
15+default-monospace-font-size=14
16+_EOF
17+
18 popd > /dev/null
19
20 echo "<*> Copying docs..."

Subscribers

People subscribed via source and target branches

to all changes: