by lkraemer on Tue Jan 15, 2013 9:07 am
ukbrian,
That is the way I communicated with Christopher. He was quick to respond.
Here is the Install Info from his document:
To run Menu Props without installing (run in current directory):
In a terminal, run the python script by itself by typing:
python menuprops.pyc
To install Menu Props (including application-menu item):
In a terminal, type:
sudo ./install
... this will copy Menu Prop's program files to the proper directories,
and install a shortcut in the applications menu.
To uninstall Menu Props (removes everything that 'install' created):
In a terminal, type:
sudo ./uninstall
Warning: 'install' and 'uninstall' must be ran with root privileges, or the installation
or uninstallation will not work.
If you do not wish to install Menu Props, you can always run it from the current
directory using 'python menuprops.pyc'. Menu Props also requires root privileges,
because it needs to access /usr/share/applications/ and other application-menu
related directories, that are often protected by default.
If install/uninstall doesn't run, it may be because they need to be made 'executable'.
To fix this in a terminal, type:
sudo chmod a+x install
sudo chmod a+x uninstall
If /usr/share/menuprops/menuprops does not run, it may be because it needs to be made 'executable'.
To fix this in a terminal, type:
sudo chmod a+x /usr/share/menuprops/menuprops
I tested Version 2.5.3 and I've now got Version 3.0 installed on Slackware 14. I know Christopher is running Debian 6.x "Squeeze".
Thanks.
Larry