Search Mac Software Downloads
|
  Main   Members
User "kankei71" Profile
user image
About kankei71
Last Login:24 Oct 2009 07:03
Posts:15
Reviews:6
Recent Downloads:
(none)
User Reviews


icon
Letterbox
Oct 19 2009
*****

KANKEI71  Thanks to the developer. This makes Mail.app really much better.  
(Version 0.24b5)

praisebury
+2
[ Reply ]


icon
Letterbox
Oct 19 2009

KANKEI71  Thank you. I got it... I'm still on 10.5. I thought this new version would be OK for Leopard AND Snow Leopard, which is not the case. All fine now.  
(Version 0.24b5)

praisebury
0
[ Reply ]


icon
Letterbox
Oct 19 2009

KANKEI71  I love LetterBox, have been using it since long ago. I installed this beta version (just replaced older version with this new one), Mail was back to the classic horizontal view and LetterBox was no longer on the preferences. I had to reinstall the previous version for having the 3 column view back. Not sure if I did something wrong... seems there is a problem. May someone confirm?  
(Version 0.24b5)

praisebury
0
[ 2 Replies - Reply ]
Replies:


icon
Letterbox
Oct 19 2009

DR. GIRLFRIEND  No prob here. Did you have Mail open or closed when you installed it? I had Mail closed and didn't have any previous versions of Letterbox installed.  
(Version 0.24b5)

praisebury
0


icon
Letterbox
Oct 19 2009

KANKEI71  Thank you. I got it... I'm still on 10.5. I thought this new version would be OK for Leopard AND Snow Leopard, which is not the case. All fine now.  
(Version 0.24b5)

praisebury
0



icon
Ravissant
Aug 22 2009
****.

KANKEI71  Great app. This one with Magnifique offer a very easy and free way to customize os x appearance. Simplement génial.

However, the logo showed when open Ravissant does not correspond with the actual logo I'm using, which is not the by default apple logo. Is this a bug?  
(Version 1.12)

praisebury
+1
[ 1 Reply - Reply ]
Replies:


icon
Ravissant
Aug 23 2009

NEPLOLEPPARD  I couldn't get anything but the background to change. After setting the login the way I wished, I hit apply. Then I checked the login screen and only the background worked.  
(Version 1.13)

praisebury
-1



icon
Privoxy
Jul 24 2009

KANKEI71  Why there is no installer anymore. It's a pity.

I tryed to install from source but it didn't work.

Can anyone explain the correct command lines for installing privoxy on a Mac from source please? (Without using MacPorts)

Thank you  
(Version 3.0.14b)

praisebury
+1
[ 1 Reply - Reply ]
Replies:


icon
Privoxy
Sep 13 2009

NOVICIUS  You can build the source and let it install the files to the default locations /usr/local/... etc, and you can use it by manually. But it is BETA.

I hope this answer is not too short ;)

Using from terminal:

cd /usr/local/sbin

sudo ./privoxy --user privoxy.privoxy /usr/local/etc/privoxy/config

Build:

The instructions are in the INSTALL file. Just write "make", press enter and answer yes when it wants to do the autoheader && autoconf etc. If you would like to run privoxy with special user called "privoxy", you must google the instructions for creating the user etc. or check if you already have it. In 10.5: "dscl localhost list /Local/Default/Users" or something similar. In 10.4. you can use GUI program from System Utilities, was it Directory or what??

After build, install it: "sudo make -s install USER=privoxy GROUP=privoxy".

When the installation succeeded, copy the missing files as instructed in below.

You can still use the Startup Item in OSX 10.4. and 10.5. even it is not supported anymore. The stuff we need is at the end of this text. The newest approach is the launchd daemon. I wrote a basic solution for this only for testing privoxy so no further support is coming from me.

If you would like to use the current Privoxy Utility (mine was v. 1.2), you choice is the Startup Item. Use only one solution.

My privoxy is build as default and installed as "make -s install USER=privoxy GROUP=privoxy" to the 10.5. environment.

Launchd:

1. write a property list file inside /Library/LaunchDaemons/ and save it as org.privoxy.privoxy.plist

2. change the owner to the root and and the group to the wheel, and give everyone only read rights.

3. boot the system and check if privoxy is running and the system logs are not reporting any errors.

Startup Item:

1. create the Privoxy folder inside /Library/StartupItems/

2. write a property list file named StartupParameters.plist and a shell script named privoxy inside the Privoxy folder (plain text file).

3. the owner must be the root, the group is the wheel and the rights for the plist are rw-r--r--. So only the owner has write access. The folder and the shell script needs also the execute rights: rwxr-xr-x. If you don't change the rights, OSX will fix it after next system boot if you allow.

4. Boot the system, start the Privoxy Utility and check that it is working.

- - - Start of the Files - - -

File1 for launchd: org.privoxy.privoxy:

Label

org.privoxy.privoxy

KeepAlive

ProgramArguments

/usr/local/sbin/privoxy

--user

privoxy.privoxy

