Announcement

Collapse
No announcement yet.

Firefox KDE Integration Kubuntu 13.04?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Firefox KDE Integration Kubuntu 13.04?

    What is the word on the proper way to install Firefox with KDE integration for Kubuntu 13.04 these days?

    #2
    This is the only way I know.
    https://launchpad.net/~blue-shell/+archive/firefox-kde

    Comment


      #3
      Our Head-Guru recently showed the elegant solution (post #11)

      http://www.kubuntuforums.net/showthr...trations/page2

      Comment


        #4
        Thanks!

        For anyone who needs it quickly here is the commands to have a proper firefox install for Kubuntu with Java, Vlc and Flash pluggin

        sudo add-apt-repository ppa:blue-shell/firefox-kde
        sudo apt-get update
        sudo apt-get install firefox firefox-kde-support

        echo -e 'Package: *' | sudo tee /etc/apt/preferences.d/blue-shell-firefox > /dev/null
        echo -e 'Pin: release o=LP-PPA-blue-shell-firefox-kde' | sudo tee -a /etc/apt/preferences.d/blue-shell-firefox > /dev/null
        echo -e 'Pin-Priority: 1000' | sudo tee -a /etc/apt/preferences.d/blue-shell-firefox > /dev/null

        sudo apt-get install vlc browser-plugin-vlc

        sudo apt-get install default-jre icedtea-plugin

        sudo apt-get install adobe-flash-plugin adobe-flash-properties-kde

        Comment


          #5
          Originally posted by wrender View Post
          Thanks!

          For anyone who needs it quickly here is the commands to have a proper firefox install for Kubuntu with Java, Vlc and Flash pluggin

          sudo add-apt-repository ppa:blue-shell/firefox-kde
          sudo apt-get update
          sudo apt-get install firefox firefox-kde-support

          echo -e 'Package: *' | sudo tee /etc/apt/preferences.d/blue-shell-firefox > /dev/null
          echo -e 'Pin: release o=LP-PPA-blue-shell-firefox-kde' | sudo tee -a /etc/apt/preferences.d/blue-shell-firefox > /dev/null
          echo -e 'Pin-Priority: 1000' | sudo tee -a /etc/apt/preferences.d/blue-shell-firefox > /dev/null

          sudo apt-get install vlc browser-plugin-vlc

          sudo apt-get install default-jre icedtea-plugin

          sudo apt-get install adobe-flash-plugin adobe-flash-properties-kde
          And don't forget to disable java once you have it installed! Java in the browser is honestly just too dangerous! Avoid it! Only run it when you absolutely need it.

          Comment


            #6
            Originally posted by dmeyer View Post
            And don't forget to disable java once you have it installed! Java in the browser is honestly just too dangerous! Avoid it! Only run it when you absolutely need it.
            Agreed. Having Java in your browser is roughly equivalent to going out, leaving your house unlocked, then posting an ad on Craigslist stating your address and saying "House clearance! Come and help yourself!".

            If you must have Java in your browser, use Firefox with the NoScript add-on, then use it to whitelist only those sites that you wish to allow Java applets to run from.
            sigpic
            "Let us think the unthinkable, let us do the undoable, let us prepare to grapple with the ineffable itself, and see if we may not eff it after all."
            -- Douglas Adams

            Comment


              #7
              Is it really that dangerous to be running IcedTea/OpenJDK in Firefox on Linux? The intensity of response makes it sound like I am running Oracle Java in IE on Windoze.


              ps. I have no proper knowledge regarding this subject matter and would like to understand it better.

              Comment


                #8
                Originally posted by wrender View Post
                Is it really that dangerous to be running IcedTea/OpenJDK in Firefox on Linux? The intensity of response makes it sound like I am running Oracle Java in IE on Windoze.


                ps. I have no proper knowledge regarding this subject matter and would like to understand it better.
                They are based on essentially the same code base. Either way, the open source version is really no safer. Java is flawed in whatever implementation it is.

                Comment


                  #9
                  http://krebsonsecurity.com/2013/01/w...-java-exploit/

                  Experts have found that this flaw in Java 7 can be exploited to foist malware on Mac and Linux systems, in addition to Microsoft Windows machines.
                  sigpic
                  "Let us think the unthinkable, let us do the undoable, let us prepare to grapple with the ineffable itself, and see if we may not eff it after all."
                  -- Douglas Adams

                  Comment


                    #10
                    Installing the blueshell Firefox is one of the first things on my list

                    Originally posted by wrender View Post
                    sudo apt-get install adobe-flash-plugin adobe-flash-properties-kde
                    I'm not seeing either in the default repositories... there's only flashplugin-installer. Trying it out, it installs a working Flash plugin for Firefox, but I would like to have the configuration options in systemsettings as well.
                    Do I need an extra repository for them?

                    Originally posted by dmeyer View Post
                    And don't forget to disable java once you have it installed! Java in the browser is honestly just too dangerous! Avoid it! Only run it when you absolutely need it.
                    Much better yet, don't install that retarded Java garbage in the first place! Click image for larger version

Name:	icon13.png
Views:	1
Size:	587 Bytes
ID:	640332
                    Kubuntu Raring Ringtail x64 w/ Kde 4.10.5

                    Multimedia packages for Kubuntu x64 (x264 10bit, mplayer2, Aegisub etc.)
                    http://erokawaii.org/?page_id=5181

                    My stuff on kde-look.org
                    http://kde-look.org/usermanager/sear...ction=contents

                    Comment


                      #11
                      Originally posted by Shimapan View Post
                      Do I need an extra repository for them?
                      Enable the Partner repository. But you'll have to change the release for this repository from Raring to Quantal. I do that by hand-editing /etc/apt/sources.list:

                      Code:
                      ## This software is not part of Ubuntu, but is offered by Canonical and the
                      ## respective vendors as a service to Ubuntu users.
                      [COLOR="#FF0000"]#[/COLOR] deb http://archive.canonical.com/ubuntu raring partner
                      [COLOR="#FF0000"]#[/COLOR] deb-src http://archive.canonical.com/ubuntu raring partner
                      [COLOR="#FF0000"]deb http://archive.canonical.com/ubuntu quantal partner[/COLOR]
                      [COLOR="#FF0000"]deb-src http://archive.canonical.com/ubuntu quantal partner[/COLOR]

                      Comment


                        #12
                        Originally posted by SteveRiley View Post
                        Enable the Partner repository. But you'll have to change the release for this repository from Raring to Quantal. I do that by hand-editing /etc/apt/sources.list:

                        Code:
                        ## This software is not part of Ubuntu, but is offered by Canonical and the
                        ## respective vendors as a service to Ubuntu users.
                        [COLOR="#FF0000"]#[/COLOR] deb http://archive.canonical.com/ubuntu raring partner
                        [COLOR="#FF0000"]#[/COLOR] deb-src http://archive.canonical.com/ubuntu raring partner
                        [COLOR="#FF0000"]deb http://archive.canonical.com/ubuntu quantal partner[/COLOR]
                        [COLOR="#FF0000"]deb-src http://archive.canonical.com/ubuntu quantal partner[/COLOR]
                        I had the Partner repository already enabled, but it's not in Raring yet.
                        Thanks, got them now.
                        Kubuntu Raring Ringtail x64 w/ Kde 4.10.5

                        Multimedia packages for Kubuntu x64 (x264 10bit, mplayer2, Aegisub etc.)
                        http://erokawaii.org/?page_id=5181

                        My stuff on kde-look.org
                        http://kde-look.org/usermanager/sear...ction=contents

                        Comment


                          #13
                          dont forget http://oxygenkde.altervista.org/

                          Comment


                            #14
                            I never fully understood what the purpose of using the oxygen theme for Firefox doesnt' the whole qtGTK make it already look like it is KDEish?

                            Comment


                              #15
                              Firefox is built with its own widget toolkit called XUL, which has some Gtk+ integration. But the Oxygen-Gtk theme in KDE doesn't apply itself to Firefox. So that alternate theme from Altervista is designed to look like Oxygen as much as possible.

                              Comment

                              Working...
                              X