You are not logged in.

#201 2011-12-20 19:43:45

kuglee
Member
Registered: 2011-09-02
Posts: 61

Re: Progress on Unity under Arch Linux!

Application indicator is also behaving strange. It gets under the panel sometimes.

Offline

#202 2011-12-20 22:35:09

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: Progress on Unity under Arch Linux!

chenxiaolong wrote:
venky80 wrote:

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 big_smile)

So are there plans to integrate pacman with unity?


Acer Aspire V5-573P Antergos KDE

Offline

#203 2011-12-22 07:24:42

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

Re: Progress on Unity under Arch Linux!

I'm happy to say that with starting from Qt 4.8, the Ubuntu appmenu patches have been integrated upstream! This means that there's no need for the 'qt-ubuntu' package anymore (minus ~1 hour of compiling big_smile). I will update the packages tomorrow and post instructions on how to switch back to the Arch Linux Qt package.

Offline

#204 2011-12-22 07:28:28

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

Re: Progress on Unity under Arch Linux!

venky80 wrote:

So are there plans to integrate pacman with unity?

Definitely smile I'm still learning C++, so it's going to take me a while, but I really want to make Unity integrate with Arch Linux as well as it does with Ubuntu.

Is there a good GUI pacman updater that you know of? In Ubuntu, clicking the update icon launches the update manager.

Offline

#205 2011-12-22 11:12:03

rleyh
Member
From: germany
Registered: 2011-10-14
Posts: 28

Re: Progress on Unity under Arch Linux!

chenxiaolong wrote:
venky80 wrote:

So are there plans to integrate pacman with unity?

Definitely smile I'm still learning C++, so it's going to take me a while, but I really want to make Unity integrate with Arch Linux as well as it does with Ubuntu.

Is there a good GUI pacman updater that you know of? In Ubuntu, clicking the update icon launches the update manager.

fcac53165801926.jpg

Checkout GNOME_PackageKit https://wiki.archlinux.org/index.php/Pa … PackageKit this should look very similar to Ubuntus updater and you'd just have to start it from Unity. No AUR integration though.

Last edited by rleyh (2011-12-22 11:15:56)

Offline

#206 2011-12-22 12:49:49

Zom
Member
From: Sweden
Registered: 2007-10-27
Posts: 430

Re: Progress on Unity under Arch Linux!

2nd:ing packagekit, it's probably the most stable solution available right now. It also has an update applet and will check for updates automatically IIRC.

Offline

#207 2011-12-22 17:55:28

mr_comic
Member
From: México
Registered: 2011-02-20
Posts: 52
Website

Re: Progress on Unity under Arch Linux!

\o/ I'm really happy with Unity, surprisingly it uses a lot less ram than gnome shell and now that I won't have to recompile Qt it's a lot time less big_smile I'd really love to learn how to patch and help you guys.

Offline

#208 2011-12-22 21:25:52

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

Re: Progress on Unity under Arch Linux!

Instructions for reverting back to the Arch Linux version of qt

1. Remove the qt-private-headers-ubuntu package. This directly depends on qt-ubuntu, so pacman will fail when trying to remove qt-ubuntu later. No packages depend on it.

pacman -Rc qt-private-headers-ubuntu

If pacman tries to remove more than just that package, try this:

pacman -Rd qt-private-headers-ubuntu

2. Update all the git packages to the latest versions. I've fixed all the Qt dependencies so that they don't depend on qt-ubuntu

cd /path/to/Unity-for-Arch
git pull
# Update packages listed by:
./What_can_I_update\?.sh

3. Install the Arch Linux version of qt:

pacman -Syyu qt

Here's the commit for those who want to see what was changed: https://github.com/chenxiaolong/Unity-f … 779d2bf844

Hope this helps smile

EDIT: There seems to be a bug with the script that causes it to not show the unity-2d package. If you have it installed, make sure it gets updated as well, or pacman will complain after every update and install smile

Last edited by chenxiaolong (2011-12-22 21:48:34)

Offline

#209 2011-12-22 21:46:38

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

Re: Progress on Unity under Arch Linux!

rleyh wrote:

http://thumbnails39.imagebam.com/16581/fcac53165801926.jpg

Checkout GNOME_PackageKit https://wiki.archlinux.org/index.php/Pa … PackageKit this should look very similar to Ubuntus updater and you'd just have to start it from Unity. No AUR integration though.

Zom wrote:

2nd:ing packagekit, it's probably the most stable solution available right now. It also has an update applet and will check for updates automatically IIRC.

It looks great! I don't think that AUR integration is needed, although maybe it could work by change it to wrap around yaourt or packer instead of pacman.

mr_comic wrote:

\o/ I'm really happy with Unity, surprisingly it uses a lot less ram than gnome shell and now that I won't have to recompile Qt it's a lot time less big_smile I'd really love to learn how to patch and help you guys.

Yeah, Qt tokes an extremely long time to compile. Yesterday, I had no idea that the appmenu patch was integrated upstream, so I was testing the patches one by one until I got to the appmenu patch and it said something like "do you want to revert this patch?" and I was like...OHHHHHHHHHHHHHH...YES! big_smile

