Showing posts with label chromium. Show all posts
Showing posts with label chromium. Show all posts

Tuesday, November 20, 2012

chromium from packman

Saw this posted at the openSUSE forums:

Dear openSUSE users,
Since this morning, the Chromium browser will no longer be maintained on the openSUSE OBS, nor will it be provided together with the openSUSE distribution. Instead the Chromium browser will be build on Packman and be available for the already supported openSUSE versions. This new version will replace the chromium-ffmpeg package that was already delivered through Packman. In the next days, I will delete the Chromium package from it's home location network:chromium and also send a delete request to openSUSE:Factory. The reason for this change is that ffmpeg support is becoming more and more integrated with the browser itself, making it very hard to remove the ffmpeg related sourcefiles and still keeping a workable browser. In the last few weeks, I tried everything to keep Chromium part of the openSUSE distribution but unfortunately I failed. And as we all know ffmpeg is one of those packages that are not allowed to be present on the openSUSE OBS. Therefore the only logical decision was to move Chromium completely to Packman. The new package will be a full enabled Chromium with build-in support for ffmpeg. The new version 25.0.1329 is already available from Packman and should be installed automatically as that it replaces the chromium-ffmpeg package. If not, please check manually in order to get the latest version from Packman. This should be a one-time manual intervention. RegardsRaymond Community Maintainer for the openSUSE Chromium package




Now, I'm still an openSUSE rookie. I didn't quite know how to proceed with this, but managed to stumble through it all. It took me a few tries, with a few mistakes along the way. I stopped a couple of times, went away from the computer for awhile, let it rest, then came back and started over. In the end, here's how I switched to the new Chromium version 25.0.1329 from the Packman repository (it all looks so simple now!) (no doubt an openSUSE "pro" would have done all this with zypper from the command line):

To add the Packman repository, I started up YaST. Clicked on "Software Repositories" > clicked on the “Add” button > selected “Community Repositories” and clicked on “Next.” This gave me a list of repositories. I selected “Packman Repository.” Clicked “OK.” Then, the “Import Untrusted GnuPG Key” window came up. I clicked “Trust.” This added the Packman repository.

Next, to get the new Chromium version from Packman. Back in the YaST Control Center, I clicked on "Online Update." The default for "Show Patch Category" was "Needed Patches." I changed this to "Unneeded Patches" using the drop-down list, and saw an update for Chromium in the summary listing. I clicked on it, and a list of packages showed up in the package list: chromium, chromium-desktop-kde, and chromium-suid-helper. At the lower right, I clicked on the "Versions" tab and selected the newer version from the Packman repo. I did that for each of the three packages in the list. Then I clicked on the "Accept" button.

This took me from Chromium 24.0.1290.0-1.19.1-i586 from openSUSE-12.2-Update to Chromium 25.0.1329.0-2.1-i586 from Packman Repository.

Tuesday, September 4, 2012

new chromium ppa for ubuntu

As posted at Web UPD8:

A quick tip for Chromium users who are using Ubuntu 12.04: the Chromium PPAs (Stable, Beta, Dev and Daily) haven't been updated since Chromium 18 but if you want to use the latest Chromium browser in Ubuntu, there are two new PPAs you can use, thanks to Alex Shkop.

I removed the old PPA and installed the new one:

$ sudo add-apt-repository ppa:a-v-shkop/chromium

Then I went to Synaptic, did a "Reload," and then applied the available updates, which took me from chromium-browser 18.0.1025.168~r134367-0ubuntu0.12.04.1 to version 21.0.1180.79~svn20120820r151411-0ubuntu1.

Sunday, January 22, 2012

man pages in your browser

This worked for me in Ubuntu 10.04 and Debian Squeeze. Don't know yet if it will work in other distros. A "thank you" for this tip to Linux Mint forum member "Habitual."

For this to work, you will need to have groff installed. In Ubuntu 10.04, installing groff brought in these packages:

