Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 64

Thread: HOWTO: Custom commands in nautilus (TB Attachment example)

  1. #11
    Join Date
    Apr 2005
    Location
    Israel
    Beans
    34

    Re: HOWTO: Custom commands in nautilus (TB Attachment example)

    nautilus-actions 0.99 has been released

    * Support for stock icons and custom icons.
    * More HIGification.

    Get it here.

  2. #12
    Join Date
    Jan 2005
    Beans
    276
    Distro
    Ubuntu

    Re: HOWTO: Custom commands in nautilus (TB Attachment example)

    Quote Originally Posted by arnieboy
    the only feature that this editor lacks is the ability to edit right click menus in nautilus when NO files or folder are selected.
    I have added a feature request on the app's homepage and if this is implemented, it will make it a complete menu editor for nautilus and I will personally see to it that this gets into ubuntu universe.
    Perhaps then you could include it in Automatix along with the "TB Send To" entry...
    If anyone asks you to
    sudo rm -rf /
    you would be better to just format the partition. It's faster and at least you may be able to recover all your LOST DATA!!

  3. #13
    Join Date
    Aug 2005
    Location
    Oslo, Norway
    Beans
    225

    Re: HOWTO: Custom commands in nautilus (TB Attachment example)

    Open current or selected folder in Konqueror:

    Label= Open In Konqueror
    Tooltip= Opens the selected folder in Konqueror
    Path= konqueror
    Parameters= %M
    File pattern= *
    Appears if...= only folders
    Appears if selection has...= False
    Appears if scheme...= file (remote locations don't work)

  4. #14
    Join Date
    Dec 2005
    Beans
    10

    Re: HOWTO: Custom commands in nautilus (TB Attachment example)

    I made one, but I can 't get it to work. It installs .deb's with a zenity progress thing and makes a log.

    here it is:

    Label: Install Deb
    Tooltip: Install the selected Debian Package
    Icon: /usr/share/pixmaps/debian-logo.png
    Path: zenity --progress --pulsate --title "Please Wait" --text $"Installing %f" & && gksudo dpkg -i
    Parameters: %M" > ~/install_log.txt && killall zenity
    File Pattern: *.deb

    If anybody could make it work that would be great. This would be possible by executing a script also.

  5. #15
    Join Date
    Jan 2005
    Beans
    Hidden!

    Re: HOWTO: Custom commands in nautilus (TB Attachment example)

    Weird. I installed the new .deb after removing the old one. Added the Print, Search and TB attachment actions. Rebooted but I see nothing on right-click.

  6. #16
    Join Date
    Nov 2005
    Location
    Belgium
    Beans
    49

    Re: HOWTO: Custom commands in nautilus (TB Attachment example)

    Very nice indeed, thanks to all!

  7. #17
    Join Date
    Apr 2005
    Location
    Sintra, Portugal
    Beans
    835

    Re: HOWTO: Custom commands in nautilus (TB Attachment example)

    Thanks a lot for this howto.

    For the kmail folks like me, use:

    Click "New Config"
    Enter a Name: Kmail send to
    Fill in label: Send attachment via kmail
    Fill in Path: /usr/bin/kmail
    Fill in Parameters: --attach "%u"
    Fill in File Pattern: *

    With the custom icon option, you can put your favorite kmail icon in the menu.

  8. #18
    Join Date
    Apr 2005
    Location
    Sintra, Portugal
    Beans
    835

    Re: HOWTO: Custom commands in nautilus (TB Attachment example)

    Quote Originally Posted by MetalMusicAddict
    Weird. I installed the new .deb after removing the old one. Added the Print, Search and TB attachment actions. Rebooted but I see nothing on right-click.
    Have you edited with sudo? That didn't work for me either. You have to edit for your current user.

    Hope this helps.

  9. #19
    Join Date
    Jan 2005
    Beans
    Hidden!

    Re: HOWTO: Custom commands in nautilus (TB Attachment example)

    Ahh... You are a wise man.

  10. #20
    Join Date
    Apr 2005
    Location
    Not-So-Sunny Hawaii
    Beans
    Hidden!

    Re: HOWTO: Custom commands in nautilus (TB Attachment example)

    can this do anything that nautilus-scripts can't, or is it just a pretty face for the same thing?
    So... a 1337 java programmer walks into a bar...

Page 2 of 7 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •