You are not logged in.
I just pushed a git commit (https://github.com/chenxiaolong/Unity-f … 5dcc5f53e0) that should fix the issue. It should work now
Thanks!
Offline
chenxiaolong wrote:I just pushed a git commit (https://github.com/chenxiaolong/Unity-f … 5dcc5f53e0) that should fix the issue. It should work now
Thanks!
You're welcome!
Offline
Hi chenxiaolong!
I'm trying to compile the gtk2-ubuntu package with your PKGBUILDs and I get the error:
-> Downloading gtk+2.0_2.24.6-0ubuntu6.debian.tar.gz...
--2011-12-14 18:05:34-- http://archive.ubuntu.com/ubuntu/pool/main/g/gtk+2.0/gtk+2.0_2.24.6-0ubuntu6.debian.tar.gz
Resolving archive.ubuntu.com... 91.189.92.180, 91.189.92.181, 91.189.92.182, ...
Connecting to archive.ubuntu.com|91.189.92.180|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-12-14 18:05:34 ERROR 404: Not Found.
==> ERROR: Failure while downloading gtk+2.0_2.24.6-0ubuntu6.debian.tar.gz
Aborting...
I'd really like to get Unity working on something besides Ubuntu, but I'm quite new to Arch.
Thanks for any help!
Last edited by aabmass (2011-12-14 23:14:00)
Offline
Hi chenxiaolong!
I'm trying to compile the gtk2-ubuntu package with your PKGBUILDs and I get the error:
...
I'd really like to get Unity working on something besides Ubuntu, but I'm quite new to Arch.
Thanks for any help!
Hi aabmass!
Welcome to Arch! The reason that error message occurs is because when Ubuntu uploads a new version of a package, they delete all the previous versions. I've updated the PKGBUILD, so it should all be good now
Offline
aabmass wrote:Hi chenxiaolong!
I'm trying to compile the gtk2-ubuntu package with your PKGBUILDs and I get the error:
...
I'd really like to get Unity working on something besides Ubuntu, but I'm quite new to Arch.
Thanks for any help!
Hi aabmass!
Welcome to Arch! The reason that error message occurs is because when Ubuntu uploads a new version of a package, they delete all the previous versions. I've updated the PKGBUILD, so it should all be good now
Thanks for the quick response! It downloaded alright and its compiling now !
Offline
chenxiaolong wrote:aabmass wrote:Hi chenxiaolong!
I'm trying to compile the gtk2-ubuntu package with your PKGBUILDs and I get the error:
...
I'd really like to get Unity working on something besides Ubuntu, but I'm quite new to Arch.
Thanks for any help!
Hi aabmass!
Welcome to Arch! The reason that error message occurs is because when Ubuntu uploads a new version of a package, they delete all the previous versions. I've updated the PKGBUILD, so it should all be good now
Thanks for the quick response! It downloaded alright and its compiling now !
Awesome! If you have any problems, just let me know, and I'll see what I can do
Offline
Awesome! If you have any problems, just let me know, and I'll see what I can do
Thanks! Actually, I'm having the same problem with the PKGBUILD for gtk3-ubuntu (http://archive.ubuntu.com/ubuntu/pool/m … ian.tar.gz).
Offline
chenxiaolong wrote:Awesome! If you have any problems, just let me know, and I'll see what I can do
Thanks! Actually, I'm having the same problem with the PKGBUILD for gtk3-ubuntu (http://archive.ubuntu.com/ubuntu/pool/m … ian.tar.gz).
It should be fixed now I've downgraded the GTK 3 package to Ubuntu 11.10's version, which is the same major version as Arch Linux's - v3.2.0 vs v3.2.2. It should work just fine.
Looking at some packages, there will probably be more packages that are going to fail Ubuntu just updated some of the Gnome packages in 12.04 to development version 3.3, but I don't want to have people upgrade to unstable versions of packages.
Offline
hi, i don't know if this is the right thread, but
i've installed unity and all related packages from ayatana source (x86_64) but i get
failed to start unity session
any idea ?
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
aabmass wrote:chenxiaolong wrote:Awesome! If you have any problems, just let me know, and I'll see what I can do
Thanks! Actually, I'm having the same problem with the PKGBUILD for gtk3-ubuntu (http://archive.ubuntu.com/ubuntu/pool/m … ian.tar.gz).
It should be fixed now I've downgraded the GTK 3 package to Ubuntu 11.10's version, which is the same major version as Arch Linux's - v3.2.0 vs v3.2.2. It should work just fine.
Looking at some packages, there will probably be more packages that are going to fail Ubuntu just updated some of the Gnome packages in 12.04 to development version 3.3, but I don't want to have people upgrade to unstable versions of packages.
You're right, I had the same problem with a few packages but I managed to fix the pkgbuilds on my own
However, I'm getting an error when building 'indicator-multiload:'
/usr/bin/ld: cpuicondata.o: undefined reference to symbol 'round@@GLIBC_2.2.5'
/usr/bin/ld: note: 'round@@GLIBC_2.2.5' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line
/lib/libm.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [indicator-multiload] Error 1
make[2]: Leaving directory `/home/aaron/builds/Unity-for-Arch/indicator-multiload/src/indicator-multiload-0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/aaron/builds/Unity-for-Arch/indicator-multiload/src/indicator-multiload-0.2'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
I'm guessing that this package is not entirely essential, so I'm going to go on building the other packages.
Thanks for any help!
Offline
You're right, I had the same problem with a few packages but I managed to fix the pkgbuilds on my own
However, I'm getting an error when building 'indicator-multiload:'
/usr/bin/ld: cpuicondata.o: undefined reference to symbol 'round@@GLIBC_2.2.5' /usr/bin/ld: note: 'round@@GLIBC_2.2.5' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line /lib/libm.so.6: could not read symbols: Invalid operation collect2: ld returned 1 exit status make[2]: *** [indicator-multiload] Error 1 make[2]: Leaving directory `/home/aaron/builds/Unity-for-Arch/indicator-multiload/src/indicator-multiload-0.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/aaron/builds/Unity-for-Arch/indicator-multiload/src/indicator-multiload-0.2' make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
I'm guessing that this package is not entirely essential, so I'm going to go on building the other packages.
Thanks for any help!
Fixed I actually saw this error in the comments for other AUR packages. It seems the latest update to binutils broke something...
Offline
aabmass wrote:You're right, I had the same problem with a few packages but I managed to fix the pkgbuilds on my own
However, I'm getting an error when building 'indicator-multiload:'
/usr/bin/ld: cpuicondata.o: undefined reference to symbol 'round@@GLIBC_2.2.5' /usr/bin/ld: note: 'round@@GLIBC_2.2.5' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line /lib/libm.so.6: could not read symbols: Invalid operation collect2: ld returned 1 exit status make[2]: *** [indicator-multiload] Error 1 make[2]: Leaving directory `/home/aaron/builds/Unity-for-Arch/indicator-multiload/src/indicator-multiload-0.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/aaron/builds/Unity-for-Arch/indicator-multiload/src/indicator-multiload-0.2' make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
I'm guessing that this package is not entirely essential, so I'm going to go on building the other packages.
Thanks for any help!Fixed I actually saw this error in the comments for other AUR packages. It seems the latest update to binutils broke something...
Thanks! indicator-multiload (and everything else) compiled fine for me! I'm now using unity in arch, it's working well! I'll post back here if I find any problems.
Thanks again chenxiaolong and other contributors!
Offline
Thanks! indicator-multiload (and everything else) compiled fine for me! I'm now using unity in arch, it's working well! I'll post back here if I find any problems.
Thanks again chenxiaolong and other contributors!
Awesome! If you want a more make your desktop look identical to Ubuntu 11.10, here are links to the Ubuntu theme and LightDM
https://aur.archlinux.org/packages.php?ID=35237 #Icon theme
https://aur.archlinux.org/packages.php?ID=35238 #Ambiance and Radiance themes
https://aur.archlinux.org/packages.php?ID=53329 #LightDM
https://aur.archlinux.org/packages.php?ID=52877 #LightDM Unity Greeter/Theme
EDIT: Oh yeah, if anyone has any ideas for a monochrome Arch Linux icon, please post it here! I think it would fit better in the Unity launcher
Last edited by chenxiaolong (2011-12-17 06:12:40)
Offline
Awesome! If you want a more make your desktop look identical to Ubuntu 11.10, here are links to the Ubuntu theme and LightDM
https://aur.archlinux.org/packages.php?ID=35237 #Icon theme
https://aur.archlinux.org/packages.php?ID=35238 #Ambiance and Radiance themes
https://aur.archlinux.org/packages.php?ID=53329 #LightDM
https://aur.archlinux.org/packages.php?ID=52877 #LightDM Unity Greeter/Theme
Thanks, looks identical now except that everything is running much quicker in arch
Offline
except that everything is running much quicker in arch
Last edited by chenxiaolong (2011-12-17 20:11:09)
Offline
Hi chenxiaolong!
Does your unity support other languages?
Offline
Hi chenxiaolong!
Does your unity support other languages?
Not yet...but I'll add it right now Check for a new git commit within the next 20 minutes
Offline
Not yet...but I'll add it right now Check for a new git commit within the next 20 minutes
Thanks!
Edit: The unity-panel-service bug is back, the indicators crash.
Last edited by kuglee (2011-12-19 18:44:51)
Offline
Hello is this full Unity integration, or there are some gaps between Arch and Ubuntu?
Acer Aspire V5-573P Antergos KDE
Offline
Hello is this full Unity integration, or there are some gaps between Arch and Ubuntu?
It is mostly integrated. GTK 2.0, GTK 3.0, and QT 4 are all patched along with Compiz and Gnome packages (for global appmenus, etc). However, certain things still aren't integrated. Firefox doesn't integrate with the global menu as I'm not very familiar with the Firefox build system. Also, the "updates" menu entry in the shutdown menu doesn't do anything because I haven't patched Unity to use pacman instead of apt/dpkg.
Other than that, the experience should be pretty much identical to that of Ubuntu (well, in addition to all the benefits of using Arch )
Offline
So, I'm testing this for the first time and at the time it's compiling Qt but I wanted to make notice that gconf-ubuntu encountered a problem cause the file was not found so I used the next version available, I hope there's no big deal with that.
Offline
So, I'm testing this for the first time and at the time it's compiling Qt but I wanted to make notice that gconf-ubuntu encountered a problem cause the file was not found so I used the next version available, I hope there's no big deal with that.
Assuming you updated with the source 'http://archive.ubuntu.com/ubuntu/pool/m … ian.tar.gz' and fixed the 'sha512sums,' then everything should be fine Anyway, I've updated the PKGBUILD in the git repo.
The gconf-ubuntu package isn't that important, but if it's not patched and installed correctly, you'll log in and see a blank screen when you choose Unity in the login manager. As long that this command returns something:
grep debian /etc/gconf/2/path
and '/var/lib/gconf/defaults' contains files, then everything should work
Last edited by chenxiaolong (2011-12-20 04:12:58)
Offline
Assuming you updated with the source 'http://archive.ubuntu.com/ubuntu/pool/m … ian.tar.gz' and fixed the 'sha512sums,' then everything should be fine Anyway, I've updated the PKGBUILD in the git repo.
Yeah thats what I did and I hope I won't encounter any problems. I'm kind of nervous cause is the first time I compile that amount of packages.
Offline
Yeah thats what I did and I hope I won't encounter any problems.
Great!
I'm kind of nervous cause is the first time I compile that amount of packages.
Don't worry, that's what we're here for If you have any questions or problems with the packages, just post here and I'll see what I can do
Offline
That's why I love Arch, the community is great and all of you are very noob friendly It was a succeed and now I'm running Unity
Offline