You are not logged in.
You didn't include the - between compiz-fusion in [compiz-fusion].
Guys, could someone who is interested in maintaining the i686 git packages contact me via email?
Offline
Someone have any ideas ?
post #549
Offline
I had compiz fusion working nicely, then I had to reinstall Xorg, due to a dependency (libx11 vs libx11-xcb). After that, I get this error:
$ compiz --replace
libGL warning: 3D driver claims to not support visual 0x5f
compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
I had to reconfigure xorg.conf, since I've lost the old file in some ways, so I can't remember whether I have missed out something.
I am using an ATi Radeon Mobility 7500 with open source drivers.
These are the relevant sections from my xorg.conf.
Composite is working, and so are the glxgears...
Could anybody help out please?
Thanks
Last edited by finferflu (2007-11-06 14:27:10)
Have you Syued today?
Free music for free people! | Earthlings
"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery
Offline
I have a fresh install or arch. I saw the update to 7.3 in extra and i taught about compiz fusion. I installed it from this repo. Just runned it with fusion-icon/fusion-icon-tray and it works ?! Isn't it necessary anymore to edit xorg.conf? Is that because of the new xorg-server?
Offline
I have a fresh install or arch. I saw the update to 7.3 in extra and i taught about compiz fusion. I installed it from this repo. Just runned it with fusion-icon/fusion-icon-tray and it works ?! Isn't it necessary anymore to edit xorg.conf? Is that because of the new xorg-server?
Ah! that did the trick! I've installed fusion-icon and ran that instead than "compiz --replace", and it works now! Oddly odd
Have you Syued today?
Free music for free people! | Earthlings
"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery
Offline
For start "fusion-icon-tray" i must start "fusion-icon" first, is ok?
Is possible to start the 2 scripts with single command?
I tray but i don't know how to do this...
P.S.: Sorry for my bad bad english
Offline
You didn't include the - between compiz-fusion in [compiz-fusion].
Guys, could someone who is interested in maintaining the i686 git packages contact me via email?
nesl247: Does that mean you wont be maintaining the git packages anymore? Did you switch architectures? noooooo
Last edited by vitalstatistix (2007-11-15 04:33:37)
Offline
Don't know if this has anything to do with the repository, but compiz doesn't start here and I don't know why:
[raul@horus ~]$ compiz --replace
compiz (core) - Error: Another window manager is already running on screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
[raul@horus ~]$
Oh well, it's already working.
Last edited by raul_nds (2007-11-15 23:31:24)
Offline
It stopped working again. It seems completely random
Offline
Solved... just enable KDE icons on Desktop, restart X and you're done. So stupid that I never connected them before.
Offline
Hi there,
It's been long since I saw the last update on the git repo .... isn't it getting updated any more ?
Are we supposed to point to another url ?
:-|
Offline
doesnt update anymore?...
Its a sick world we live in....
Offline
Is there any way to have a different wallpaper on each side of the cube?
I am running Gnome 2.20.
--- SUPPLEMENTAL ---
Where can I find a PKGBUILD for the wallpaper plugin?
Last edited by wantilles (2007-12-02 15:08:32)
Offline
There is no PKGBUILD for the wallpaper plugin. You'd have to build from source to have it.
Any chances of an update for the repo?
Offline
Where can I find the source?
Any git repository perhaps that has it available?
Offline
gconftool-2 --install-schema-file=/path/to/gwd.schemas.in
Thanks for the tips!
Offline
Well, I emailed nesl a week or two ago about maintaining the packages and haven't heard from him. He's likely busy with other projects. I would be able to maintain the packages for a while and do it with updates every weekend. I have little means of hosting though. As they stand we're looking at about 50 megs, probably more like 75 for extra plugins and anything else. If anyone's got hosting contact me via email.
Otherwise I won't be able to do much until I scour out a hosting service I find reasonable and put some work into it.
Offline
I try to connect to nesl's compiz_fusion_git repository today and it seems that the repository is no longer accessible and that nesl's homepage at http://nesl247.org have disappeared, leaving only this error message:
Notice: This domain name expired on 12/28/07 and is pending renewal or deletion
So is this means that nesl's repository finally bite the dust?
luciferin: if you need any assistances, I can help you compile x86_64 version for Arch 64 bit.
Last edited by zodmaner (2008-01-05 15:57:10)
Offline
I can also help by building them.
I have made a simple script that builds it.
I usually build it every once a week or ten days.
Only x86_64 packages.
Offline
I can also help by building them.
I have made a simple script that builds it.
I usually build it every once a week or ten days.
Only x86_64 packages.
wantilles, do you mind sharing your script? It would be very helpful for the rest of us.
Last edited by zodmaner (2008-01-06 14:38:48)
Offline
error: failed retrieving file 'compiz-fusion.db.tar.gz' from arch.nesl247.org : No address record
error: failed to synchronize compiz-fusion: No address record
Offline
wantilles wrote:I can also help by building them.
I have made a simple script that builds it.
I usually build it every once a week or ten days.
Only x86_64 packages.
wantilles, do you mind sharing your script? It would be very helpful for the rest of us.
I consider myself still very amateur in bash.
The script is something like this:
#!/bin/bash
PLATFORM=$1
DESKTOP=$2
EMERALD=$3
AUSER=$4
THEDATE=`date +"%Y%m%d"`
if [ "$PLATFORM" = "amd64" ]
then
ARCH=x86_64
elif [ "$PLATFORM" = "x86" ]
then
ARCH=i686
fi
if [ "$DESKTOP" = "gnome" ]
then
COMPIZPACKAGENAME=compiz-git
OTHERCOMPIZPACKAGENAME=compiz-kde-git
elif [ "$DESKTOP" = "kde" ]
then
COMPIZPACKAGENAME=compiz-kde-git
OTHERCOMPIZPACKAGENAME=compiz-git
fi
for PACKAGENAME in "compiz" "compiz-kde" "compiz-git" "compiz-kde-git"
do
pacman -Rsn --noconfirm $PACKAGENAME
done
cd /home/"$AUSER"
mkdir temp
mkdir working
fix-user-files "$AUSER" temp
fix-user-files "$AUSER" working
cd temp
tar -xvzpf compiz-fusion-git.tar.gz
rm -rf "$OTHERCOMPIZPACKAGENAME"
if [ "$EMERALD" = "no" ]
then
for PACKAGENAME in "emerald-git" "emerald-themes-git"
do
rm -rf $PACKAGENAME
done
fi
cd ..
fix-user-files "$AUSER" temp
cd temp
for PACKAGENAME in "$COMPIZPACKAGENAME" "libcompizconfig-git" "compiz-bcop-git" "compizconfig-python-git" "compizconfig-backend-gconf-git" "compiz-fusion-plugins-main-git" "ccsm-git" "fusion-icon-git" "compiz-fusion-plugins-extra-git" "compiz-fusion-plugins-unsupported-git"
do
mv "$PACKAGENAME" "$PACKAGENAME"-"$THEDATE"-1
su -l "$AUSER" -c "cd ~/temp/"$PACKAGENAME"-"$THEDATE"-1 && versionpkg -m"
done
if [ "$EMERALD" = "yes" ]
then
for PACKAGENAME in "emerald-git" "emerald-themes-git"
do
mv "$PACKAGENAME" "$PACKAGENAME"-"$THEDATE"-1
su -l "$AUSER" -c "cd ~/temp/"$PACKAGENAME"-"$THEDATE"-1 && versionpkg -m"
done
fi
cd ..
fix-user-files "$AUSER" temp
cd temp
for PACKAGENAME in "$COMPIZPACKAGENAME"
do
su -l "$AUSER" -c "cd ~/temp/"$PACKAGENAME"-"$THEDATE"-1 && nice -n 19 makepkg"
cd "$PACKAGENAME"-"$THEDATE"-1
pacman -U "$PACKAGENAME"-"$THEDATE"-1-"$ARCH".pkg.tar.gz
cd ..
done
for PACKAGENAME in "libcompizconfig-git" "compiz-bcop-git"
do
su -l "$AUSER" -c "cd ~/temp/"$PACKAGENAME"-"$THEDATE"-1 && nice -n 19 makepkg"
cd "$PACKAGENAME"-"$THEDATE"-1
pacman -U "$PACKAGENAME"-"$THEDATE"-1-"$ARCH".pkg.tar.gz
cd ..
done
for PACKAGENAME in "compizconfig-python-git" "compizconfig-backend-gconf-git" "compiz-fusion-plugins-main-git"
do
su -l "$AUSER" -c "cd ~/temp/"$PACKAGENAME"-"$THEDATE"-1 && nice -n 19 makepkg"
cd "$PACKAGENAME"-"$THEDATE"-1
pacman -U "$PACKAGENAME"-"$THEDATE"-1-"$ARCH".pkg.tar.gz
cd ..
done
for PACKAGENAME in "ccsm-git" "fusion-icon-git" "compiz-fusion-plugins-extra-git" "compiz-fusion-plugins-unsupported-git"
do
su -l "$AUSER" -c "cd ~/temp/"$PACKAGENAME"-"$THEDATE"-1 && nice -n 19 makepkg"
cd "$PACKAGENAME"-"$THEDATE"-1
pacman -U "$PACKAGENAME"-"$THEDATE"-1-"$ARCH".pkg.tar.gz
cd ..
done
if [ "$EMERALD" = "yes" ]
then
for PACKAGENAME in "emerald-git"
do
su -l "$AUSER" -c "cd ~/temp/"$PACKAGENAME"-"$THEDATE"-1 && nice -n 19 makepkg"
cd "$PACKAGENAME"-"$THEDATE"-1
pacman -U "$PACKAGENAME"-"$THEDATE"-1-"$ARCH".pkg.tar.gz
cd ..
done
for PACKAGENAME in "emerald-themes-git"
do
su -l "$AUSER" -c "cd ~/temp/"$PACKAGENAME"-"$THEDATE"-1 && nice -n 19 makepkg"
cd "$PACKAGENAME"-"$THEDATE"-1
pacman -U "$PACKAGENAME"-"$THEDATE"-1-"$ARCH".pkg.tar.gz
cd ..
done
fi
cd ..
fix-user-files "$AUSER" temp
cd temp
if [ "$EMERALD" = "yes" ]
then
pacman -Rsnfd --noconfirm emerald-themes-git emerald-git
fi
pacman -Rsnfd --noconfirm compiz-fusion-plugins-unsupported-git compiz-fusion-plugins-extra-git fusion-icon-git ccsm-git compiz-fusion-plugins-main-git compizconfig-backend-gconf-git compizconfig-python-git compiz-bcop-git libcompizconfig-git "$COMPIZPACKAGENAME"
cd ..
for PACKAGENAME in "$COMPIZPACKAGENAME" "libcompizconfig-git" "compiz-bcop-git" "compizconfig-python-git" "compizconfig-backend-gconf-git" "compiz-fusion-plugins-main-git" "ccsm-git" "fusion-icon-git" "compiz-fusion-plugins-extra-git" "compiz-fusion-plugins-unsupported-git" "emerald-git" "emerald-themes-git"
do
rm -f /mnt/repos/arch-local/"$PLATFORM"/packages/"$PACKAGENAME"-*
rm -rf /mnt/repos/arch-local/"$PLATFORM"/list /"$PACKAGENAME"-*
done
for PACKAGENAME in "$COMPIZPACKAGENAME" "libcompizconfig-git" "compiz-bcop-git" "compizconfig-python-git" "compizconfig-backend-gconf-git" "compiz-fusion-plugins-main-git" "ccsm-git" "fusion-icon-git" "compiz-fusion-plugins-extra-git" "compiz-fusion-plugins-unsupported-git"
do
mkdir working/"$PACKAGENAME"-"$THEDATE"-1
mv temp/"$PACKAGENAME"-"$THEDATE"-1/"$PACKAGENAME"-"$THEDATE"-1-"$ARCH".pkg.tar.gz /mnt/repos/arch-local/"$PLATFORM"/packages/
mv temp/"$PACKAGENAME"-"$THEDATE"-1/PKGBUILD working/"$PACKAGENAME"-"$THEDATE"-1/
rm -rf working/"$PACKAGENAME"-"$THEDATE"-1
mv temp/"$PACKAGENAME"-"$THEDATE"-1 /mnt/repos/arch-local/"$PLATFORM"/list/"$PACKAGENAME"-"$THEDATE"-1
done
if [ "$EMERALD" = "yes" ]
then
for PACKAGENAME in "emerald-git" "emerald-themes-git"
do
mkdir working/"$PACKAGENAME"-"$THEDATE"-1
mv temp/"$PACKAGENAME"-"$THEDATE"-1/"$PACKAGENAME"-"$THEDATE"-1-"$ARCH".pkg.tar.gz /mnt/repos/arch-local/"$PLATFORM"/packages/
mv temp/"$PACKAGENAME"-"$THEDATE"-1/PKGBUILD working/"$PACKAGENAME"-"$THEDATE"-1/
rm -rf working/"$PACKAGENAME"-"$THEDATE"-1
mv temp/"$PACKAGENAME"-"$THEDATE"-1 /mnt/repos/arch-local/"$PLATFORM"/list/"$PACKAGENAME"-"$THEDATE"-1
done
fi
cd /
cls
Any suggestions for making it better would be greatly appreciated.
The script should be run as root in a manner like this:
build-fusion amd64 gnome yes wantilles
PS: The script "fix-user-files" is another script that I use:
#!/bin/bash
auser=$1
dir=$2
chown -R "$auser":"$auser" "$dir"
find "$dir" -type d -exec chmod 755 {} ;
find "$dir" ! -type d -exec chmod 644 {} ;
Offline
Thank you wantilles. Will try it out and see how it goes.
Offline
Please have a look to http://wiki.archlinux.org/index.php/Tal … Fusion_Git.
We need someone who's testing KDE support.
We are in need of a x86_64 package builder.
For Luciferin and me it works fine with gnome/xfce4.
If someone wants to help, please mail me or Luciferin.
Offline