Page 68 of 70 FirstFirst ... 18586667686970 LastLast
Results 671 to 680 of 699

Thread: Howto: Music album covers in Thunar Nautilus and everywhere!

  1. #671
    Join Date
    Aug 2009
    Location
    France
    Beans
    2
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Hello

    I try to install avatar factory but install not work

    In terminal sudo ./install but have error message

    cp: ne peut évaluer `./avatar-factory.1': Aucun fichier ou dossier de ce type
    Can't find avarat-factory.1

    What to do

    thanks and sorry my english is not good

  2. #672
    Join Date
    Sep 2007
    Location
    Pteleos Greece
    Beans
    408
    Distro
    Ubuntu Development Release

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Quote Originally Posted by breakolami View Post
    Hello

    I try to install avatar factory but install not work

    In terminal sudo ./install but have error message



    Can't find avarat-factory.1

    What to do

    thanks and sorry my english is not good
    you can install the .deb version if you want.
    Code:
    wget http://launchpadlibrarian.net/28183014/avatar-factory-0.8.deb
    sudo dpkg -i avatar-factory-0.8.deb
    "Computers are like air conditioners, when you open WINDOW$ they stop working."
    Όσο ζώ μαθαίνω ...
    If Microsoft ever does applications for Linux it means I've won.
    Linus Torvalds

  3. #673
    Join Date
    Apr 2007
    Beans
    14

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Quote Originally Posted by Yuzem View Post
    The music widget (support drag and drop):
    How to obtain this effect (the second one)?
    I can't figure it out

  4. #674
    Join Date
    May 2005
    Beans
    694

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    IIRC drag an album cover over the album widget.
    Please, feel free to correct my english, so that I can improve it.

    Click here to join Dropbox. Both you and I get free extra space.

  5. #675
    Join Date
    Apr 2007
    Beans
    14

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    I don't know how to start the music widget... i use avatar-factory --widget but nothing happens

    Second question:
    How did you remove the menubar in nautilus?
    http://img379.imageshack.us/img379/7...toryfg3lk3.png


    edit:
    well, i created my avatars with the "widget" option enabled. Now when i click on a launcher a "music_widget.desktop" appear on my desktop.If i launch it, the last launcher used before is launched. If i drag and drop one of the other launcher on it,then the music_widget dont'change.
    Last edited by Sharaazad; November 11th, 2009 at 04:15 PM.

  6. #676
    Join Date
    Oct 2006
    Location
    Argentina
    Beans
    584
    Distro
    Ubuntu

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Quote Originally Posted by Sharaazad View Post
    Second question:
    How did you remove the menubar in nautilus?
    http://img379.imageshack.us/img379/7...toryfg3lk3.png
    I use globar menu bar

    Quote Originally Posted by Sharaazad View Post
    well, i created my avatars with the "widget" option enabled. Now when i click on a launcher a "music_widget.desktop" appear on my desktop.If i launch it, the last launcher used before is launched. If i drag and drop one of the other launcher on it,then the music_widget dont'change.
    There is no need to create the avatars with the option enabled, you can turn it on and off any time you want. There are to modes for the music widget.

    In the simpler mode the widget will change every time you click on an avatar and you can drag and drop avatars to add them to the playlist instead of replacing it.
    For this you only need to add:
    Code:
    music_widget=yes
    To:
    Code:
    ~/.avatar-factory/grabbers/music
    You can set this from the gui.
    You can read:
    avatar-factory -g music --help

    For The second mode you need to run:
    Code:
    avatar-factory --widget
    This is exactly as before with the difference that the widget will be hidden if the player isn't running.

    Ok, I just tried and it seems that there is a problem with the drag and drop functionality. I don't know if it is a problem with Karmic or a bug in avatar-factory. I will check it.

  7. #677
    Join Date
    Oct 2006
    Location
    Argentina
    Beans
    584
    Distro
    Ubuntu

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    The problem with drag and drop has been fixed. If you don't want to wait the following should work:

    Code:
    sudo gedit $(which avatar-factory)
    Line 229 should be:
    Code:
    DND[$((++num))]=$1
    Change it to:
    Code:
    DND+=("$1")
    Thats all.

  8. #678
    Join Date
    May 2008
    Location
    México
    Beans
    108
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Hey, I found a solution for the nameless .desktop in Nautilus.

    Instead of leaving it empty, just use a non-breaking space (#xA0). Using a common space (#x20) doesn't work.

    Also, the --icon-size seems to be broken in Karmic, due to ~/.nautilus/metafiles/ been moved to ~/.local/share/gvfs-metadata/ 

    —Ilhuıtemoc
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Muziko.png 
Views:	33 
Size:	419.5 KB 
ID:	138882  
    Attached Files Attached Files

  9. #679
    Join Date
    May 2005
    Beans
    694

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Wow, someone is actually using Ubuntu in Esperanto!
    Please, feel free to correct my english, so that I can improve it.

    Click here to join Dropbox. Both you and I get free extra space.

  10. #680
    Join Date
    Oct 2006
    Location
    Argentina
    Beans
    584
    Distro
    Ubuntu

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Thanks R2D2!, I will add those fixed in the next version.

Page 68 of 70 FirstFirst ... 18586667686970 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
  •