You are not logged in.
Look here http://src.chromium.org/ (projects / chromiumos.git / summary)
and here http://build.chromium.org/buildbot/snap … chromiumos
MORE INFO http://www.h-online.com/open/news/item/ … 64600.html
and PKGBUILD based on the chromium-browser-bin one that will build the Chrome interface like the one that will be found on ChromeOS, it's not the ChromeOS itself.
pkgname=chromium-os-bin
_realname=chromium-browser
pkgver=32463
pkgrel=1
pkgdesc="The open-source project behind Google Chrome"
arch=('i686' 'x86_64')
url=http://code.google.com/chromium/
license=('custom:BSD')
makedepends=('elinks')
[ "${CARCH}" == "i686" ] && depends=('alsa-lib' 'gconf' 'nss')
[ "${CARCH}" == "x86_64" ] && depends=('alsa-lib' 'gconf' 'nss' \
'lib32-alsa-lib' 'lib32-cairo' 'lib32-dbus-glib' 'lib32-freetype2' \
'lib32-gconf' 'lib32-gtk2' 'lib32-nspr' 'lib32-nss' 'lib32-openssl' 'lib32-libxdamage')
optdepends=('xdg-utils: for making/setting it as default browser')
conflicts=('bin32-cxchromium' "${_realname}" "${_realname}-dev" "${_realname}-inspector"
"${_realname}-l10n" "${_realname}-latest" "${_realname}-svn" 'chromium-codecs-ffmpeg-nonfree'
'chromium-continuous' 'chromium-fresh' 'chromium-snapshot' 'chromium-snapshot-64'
'chromium-snapshot-64-last' 'chromium-snapshot-latest' 'cxchromium' 'google-chrome-dev'
'google_chrome_win32-bin' 'iron')
provides=("${_realname}")
options=('!strip')
install=${_realname}.install
_bldname=chrome-linux.zip
_bldroot=http://build.chromium.org/buildbot/snapshots/chromium-rel-linux-chromiumos/
source=('LICENSE.txt' "${_realname}.desktop" "${_realname}.png" "${_realname}.sh")
# trick re-determining the build revision and, or entertain the hidden
# makepkg option --forcever, huh
if [ -z "$FORCE_VER" ]; then
msg "Determining latest build revision..."
newpkgver="$(wget -qO - ${_bldroot}/LATEST)"
if [ -n "$newpkgver" -a "$newpkgver" != "$pkgver" ]; then
msg2 "Version found: %s" "$newpkgver"
FORCE_VER="$newpkgver"
else
FORCE_VER="$pkgver"
fi
fi
if [ "$FORCE_VER" != "$pkgver" ]; then
rm -f "$SRCDEST/${_bldname}"
devel_update
fi
build() {
if [ ! -r "$srcdir/${_bldname}" ]; then
msg "Downloading the latest '$CARCH/$pkgver/${_bldname}'..."
wget --no-cache -c "${_bldroot}/$pkgver/${_bldname}" \
-O "$SRCDEST/${_bldname}" || return $?
ln -fs "$SRCDEST/${_bldname}" "$srcdir/${_bldname}" || return $?
fi
msg "Extracting Binaries..."
cd $srcdir
bsdtar -xf $srcdir/${_bldname} || return $?
mkdir -p $pkgdir/opt/${_realname}
cp -r ./chrome-linux/* $pkgdir/opt/${_realname}
msg "Patching executable 'chrome'..."
cd $pkgdir/opt/${_realname}
sed -i 's,libnss3.so.1d,libnss3.so\x00\x00\x00,g;
s,libnssutil3.so.1d,libnssutil3.so\x00\x00\x00,g;
s,libsmime3.so.1d,libsmime3.so\x00\x00\x00,g;
s,libssl3.so.1d,libssl3.so\x00\x00\x00,g;
s,libplds4.so.0d,libplds4.so\x00\x00\x00,g;
s,libplc4.so.0d,libplc4.so\x00\x00\x00,g;
s,libnspr4.so.0d,libnspr4.so\x00\x00\x00,g;' chrome || return 1
msg "Making it nice..."
# adjust the permissions on directories and, or files, eh
chown -R 0:0 $pkgdir/opt/${_realname}
find $pkgdir/opt/${_realname} -type d -exec chmod 0755 {} ';'
find $pkgdir/opt/${_realname} -type f -exec chmod 0644 {} ';'
chmod 755 $pkgdir/opt/${_realname}/chrome
chmod 755 $pkgdir/opt/${_realname}/chrome[_-]*
chmod 755 $pkgdir/opt/${_realname}/xdg-settings
# install wrapper script, desktop, license and icon files
install -Dm755 $srcdir/${_realname}.sh \
$pkgdir/usr/bin/${_realname}
install -Dm644 $srcdir/${_realname}.desktop \
$pkgdir/usr/share/applications/${_realname}.desktop
mkdir -p $pkgdir/usr/share/man/man1
mv $pkgdir/opt/${_realname}/${_realname}.1 \
$pkgdir/usr/share/man/man1
install -Dm644 $srcdir/LICENSE.txt \
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
install -Dm644 $srcdir/${_realname}.png \
$pkgdir/usr/share/pixmaps/${_realname}.png
}
# vim:set ts=4 sw=4 et:
md5sums=('b689219f39e74e0c0b19f10a1db1839d'
'6a864ae71aa7ea470eb9f357f8acb86a'
'38877d28d1473fd9027ce579f70c31ad'
'5c57a21e36a51fcb51884cc8f922ffff')
Last edited by flamelab (2009-11-20 00:07:53)
Offline
not working for me
[####@#### chromiumos]$ makepkg
==> Determining latest build revision...
-> Version found: 32528
==> ERROR: Install scriptlet (chromium-browser.install) does not exist.
Offline
Pull it from here http://aur.archlinux.org/packages/chrom … owser-bin/
Offline
Hm, so practically all data you work with on Chromium OS is saved in a "cloud" at some random google server? If so, thats not really appealing to me.
Offline
It's Debian Linux, so it's not necessary to do that (I mean, you can customise it)
Offline
I agree. I don't like the idea of turning my PC into a Google Dumb Terminal.
Offline
It seems primarily aimed at casual netbook users who don't really use the computer for anything but browsing the web. It definitely has the potential to be successful in that area, but it isn't meant to be anyone's main work station.
\_\__ __/_/
(oo) ______
(__)\ )\
||‾‾‾‾\|
Offline
http://www.youtube.com/watch?v=hJ57xzo287U&fmt=37
Αs I can see there, its use looks like that one of a tiling WM which can have docked windows.
Offline
I thought they weren't going to include an x-server, but looks like they're using the ubuntu xorg package http://src.chromium.org/cgi-bin/gitweb. … -xorg-core
That aside, I like the approach they took with fast boot by trying to cut out everything they could or wasn't needed.
edit: Oh, and also the part where they state about pushing hardware devs to publish open source drivers. I like the idea of google using their clout for that
Last edited by sctincman (2009-11-19 21:29:17)
Offline
Τhey seem to use a lot of lightweight apps (slim for example, as a DM).
PS I'd like to use the moblin xorg-server patches they have up there
Offline
If one uses 90% of computer time on internet Chromium OS can be a good alternative. Why load any extra software when you just want get to facebook? Upload pictures from camera straight to cloud, work on and save documents straight to cloud, get cloud based mail and calendar synced on several devices: I think this will appeal to many (not fanatic linux users), If your netbook or computer is broken just get another one, sign in and continue where you left. If somebody nukes data center, data will be accessible on other without interruption. No need to fight with computer repair shop which lost all of your precicous holiday pictures.
Google is showing Chromius OS with its own cloud services but if Chromium OS becomes a success, I think other companies will come with their own services.
Privacy is issue but it is every time when you connect to internet.
Offline
I always wondered how Google Docs would fit it. Most people have Office of Works so I never saw how anyone could benefit by using it (except for the handy step of not having to email a doc). If ChromeOS gets enough users it actually could build to be something that equates to Office. Way too early to see but thinking it might be possible.
Last edited by Gen2ly (2009-11-20 00:00:15)
Setting Up a Scripting Environment | Proud donor to wikipedia - link
Offline
Αnd the bad side:
http://www.pcpro.co.uk/news/353458/goog … s-unveiled
All applications will be web apps, all data will be stored in the cloud and the operating system will be booted from Flash - no hard disks will be supported.
Google said consumers won't be able to download the operating system - it will only be available on hardware that meets Google's specifications. Hard disks are banned, for instance, while Google said it will also specify factors such as screen sizes and display resolutions.
Lol, I guess that there won't be long before we are gonna see ChromeOS custom spins.
Last edited by flamelab (2009-11-20 00:04:43)
Offline
Αnd the bad side:
http://www.pcpro.co.uk/news/353458/goog … s-unveiled
All applications will be web apps, all data will be stored in the cloud and the operating system will be booted from Flash - no hard disks will be supported.
Google said consumers won't be able to download the operating system - it will only be available on hardware that meets Google's specifications. Hard disks are banned, for instance, while Google said it will also specify factors such as screen sizes and display resolutions.
Lol, I guess that there won't be long before we are gonna see ChromeOS custom spins.
That sounds almost like Apple...
Of course, what they really mean is that they won't provide or support install discs. The source is public, and people will make their own Chrome OS spins with installable LiveCDs and such.
Offline
But will Arch be able to make use of features of Chrome OS eventually? For instance the WM?
Also when you say "Flash" you mean flash memory, not Adobe Flash?
Libertarian Arch Linux User
Offline
Hopefully this will have a positive affect on Linux in general, but I'm certainly not a fan of cloud computing or Google's privacy policies.
Offline
But will Arch be able to make use of features of Chrome OS eventually? For instance the WM?
Also when you say "Flash" you mean flash memory, not Adobe Flash?
Yes, Flash memory, that's what is means. Chrome OS has no proprietary software as I can see.
Offline
Let's not turn this thread into yet another Google vs. privacy thread. flamelab created a PKGBUILD and is offering support for those that want to try it. While I have no interest in the technology, I think it's cool that flamelab has got this rolling.
Offline
Anyone got segfault like me?
[22084:22084:105347323589:ERROR:/b/slave/chromium-rel-linux-chromiumos/build/src/chrome/browser/chromeos/cros_library.cc(31)] Problem loading chromeos shared object: /tmp/chrome-linux/chromeos/libcros.so: cannot open shared object file: No such file or directory
[22084:22084:105349071723:ERROR:/b/slave/chromium-rel-linux-chromiumos/build/src/chrome/browser/chromeos/mount_library.cc(59)] Cros Library has not been loaded
Segmentation fault
Offline
does anyone know about debootstrap package in achlinux?
i got stuck in :
# ./make_local_repo.sh
Creating repository directory...
Updating chromeos_dev from /root/chromiumos/src/package_repo/repo_list_dev.txt...
chroot: cannot run command `reprepro': No such file or directory
Offline
<opinion> Folks who don't like the idea of google keeping your private data can just use Chrome on their normal OS and lose no sweat. However, using Chrome OS and keeping a significant snapshot of the current state of the OS on the google cloud has a very practical benefit that "normal" OS users do not have access to and can't yet appreciate, and that is when you go to another machine, or buy a new one, almost the entire previous state of whatever you were doing gets downloaded to the new device. I don't know about some of you guys but I am absolutely sick of re-setting up my entire online life every time I move to a new system or re-install yet another OS. I'm happy to let google catalog my online settings if they are prepared to offer me the facility of automatically updating any extra other COS enabled computer I may use in the future. What I don't want them to know about won't be on a netbook that I could easily lose or get stolen anyway.
Offline
does anyone know about debootstrap package in achlinux?
i got stuck in :# ./make_local_repo.sh Creating repository directory... Updating chromeos_dev from /root/chromiumos/src/package_repo/repo_list_dev.txt... chroot: cannot run command `reprepro': No such file or directory
You need to install reprepro (bump the version, the one on AUR is out-of-date) and debootstrap from AUR and run this
./make_chroot.sh --mirror=http://build.chromium.org/buildbot/packages --suite=chromeos_dev
Offline
Oh, and also the part where they state about pushing hardware devs to publish open source drivers. I like the idea of google using their clout for that
I second this sentiment.
Hm, so practically all data you work with on Chromium OS is saved in a "cloud" at some random google server? If so, thats not really appealing to me.
This too. I wonder what guarantees to privacy they will make for this.
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
I wonder if usb mass storage could be still used..
Offline
Looks like it's the opposite of Gentoo - you have zero control over your OS (not even write access when you are root), it's updated automatically and you cannot install anything - if you trust Google and their security models, fine, if not, just forget it.
Btw, has there ever been a successful attempt to break into Google?
Offline