Results 1 to 5 of 5

Thread: Open Opera Minimized Upon Login

  1. #1
    Join Date
    Nov 2011
    Beans
    2

    Open Opera Minimized Upon Login

    I'm trying to have Opera open minimized upon login, for email use. Any help would be appreciated (13.10 - Unity).

    I'm not very technical but I got this far:

    cd /usr/lib/opera; . opera; cd /usr/bin; . xterm -e xdotool search --name "Speed Dial - Opera" windowminimize

    In a .sh file which opens on login via Startup Applications. As it stands, this successfully opens Opera upon login. The second part was me trying to have it then minimize, but it only works via terminal and not login.

    Any ideas? (Please/Thanks?)
    Last edited by BrodieB; November 6th, 2013 at 05:54 PM.

  2. #2
    Join Date
    Jun 2008
    Location
    Ballard
    Beans
    2,409
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Open Opera Minimized Upon Login

    I'm trying to understand your code.

    First, why does this:

    cd /usr/lib/opera; . opera

    ... behave differently from this?

    Code:
    /usr/lib/opera/opera
    This appears to act the same as your code (and simpler, which is probably better):

    Code:
    /usr/lib/opera/opera -sharedir /usr/lib/opera/
    (It doesn't auto-kill the terminal though.)

    Something similar might hold true for your next command.
    "We're all in this together, kid." --H. Tuttle (a.k.a. H. Buttle)
    "Maybe it's a layer 8 problem." --thatguruguy
    A High-Tech Blech!

  3. #3
    Join Date
    Jun 2008
    Location
    Ballard
    Beans
    2,409
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Open Opera Minimized Upon Login

    I think this will open Opera behind everything else (not the same I know).

    Code:
    /usr/lib/opera/opera -sharedir /usr/lib/opera/ --remote 'lower()'
    "We're all in this together, kid." --H. Tuttle (a.k.a. H. Buttle)
    "Maybe it's a layer 8 problem." --thatguruguy
    A High-Tech Blech!

  4. #4
    Join Date
    Nov 2011
    Beans
    2

    Re: Open Opera Minimized Upon Login

    Thanks for the help. But I tried your code in both Startup Applications and in the .sh file and neither opened Opera upon login (for whatever reason).

  5. #5
    Join Date
    Jun 2008
    Location
    Ballard
    Beans
    2,409
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Open Opera Minimized Upon Login

    I suppose you could try it in your current (odd to me) format. So something like this:

    Code:
    cd /usr/lib/opera; . opera --remote 'lower()'
    "We're all in this together, kid." --H. Tuttle (a.k.a. H. Buttle)
    "Maybe it's a layer 8 problem." --thatguruguy
    A High-Tech Blech!

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
  •