pymacadmin icon indicating copy to clipboard operation
pymacadmin copied to clipboard

Automatically exported from code.google.com/p/pymacadmin

Results 9 pymacadmin issues
Sort by recently updated
recently updated
newest added

``` Nothing was holding on to the handlers after the loop ends, so they were being release before the notification fired. This is a problem with py27, which seems to...

auto-migrated
Type-Patch

``` It doesn't seem to have been touched since 2009. If I am wrong, please advise. ``` Original issue reported on code.google.com by `[email protected]` on 11 Jan 2012 at 1:15

auto-migrated
Priority-Medium
Type-Other

``` What steps will reproduce the problem? 1. Create /Library/LaunchAgents/org.crankd.plist with the ProgramArguments String /usr/local/sbin/crankd.py --config=/Library/Preferences/com.googlecode.pymacadmin.crankd.plist 2. Create /Library/Preferences/com.googlecode.pymacadmin.crankd.plist with whatever configuration script you want. 3. Run launchctl load /Library/LaunchAgents/org.crankd.plist...

Type-Defect
auto-migrated
Priority-Medium

``` Oct 2 04:29:02 pluto org.crankd.plist[58620]: INFO: NSWorkspace Notification NSWorkspaceDidWakeNotification: executing /bin/echo "The system woke from sleep!" Oct 2 04:29:02 pluto org.crankd.plist[58620]: Traceback (most recent call last): Oct 2 04:29:02...

Type-Defect
auto-migrated
Priority-Medium

``` What is it doing putting crankd.py in /usr/local/stow/leafnode-1.11.8/sbin/ ? This is very surprising! pluto:~/src/pymacadmin dave% sudo ./install-crankd.sh pluto:~/src/pymacadmin dave% /usr/local/sbin/crankd.py Module directory /Users/dave/Library/Application Support/crankd does not exist: Python handlers...

Type-Defect
auto-migrated
Priority-Medium

``` I don't know if you're responsible for that package, but: % sudo pip install PyMacAdmin Downloading/unpacking PyMacAdmin Downloading PyMacAdmin-1.0.macosx-10.5-i386.tar.gz Running setup.py egg_info for package PyMacAdmin Traceback (most recent call...

Type-Defect
auto-migrated
Priority-Medium

``` I recently discovered a bug in crankd's handling of characters outside of standard ASCII when it's parsing the userdata in the notification. replace the line under: for k in...

Type-Defect
auto-migrated
Priority-Medium

``` What steps will reproduce the problem? 1. Call applescript that does "tell application xyz" (where xyz is a GUI application) from a handler. crankd must be running via launchd....

Type-Defect
auto-migrated
Priority-Medium

``` I have GeekTool installed(v3 is applescriptable. In particular, you can tell it to refresh certain geeklets, allowing one to update a geeklet on an event supported by crankd) and...

Type-Defect
auto-migrated
Priority-Medium