From af2be3287fd7d4c0eaf336f001f2b2d9f995a0ee Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 9 Nov 2015 10:47:23 +0530 Subject: [PATCH] Linux build: Fix problem with pointing hand mouse cursor not using the system theme on some linux systems The actual fix involved patching the version fo Qt bundled with calibre, see https://bugreports.qt.io/browse/QTBUG-41151 --- setup/installer/linux/freeze2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/installer/linux/freeze2.py b/setup/installer/linux/freeze2.py index 17c96a9e4d..341f9b3fe7 100644 --- a/setup/installer/linux/freeze2.py +++ b/setup/installer/linux/freeze2.py @@ -19,7 +19,7 @@ Also add eth1 to the auto line (use sudo ifup eth1 to start eth1 without rebooti sudo visudo (all no password actions for user) sudo apt-get install build-essential module-assistant vim zsh vim-scripts rsync \ - htop nasm unzip libdbus-1-dev cmake libltdl-dev libudev-dev apt-file \ + htop nasm unzip libdbus-1-dev cmake libltdl-dev libudev-dev apt-file p7zip \ libdbus-glib-1-dev libcups2-dev "^libxcb.*" libx11-xcb-dev libglu1-mesa-dev \ libxrender-dev flex bison gperf libasound2-dev libgstreamer0.10-dev \ libgstreamer-plugins-base0.10-dev libpulse-dev libgtk2.0-dev libffi-dev xcb-proto python-xcbgen dh-autoreconf