Skip to content

HappyAmos/pcmanfm-custom-actions

Repository files navigation

pcmanfm-custom-actions

All of these custom actions simply need to be dropped into /home/YOUR_USERNAME/.local/share/file-manager/actions

On a fresh install of Lubuntu, /file-manager/actions doesn't exist, so you'll have to create it.

[Set As Greeter Background]

Required Files:

  • Set As Greeter Background.desktop
  • /modifyConfigFile/modifyConfigFile.py

Change LightDm Greeter background.

This one I created to easily change the lightdm greeter (login) background image. A couple steps do need to be taken before this one will work. We need to install a single Python dependency to make this script work. First, open up a terminal:

  1. sudo apt-get install python-setuptools
  2. easy_install configobj

That's it, if you've already dropped the required files in your actions folder, simply log out, log back in, and right click a picture that you'd like to use as your background, and select "Set As Greeter Background" from the menu.

[Generate md5sum]

Required Files:

  • md5sum.sh
  • md5sum.desktop

Easily generate a files md5sum in PcManFm.

This one I didn't create, I just modified a .desktop link to make it work with PcManFm actions. Once you've dropped these files into your actions folder, you need to make the md5sum.sh file executable, and install Zenity. So open up a new terminal:

  1. cd ~/.local/share/file-manager/actions
  2. chmod +x md5sum.sh
  3. sudo apt-get install zenity

And now this one is ready to go! Just log out and log back in to use it. Attribution for this goes out to: shane <linuxmint.com>

[Open Folder As Root]

Got this from the Lubuntu site: http://lubuntu.me/tip-actions/

[Set As Wallpaper]

Got this from the Lubuntu site: http://lubuntu.me/tip-actions/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published