Building Hercules Studio from source ... Building Hercules Studio from source is a fairly straightforward process, but it does require some knowledge in...
Hercules Studio version 1.0.0 is ready. Several changes make this version more stable and complete compared to the beta and the following release candidate. ...
3
mcisho
mcisho@...
Oct 16, 2009 11:13 am
I have downloaded and installed hercstudio-1.0.0-1.x86_64.rpm on Fedora 11. I tried the advertised command 'HerculesStudio -f blah.cnf -c blah.rc' but it does...
Hercules Studio 1.1.0 is approaching. The beta release can be downloaded from the regular site at http://www.mvsdasd.org/hercstudio/ Feedback and bug reports...
I downloaded the tar file of hercules-3.06 source and then issued. ./configure --enable-external-gui Got this error in the end. ERROR: external-gui currently...
... Unfortunately, Hercules 3.06 does not support this parameter for Linux (Herules Studio was released after 3.06). There are two options: 1. Use Fedora or...
I am happy to announce a new release of Hercules Studio: 1.1.0. This release include the following additions/improvements: * Device operations on devices in...
Any plans of including a mac version in the official distro? I have been compiling a version for the Mac and noticed that the App doesn't exit cleanly. You...
I believe i have discovered the problem. On Mac OS X there is no mounted proc file system. So your app sits there waiting for the named pipe to break or close...
The exit path is procedural & file system permissions! when you create the ".hercstudio" folder create it with everyone access. If i click power off then exit...
Hmmm I just noticed the exitnow menu isn't available under mac it is replaced by the standard quit "application" menu will trap that menu instead and see what...
The Apple Application Quit Menu and your Menu Exit are on different signals will tie the Apple menu into your signal and that should fix the problem or i'll...
/********** *if os is not mac then poweroff *and process closeEvent as normal *else if mac skip poweroff go directly closeEvent */ void MainWindow::exitNow() {...
Hi, If I understand correctly, this is a different problem. Let me try to explain: 1. The menu "exit" command calls powerOff. 2. The native quite (or close...
System tray balloons are only available under mac with the help of growl. http://growl.info/ Plus running the app as in quits leaving hercules orphan last time...
System tray balloons are only available under mac with the help of growl. http://growl.info/ Plus running the app as in quits leaving hercules orphan last time...
the app work designed except for the lack of Apple providing system tray message notifications. For some reason my macbook pro gives the precise results to...
Thanks for the link. Maybe the following can help: Under "Running With Elevated Privileges" there is a paragraph - You can set the setuid and setgid bits for...
Thanks to the work done by Sean Batson there is now a MAC OS version of Hercules Studio ready for download. Also, the source tree now contains a Qt project...
... Hi, Binary packages for Slackware 13.0 (32-bits & 64-bits) and ARMedslack-current can be downloaded from http://www.nielshorn.net/slackware/slack_pkg.php ...
Hi, I built Hercules Studio on Linux and it started fine. It looks very interesting and fun! But for some reason I can't IPL my systems! These systems run fine...
Apparently this only works on 3.0.7 and above (or at least not on the 3.0.6 I had installed) and only with --enable-external-gui in the hercules configure. The...