You are not logged in.

#801 2012-08-21 09:52:36

pekmop1024
Member
From: Kiev/Feodosia
Registered: 2010-04-21
Posts: 126
Website

Re: Progress on Unity under Arch Linux!

quiro91, as I said, there is no need for GCC 4.6 for building because Quantal is using GCC 4.7, maybe chenxiaolong just forgot to update this. You may edit PKGBUILD by yourself or use one of my PKGBUILDs.

Last edited by pekmop1024 (2012-08-21 09:52:58)


ArchLinux x86_64 (passively cooled): Xeon E3 1230v2 - 32GB - GTX1050Ti KalmX - Samsung 850 EVO 1TB - 3x2TB Seagate - Creative X-Fi Titanium - Cheiftec GPS-500C
ArchLinux x86_64 (FrankenPad T420): i7 2720QM - 16GB - NVS 4200M - Samsung 840 EVO 1TB - FullHD IPS mod - Intel 7260AC - Sierra Wireless MC7304

Offline

#802 2012-08-21 12:11:20

quiro91
Member
Registered: 2012-06-13
Posts: 29

Re: Progress on Unity under Arch Linux!

Thanks for your PKGBUILD pekmop1024, it did the trick

pekmop1024 wrote:

quiro91, as I said, there is no need for GCC 4.6 for building because Quantal is using GCC 4.7, maybe chenxiaolong just forgot to update this. You may edit PKGBUILD by yourself or use one of my PKGBUILDs.

Offline

#803 2012-08-21 13:14:02

pekmop1024
Member
From: Kiev/Feodosia
Registered: 2010-04-21
Posts: 126
Website

Re: Progress on Unity under Arch Linux!

chenxiaolong, I have 2 things to report with last updates:
- there is no need for gcc 4.6 in nux and unity packages;
- accountsservice-ubuntu is outdated, actual version is 6ubuntu3.

UPD. Repo is updated (full rebuild). Because I've added plasma-widget-menubar and xfce4-indicator-plugin, now "install Unity only" string is changed to

# pacman -S $(pacman -Slq unity | grep -v plasma-widget-menubar | grep -v xfce4-indicator-plugin)

If you do just

# pacman -S $(pacman -Slq unity)

as before, pacman will install XFCE and KDE as deps smile

Last edited by pekmop1024 (2012-08-21 15:22:52)


ArchLinux x86_64 (passively cooled): Xeon E3 1230v2 - 32GB - GTX1050Ti KalmX - Samsung 850 EVO 1TB - 3x2TB Seagate - Creative X-Fi Titanium - Cheiftec GPS-500C
ArchLinux x86_64 (FrankenPad T420): i7 2720QM - 16GB - NVS 4200M - Samsung 840 EVO 1TB - FullHD IPS mod - Intel 7260AC - Sierra Wireless MC7304

Offline

#804 2012-08-21 19:19:35

chenxiaolong
Member
From: /home/chenxiaolong
Registered: 2010-11-03
Posts: 784

Re: Progress on Unity under Arch Linux!

pekmop1024 wrote:

quiro91, as I said, there is no need for GCC 4.6 for building because Quantal is using GCC 4.7, maybe chenxiaolong just forgot to update this. You may edit PKGBUILD by yourself or use one of my PKGBUILDs.

I didn't forget big_smile GCC 4.6 used to crash a lot on my old computer, so I wanted to test on that computer first.

Anyway, Unity runs fine on all my computers with GCC 4.7, so the PKGBUILD's no longer use 4.6 smile

EDIT: Accountsservice was updated to the latest version smile

Last edited by chenxiaolong (2012-08-21 19:24:24)

Offline

#805 2012-08-22 13:40:34

b9anders
Member
Registered: 2007-11-07
Posts: 691

Re: Progress on Unity under Arch Linux!

b9anders wrote:

Anyone fancy making a PKGBUILD  indicator-calendar? New indicator for google calender:

https://code.launchpad.net/~atareao/cal … ator/trunk

I wrestled with this for half an hour but the truth is I don't know what I am doing. If copy pasting and modifying from various PKGBUILDS that seem like they should work isn't working, I don't really know where to go from there.

Sorry for the bump, but I am still hoping someone might fancy doing this if they just knew it was there. smile

Offline

#806 2012-08-22 14:47:29

oi_wtf
Member
From: /home/wtf
Registered: 2012-03-11
Posts: 191

Re: Progress on Unity under Arch Linux!

Well, I'm not using it personally, but I'll make you one, as soon as I've got the time, b9anders.
Should be simple...