As for the RAM usage, I've never really payed much attention to it. I've only cared about CPU and GPU usage as that's what kills the battery power on my laptop. Unity and Gnome Shell are both pretty good with this at about 7% CPU usage when idle, but surprisingly KDE's Kwin only uses 2% of the CPU when idle.

Offline

#210 2011-12-23 21:37:39

mrmylanman
Member
From: Altamonte Springs, FL, USA
Registered: 2011-03-13
Posts: 178

Re: Progress on Unity under Arch Linux!

Unity seemed to build perfectly fine, however when I select it in GDM, I get the error "Failed to load session "Unity"".  I can't find any relevent logs...  If anyone can provide help I'd be grateful!


Arch user since 2011-03-13

Thinkpad X220 Intel Core i7-2640M CPU, 16GB DDR3-1333 RAM, 160GB Intel SATA II SSD & 60GB OCZ mSATA SSD, 12.5" IPS 1366x768 Display, 6-cell Battery
(Installation date:  2012-03-19)

Offline

#211 2011-12-23 21:43:17

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

Re: Progress on Unity under Arch Linux!

@mrmylanman: Could you post the output of the following commands:

ls /usr/share/gnome-session/sessions/
ls /usr/share/xsessions/
pacman -Ql gnome-session-ubuntu

and also the contents of the following files:

~/.xsession-errors
/usr/share/gnome-session/sessions/ubuntu.session
/usr/share/xsessions/ubuntu.desktop

Offline

#212 2011-12-23 21:54:17

mrmylanman
Member
From: Altamonte Springs, FL, USA
Registered: 2011-03-13
Posts: 178

Re: Progress on Unity under Arch Linux!

Thanks for the prompt response!

