You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -129,13 +129,17 @@ due to bugs in the port of Kivy to the Raspberry Pi you probably need a
129
129
monitor with touch-screen support for it to be of much use:
130
130
* Although the mouse works, the mouse cursor is not visible, which makes
131
131
doing almost anything quite difficult - a touch screen would
132
-
work around this issue.
132
+
work around this issue. As a temporary measure, I've added code
133
+
that draws a small white square under the mouse location while the mouse is clicked (kivy
134
+
does not seem to have a mouse motion event that I can use to continuously
135
+
plot the location of an unclicked mouse).
133
136
* From what I gather the keyboard may also have issues.
134
137
135
138
If you have Kivy installed:
139
+
136
140
1. Create a folder called piKam (or anything you prefer). Copy all the piKam files to this folder.
137
141
2. Running a server is option, if you want PiKam to work directly without a server
138
-
edit the pikam.ini file and make sure the server hostname is blank.
142
+
edit the pikam.ini file and make sure the server hostname is blank.
139
143
3. In a shell, cd to the piKam folder and enter:
140
144
141
145
```
@@ -144,8 +148,7 @@ edit the pikam.ini file and make sure the server hostname is blank.
144
148
145
149
A GUI should fire up. If you're running directly without a server, a preview should be visible.
146
150
147
-
4. Mousing and clicking around may work, but you won't be able to see the mouse cusor. Control-C (possibly multiple times)
148
-
will exit the GUI (hopefully).
151
+
4. Mousing and clicking around may work, but you won't be able to see the mouse cusor. Control-C (possibly multiple times) will exit the GUI (hopefully).
149
152
150
153
(Note that you can't run a Raspberry Pi Kivy client remotely
151
154
over the X11 protocal, so you can't work around the problems that way.)
0 commit comments