//EDIT: PKGBUILD, checked with namcap and compared packages content to the ubuntu ppa package I found here, all files should be in the right place... but I haven't tested it yet.
Sadly, there isn't any kind of Makefile in that code, all files are copied to their right place by dpkg-buildpackage, so I had to do that in the PKGBUILD...
Also, I've got no idea, if it uses python2 or python3, so you might have to add

sed -i 's|\(#!.*bin.*python$\)|\12|g' <file>

for some files in the PKGBUILD...

Last edited by oi_wtf (2012-08-22 16:03:00)


Laptop:   Arch Linux (x86_64) and Win10 (x86_64);  Intel Core i7-3630QM @ 2.40GHz, 8 GiB RAM, NViDiA GeForce GT 650M w/ 2 GiB
Desktop: Arch Linux (x86_64) and Win10 (x86_64);  Intel Core i7-4771  @ 3.50GHz, 32 GiB RAM, AMD Radeon RX 480 w/ 8 GiB

Offline

#807 2012-08-22 16:02:41

b9anders
Member
Registered: 2007-11-07
Posts: 691

Re: Progress on Unity under Arch Linux!

Thanks a lot, oi. It uses python2 and needs python2-httplib2 as a dependency as well, but after fixing that I've got it running. smile

This is perfect. Been missing something like this for ages.

Last edited by b9anders (2012-08-22 16:04:42)

Offline

#808 2012-08-22 16:10:50

oi_wtf
Member
From: /home/wtf
Registered: 2012-03-11
Posts: 191

Re: Progress on Unity under Arch Linux!

btw, if you install abs-Package you've got plenty of templates for PKGBUILDs in your /usr/share/pacman directory wink


Laptop:   Arch Linux (x86_64) and Win10 (x86_64);  Intel Core i7-3630QM @ 2.40GHz, 8 GiB RAM, NViDiA GeForce GT 650M w/ 2 GiB
Desktop: Arch Linux (x86_64) and Win10 (x86_64);  Intel Core i7-4771  @ 3.50GHz, 32 GiB RAM, AMD Radeon RX 480 w/ 8 GiB

Offline

#809 2012-08-24 16:56:40

rilian-la-te
Member
Registered: 2012-08-24
Posts: 42

Re: Progress on Unity under Arch Linux!

Offline

#810 2012-08-24 20:14:09

sku
Member
Registered: 2012-08-24
Posts: 4

Re: Progress on Unity under Arch Linux!

Some questions:
1) Is link in first post valid and up-to-date? It has some scary screenshots, it's not clear, where is the state-of-the-art going, in the repo mentioned or somewhere else.
2) why it is not on AUR? Are there bugs or other subtle things that prevent this from happen?
3) Sorry, I do not want to read all the 33 pages, I just want to try Unity. Is there a more convenient way to install it then " just clone my git repository and read the README file". I am not sure that I want to clone repositories. Can I just add something to repo list and just install it from, well, yaourt?
4) Does it work just as it is or I have to hack PKGBUILD's to get it to work?

Offline

#811 2012-08-24 20:15:02

pekmop1024
Member
From: Kiev/Feodosia
Registered: 2010-04-21
Posts: 126
Website

Re: Progress on Unity under Arch Linux!


ArchLinux x86_64 (passively cooled): Xeon E3 1230v2 - 32GB - GTX1050Ti KalmX - Samsung 850 EVO 1TB - 3x2TB Seagate - Creative X-Fi Titanium - Cheiftec GPS-500C
ArchLinux x86_64 (FrankenPad T420): i7 2720QM - 16GB - NVS 4200M - Samsung 840 EVO 1TB - FullHD IPS mod - Intel 7260AC - Sierra Wireless MC7304

Offline

#812 2012-08-24 20:16:38

sku
Member
Registered: 2012-08-24
Posts: 4

Re: Progress on Unity under Arch Linux!

Thanks, pekmop1024.

Offline

#813 2012-08-25 00:23:15

sku
Member
Registered: 2012-08-24
Posts: 4

Re: Progress on Unity under Arch Linux!

I've read about it more closely and installed it from sources. Works as a charm, arch theme is looking excellent. Thanks you all.

Offline

#814 2012-08-25 10:24:11

b9anders
Member
Registered: 2007-11-07
Posts: 691

Re: Progress on Unity under Arch Linux!

Is anyone else having problems with the systray? It keeps disappearing from the panel. When I switch workspaces, it becomes briefly visible, but then it returns to being hidden away and unresponsive to clicks. usually, restarting compiz restores it (though it's a pain, as it doesn't remember the workspaces windows were in properly) but lately it disappears again almost immediately after.