[ mylan @ mylan-laptop : ~ ] $ ls /usr/share/gnome-session/sessions                              $ [ 0 pts/0 16:48:51 11-12-23 ]
total 20K
-rw-r--r-- 1 root root  170 Oct 19 12:59 gdm-fallback.session
-rw-r--r-- 1 root root  243 Oct 19 12:59 gdm-shell.session
-rw-r--r-- 1 root root 2.0K Dec 23 16:47 gnome-fallback.session
-rw-r--r-- 1 root root 1.5K Dec 23 16:47 gnome.session
-rw-r--r-- 1 root root  248 Dec 23 16:25 unity.session
[ mylan @ mylan-laptop : ~ ] $ ls /usr/share/xsessions                                           $ [ 0 pts/0 16:49:31 11-12-23 ]
total 24K
-rw-r--r-- 1 root root 6.6K Dec 23 16:47 gnome.desktop
lrwxrwxrwx 1 root root   47 Dec  8 11:15 kde-plasma.desktop -> /usr/share/apps/kdm/sessions/kde-plasma.desktop
lrwxrwxrwx 1 root root   52 Dec  8 11:15 kde-plasma-safe.desktop -> /usr/share/apps/kdm/sessions/kde-plasma-safe.desktop
-rw-r--r-- 1 root root  214 Aug 28 20:00 openbox.desktop
-rw-r--r-- 1 root root  227 Aug 28 20:00 openbox-gnome.desktop
-rw-r--r-- 1 root root  214 Aug 28 20:00 openbox-kde.desktop
-rw-r--r-- 1 root root  140 Dec 23 16:25 unity.desktop
[ mylan @ mylan-laptop : ~ ] $ sudo pacman -Ql gnome-session-ubuntu                              $ [ 0 pts/0 16:49:59 11-12-23 ]
gnome-session-ubuntu /usr/
gnome-session-ubuntu /usr/bin/
gnome-session-ubuntu /usr/bin/gnome-session
gnome-session-ubuntu /usr/bin/gnome-session-properties
gnome-session-ubuntu /usr/bin/gnome-session-quit
gnome-session-ubuntu /usr/lib/
gnome-session-ubuntu /usr/lib/gnome-session/
gnome-session-ubuntu /usr/lib/gnome-session/gnome-session-check-accelerated
gnome-session-ubuntu /usr/lib/gnome-session/gnome-session-check-accelerated-helper
gnome-session-ubuntu /usr/share/
gnome-session-ubuntu /usr/share/GConf/
gnome-session-ubuntu /usr/share/GConf/gsettings/
gnome-session-ubuntu /usr/share/GConf/gsettings/gnome-session.convert
gnome-session-ubuntu /usr/share/applications/
gnome-session-ubuntu /usr/share/applications/session-properties.desktop
gnome-session-ubuntu /usr/share/doc/
gnome-session-ubuntu /usr/share/doc/gnome-session/
gnome-session-ubuntu /usr/share/doc/gnome-session/dbus/
gnome-session-ubuntu /usr/share/doc/gnome-session/dbus/gnome-session.html
gnome-session-ubuntu /usr/share/glib-2.0/
gnome-session-ubuntu /usr/share/glib-2.0/schemas/
gnome-session-ubuntu /usr/share/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
gnome-session-ubuntu /usr/share/gnome-session/
gnome-session-ubuntu /usr/share/gnome-session/gsm-inhibit-dialog.ui
gnome-session-ubuntu /usr/share/gnome-session/session-properties.ui
gnome-session-ubuntu /usr/share/gnome-session/sessions/
gnome-session-ubuntu /usr/share/gnome-session/sessions/gnome-fallback.session
gnome-session-ubuntu /usr/share/gnome-session/sessions/gnome.session
gnome-session-ubuntu /usr/share/icons/
gnome-session-ubuntu /usr/share/icons/hicolor/
gnome-session-ubuntu /usr/share/icons/hicolor/16x16/
gnome-session-ubuntu /usr/share/icons/hicolor/16x16/apps/
gnome-session-ubuntu /usr/share/icons/hicolor/16x16/apps/session-properties.png
gnome-session-ubuntu /usr/share/icons/hicolor/22x22/
gnome-session-ubuntu /usr/share/icons/hicolor/22x22/apps/
gnome-session-ubuntu /usr/share/icons/hicolor/22x22/apps/session-properties.png
gnome-session-ubuntu /usr/share/icons/hicolor/24x24/
gnome-session-ubuntu /usr/share/icons/hicolor/24x24/apps/
gnome-session-ubuntu /usr/share/icons/hicolor/24x24/apps/session-properties.png
gnome-session-ubuntu /usr/share/icons/hicolor/32x32/
gnome-session-ubuntu /usr/share/icons/hicolor/32x32/apps/
gnome-session-ubuntu /usr/share/icons/hicolor/32x32/apps/session-properties.png
gnome-session-ubuntu /usr/share/icons/hicolor/48x48/
gnome-session-ubuntu /usr/share/icons/hicolor/48x48/apps/
gnome-session-ubuntu /usr/share/icons/hicolor/48x48/apps/session-properties.png
gnome-session-ubuntu /usr/share/icons/hicolor/scalable/
gnome-session-ubuntu /usr/share/icons/hicolor/scalable/apps/
gnome-session-ubuntu /usr/share/icons/hicolor/scalable/apps/session-properties.svg
gnome-session-ubuntu /usr/share/locale/
gnome-session-ubuntu /usr/share/locale/af/
gnome-session-ubuntu /usr/share/locale/af/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/af/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/am/
gnome-session-ubuntu /usr/share/locale/am/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/am/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ar/
gnome-session-ubuntu /usr/share/locale/ar/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ar/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/as/
gnome-session-ubuntu /usr/share/locale/as/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/as/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ast/
gnome-session-ubuntu /usr/share/locale/ast/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ast/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/az/
gnome-session-ubuntu /usr/share/locale/az/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/az/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/be/
gnome-session-ubuntu /usr/share/locale/be/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/be/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/be@latin/
gnome-session-ubuntu /usr/share/locale/be@latin/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/be@latin/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/bg/
gnome-session-ubuntu /usr/share/locale/bg/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/bg/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/bn/
gnome-session-ubuntu /usr/share/locale/bn/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/bn/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/bn_IN/
gnome-session-ubuntu /usr/share/locale/bn_IN/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/bn_IN/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/br/
gnome-session-ubuntu /usr/share/locale/br/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/br/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/bs/
gnome-session-ubuntu /usr/share/locale/bs/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/bs/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ca/
gnome-session-ubuntu /usr/share/locale/ca/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ca/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ca@valencia/
gnome-session-ubuntu /usr/share/locale/ca@valencia/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ca@valencia/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/crh/
gnome-session-ubuntu /usr/share/locale/crh/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/crh/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/cs/
gnome-session-ubuntu /usr/share/locale/cs/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/cs/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/cy/
gnome-session-ubuntu /usr/share/locale/cy/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/cy/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/da/
gnome-session-ubuntu /usr/share/locale/da/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/da/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/de/
gnome-session-ubuntu /usr/share/locale/de/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/de/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/dz/
gnome-session-ubuntu /usr/share/locale/dz/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/dz/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/el/
gnome-session-ubuntu /usr/share/locale/el/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/el/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/en@shaw/
gnome-session-ubuntu /usr/share/locale/en@shaw/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/en@shaw/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/en_CA/
gnome-session-ubuntu /usr/share/locale/en_CA/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/en_CA/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/en_GB/
gnome-session-ubuntu /usr/share/locale/en_GB/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/en_GB/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/eo/
gnome-session-ubuntu /usr/share/locale/eo/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/eo/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/es/
gnome-session-ubuntu /usr/share/locale/es/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/es/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/et/
gnome-session-ubuntu /usr/share/locale/et/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/et/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/eu/
gnome-session-ubuntu /usr/share/locale/eu/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/eu/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/fa/
gnome-session-ubuntu /usr/share/locale/fa/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/fa/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/fi/
gnome-session-ubuntu /usr/share/locale/fi/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/fi/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/fr/
gnome-session-ubuntu /usr/share/locale/fr/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/fr/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/fur/
gnome-session-ubuntu /usr/share/locale/fur/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/fur/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/fy/
gnome-session-ubuntu /usr/share/locale/fy/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/fy/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ga/
gnome-session-ubuntu /usr/share/locale/ga/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ga/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/gl/
gnome-session-ubuntu /usr/share/locale/gl/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/gl/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/gu/
gnome-session-ubuntu /usr/share/locale/gu/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/gu/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ha/
gnome-session-ubuntu /usr/share/locale/ha/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ha/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/he/
gnome-session-ubuntu /usr/share/locale/he/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/he/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/hi/
gnome-session-ubuntu /usr/share/locale/hi/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/hi/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/hr/
gnome-session-ubuntu /usr/share/locale/hr/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/hr/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/hu/
gnome-session-ubuntu /usr/share/locale/hu/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/hu/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/hy/
gnome-session-ubuntu /usr/share/locale/hy/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/hy/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/id/
gnome-session-ubuntu /usr/share/locale/id/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/id/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ig/
gnome-session-ubuntu /usr/share/locale/ig/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ig/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/is/
gnome-session-ubuntu /usr/share/locale/is/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/is/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/it/
gnome-session-ubuntu /usr/share/locale/it/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/it/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ja/
gnome-session-ubuntu /usr/share/locale/ja/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ja/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ka/
gnome-session-ubuntu /usr/share/locale/ka/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ka/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/kn/
gnome-session-ubuntu /usr/share/locale/kn/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/kn/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ko/
gnome-session-ubuntu /usr/share/locale/ko/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ko/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ku/
gnome-session-ubuntu /usr/share/locale/ku/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ku/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/lt/
gnome-session-ubuntu /usr/share/locale/lt/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/lt/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/lv/
gnome-session-ubuntu /usr/share/locale/lv/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/lv/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/mai/
gnome-session-ubuntu /usr/share/locale/mai/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/mai/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/mg/
gnome-session-ubuntu /usr/share/locale/mg/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/mg/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/mi/
gnome-session-ubuntu /usr/share/locale/mi/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/mi/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/mk/
gnome-session-ubuntu /usr/share/locale/mk/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/mk/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ml/
gnome-session-ubuntu /usr/share/locale/ml/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ml/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/mn/
gnome-session-ubuntu /usr/share/locale/mn/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/mn/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/mr/
gnome-session-ubuntu /usr/share/locale/mr/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/mr/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ms/
gnome-session-ubuntu /usr/share/locale/ms/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ms/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/nb/
gnome-session-ubuntu /usr/share/locale/nb/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/nb/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/nds/
gnome-session-ubuntu /usr/share/locale/nds/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/nds/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ne/
gnome-session-ubuntu /usr/share/locale/ne/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ne/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/nl/
gnome-session-ubuntu /usr/share/locale/nl/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/nl/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/nn/
gnome-session-ubuntu /usr/share/locale/nn/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/nn/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/nso/
gnome-session-ubuntu /usr/share/locale/nso/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/nso/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/oc/
gnome-session-ubuntu /usr/share/locale/oc/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/oc/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/or/
gnome-session-ubuntu /usr/share/locale/or/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/or/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/pa/
gnome-session-ubuntu /usr/share/locale/pa/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/pa/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/pl/
gnome-session-ubuntu /usr/share/locale/pl/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/pl/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ps/
gnome-session-ubuntu /usr/share/locale/ps/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ps/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/pt/
gnome-session-ubuntu /usr/share/locale/pt/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/pt/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/pt_BR/
gnome-session-ubuntu /usr/share/locale/pt_BR/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/pt_BR/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ro/
gnome-session-ubuntu /usr/share/locale/ro/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ro/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ru/
gnome-session-ubuntu /usr/share/locale/ru/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ru/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/rw/
gnome-session-ubuntu /usr/share/locale/rw/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/rw/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/si/
gnome-session-ubuntu /usr/share/locale/si/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/si/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/sk/
gnome-session-ubuntu /usr/share/locale/sk/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/sk/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/sl/
gnome-session-ubuntu /usr/share/locale/sl/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/sl/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/sq/
gnome-session-ubuntu /usr/share/locale/sq/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/sq/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/sr/
gnome-session-ubuntu /usr/share/locale/sr/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/sr/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/sr@latin/
gnome-session-ubuntu /usr/share/locale/sr@latin/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/sr@latin/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/sv/
gnome-session-ubuntu /usr/share/locale/sv/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/sv/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ta/
gnome-session-ubuntu /usr/share/locale/ta/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ta/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/te/
gnome-session-ubuntu /usr/share/locale/te/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/te/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/th/
gnome-session-ubuntu /usr/share/locale/th/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/th/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/tk/
gnome-session-ubuntu /usr/share/locale/tk/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/tk/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/tr/
gnome-session-ubuntu /usr/share/locale/tr/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/tr/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/ug/
gnome-session-ubuntu /usr/share/locale/ug/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/ug/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/uk/
gnome-session-ubuntu /usr/share/locale/uk/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/uk/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/uz/
gnome-session-ubuntu /usr/share/locale/uz/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/uz/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/uz@cyrillic/
gnome-session-ubuntu /usr/share/locale/uz@cyrillic/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/uz@cyrillic/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/vi/
gnome-session-ubuntu /usr/share/locale/vi/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/vi/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/wa/
gnome-session-ubuntu /usr/share/locale/wa/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/wa/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/xh/
gnome-session-ubuntu /usr/share/locale/xh/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/xh/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/yo/
gnome-session-ubuntu /usr/share/locale/yo/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/yo/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/zh_CN/
gnome-session-ubuntu /usr/share/locale/zh_CN/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/zh_CN/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/zh_HK/
gnome-session-ubuntu /usr/share/locale/zh_HK/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/zh_HK/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/zh_TW/
gnome-session-ubuntu /usr/share/locale/zh_TW/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/zh_TW/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/locale/zu/
gnome-session-ubuntu /usr/share/locale/zu/LC_MESSAGES/
gnome-session-ubuntu /usr/share/locale/zu/LC_MESSAGES/gnome-session-3.0.mo
gnome-session-ubuntu /usr/share/man/
gnome-session-ubuntu /usr/share/man/man1/
gnome-session-ubuntu /usr/share/man/man1/gnome-session-properties.1.gz
gnome-session-ubuntu /usr/share/man/man1/gnome-session-quit.1.gz
gnome-session-ubuntu /usr/share/man/man1/gnome-session.1.gz
gnome-session-ubuntu /usr/share/xsessions/
gnome-session-ubuntu /usr/share/xsessions/gnome.desktop
[ mylan @ mylan-laptop : ~ ] $ cat ~/.xsession-errors                                            $ [ 0 pts/0 16:50:19 11-12-23 ]
/etc/gdm/Xsession: Beginning session setup...
localuser:mylan being added to access control list
/etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session
GNOME_KEYRING_CONTROL=/tmp/keyring-FkiSVg
GPG_AGENT_INFO=/tmp/keyring-FkiSVg/gpg:0:1
GNOME_KEYRING_CONTROL=/tmp/keyring-FkiSVg
GPG_AGENT_INFO=/tmp/keyring-FkiSVg/gpg:0:1
GNOME_KEYRING_CONTROL=/tmp/keyring-FkiSVg
GPG_AGENT_INFO=/tmp/keyring-FkiSVg/gpg:0:1
SSH_AUTH_SOCK=/tmp/keyring-FkiSVg/ssh
GNOME_KEYRING_CONTROL=/tmp/keyring-FkiSVg
GPG_AGENT_INFO=/tmp/keyring-FkiSVg/gpg:0:1
SSH_AUTH_SOCK=/tmp/keyring-FkiSVg/ssh
Window manager warning: Failed to load theme "Zukitwo-Dark": Failed to find a valid file for theme Zukitwo-Dark

