Ubuntu :: How To Manually Update Chromium
Apr 8, 2011
I recently converted my old laptop to Ubuntu a couple days ago and I'm loving it! This is my first post, but I've been reading the Ubuntu forums which have been helpful for tweaking little things and I'd say I've graduated from "absolute" Ubuntu/Linux noob to "almost total" noob in the last couple days (at least I know what the terminal is now!). On my regular PC, I'm a big fan of the Google Chrome browser, but for my Ubuntu machine, I was hoping to stay as true to the open source theme as possible, so while I do have Chrome installed too, I'd love to use Chromium as my primary browser.
The one drawback for me with Chromium vs. Chrome is that there are not automatic updates, but I wasn't able to find a clear, noob-friendly walk-through to set up a means to regularly update Chromium manually (either using the terminal or using the GUI). From what I understand, it would involve finding and installing Chromium build repositories, then checking and updating from those periodically.
The problem is that I don't really know how to go about doing any of this. How exactly does one add repositories? After they're added, how does one update from the Chromium builds located there? Are there any Chromium repositories for relatively stable builds versus the uber-newest test builds?
Am I completely off track and there's an easier way to set up a means to update Chromium?
View 6 Replies
ADVERTISEMENT
Jun 10, 2011
I use chromium on ubuntu 10.10.
I have just noticed, while waiting for exam results, that the pdf containing results would not show, because chromium appears to have saved the old pdf and won't update it.
When I opened the pdf using an incognito window it worked fine and also firefox worked fine.
View 1 Replies
View Related
Mar 18, 2011
How do i update flash player for chromium?
View 9 Replies
View Related
Mar 8, 2011
after running an upgrade chromium browser shockwave flash plugin crashed! if you have the same problem i have a workaround. firstly open firefox goto a website that uses flash (not videos) i used bbc iplayer, then right click and click on "settings..." the left most tab shows the "enable hardware acceleration" tickbox. untick it
then close and reopen chromium and go back to a flash site e.g. videos and test it is working. the reason this worked for me is that there is a bug in either googles chromium or the unix/x11 build of shockwave flash or my graphics card drivers. there seems to sevral bug reports regarding this on the net [url]. flash could be a little slower now it doesn't have the hardware accelerating it. so maybe the setting could be re-enabled in the future?
View 9 Replies
View Related
Jun 22, 2011
My ISP is blocking medibuntu.org so that hasn't been updated on my machines since the end of April. I can still access it via proxy sites so is it possible to download certain files and place them on the right spots in my Ubuntu installation and have it tell me if something is out of date or not?
View 6 Replies
View Related
Mar 3, 2010
I was using Chromium Chrome 5.0.337.0 and Flash was working properly. Today I updated to Chromium 5.0.342.0(With "zypper update") and the Flash is not working anymore. I also installed Google Chrome from Google and it has Flash working.
View 2 Replies
View Related
Dec 24, 2009
I installed Chromium via a repo generously maintained by Tom "Spot" Callaway. Since it's his repo I thought I'd contact him, but I don't really know how - so I'm brining my issue to the forum to see if anyone has a possible solution.I've been using Tom's Chromium fine for the past couple months. After a "yum update", Flash no longer works in Chromium. It works in Firefox. If I try to play any Flash videos it's just a blank box.
View 3 Replies
View Related
May 2, 2011
I often use the option in Chromium to create 'application shortcuts'. These are instances of Chromium that make a website look more like an app by not including most of Chromium's toolbars. I use it for gmail and google docs and spreadsheets and calendar. In 11.04 I have set up Desktop launchers and copied them across to the Launcher (what an odd way to add something to the launcher, why no right-click 'add launcher' option?)
The problem is that the launcher thinks all these apps are chromium (which they are really, but I would like them to be seen as separate apps). If I minimize my gmail window, a little triangle appears next to the chromium icon, not the gmail icon. To get the window back, I have to click on the Chromium icon. Clicking on the gmail icon launches a new instance of it (also tied to the Chromium icon).
View 7 Replies
View Related
Dec 2, 2010
if i run chromium with --enable-gpu-rendering flag chromium's display looks like it's shattered into thousands of pieces and I can't understand a thing. This doesn't happens if I have a previous instance of chromium opened in the usual way, without any flag. In this case if I open another chromium window with the --enable-gpu-rendering flag it's display looks ok, but I can't figure out what's the problem and how could this be fixed if there's solution for it of course.
View 1 Replies
View Related
Jul 14, 2010
Some while ago I decided to add Firefox repository directly through terminal. (Idea born when I saw in one old page (yes, never look for info in old pages ) "tutorial" how to do it.) The whole idea was simple: just add one line in terminal.The line was like this:sudo add-apt-repository ppa:mozillateam/firefox-stableBut since that, when I try to update through update manager I get errors:Quote:
W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D45DF2E8FC91AE7E
W: GPG error: http://archive.canonical.com lucid Release: The following signatures couldn't
[code]....
View 6 Replies
View Related
Jan 23, 2010
I have a directory in the /var/www folder. I have access to this directory from my windows machine through samba.
Everytime i add new files to the folder where the webpage is locate i need to go to my centos server a type chmod -R 777 /var/www/name
It can't be right that i need to do this everytime i add new files to the folder??
If i dont run this command i can't access this files when I access the webpage throug a browser...
UPDATE: I think It has something to do with the samba user, because if i create the files as root directly on the centos server i dont got the problem ... ?
View 5 Replies
View Related
Mar 25, 2010
Is there a method or way to "update" Vim's syntax highlighter manually? I appear to have a very updated version of Vim on both Debian & Arch Linux but I notice that on both servers on the identical configuration file for Postfix MTA (main.cf) I have a parameter that shows up in 'white' which usually means 1 or 2 things:
1. I have a typo somewhere in my parameter.
2. The parameter is not recognized by Postfix and useless
However in this case it is neither of the two above however it stands out in the configuration file because it's not in color. It's the only one that is white text. I verified the command / parameter is valid: Link
The parameter is:
Code:
smtpd_tls_security_level = may
Is there a way to update Vim to highlight the " smtpd_tls_security_level" parameter in the configuration file when opened with Vim? Do I need to update the syntax highlighter for this to have the desired effect? I know this issue is purely cosmetic but as an administrator I find it annoyong to have to waste time and research if a configuration parameter is valid or not. I rely on Vim's color syntax highlighting to tell me when I make a overlooked mistake. I do know that Postfix is happy with the current configuration as I can see it being executed in the program:
Code:
postconf -n | grep "smtpd_tls_security_level"
smtpd_tls_security_level = may
View 2 Replies
View Related
Jul 19, 2011
I have the following problem since yesterday.
Trying to update manually provides the following error message
I can't access fedora.project.org any more!
All other web access runs fine as usual.
View 7 Replies
View Related
Oct 22, 2010
I made a shortcut with chromium browser to listen.grooveshark.com. This is great as it's almost like the grooveshark VIP desktop application like this. However AWN dock groups it with other chromium windows like this:Kuvakaappaus.jpg
Is it possible to force AWN to group this specific chromium window under the Grooveshark launcher that I have in the dock? Turning off grouping does not solve this either, as it just shows grooveshark as another chromium window.
View 6 Replies
View Related
Dec 13, 2009
how to update my system online (for example my firefox 3.0 to 3.5) but i can't figure out how this possibly works. I tried the "online update" using Yast2 but apparently (according to Yast) there is nothing at all to be patched on my system. I tried to click on the Firefox-3.5.5 rpm in the repository web-interface and open it using "install software" but the process aborts because of unresolved dependencies. Is there an easy way to update software without having to download/install every dependency manually?
View 1 Replies
View Related
Jul 31, 2010
Occasionally a dialog pops up with the title "Update Manager". It offers me to update system components. However this popup occurs automatically. I wonder how I can call/start this "Upate manager" (dialog)manually? I found no menu entry. When I click on menu Application->Add/remove Software then a "Package Manager" is shown which is different from the "Update Manager". So again the question: How can I start manually (from terminal or menu) the "Update Manager"?
View 1 Replies
View Related
Sep 1, 2011
I'm trying to update Kubuntu 11.04 here is my error: p, li {white-space: pre-wrap;} E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. here is what i have tried to fix it:
[Code]....
View 2 Replies
View Related
May 20, 2010
I have installed, un-installed several times but just won't run! Double click on icon gives spinning wheel for a few seconds then nothing!
(PS, it did run OK a few weeks ago, but I uninstalled it because of window buttons being on wrong side Would like to try again as this has been rectified)!
View 9 Replies
View Related
Jul 30, 2010
Does anyone know if it is possible to use Chromium (minimize/maximize)from the task bar?
View 8 Replies
View Related
Jan 8, 2011
i did some looking online and read that chrome/chromium will tell you if an update is available by showing a small orange dot by the settings wrench. i have never seen one. but it seems that (as far as i was able to figure out) i do have the latest version (8.0.552). i do remember seeing chromium having been updated through the Ubuntu update manger, but all i remember seeing are security fixes, not updates (although i might not have seen them). i also read that chrome/chromium has a 6 week release cycle. Its been awhile since ive seen chromium updated (unless update manger is doing it and not telling me). is there a newer version of chromium? or am i just too observant/impatient?
View 1 Replies
View Related
May 9, 2011
Is there a way to get greasemonkey for chromium on ubuntu?
View 3 Replies
View Related
Jan 8, 2010
After this morning's automatic update Chromium fails to start. I get the following message when starting Chromium from the command line code...
View 8 Replies
View Related
Apr 7, 2010
For anyone using Chromium [version 5.0.370.0 (43799) Ubuntu] from the daily PPA, are you seeing extra-space above the tabs?
View 8 Replies
View Related
Apr 26, 2010
I uninstalled Chromium including config files through synaptic, but then after doing a file search, I found lots of Chromium and Chrome files laying around. So then I used that search list to delete them, but I believe there are still Chromium/Chrome files somewhere on my Ubuntu 9.10.To regress a bit and for a little background on this problem, I wanted to uninstall Chromium because I want to see if I can correct this problem that I have with the browsing history file. I want the browse history feature to work and it doesn't - the archive has all of the activity from only one day in history, 8 Apr 2010, and when I try to delete that day of history, it says that is has been deleted, but it is still there, and it won't record any of my browse history.
So I thought if I could do a clean install from scratch, maybe I could get the history feature back.Anybody know where I can find the file containing the history files and/or tell me how to clean reinstall of Chromium?
View 1 Replies
View Related
May 18, 2010
It shows them only when loading but once loaded, pictures go bye-byeShot1: how it looks when loadedshot2: while loading (this was hard to take due to fast download speeds)
View 2 Replies
View Related
May 29, 2010
Whenever i try to download anything from chromium, first downloading time just goes on increasing and after few seconds it crashes.
This problem is not there in firefox..
View 2 Replies
View Related
Sep 22, 2010
I would like to report my experience while using UNR 10.04.
Everytime I connect my Nokia handphone either as a mass storage mode (for transfering video/image) OR using my handphone as a 3.5G Modem.
While connected or even after I finished connecting my handphone for the above purposes, when I close down Chromium browser, the whole OS will freeze!! Neither keyboard or mouse would work. This thing does not happened if I'm using Firefox for browsing internet.
I have to do a hard restart to use my netbook again.
Chromium:
6.0.472.53 (57914) Ubuntu 10.04
UNR 10.04: with updated software packages
HP Mini 110-1006TU
Standard specification with 2GB RAM.
View 3 Replies
View Related
Sep 26, 2010
how do i set my new tab homepage to be [URL]?
View 3 Replies
View Related
Oct 8, 2010
Not sure what's happened here, I can only put it down to one of the daily updates.Chromium has stopped running, it starts, flashes on the screen and shuts down. I haven't done or changed anything as far as I know.I've unistalled it completely using Synaptic and reinstalled but no go.
View 3 Replies
View Related
Dec 13, 2010
I know, it's really weird.Chromium version 8.0.552.215 in Ubuntu 10.10 is thinking that PDF files are dangerous.
Code:
This type of file may harm your computer. Download anyway? (Yes/No)I don't need this fixed immediately, as it is only a minor annoyance.
I know my sources of the PDF's so I know that they don't have any malware attached.
View 5 Replies
View Related