Results 1 to 7 of 7

Thread: Startup Application commands

  1. #1
    Join Date
    Mar 2011
    Beans
    21

    Startup Application commands

    I know that I may start up Last.fm by inputting the command:
    Code:
    lastfm
    How am I able to start Last.fm without the window opening up? I just want it running in the background.

  2. #2
    Join Date
    Sep 2009
    Location
    surrey uk
    Beans
    2,057
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Startup Application commands

    Have you tried
    Code:
    lastfm &
    DUAL BOOT XP & Natty, Trying LFS

  3. #3
    Join Date
    Mar 2011
    Beans
    21

    Re: Startup Application commands

    No, when I put it into terminal, it spits this back and opens the window:

    Code:
    [1] 5639

  4. #4
    Join Date
    Apr 2006
    Location
    Ubuntuland
    Beans
    2,124
    Distro
    Ubuntu 13.10 Saucy Salamander

    Lightbulb Re: Startup Application commands

    See if lastfm has some command line options. It is a GUI program.
    24 beers in a case, 24 hours in a day. Coincidence? I think not!

    Trusty Tahr 64 bit, AMD Phenom II 955 Quad Core 3.2GHz, GeForce 9600 GT
    16G PC2-6400 RAM, 128 GB SSD, Twin 1TB SATA 7200 RPM RAID0

  5. #5
    Join Date
    Mar 2011
    Beans
    14
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Startup Application commands

    How about:
    Code:
    lastfm -tray
    Starts lastfm without opening a window and adds a notification icon to the top GNOME panel, not sure if that's all you want it to do..

  6. #6
    Join Date
    Mar 2011
    Beans
    21

    Re: Startup Application commands

    Quote Originally Posted by ReptilianShadow View Post
    How about:
    Code:
    lastfm -tray
    Starts lastfm without opening a window and adds a notification icon to the top GNOME panel, not sure if that's all you want it to do..
    That is exactly what I wanted it to do! Thank you so much. I'm a little new to Ubuntu, sometimes I can't find my way around. How did you find that? I mean other commands to go with it?

  7. #7
    Join Date
    Mar 2011
    Beans
    14
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Startup Application commands

    A good practice with the command line is using the man command. I got that command from:
    Code:
    man lastfm
    (use q to exit this)
    Almost all commands have a man (manual) entry, with documentation of options and proper use of a command.

    Glad to see other newcomers using the command line too.

Tags for this Thread

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
  •