Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Tweaking Xubuntu!

  1. #1
    Join Date
    Feb 2009
    Location
    Spain
    Beans
    Hidden!
    Distro
    Ubuntu 16.10 Yakkety Yak

    Tweaking Xubuntu!

    I've recently installed Xubuntu 11.10 because I just can't get on with Unity.

    It runs well.....and I'm generally quite happy with it.

    But one thing I miss (and really need as I'm a web developer) from Gnome 2 is the right click Nautilus Image Converter.

    That thing saved me so much time it was unreal....50 pics resized in seconds.....but now I've lost it.

    So....is there any similar option you can suggest on Xubuntu?

  2. #2
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Tweaking Xubuntu!

    Thunar (the default xubuntu file manager) supports Custom Actions. Here is a link to a page of thunar custom actions, including one for resizing images. Look for the post by aicardi.

    http://salinelinux.proboards.com/ind...rint&thread=98

  3. #3
    Join Date
    Feb 2009
    Location
    Spain
    Beans
    Hidden!
    Distro
    Ubuntu 16.10 Yakkety Yak

    Re: Tweaking Xubuntu!

    Thanks....I'll check it out!

  4. #4
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Tweaking Xubuntu!

    Have you tried installing nautilus and the resize plugin as it will also work in xubuntu, I think.

  5. #5
    Join Date
    Feb 2009
    Location
    Spain
    Beans
    Hidden!
    Distro
    Ubuntu 16.10 Yakkety Yak

    Re: Tweaking Xubuntu!

    Quote Originally Posted by ajgreeny View Post
    Have you tried installing nautilus and the resize plugin as it will also work in xubuntu, I think.
    I'm sure I read somewhere that it wouldn't.

  6. #6
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Tweaking Xubuntu!

    I just tested that script (http://salinelinux.proboards.com/ind...rint&thread=98) and its not working properly. Let me see if I can muscle my way through it and figure out whats wrong.

  7. #7
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: Tweaking Xubuntu!

    Here's a script and custom action I use to resize with convert. I could have made it more complicated (e.g. size choices etc with zenity) but instead I just added 2 or 3 of my most converted to sizes as individual custom actions.

    Command in custom action:

    Code:
    /home/user/320.sh %F
    bash script in ~/home/user/320.sh:
    Code:
    #!/bin/bash
    
    for i in "$@"
    do
    convert "$i" -set filename:original %t -bordercolor black -border 1 -resize 320x 320x-%[filename:original].jpg
    done
    This script will create a new file, resizing the image to 320px wide whilst maintaining the aspect ratio for the height, and putting a thin black border around the image. edit to suit.


    Or you can use gThumb's (now installed by default in 11.10) resize Tool
    Last edited by Jose Catre-Vandis; October 20th, 2011 at 12:59 AM.
    No longer participating......

  8. #8
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Tweaking Xubuntu!

    That's a nice clean script - much better than the one I linked to. Thanks for sharing.

  9. #9
    Join Date
    Feb 2009
    Location
    Spain
    Beans
    Hidden!
    Distro
    Ubuntu 16.10 Yakkety Yak

    Re: Tweaking Xubuntu!

    Had to put the desktop back to 11.04.....no Nautilus Image Converter is a deal breaker for me.

    Xubuntu 11.10 will stay on the desktop as it's not used that much, and it'll give me the opportunity to check out the options listed here, and any other tweaks.

    Thanks for the help guys!

  10. #10
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: Tweaking Xubuntu!

    You could use xfce on top of Ubuntu.

Page 1 of 2 12 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
  •