groff (1.20.1-7)
libnetpbm10 (2:10.0-12.1ubuntu1)
netpbm (2:10.0-12.1ubuntu1)
psutils (1.17-27)

In Squeeze, it brought in these:

groff (1.20.1-10)
psutils (1.17-27)

Next, add the following to ~/.bashrc:

export BROWSER=chromium-browser
alias manb="man -H"

If you don't use Chromium, replace "chromium-browser" with "firefox" or "google-chrome" or whatever.

Then ran the following command:

source ~/.bashrc

(As Mint forum member "Jesse654" explains: "The file .bashrc is being changed. The source command reloads .bashrc. If you logged out, then logged in again, .bashrc would be reloaded automatically.")

Then, the following command will open "man page" in your browser:

$  manb [man page]

For example:

$  manb date

When I tried this without having groff installed, I got something like this:

$  manb date
man: command exited with status 3: /usr/bin/zsoelim | /usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8//IGNORE | preconv -e UTF-8 | tbl | groff -mandoc -Thtml

So, you need groff.

I couldn't get this to work in PCLinuxOS. Here's what I saw:

$ source ~/.bashrc
bash: TMOUT: readonly variable
$ manb date
What manual page do you want?

Wednesday, June 8, 2011

fedora 15 kde

Yesterday, I downloaded the CD .iso of Fedora 15 (KDE spin) and installed it.

The installation itself went quickly -- a matter of minutes -- but it took me a couple of hours to finish setting things up. Most of that time was spent downloading stuff.

Post-installation, the first thing I did was log into Mepis 11, which is the distro that boots all my other distros, and edit /boot/grub/menu.lst so that the menu list showed "Fedora 15" in the title. Then I booted into Fedora 15 and disabled SELinux.

I had to run the following command to be able to access any files not on the Fedora partitions:

#usermod -u 1000 -g 100 steve

Then I ran KPackageKit to update the system. There were 145 updates available.

Next, I added mount points for all of my other partitions, and edited /etc/fstab accordingly. Then I installed Yumex, LibreOffice Calc, and LibreOffice Writer.

Fedora 15 came with only Konqueror for web browsing, so I installed Chromium. First I installed wget, then I ran the following commands to install Chromium:

$ su
# cd /etc/yum.repos.d/
# wget http://repos.fedorapeople.org/repos/spot/chromium/fedora-chromium.repo
# cd
# yum install chromium

I set up Chromium; then I added a color user prompt for the terminal by adding the following to ~/.bashrc:

PS1='\[\e[1;32m\]\u[\w]\\$ \[\e[0m\]'

As in Fedora 14, in Fedora 15 I didn't like the appearance of the analog clock widget.  I went to Workspace Appearance > Desktop Theme and clicked on “Get New Themes...”  Then I searched for “Glassified” and installed it.  Then, in  Workspace Appearance > Desktop Theme > Details tab, I changed the analog clock to the Glassified Analog Clock theme.

I installed the Smooth Tasks widget, which I prefer to use instead of the Task Manager widget. Installed my favorite image viewer, Geeqie. Finished personalizing the desktop, including turning on desktop effects and getting those set up, then used the following procedure for Flash for Chromium (using the instructions from http://fedoraproject.org/wiki/Flash):

First, I selected "YUM for Linux" from the Adobe page.  This downloaded adobe-release-i386-1.0-1.noarch.rpm . Then I ran the following commands:

steve[~/Downloads]$ su -c 'rpm -ivh adobe-release-i386-1.0-1.noarch.rpm'

steve[~/Downloads]$ su -c 'rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux'

steve[~/Downloads]$ su -c 'yum install nspluginwrapper alsa-plugins-pulseaudio flash-plugin'

steve[~/Downloads]$ su

[root@steve Downloads]# ln -s /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/chromium-browser/plugins/libflashplayer.so

My desktop: