• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    Opera 105 never start big sized.

    Opera for Linux
    1
    1
    889
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • pp4mnkpuppy
      pp4mnkpuppy last edited by leocg

      Hello everybody:

      I can't start opera maximized. never ever can make it install this way although I have a launcher configured to start this way.

      When I start opera, it always starts using half screen and I wanna start it using all the available space.

      How can I do this ??

      Here U Have Got the code of my portable launcher, where you can see it is configured to start maximiced,

      #!/bin/sh
      #
      # Launcher for 'portable' Opera browser
      #
      export HERE="$(dirname "$(readlink -f "$0")")"
      #
      tee "$HERE"/opera/resources/ffmpeg_preload_config.json >/dev/null <<EOF
      [
        "${HERE}/opera/lib_extra/libffmpeg.so"
      ]
      EOF
      #
      mkdir /opt/google
      mkdir /opt/google/chrome
      #
      ln -s $HERE/opera/WidevineCdm /opt/google/chrome/WidevineCdm
      #
      if  grep -q 'Quirky April64' /etc/DISTRO_SPECS
      then
      	LD_LIBRARY_PATH=$HERE/:$HERE/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
      	"$HERE/opera/opera" --user-data-dir=$HERE/PROFILE --enable-features=VaapiVideoDecoder --start-maximized --disable-infobars --no-sandbox "$@"
      elif  grep -q 'puppy_tahr64' /etc/os-release
      then
      	LD_LIBRARY_PATH=$HERE/:$HERE/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
      	"$HERE/opera/opera" --user-data-dir=$HERE/PROFILE --enable-features=VaapiVideoDecoder --start-maximized --disable-infobars --no-sandbox "$@"
      elif grep -q 'puppy_xenialpup64' /etc/os-release
      then
      	LD_LIBRARY_PATH=$HERE/:$HERE/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
      	"$HERE/opera/opera" --user-data-dir=$HERE/PROFILE --enable-features=VaapiVideoDecoder --start-maximized --disable-infobars --no-sandbox "$@"
      else
      	"$HERE/opera/opera" --user-data-dir=$HERE/PROFILE --enable-features=VaapiVideoDecoder --start-maximized --disable-infobars --no-sandbox "$@"
      fi
      #
      rm -rf /opt/google
      

      It is correctly configured, because if I configure it using start-fullscreen, there is no problem.

      Can you help me to do this, please ?


      I have the home page configured to start with bookmards (like speed dial on firefox) I don't know if the problem is there.

      thanks a lot

      Reply Quote 0
        1 Reply Last reply
      • Deleted by  leocg leocg 
      • Restored by  leocg leocg 
      • Locked by  leocg leocg 
      • First post
        Last post

      Computer browsers

      • Opera for Windows
      • Opera for Mac
      • Opera for Linux
      • Opera beta version
      • Opera USB

      Mobile browsers

      • Opera for Android
      • Opera Mini
      • Opera Touch
      • Opera for basic phones

      • Add-ons
      • Opera account
      • Wallpapers
      • Opera Ads

      • Help & support
      • Opera blogs
      • Opera forums
      • Dev.Opera

      • Security
      • Privacy
      • Cookies Policy
      • EULA
      • Terms of Service

      • About Opera
      • Press info
      • Jobs
      • Investors
      • Become a partner
      • Contact us

      Follow Opera

      • Opera - Facebook
      • Opera - Twitter
      • Opera - YouTube
      • Opera - LinkedIn
      • Opera - Instagram

      © Opera Software 1995-