You are not logged in.
I'm not using pekmop's repo.
If you look under dependencies for gnome-session-ubuntu it states it needs ConsoleKit. I just tried to build it and again gnome-session-ubuntu needs ConsoleKit.
I'll try your packages.
Offline
I'm not using pekmop's repo.
If you look under dependencies for gnome-session-ubuntu it states it needs ConsoleKit. I just tried to build it and again gnome-session-ubuntu needs ConsoleKit.
I'll try your packages.
Have you updated your local git repo?
https://github.com/chenxiaolong/Unity-f … u/PKGBUILD
The ConsoleKit is not in dependency.
Offline
Stupid Question but are these issues fixed yet?
- New windows positioned on 0,0
- Some windows still have their own titlebar when maximized (gnome-terminal for instance)
Desktop PC: AMD Phenom XII 965-Black 8GB-Ram Ge-Force GTX-560ti Corsair Force GT/Crucial M4 Arch-Linux/Windows 7
Gaming Laptop: Intel-I7 2630QM 8GB-Ram Ge-Force GT-540m Ubuntu 12.04
Work Laptop: Intel-I3 2350 8GB-Ram Intel HD-Graphics Arch-Linux
Offline
Stupid Question but are these issues fixed yet?
- New windows positioned on 0,0
- Some windows still have their own titlebar when maximized (gnome-terminal for instance)
Yes, with metacity-ubuntu. However, the indicator-messages doesn't work properly.
It seems chenxiaolong hasn't merged my pull request. You can use my fork temporarily https://github.com/qiuwei/Unity-for-Arch/.
Or use those packages I provided in dropbox. They are all compiled in clean chroot environment:)
Offline
qiuwei, repo isn't outdated (I have rebuilt it yesterday), but as for me, G3.6+Unity is still buggy - 0,0 positioned windows and sticky titlebars...
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
franzor wrote:Stupid Question but are these issues fixed yet?
- New windows positioned on 0,0
- Some windows still have their own titlebar when maximized (gnome-terminal for instance)Yes, with metacity-ubuntu. However, the indicator-messages doesn't work properly.
It seems chenxiaolong hasn't merged my pull request. You can use my fork temporarily https://github.com/qiuwei/Unity-for-Arch/.
Or use those packages I provided in dropbox. They are all compiled in clean chroot environment:)
I just merged the pull request I haven't had a chance to build metacity-ubuntu yet, but the PKGBUILD looks like it should fine.
Offline
qiuwei, repo isn't outdated (I have rebuilt it yesterday), but as for me, G3.6+Unity is still buggy - 0,0 positioned windows and sticky titlebars...
Hi, you need to also rebuild metacity-ubuntu.
The only bug here is that the indicator-messages doesn't work.
Offline
I've got this error while compiling unity:
/usr/bin/ld: warning: libibus-1.0.so.0, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libnux-3.0.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libnux-3.0.so: riferimento non definito a "ibus_bus_get_config"
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libnux-3.0.so: riferimento non definito a "ibus_bus_create_input_context"
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libnux-3.0.so: riferimento non definito a "ibus_config_get_value"
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libnux-3.0.so: riferimento non definito a "ibus_input_context_focus_in"
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libnux-3.0.so: riferimento non definito a "ibus_input_context_set_cursor_location"
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libnux-3.0.so: riferimento non definito a "ibus_input_context_set_capabilities"
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libnux-3.0.so: riferimento non definito a "ibus_input_context_reset"
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libnux-3.0.so: riferimento non definito a "ibus_input_context_focus_out"
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libnux-3.0.so: riferimento non definito a "ibus_init"
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libnux-3.0.so: riferimento non definito a "ibus_bus_new"
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libnux-3.0.so: riferimento non definito a "ibus_input_context_process_key_event_async"
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libnux-3.0.so: riferimento non definito a "ibus_bus_is_connected"
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libnux-3.0.so: riferimento non definito a "ibus_input_context_process_key_event_async_finish"
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libnux-3.0.so: riferimento non definito a "ibus_proxy_destroy"
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libnux-3.0.so: riferimento non definito a "ibus_attr_list_get"
collect2: error: ld returned 1 exit status
make[2]: *** [panel/panel] Errore 1
make[1]: *** [panel/CMakeFiles/panel.dir/all] Errore 2
make: *** [all] Errore 2
==> ERRORE: Si è verificato un errore in build().
L'operazione sta per essere interrotta...
EDIT: now it works, I should've updated nux
Last edited by quiro91 (2012-11-06 22:45:32)
Offline
I've got this error while compiling unity
Have you installed ibus? I heard that ibus is integrated into gnome so maybe you need to install it even you would never use it.
Offline
yes I have
quiro91 wrote:I've got this error while compiling unity
Have you installed ibus? I heard that ibus is integrated into gnome so maybe you need to install it even you would never use it.
Offline
pekmop1024 wrote:qiuwei, repo isn't outdated (I have rebuilt it yesterday), but as for me, G3.6+Unity is still buggy - 0,0 positioned windows and sticky titlebars...
Hi, you need to also rebuild metacity-ubuntu.
The only bug here is that the indicator-messages doesn't work.
I recompiled metacity-ubuntu (removed normal metacity obviously), compiz-ubuntu and unity and i still have the 0,0 and sticky titlebar issue...
Desktop PC: AMD Phenom XII 965-Black 8GB-Ram Ge-Force GTX-560ti Corsair Force GT/Crucial M4 Arch-Linux/Windows 7
Gaming Laptop: Intel-I7 2630QM 8GB-Ram Ge-Force GT-540m Ubuntu 12.04
Work Laptop: Intel-I3 2350 8GB-Ram Intel HD-Graphics Arch-Linux
Offline
qiuwei wrote:pekmop1024 wrote:qiuwei, repo isn't outdated (I have rebuilt it yesterday), but as for me, G3.6+Unity is still buggy - 0,0 positioned windows and sticky titlebars...
Hi, you need to also rebuild metacity-ubuntu.
The only bug here is that the indicator-messages doesn't work.I recompiled metacity-ubuntu (removed normal metacity obviously), compiz-ubuntu and unity and i still have the 0,0 and sticky titlebar issue...
Maybe you need to recompile all the packages in a clean environment since it's a major update.
I also met some strange problems when I tried to update all of packages on my current system.
Offline
franzor wrote:qiuwei wrote:Hi, you need to also rebuild metacity-ubuntu.
The only bug here is that the indicator-messages doesn't work.I recompiled metacity-ubuntu (removed normal metacity obviously), compiz-ubuntu and unity and i still have the 0,0 and sticky titlebar issue...
Maybe you need to recompile all the packages in a clean environment since it's a major update.
I also met some strange problems when I tried to update all of packages on my current system.
I'm gonna try that and report back to you!
Desktop PC: AMD Phenom XII 965-Black 8GB-Ram Ge-Force GTX-560ti Corsair Force GT/Crucial M4 Arch-Linux/Windows 7
Gaming Laptop: Intel-I7 2630QM 8GB-Ram Ge-Force GT-540m Ubuntu 12.04
Work Laptop: Intel-I3 2350 8GB-Ram Intel HD-Graphics Arch-Linux
Offline
I'm gonna try that and report back to you!
If you are using X86_64 system, you can use my packages to test.
Offline
Obligatory and compulsory flame post...
Why anyone would want to use Unity....
Ahem, flame failure when you have to go back and edit your grammar >_<
Last edited by jnbek (2012-11-06 17:51:22)
If you can not able use Perl for answer, you are ask wrong question.
Offline
Obligatory and compulsory flame post...
Why anyone would want to use Unity....Ahem, flame failure when you have to go back and edit your grammar >_<
Isn't it the best DE on linux now? At least in my opinion it is:)
I've been using KDE for almost 5 years, it's ok.
Gnome 3, it's awful for me. So many bad and inconsistent designs. You can easily find hundreds of blog posts about this.
Other DEs like xfce or openbox, they are not powerful and convenient enough for me.
E17, awsome, they are awsome but just not my cup of tea.
Offline
qiuwei wrote:franzor wrote:I recompiled metacity-ubuntu (removed normal metacity obviously), compiz-ubuntu and unity and i still have the 0,0 and sticky titlebar issue...
Maybe you need to recompile all the packages in a clean environment since it's a major update.
I also met some strange problems when I tried to update all of packages on my current system.I'm gonna try that and report back to you!
Well i recompiled everthing and it changed absolutely nothing...
Desktop PC: AMD Phenom XII 965-Black 8GB-Ram Ge-Force GTX-560ti Corsair Force GT/Crucial M4 Arch-Linux/Windows 7
Gaming Laptop: Intel-I7 2630QM 8GB-Ram Ge-Force GT-540m Ubuntu 12.04
Work Laptop: Intel-I3 2350 8GB-Ram Intel HD-Graphics Arch-Linux
Offline
Well i recompiled everthing and it changed absolutely nothing...
Sorry to hear that. Strange. It works pretty well here.
Offline
I've updated all the packages on my other computer and now I'm running into the (0,0) px placement bug. I'll see what I can do to fix it.
For anyone who's having the issue, does resetting the Compiz dconf settings help?
dconf reset -f /org/compiz
Offline
I've updated all the packages on my other computer and now I'm running into the (0,0) px placement bug. I'll see what I can do to fix it.
For anyone who's having the issue, does resetting the Compiz dconf settings help?
dconf reset -f /org/compiz
no I'm afraid it hasnt
Desktop PC: AMD Phenom XII 965-Black 8GB-Ram Ge-Force GTX-560ti Corsair Force GT/Crucial M4 Arch-Linux/Windows 7
Gaming Laptop: Intel-I7 2630QM 8GB-Ram Ge-Force GT-540m Ubuntu 12.04
Work Laptop: Intel-I3 2350 8GB-Ram Intel HD-Graphics Arch-Linux
Offline
I did a full rebuild today, too.
Confirming (0,0) bug and some weird rendering issues.
Rebuilding nux, compiz and unity right now to make sure nothing went wrong while building those.
EDIT: still same, (0,0) and render issues
Last edited by oi_wtf (2012-11-07 09:30:38)
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
I did a full rebuild today, too.
Confirming (0,0) bug and some weird rendering issues.
Rebuilding nux, compiz and unity right now to make sure nothing went wrong while building those.EDIT: still same, (0,0) and render issues
I discovered two new issues:
When I'm in Gnome Control-center and want to open "Keyboard Layout" the Gnome control center just crashes (i use the gnome-control-center-ubuntu package)
And secondly: When i open a window maximized some windows (like nautilus, thunderbird, firefox) the sticky titlebar issue isnt there but when i "unmaximize" them they have no titlebar at all. and when i maximize them again the sticky titlebar issue is there.
Do you have these issues to oi_wtf? Just ot check if we have the exact same problem.
Desktop PC: AMD Phenom XII 965-Black 8GB-Ram Ge-Force GTX-560ti Corsair Force GT/Crucial M4 Arch-Linux/Windows 7
Gaming Laptop: Intel-I7 2630QM 8GB-Ram Ge-Force GT-540m Ubuntu 12.04
Work Laptop: Intel-I3 2350 8GB-Ram Intel HD-Graphics Arch-Linux
Offline
no, but I'm using emerald instead of gtk-decorator...
maximized nautilus is always looking like this: https://www.dropbox.com/s/z3hvjqa2qbbxk … A4che1.png
but unity's bar at the top isn't rendered correctly...
I can confirm the gnome-control-center crash, though.
(gdb) r
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff77dea87 in gtk_widget_size_allocate () from /usr/lib/libgtk-3.so.0
Last edited by oi_wtf (2012-11-07 19:21: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
Why does a thing i like so much cause me so much anger ^^
Desktop PC: AMD Phenom XII 965-Black 8GB-Ram Ge-Force GTX-560ti Corsair Force GT/Crucial M4 Arch-Linux/Windows 7
Gaming Laptop: Intel-I7 2630QM 8GB-Ram Ge-Force GT-540m Ubuntu 12.04
Work Laptop: Intel-I3 2350 8GB-Ram Intel HD-Graphics Arch-Linux
Offline
Why does a thing i like so much cause me so much anger ^^
Maybe you should switch to ubuntu now... it's going to be even more painful for the next release:)
Offline