/usr/local/etc/privoxy/config

RunAtLoad

File2 for StartupItems: StartupParameters.plist

{

Description = "Privoxy";

Provides = ("Privacy enhancing proxy");

Requires = ("Network", "Resolver");

OrderPreference = "None";

Messages =

{

start = "Starting Privoxy";

stop = "Stopping Privoxy";

};

}

File3 for StartupItems: Privoxy:

#!/bin/bash

##

# Privoxy

##

. /etc/rc.common

PRIVOXY_PATH=/usr/local/sbin

PRIVOXY_PIDFILE=/var/run/privoxy.pid

PRIVOXY_USER=privoxy

PRIVOXY_CONFIG=/usr/local/etc/privoxy/config

PRIVOXY_LOG=/var/log/privoxy.log

StartService ()

{

if [ -x ${PRIVOXY_PATH}/privoxy ]; then

if ! pid=$(GetPID privoxy); then

echo "Starting privacy enhancing proxy"

${PRIVOXY_PATH}/privoxy --pidfile ${PRIVOXY_PIDFILE} --user ${PRIVOXY_USER} ${PRIVOXY_CONFIG} >> ${PRIVOXY_LOG} 2>&1

fi

fi

}

StopService ()

{

if pid=$(GetPID privoxy); then

echo "Stopping privacy enhancing proxy"

kill -TERM "${pid}"

else

echo "privoxy is not running."

fi

}

RestartService ()

{

if pid=$(GetPID privoxy); then

echo "Restarting privacy enhancing proxy"

kill -HUP "${pid}"

else

StartService

fi

}

RunService "$1"

- - - End of the Files - - -   
(Version 3.0.14b)

praisebury
-1



icon
SquidMan
Jul 4 2009
*****

KANKEI71  Great tool! This coupled with Privoxy as Parent Proxy offer a fast browsing experience rid off any advertisement or any troublesome internet pollution.

Very efficient.  
(Version 2.5)

praisebury
0
[ Reply ]


icon
iPanic
Jan 23 2008

KANKEI71  This app could be used to show and explain to someone new on Mac what is a KP and what to do in a case a KP occur.

You see, it has educational purpose now ;)  
(Version 1.1.1)

praisebury
0
[ 1 Reply - Reply ]
Replies:


icon
iPanic
Jan 24 2008

FRANCKY76  Yes, it's exactly what i am going to use it for. KP is a very unsual situation and must be recognised by newbies. Thanks to the develloper.  
(Version 1.1.1)

praisebury
0



icon
BigBen
Oct 24 2007

KANKEI71  Then why don't you make one and post it on MU. And if you spend 4 minutes the result will certainly be twice better. So please, go ahead.  
(Version 1.1.8)

praisebury
-2
[ Reply ]


icon
XDroplets
Oct 15 2007
*****

KANKEI71  Great, I love this tool. Especialy the XDroplet Factory which is very useful.  
(Version 1.1)

praisebury
0
[ Reply ]


icon
Shinyubin
Aug 4 2007
*****

KANKEI71  As always, thanks a lot for this extraordinary clever and useful add to the kotoeri dictionary. This is really a great thing!

Thank you also for making it free!  
(Version H19-7-31)

praisebury
0
[ Reply ]


icon
Google Desktop
Jun 2 2007

KANKEI71  This is a real crap. As said previously, It installs a lot of things that uselessly keep your CPU working. This is a total useless application that was originally created for PC. Don't install this in your Mac.  
(Version 1.0.3.301)

praisebury
0
[ Reply ]


icon
SignatureProfiler
Feb 28 2007
****.

KANKEI71  Thanks, I love this app. I have many different accounts with different html type signature. SigPro allows me to easily manage my sig. Very cool.  
(Version 1.4)

praisebury
0
[ Reply ]


icon
SignatureProfiler
Feb 28 2007

KANKEI71  Thanks, I love this app. I have many different accounts with different html type signature. SigPro allows me to easily manage my sig. Very cool.  
(Version 1.4)

praisebury
0
[ Reply ]


icon
Firefox
Feb 23 2007

KANKEI71  Try also Aquafirefoxset (http://aquafirefoxset.sourceforge.jp/index.php?ex-lang=en)

It will give an aqua style buttons and boxes.

Firefox is the best browser:)  
(Version 2.0.0.2)

praisebury
0
[ Reply ]


icon
Feb 22 2007

KANKEI71  This is a very nice program and the developer seems to be very active in developping this app. But the fr-en and en-fr dictionaries doesn't seems to be very good. A simple word as "manger" should show "to eat" but it gives "auge" and It doesn't work eather from en to fr. Don't know for other dicts but I wish the en-fr and fr-en works better.  
(Version 6.0)

praisebury
0
[ Reply ]

The opinions expressed in the reviews are not necessarily those of MacUpdate.
MacUpdate waives any legal binding related to the comments and opinions expressed in the reviews.
Please contact MacUpdate politely if you wish for a comment to be reviewed by MacUpdate for removal.