The indicators are fine. It's only those apps that still haven't got one and appear in the systray instead that trouble.

Offline

#815 2012-08-25 11:00:06

oi_wtf
Member
From: /home/wtf
Registered: 2012-03-11
Posts: 191

Re: Progress on Unity under Arch Linux!

My systray is fine... looking like it should at the same place as ever...
Well, I now noticed, it's only on my first display, though.
But no problems when switching workspaces.


Laptop:   Arch Linux (x86_64) and Win10 (x86_64);  Intel Core i7-3630QM @ 2.40GHz, 8 GiB RAM, NViDiA GeForce GT 650M w/ 2 GiB
Desktop: Arch Linux (x86_64) and Win10 (x86_64);  Intel Core i7-4771  @ 3.50GHz, 32 GiB RAM, AMD Radeon RX 480 w/ 8 GiB

Offline

#816 2012-08-27 00:07:37

chenxiaolong
Member
From: /home/chenxiaolong
Registered: 2010-11-03
Posts: 784

Re: Progress on Unity under Arch Linux!

I have some good and bad news for today.

The good news: Ubuntu finally stops using the deprecated GConf in many packages. This means that we won't have problems with Unity not loading due to issues with registering GConf schemas anymore.

The bad news: The dropping of GConf support in the packages means that Unity 2D will no longer work. I currently don't have enough experience to port Unity 2D to GSettings and certainly don't have enough knowledge to maintain the code sad Those who want to continue using Unity 2D need to downgrade all of the GNOME packages to the Ubuntu 12.04 versions, Unity and all its lenses to version 5, and all the indicators to the pre-12.10.0 versions. This is because Ubuntu deleted all the 12.10 sources from its repos. Please note: if you are willing to go through all that work to use Unity 2D, you will still run into the previous DBus issue that caused indicators to not show up.

For Unity 3D users: the newest Compiz and Unity updates should use a lot less CPU usage and feel faster in general smile

EDIT: Please remove indicator-messages-gtk2 after updating.

Last edited by chenxiaolong (2012-08-27 00:08:48)

Offline

#817 2012-08-27 01:18:37

oi_wtf
Member
From: /home/wtf
Registered: 2012-03-11
Posts: 191

Re: Progress on Unity under Arch Linux!

got an issue, after the update, all gtk apps, including gnome-session (no login possible), now crash with following error:

(updater:5865): GLib-GIO-ERROR **: Settings schema 'com.canonical.desktop.interface' is not installed

So much for no error due Schemas wink

//EDIT: Found out which package is causing this, it's "overlay-scrollbar"
//EDIT2: I think it should be '  rm -rvf "${pkgdir}/usr/lib"' in line 47 of the PKGBUILD

Last edited by oi_wtf (2012-08-27 01:52:43)


Laptop:   Arch Linux (x86_64) and Win10 (x86_64);  Intel Core i7-3630QM @ 2.40GHz, 8 GiB RAM, NViDiA GeForce GT 650M w/ 2 GiB
Desktop: Arch Linux (x86_64) and Win10 (x86_64);  Intel Core i7-4771  @ 3.50GHz, 32 GiB RAM, AMD Radeon RX 480 w/ 8 GiB

Offline

#818 2012-08-27 02:58:58

chenxiaolong
Member
From: /home/chenxiaolong
Registered: 2010-11-03
Posts: 784

Re: Progress on Unity under Arch Linux!

oi_wtf wrote:

got an issue, after the update, all gtk apps, including gnome-session (no login possible), now crash with following error:

(updater:5865): GLib-GIO-ERROR **: Settings schema 'com.canonical.desktop.interface' is not installed

So much for no error due Schemas wink

//EDIT: Found out which package is causing this, it's "overlay-scrollbar"
//EDIT2: I think it should be '  rm -rvf "${pkgdir}/usr/lib"' in line 47 of the PKGBUILD

Ahh...thanks a lot for finding the solution! I must be really tired today. First, I broke the Compiz package (also due to missing schemas) and now this smile

Offline

#819 2012-08-27 03:07:53

oi_wtf
Member
From: /home/wtf
Registered: 2012-03-11
Posts: 191

Re: Progress on Unity under Arch Linux!

No harm done wink

Well, I'm pretty tired too (It's 5am here, atm) I'll just start the compiz build and try get to my bed big_smile


Laptop:   Arch Linux (x86_64) and Win10 (x86_64);  Intel Core i7-3630QM @ 2.40GHz, 8 GiB RAM, NViDiA GeForce GT 650M w/ 2 GiB
Desktop: Arch Linux (x86_64) and Win10 (x86_64);  Intel Core i7-4771  @ 3.50GHz, 32 GiB RAM, AMD Radeon RX 480 w/ 8 GiB

