You are not logged in.
I still cannot use ambiance and radiance theme for windows decoration. Other themes are fine. Can anyone confirm the same problem?
@pekmop1024, can you also put everpad into your repo unity-extra? Thanks a lot!
Offline
For anyone who still have missing window decorations, the latest Compiz release will fix the issue (I have to see if GNOME 3.6 is required for this). No metacity-ubuntu is needed.
Btw, I haven't packaged this version yet.
Thanks for the info. And sorry for the lateness, real life is more important to me now.
Offline
EDIT: Anyone knows how to remove all mount points from launcher? Old method is not working anymore. I have 12 mounts, it looks terrible
Right click on the mount point -> Remove from Launcher
Offline
Right click on the mount point -> Remove from Launcher
works only for automounts
fstab mounts didn't have "remove from launcher" item in menu
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
kuglee wrote:Right click on the mount point -> Remove from Launcher
works only for automounts
fstab mounts didn't have "remove from launcher" item in menu
I removed my fstab mounts from the launcher. There's a gsettings entry com.canonical.Unity.Devices blacklist. It has all the blacklisted mounts.
Last edited by kuglee (2012-09-27 21:32:35)
Offline
Does the new update run fine for you? Do you have an x86_64 Archlinux?
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
Does the new update run fine for you? Do you have an x86_64 Archlinux?
Yes, it works. And the shadow under the panel comes back. The only thing didn't work for me is the decoration problem which seems to be an upstream bug of compiz.
Offline
I removed my fstab mounts from the launcher. There's a gsettings entry com.canonical.Unity.Devices blacklist. It has all the blacklisted mounts.
I have custom fs type (truecrypt) mounts and cifs shares in fstab, may be this is why I can't hide mount points - I think, these mounts has no UUIDs, so, Unity can't filter them.
EDIT. Resolved. To blacklist mounts without UUIDs just add empty item to blacklist, so it will be something like
['', 'some-uuid', 'another-uuid']
Last edited by pekmop1024 (2012-09-27 23:29:01)
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
@pekmop1024, can you also put everpad into your repo unity-extra? Thanks a lot!
There's some problems with deps for python2-pyside now
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
EDIT: unity fails to build (yes i have added LDFLAGS=-lpthread before cmake, still fails at the same point as before.
Specifically fails at building CXX object unityshell.cpp.oCan somebody help me please because i now have no panel/drawer because i already updated the other packages!
It fails at a call to a function in compiz' scale plugin, which isn't there in compiz you've got installed...
Updating compiz to the newest version ( 0.9.8.2.bzr3377.0ubuntu1-100 ) should do the trick...
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
Wow there are a lot of updates! Thanks for the work!
I have a little problem with libindicate-qt
after Starting build() it starts patching and ignores one patch because the file already exists and then "Error: a failure occured in build()"Any news on that?!
EDIT: unity fails to build (yes i have added LDFLAGS=-lpthread before cmake, still fails at the same point as before.
Specifically fails at building CXX object unityshell.cpp.oCan somebody help me please because i now have no panel/drawer because i already updated the other packages!
Both of those issues should be solvable by running "rm -rf pkg/ src/" in the each package's directory
EDIT: Oops..didn't see the post above mine. Please see oi_wtf's post
Last edited by chenxiaolong (2012-09-28 06:26:27)
Offline
I have built all packages without any problems so far... uploading to repo now
Thanks, chenxiaolong!EDIT: Anyone knows how to remove all mount points from launcher? Old method is not working anymore. I have 12 mounts, it looks terrible
Thanks! I packaged quite a bit of stuff today. I'll post a full changelog tomorrow
What method did you use to hide the mount points before? And what was the last Unity version that worked with the old method?
EDIT: Nevermind. You got the hiding to work
Last edited by chenxiaolong (2012-09-28 06:27:05)
Offline
I still cannot use ambiance and radiance theme for windows decoration. Other themes are fine. Can anyone confirm the same problem?
@pekmop1024, can you also put everpad into your repo unity-extra? Thanks a lot!
I did a lot of testing on this while porting the packages to GNOME 3.6 in Fedora Rawhide. The window decorations need both Metacity 2.34.8 (which Arch has) and light-themes 0.1.92 (which is very ugly without GNOME 3.6).
GNOME 3.6 was released yesterday. Hopefully, it will land soon in the Arch repos It solves many of the problems we currently have.
Offline
Same issue here. I tried updating compiz but it fails because I should remove metacity and gdm before installing it
franzor wrote:EDIT: unity fails to build (yes i have added LDFLAGS=-lpthread before cmake, still fails at the same point as before.
Specifically fails at building CXX object unityshell.cpp.oCan somebody help me please because i now have no panel/drawer because i already updated the other packages!
It fails at a call to a function in compiz' scale plugin, which isn't there in compiz you've got installed...
Updating compiz to the newest version ( 0.9.8.2.bzr3377.0ubuntu1-100 ) should do the trick...
Offline
qiuwei wrote:I still cannot use ambiance and radiance theme for windows decoration. Other themes are fine. Can anyone confirm the same problem?
@pekmop1024, can you also put everpad into your repo unity-extra? Thanks a lot!
I did a lot of testing on this while porting the packages to GNOME 3.6 in Fedora Rawhide. The window decorations need both Metacity 2.34.8 (which Arch has) and light-themes 0.1.92 (which is very ugly without GNOME 3.6).
GNOME 3.6 was released yesterday. Hopefully, it will land soon in the Arch repos It solves many of the problems we currently have.
Thanks for the information. Great job. Thanks a lot for you work!
Offline
Just for your information : unity-xe-xe.org repository still have a broken version. And for gnome 3.6, unstable repository is not completed : missing at least gnome-shell 3.6.0 and some 3.6.0.x packages.
Offline
thanks oi_wtf worked fine for me!
We really should set up a wiki or something like that
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
fredbezies, broken version of what?
gtk-window-decorator is working; you can set decoration with gnome-tweak-tool.
Gnome 3.6 isn't in Arch repos yet, are you trying to say that we must use gnome-unstable?
It's ridiculous, you must just sit down and wait when 3.6 will be in official Arch repos.
Last edited by pekmop1024 (2012-09-28 21:49:35)
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
Anyone else having Unity fail to start using the prebuilt packages from unity.xe-xe.org after yesterday's rebuild? Compiz now simply reports "Info: Loading plugin: unitymtgrabhandles" and "Info: Loading plugin: unityshell". Can't seem to get it to say anything more informative...
For I dipt into the future, far as human eye could see,
Saw the Vision of the world, and all the wonder that would be...
Offline
Tested on VM - ok, running on my x86_64 and yesterday installed to my silent pc project (i686) without any problems.
Are your Arch is up to date and you have installed all of unity repo packages? Did you tried to reset compiz settings?
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
@pekmop1024: I've installed all of the Unity group with the exception of a few GTK2 and QT packages that don't seem to be needed by anything. Everything worked fine until the last upgrade, at which point the Compiz Unity extensions failed to load. Resetting Compiz had no effect. However, reverting my system but not my settings resolved the issue.
I'm currently walking through the upgrades that rolled in today to see what exactly caused the problem, but probably won't have the time to finish up the process until later tomorrow.
EDIT: Never mind, that didn't take as long as I thought. Upgrading the unity package does indeed result in the observed errors. However, the fault is with Compiz. I din't notice this the first time through, but I get a warning at the start of the upgrade that my local copy of compiz (0.9.8.2.0ubuntu1-100) is newer than the repository's (0.9.8.2.bzr3377.0ubuntu1-100). Now, I haven't manually rebuilt Compiz, so I think this must just be a minor problem in the new Compiz version number, but it's enough to hang the system. Forcing Compiz to be "downgraded" to match the repository's version fixes the issue.
Last edited by naxan (2012-09-29 05:49:00)
For I dipt into the future, far as human eye could see,
Saw the Vision of the world, and all the wonder that would be...
Offline
I suggest you to install all of repo packages step by step, then you will know, where is problem.
Many packages have ubuntu-specific patches, and some of them are compiled against patched versions and so can be unstable with Arch repo packages instead of recommended.
That's why I strongly recommend to install all ubuntu-patched packages.
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
@pekmop1024: Looks like I was editing my post at the same time you were writing yours. Problem seems to be a weird version number in compiz-ubuntu - for whatever reason my system sees it as a downgrade. Forcing a reinstall of compiz-ubuntu (such that the version matches what's in the repository) fixes the issue.
For I dipt into the future, far as human eye could see,
Saw the Vision of the world, and all the wonder that would be...
Offline
ok, I succeeded in installing unity 6.6.0, but I had to remove metacity-ubuntu, but know my desktop looks like this:
http://imgur.com/oiKXb
What should I do?
Offline
ok, I succeeded in installing unity 6.6.0, but I had to remove metacity-ubuntu, but know my desktop looks like this:
http://imgur.com/oiKXb
What should I do?
Wait for a working compiz version. It is currently broken, if you use unity-xe-xe.org repository.
Offline