Rajuk- / hawkscope

Automatically exported from code.google.com/p/hawkscope
Other
0 stars 0 forks source link

Global hotkey fails to launch menu. #127

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enabled Global Hotkey in Settings
2. Key Combo - Shift-Space
3. Press Shift-Space

What is the expected output? What do you see instead?
Expect hawkscope to show content navigator. Instead a square about an inch wide 
(grey shade, black border) appears surrounding the mouse pointer for about a 
second, then disappears.

What version of the product are you using? On what operating system?
hawkscope_0.6.1-1_i386.deb Debian Package for i386 GTK Linux (Ubuntu)
Ubuntu 10.04 32bit

Please provide any additional information below.
The only changes I've made to HS is added a blacklist item, enabled Global 
Hotkey, and performed this workaround (to mend launch error):
1. Edit /usr/bin/hawkscope
2. In line: 

java -Xms4m -Xmx32m -jar /usr/share/hawkscope/hawkscope.jar $1 $2 $3 $4 $5 $6 

increase -Xms4m -Xmx32m values to something bigger, i.e. -Xms16m -Xmx64m

Original issue reported on code.google.com by quadrop...@gmail.com on 28 Jun 2010 at 5:40

GoogleCodeExporter commented 9 years ago
could you paste the exact contents of your /usr/bin/hawkscope ?

Original comment by tomas.va...@gmail.com on 7 Jul 2010 at 9:31