Offline

#820 2012-08-27 03:26:35

chenxiaolong
Member
From: /home/chenxiaolong
Registered: 2010-11-03
Posts: 784

Re: Progress on Unity under Arch Linux!

oi_wtf wrote:

No harm done wink

Well, I'm pretty tired too (It's 5am here, atm) I'll just start the compiz build and try get to my bed big_smile

Wow, 5 am! And I thought I stayed up late (3 am) smile

Offline

#821 2012-08-27 12:33:26

oi_wtf
Member
From: /home/wtf
Registered: 2012-03-11
Posts: 191

Re: Progress on Unity under Arch Linux!

Another issue,
the files

/usr/share/glib-2.0/schemas/org.compiz.networkarearegion.gschema.xml
/usr/share/glib-2.0/schemas/org.compiz.unitydialog.gschema.xml
/usr/share/glib-2.0/schemas/org.compiz.unitymtgrabhandles.gschema.xml
/usr/share/glib-2.0/schemas/org.compiz.unityshell.gschema.xml

didn't get installed on my system.
They don't matter when using compiz with gconf backend, but they cause ccsm to crash when using gsettings backend.
I copied them from here for now...


Laptop:   Arch Linux (x86_64) and Win10 (x86_64);  Intel Core i7-3630QM @ 2.40GHz, 8 GiB RAM, NViDiA GeForce GT 650M w/ 2 GiB
Desktop: Arch Linux (x86_64) and Win10 (x86_64);  Intel Core i7-4771  @ 3.50GHz, 32 GiB RAM, AMD Radeon RX 480 w/ 8 GiB

Offline

#822 2012-08-27 19:05:50

chenxiaolong
Member
From: /home/chenxiaolong
Registered: 2010-11-03
Posts: 784

Re: Progress on Unity under Arch Linux!

oi_wtf wrote:

Another issue,
the files

/usr/share/glib-2.0/schemas/org.compiz.networkarearegion.gschema.xml
/usr/share/glib-2.0/schemas/org.compiz.unitydialog.gschema.xml
/usr/share/glib-2.0/schemas/org.compiz.unitymtgrabhandles.gschema.xml
/usr/share/glib-2.0/schemas/org.compiz.unityshell.gschema.xml

didn't get installed on my system.
They don't matter when using compiz with gconf backend, but they cause ccsm to crash when using gsettings backend.
I copied them from here for now...

Unity's CMake build system seems to be very inconsistent. I just tried running makepkg and those files were missing. I ran makepkg again and the files were there. I ran it a third time and the files were missing again.

I'll just make the PKGBUILD install the schemas manually.

EDIT: If you didn't clean out your build directory, could you tar and upload the src/ directory? Thanks!

Last edited by chenxiaolong (2012-08-27 19:12:30)

Offline

#823 2012-08-27 19:59:50

oi_wtf
Member
From: /home/wtf
Registered: 2012-03-11
Posts: 191

Re: Progress on Unity under Arch Linux!


Laptop:   Arch Linux (x86_64) and Win10 (x86_64);  Intel Core i7-3630QM @ 2.40GHz, 8 GiB RAM, NViDiA GeForce GT 650M w/ 2 GiB
Desktop: Arch Linux (x86_64) and Win10 (x86_64);  Intel Core i7-4771  @ 3.50GHz, 32 GiB RAM, AMD Radeon RX 480 w/ 8 GiB

Offline

#824 2012-08-27 20:10:03

chenxiaolong
Member
From: /home/chenxiaolong
Registered: 2010-11-03
Posts: 784

Re: Progress on Unity under Arch Linux!

I can't seem to download it:

This file is currently set to private.

When a file is set to private by its owner only the owner of the file can access it. If you are the owner of the file please log into your account to access this file.

If you believe you have reached this page in error, please submit a ticket.
Click here to view our help resources

Offline

#825 2012-08-27 20:12:06

oi_wtf
Member
From: /home/wtf
Registered: 2012-03-11
Posts: 191

Re: Progress on Unity under Arch Linux!

Sorry, forgot to mark it as public...


Laptop:   Arch Linux (x86_64) and Win10 (x86_64);  Intel Core i7-3630QM @ 2.40GHz, 8 GiB RAM, NViDiA GeForce GT 650M w/ 2 GiB
Desktop: Arch Linux (x86_64) and Win10 (x86_64);  Intel Core i7-4771  @ 3.50GHz, 32 GiB RAM, AMD Radeon RX 480 w/ 8 GiB

Offline

Board footer

Powered by FluxBB