My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
FAQ  
Frequently Asked Questions
Featured, Phase-Support
Updated Jun 22, 2009 by tomas.va...@gmail.com

General

What is Hawkscope?

It's an application that resides in your system tray and allows you to browse your hard drive and open anything within seconds.

How to use Hawkscope?

Install it, run it, click the hawk icon in system tray / menu bar, the menu will pop out. Navigate through it to find your files and folders. Click on Settings to pimp your menu with custom Quick Access list, plugins, etc. Refer to Help for more.

Is it free?

Absolutely, it's free and open source.

How can I join the development?

  • Post issues in Issue Tracker to request features or bug fixes
  • Check out the source code
  • Make patches or contributions and post them to the Issue Tracker or send by email to tomas.varaneckas@gmail.com.
  • Contribute Plugins

Will the upgrade from version X to Y break my old settings in .hawkscope.properties?

No, it will not. New properties are merged.

What are the Network Proxy settings for?

It's for checking for updates and for accessing the online help while being behind a proxy.

I like Hawkscope and I want to support the development

You are welcome to donate a small amount of money.


Windows

I'm getting a "missing msvcr71.dll" warning when running the Windows executable

msvcr71.dll is Microsoft Visual C Runtime 7.1 Dynamic Link Library. This library is not distributed along with Hawkscope windows executable (below version 0.5.3). You can download msvcr71.dll and drop it to your C:\Windows\System32 folder, or simply update Hawkscope.

Where's the Windows 64-bit version?

32-bit version should run fine, so I did not install 64-bit Windows just to make a build. If you can provide a 64-bit Windows build, please do.

How did you make Windows .exe from a JAR file? And the Installer?

With JSmooth and NSIS.

How to add network shares to quick access list?

Since Hawkscope 0.4.0 you can do it via Settings -> Quick Access by adding a mounted share like a regular folder. Or you can map the network share to Windows drive (right click My Computer -> Map Network Drive), i.e.: S:. The drive will be automatically displayed in Hawkscope main menu.


Linux

Installation errors due to some dependency issues

Try enabling third party repositories. More here.

Can't load library: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/xawt/libmawt.so

This means you had java-6-openjdk installed prior to sun-java6-jre. Run in Terminal:

sudo update-java-alternatives -s java-6-sun

I've made Hawkscope autostart in my Gnome sessions preference, but it does not show up

Please read the UsingHawkscope carefully. Due to Java Bug: #6438179 you have to add -delay 15000 (starts application 15 seconds later, so system tray loads first).

How to add network shares to quick access list?

Mount them first, then add in regular way (/mnt/share/name)

Hawkscope sucks, how to remove it?

sudo dpkg -r hawkscope
#to remove configuration
rm ~/.hawkscope.properties

Mac OS X

I would like to remove Hawkscope icon from the dock

I would like that too (Issue #31), however there is an Eclipse SWT bug on this subject: #268687


Plugins

Twitter plugin does not work, and it also breaks Hawkscope menu from loading

Twitter API has changed recently. When Twitter4J library will adopt this change, new version of Twitter plugin will be out. Meanwhile please remove the plugin. Plugins are located at:

  • Mac: /Users/youruser/Library/Application Support/Hawkscope
  • Windows XP: C:\Documents and Settings\youruser\.hawkscope-plugins
  • Windows Vista: C:\Users\youruser\.hawkscope-plugins
  • Linux: /usr/share/hawkscope/plugins
Hawkscope 0.6.0 does not allow plugins to break the main menu. Twitter plugin 1.4 has this issue fixed.

Comment by Trym.stu...@gmail.com, Feb 25, 2009

You should add the ability to start the menu through hotkey. I'd like to bind it to a mouse key, and have the menu poping up in the middle of the screen, eg. where my pointer is.

Comment by KPoc...@gmail.com, Apr 8, 2009

Is there a linux deb repository available for installing hawkscope and keeping it up-to-date?

Comment by project member tomas.va...@gmail.com, Apr 8, 2009

@KPocius not yet, however Hawkscope uses it's own notifications about updates. Setting up a deb repository is planned in future.

Comment by keyn...@gmail.com, Apr 13, 2009

kawscope seems ideal to support delicious bookmarks

Comment by peter...@gmail.com, Jun 15, 2009

please make it portable. i'm finding out that 0.6.1 is not portable. testing version 0.6.1 with sandboxie 3.34

Comment by ward.l...@gmail.com, Jun 19, 2009

Any way to remove unused drive letters from the popup list?

ie. entering w:\ etc in blacklist does not work. I have 4 unused media drive 'slots' open, a unneeded page part. and image part.

Comment by shekhar....@gmail.com, Sep 6, 2009

Great concept. Couple of suggestions: 1.Should have option to hide any item on popup - may be right-click hides that item. Unhide from Settings->Blacklists? 2.Need a plugin for Google Docs.

Comment by Chris.Po...@gmail.com, Mar 16, 2010

Running Windows XP Home, feeling dumb, how do I load plugins from a .jar file? I open the plugin location, find the .jar files, but where to from there? Clicking on them achieves nothing? Reload Plugins achieves nothing? Thanks, Chris

Comment by project member tomas.va...@gmail.com, Mar 16, 2010

To Chris.Poynter45: You can try doing this by example: http://paranoid-engineering.blogspot.com/2009/02/hawkscope-twitter-plugin.html.

It shows how to do it on Mac, but it's all the same in Windows XP, just go to downloads folder with Explorer instead of "Show in Finder".

Comment by nmanle...@gmail.com, Jul 9, 2010

I'm feeling kinda dumb. I installed Hawkscope using the hawkscope-0.6.2-installer.exe but I get nothing in my systray. The program is installed and appears in the list of programs, but clicking the icon does not make anything appear in the systray. I can find no evidence that it's running and can't access any settings.

Comment by project member tomas.va...@gmail.com, Jul 10, 2010

nmanleyNC: you can try the no-installer version which fixes some problems for some people: http://code.google.com/p/hawkscope/downloads/detail?name=hawkscope-0.6.2-no-installer.zip

Comment by nmanle...@gmail.com, Jul 12, 2010

Thanks, I tried that. It appeared in the systray for about 30 seconds then disappeared. Thanks for trying.

Comment by project member tomas.va...@gmail.com, Jul 12, 2010

nmanleyNC: it would be very helpful if you could capture the output which Hawkscope gave before crashing. It can be done in following way:

  1. Press Win+R to open Run dialog
  2. Type "cmd" and press enter to run command line console
  3. Use CD command to navigate to your no-installer hawkscope location, i.e.: "cd c:\temp\hawkscope\"
  4. Run hawkscope.bat by typing "hawkscope.bat" and pressing enter

You will see a debug output in the console, which should show the reason for failures.


Sign in to add a comment
Powered by Google Project Hosting