Initializing tracker-store...
Tracker-Message: Setting up monitor for changes to config file:'/home/mylan/.config/tracker/tracker-store.cfg'
Tracker-Message: Setting up monitor for changes to config file:'/home/mylan/.config/tracker/tracker-store.cfg'
Starting log:
  File:'/home/mylan/.local/share/tracker/tracker-store.log'
Initializing tracker-miner-fs...
Tracker-Message: Setting up monitor for changes to config file:'/home/mylan/.config/tracker/tracker-miner-fs.cfg'
Starting log:
  File:'/home/mylan/.local/share/tracker/tracker-miner-fs.log'
Window manager warning: Log level 8: gtk_style_context_add_provider: assertion `GTK_IS_STYLE_PROVIDER (provider)' failed
Failed to play sound: File or data not found
** Message: applet now removed from the notification area
(gnome-shell:14569): folks-DEBUG: individual-aggregator.vala:310: Setting primary store IDs to defaults.
(gnome-shell:14569): folks-DEBUG: individual-aggregator.vala:338: Primary store IDs are 'eds' and 'system'.
      JS LOG: GNOME Shell started at Fri Dec 23 2011 16:48:34 GMT-0500 (EST)
** Message: applet now embedded in the notification area

(gnome-shell:14569): folks-WARNING **: Error preparing persona store 'eds:1320063368.3586.3@mylan-laptop': Couldn't open address book ?1320063368.3586.3@mylan-laptop?: Cannot open book: Cannot process, book backend is opening

(gnome-shell:14569): folks-WARNING **: Error preparing persona store 'eds:1320063241.3586.1@mylan-laptop': Couldn't open address book ?1320063241.3586.1@mylan-laptop?: Cannot open book: Cannot process, book backend is opening
[14719:14745:1867029310:ERROR:syncer_util.cc(781)] Server update doesn't match local data with same version. A bug should be filed. Entry: metahandle: 5675, base_version: 1324676968166514, server_version: 1324676968166514, server_position_in_parent: 0, local_external_id: 0, mtime: Thursday, December 15, 2011 8:54:13 AM, server_mtime: Thursday, December 15, 2011 8:54:13 AM, ctime: Thursday, December 15, 2011 8:54:13 AM, server_ctime: Thursday, December 15, 2011 8:54:13 AM, id: sZ:ADqtAZzXXLT8oQS7qMZ7+r8pfYwDzhReRdsZXTNFO2yOOx/LDauHLWyQ4aZ5MBOU7qzer+5+WZi1vwgrSNhnh2MIG3A7xMKgsg==, parent_id: sZ:ADqtAZx3kHEf/j7Lq3cL4JcCbf3k6E+2WaMf/GTp3m/Zhu4s1VSzcy4J84axS2a5nObPdg+2VYN69IFzgfBZJNRhp8URXbyrVw==, server_parent_id: sZ:ADqtAZx3kHEf/j7Lq3cL4JcCbf3k6E+2WaMf/GTp3m/Zhu4s1VSzcy4J84axS2a5nObPdg+2VYN69IFzgfBZJNRhp8URXbyrVw==, prev_id: sZ:ADqtAZzXXLT8oQS7qMZ7+r8pfYwDzaOE83cj25yNZ9H/1/+t6n4KOc/+vWDaNwSm8hHhr+N2NNQtn9BotSv3NiVHfYxweHFEWw==, next_id: r, Flags: non_unique_name: https://bbs.archlinux.org/viewtopic.php?id=129287, server_non_unique_name: https://bbs.archlinux.org/viewtopic.php?id=129287, unique_server_tag: , unique_client_tag: bWqr79ONqjkSywp6z4UTbliHoUo=, specifics: %EA%F4%13%F1%05%0A1https%3A//bbs.archlinux.org/viewtopic.php%3Fid=129287%12QLaptop%20elantech%20touchpad%20not%20working%20(Page%201)%20/%20Laptop%20Issues%20/%20Arch%20Linux%20Forums%20%00%3A%F8%02%E9%9A%D5%EF%E7%E0%83%17%90%E9%9C%AE%EA%E0%83%17%82%EF%E3%D3%82%E1%83%17%B6%A9%FF%87%8B%E1%83%17%A3%D1%A4%8F%8E%E1%83%17%98%B9%A9%D3%83%E4%83%17%BE%8A%A3%B7%86%E4%83%17%A6%C5%98%8D%8A%E4%83%17%DE%B6%F1%8F%8F%E4%83%17%9E%A7%F5%C8%98%E4%83%17%E9%DA%E6%CB%9A%E4%83%17%ED%92%9E%CC%9C%E4%83%17%90%C2%82%AD%AA%E4%83%17%88%A1%BC%94%B4%E4%83%17%C8%B4%F1%E9%CE%E5%83%17%97%F6%B0%FB%C2%E8%83%17%97%84%E5%90%FF%F4%83%17%A5%DD%85%8B%8D%F6%83%17%D8%EB%86%8C%8D%F6%83%17%E6%E2%9F%85%94%F6%83%17%8F%FD%C1%9A%9A%F6%83%17%EC%90%E4%FC%9E%F6%83%17%88%CB%82%EC%AF%F7%83%17%E2%BE%D7%F0%F3%F7%83%17%EE%DC%82%E8%FB%F7%83%17%B4%B9%E5%E7%CB%F8%83%17%CA%E3%8F%CA%EA%F9%83%17%EF%8D%D1%A9%EB%F9%83%17%89%C0%C4%AE%EB%F9%83%17%FC%E4%FE%8F%AB%85%84%17%CB%83%EE%DE%B3%85%84%17%C5%AD%FD%DE%B8%85%84%17%B2%95%D4%93%CC%8C%84%17%E0%B3%B0%E2%FB%98%84%17%90%D8%B6%E2%F0%9A%84%17%B9%C7%A1%91%B6%9D%84%17%C4%E0%C9%8A%C9%9F%84%17%F0%BF%91%E4%CC%9F%84%17%F6%85%B7%D6%E2%9F%84%17%97%F8%BD%98%F1%9F%84%17%E8%83%97%90%A5%A0%84%17%E1%D7%F2%97%C2%A5%84%17%94%94%E7%A9%B2%A7%84%17%BC%90%84%EF%84%AB%84%17%F5%E4%D3%DE%86%B0%84%17%83%E9%F6%C4%89%C3%84%17%F8%E1%C2%D8%F8%EB%84%17B%EB%01%80%80%80%80%03%80%80%80%80%03%81%80%80%90%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%81%80%80%90%03%81%80%80%90%03%81%80%80%90%03%81%80%80%90%03%81%80%80%90%03%80%80%80%80%03%80%80%80%88%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%81%80%80%90%03%80%80%80%80%03%80%80%80%80%03%81%80%80%90%03%81%80%80%90%03%81%80%80%90%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%06%81%80%80%90%03, server_specifics: %EA%F4%13%F1%05%0A1https%3A//bbs.archlinux.org/viewtopic.php%3Fid=129287%12QLaptop%20elantech%20touchpad%20not%20working%20(Page%201)%20/%20Laptop%20Issues%20/%20Arch%20Linux%20Forums%20%00%3A%F8%02%E9%9A%D5%EF%E7%E0%83%17%90%E9%9C%AE%EA%E0%83%17%82%EF%E3%D3%82%E1%83%17%B6%A9%FF%87%8B%E1%83%17%A3%D1%A4%8F%8E%E1%83%17%98%B9%A9%D3%83%E4%83%17%BE%8A%A3%B7%86%E4%83%17%A6%C5%98%8D%8A%E4%83%17%DE%B6%F1%8F%8F%E4%83%17%9E%A7%F5%C8%98%E4%83%17%E9%DA%E6%CB%9A%E4%83%17%ED%92%9E%CC%9C%E4%83%17%90%C2%82%AD%AA%E4%83%17%88%A1%BC%94%B4%E4%83%17%C8%B4%F1%E9%CE%E5%83%17%97%F6%B0%FB%C2%E8%83%17%97%84%E5%90%FF%F4%83%17%A5%DD%85%8B%8D%F6%83%17%D8%EB%86%8C%8D%F6%83%17%E6%E2%9F%85%94%F6%83%17%8F%FD%C1%9A%9A%F6%83%17%EC%90%E4%FC%9E%F6%83%17%88%CB%82%EC%AF%F7%83%17%E2%BE%D7%F0%F3%F7%83%17%EE%DC%82%E8%FB%F7%83%17%B4%B9%E5%E7%CB%F8%83%17%CA%E3%8F%CA%EA%F9%83%17%EF%8D%D1%A9%EB%F9%83%17%89%C0%C4%AE%EB%F9%83%17%FC%E4%FE%8F%AB%85%84%17%CB%83%EE%DE%B3%85%84%17%C5%AD%FD%DE%B8%85%84%17%B2%95%D4%93%CC%8C%84%17%E0%B3%B0%E2%FB%98%84%17%90%D8%B6%E2%F0%9A%84%17%B9%C7%A1%91%B6%9D%84%17%C4%E0%C9%8A%C9%9F%84%17%F0%BF%91%E4%CC%9F%84%17%F6%85%B7%D6%E2%9F%84%17%97%F8%BD%98%F1%9F%84%17%E8%83%97%90%A5%A0%84%17%E1%D7%F2%97%C2%A5%84%17%94%94%E7%A9%B2%A7%84%17%BC%90%84%EF%84%AB%84%17%F5%E4%D3%DE%86%B0%84%17%83%E9%F6%C4%89%C3%84%17%F8%E1%C2%D8%F8%EB%84%17B%EB%01%80%80%80%80%03%80%80%80%80%03%81%80%80%90%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%81%80%80%90%03%81%80%80%90%03%81%80%80%90%03%81%80%80%90%03%81%80%80%90%03%80%80%80%80%03%80%80%80%88%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%81%80%80%90%03%80%80%80%80%03%80%80%80%80%03%81%80%80%90%03%81%80%80%90%03%81%80%80%90%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%03%80%80%80%80%06%81%80%80%90%03, TempFlags: Update: id: Z:ADqtAZzXXLT8oQS7qMZ7+r8pfYwDzhReRdsZXTNFO2yOOx/LDauHLWyQ4aZ5MBOU7qzer+5+WZi1vwgrSNhnh2MIG3A7xMKgsg==, parent_id: Z:ADqtAZx3kHEf/j7Lq3cL4JcCbf3k6E+2WaMf/GTp3m/Zhu4s1VSzcy4J84axS2a5nObPdg+2VYN69IFzgfBZJNRhp8URXbyrVw==, version: 1324676968166514d, mtime: 1324676968166d (Friday, December 23, 2011 4:49:28 PM), ctime: 1323957253338d (Thursday, December 15, 2011 8:54:13 AM), name: https://bbs.archlinux.org/viewtopic.php?id=129287, sync_timestamp: 0d,  

There is no ubuntu.session file, so I am catting the file unity.session (maybe this is helpful info)

[ mylan @ mylan-laptop : ~ ] $ cat /usr/share/gnome-session/sessions/unity.session               $ [ 0 pts/0 16:51:35 11-12-23 ]
[GNOME Session]
Name=Unity
RequiredComponents=gnome-settings-daemon;
RequiredProviders=windowmanager;panel;
DefaultProvider-windowmanager=compiz
DefaultProvider-panel=compiz
IsRunnableHelper=/usr/lib/nux/unity_support_test
FallbackSession=unity-2d

Same with ubuntu.desktop (only unity.desktop exists).

[ mylan @ mylan-laptop : ~ ] $ cat /usr/share/xsessions/unity.desktop                            $ [ 0 pts/0 16:52:41 11-12-23 ]
[Desktop Entry]
Name=Unity
Comment=This session logs you into Unity
Exec=gnome-session --session=unity
TryExec=unity
Icon=
Type=Application

Thanks again!


Arch user since 2011-03-13

Thinkpad X220 Intel Core i7-2640M CPU, 16GB DDR3-1333 RAM, 160GB Intel SATA II SSD & 60GB OCZ mSATA SSD, 12.5" IPS 1366x768 Display, 6-cell Battery
(Installation date:  2012-03-19)

Offline

#213 2011-12-23 22:07:18

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

Re: Progress on Unity under Arch Linux!

Hmmm...did you build the packages from City-Busz's PKGBUILD's (http://ayatana.info) or from my git repo (http://github.com/chenxiaolong/Unity-for-Arch)? City-Busz spent a lot time getting Unity 2D working, but I think I recall him saying that he hasn't tested Unity 3D.

Offline

#214 2011-12-24 02:31:14

mrmylanman
Member
From: Altamonte Springs, FL, USA
Registered: 2011-03-13
Posts: 178

Re: Progress on Unity under Arch Linux!

Well shoot.  It appears I didn't notice those resources.  I'll get em installed and see how well it works at that point!  There's a lot more than I previously thought.  I have x86_64, otherwise I'd just use the repo, lol.


Arch user since 2011-03-13

Thinkpad X220 Intel Core i7-2640M CPU, 16GB DDR3-1333 RAM, 160GB Intel SATA II SSD & 60GB OCZ mSATA SSD, 12.5" IPS 1366x768 Display, 6-cell Battery
(Installation date:  2012-03-19)

Offline

#215 2011-12-24 03:57:42

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

Re: Progress on Unity under Arch Linux!

mrmylanman wrote:

Well shoot.  It appears I didn't notice those resources.  I'll get em installed and see how well it works at that point!  There's a lot more than I previously thought.  I have x86_64, otherwise I'd just use the repo, lol.

Yeah..Unity requires quite a bit of packages to be installed smile I'm going to create a repo for x86_64 and i686 once I can find a reliable place to host the packages.

Offline

#216 2011-12-24 03:57:45

mr_comic
Member
From: México
Registered: 2011-02-20
Posts: 52
Website

Re: Progress on Unity under Arch Linux!

Well I have a problem but It's not directly a unity trouble, it seems my video card died so I took it off and now I have the integrated working, they were both nvidia but now I have a lot of video glitches. How do I configure it with noveau-ubuntu?

Offline

#217 2011-12-24 04:14:00

mrmylanman
Member
From: Altamonte Springs, FL, USA
Registered: 2011-03-13
Posts: 178

Re: Progress on Unity under Arch Linux!

Thanks for the help chenxiaolong, but after installing packages manually for a couple hours now on-and-off I decided I'm going to wait for a repo.  Went ahead and removed all the dependencies and freed up around 2GB on my semi-small / partition, lol.

Unity looks nice though, should be neat running it in Archlinux.


Arch user since 2011-03-13

Thinkpad X220 Intel Core i7-2640M CPU, 16GB DDR3-1333 RAM, 160GB Intel SATA II SSD & 60GB OCZ mSATA SSD, 12.5" IPS 1366x768 Display, 6-cell Battery
(Installation date:  2012-03-19)

Offline

#218 2011-12-24 04:44:44

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

Re: Progress on Unity under Arch Linux!

mrmylanman wrote:

Thanks for the help chenxiaolong, but after installing packages manually for a couple hours now on-and-off I decided I'm going to wait for a repo.  Went ahead and removed all the dependencies and freed up around 2GB on my semi-small / partition, lol.

Unity looks nice though, should be neat running it in Archlinux.

I finally found a place to host the packages smile Sourceforge supports sftp and scp upload and has tons of servers worldwide. It's the perfect place to host the packages. As soon as I learn how to use the devtools scripts to make clean builds, I will start to upload the packages.

Offline

#219 2011-12-24 04:46:33

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

Re: Progress on Unity under Arch Linux!

mr_comic wrote:

Well I have a problem but It's not directly a unity trouble, it seems my video card died so I took it off and now I have the integrated working, they were both nvidia but now I have a lot of video glitches. How do I configure it with noveau-ubuntu?

I would suggest reinstalling the proprietary nVidia driver first, as it does work a lot better with Compiz and Unity. However, if you still doesn't work, all you need to do is uninstall the nvidia driver and compile the xf86-video-nouveau-ubuntu package.

Offline

#220 2011-12-24 05:01:51

mr_comic
Member
From: México
Registered: 2011-02-20
Posts: 52
Website

Re: Progress on Unity under Arch Linux!

nvidia drivers now work with the latest xorg? That's why I use noveau, basically.

Offline

#221 2011-12-24 05:03:54

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

Re: Progress on Unity under Arch Linux!

mr_comic wrote:

nvidia drivers now work with the latest xorg? That's why I use noveau, basically.

They work with Xorg 1.10.* and 1.11.*, but if you're using my packages, then you're using 1.10.4 because that what Ubuntu uses (for uTouch to work).

Offline

#222 2011-12-24 05:08:06

mr_comic
Member
From: México
Registered: 2011-02-20
Posts: 52
Website

Re: Progress on Unity under Arch Linux!

Oh Thanks I'll do that then big_smile

Offline

#223 2011-12-26 07:22:01

xtony
Member
Registered: 2009-11-11
Posts: 14

Re: Progress on Unity under Arch Linux!

I'm looking for unity support on arch. This thread is amazing!! Thank you for all discussion.
I think I'm going to wait for the unofficial repository instead of compiling all the packages myself. smile

Offline

#224 2011-12-26 16:12:45

rleyh
Member
From: germany
Registered: 2011-10-14
Posts: 28

Re: Progress on Unity under Arch Linux!

There is still my x86_64 only repo, see https://bbs.archlinux.org/viewtopic.php … 3#p1020823.

Offline

#225 2011-12-26 20:09:11

mr_comic
Member
From: México
Registered: 2011-02-20
Posts: 52
Website

Re: Progress on Unity under Arch Linux!

It worked perfectly, thanks smile

Offline

Board footer

Powered by FluxBB