View Full Version : BTVEI (Better Than Vista Effects Installer!)
some-guy
February 10th, 2008, 09:18 PM
DISCONTINUED!
What is it?
btvei is a script that allows you to install Compiz Fusion Release on certain distros.
Which distros?
Currently: ubuntu/debian gnome, kubuntu/debian kde, susegnome, susekde, fedoragnome
NOTE: Some of these are experimental and may not pull in all of the dependencies!
What are the requirements?
Linux, no installed compiz version in the specified prefix, and that you configure it
Any other info?
Keep the installation files in case you will upgrade/uninstall!
Ubuntu Gutsy Users should try setting the prefix to /usr instead of /usr/local
Versioning uses this system btvei-(Compiz Fusion Version)-(Btvei Version)
Download: btvei-0.6-0.9.tar.gz (http://somelinuxguy94.googlepages.com/btvei-0.6-0.9.tar.gz)
-----------------------------
Changes:
Fixed ccsm/fusion-icon installation
Fixed Disabling option, thanks Deciare :D
cd'ing bugfix
more bugfixes
fixed build order
fixed pyrex installation issue
added missing spaces
fixed build order
some-guy
February 16th, 2008, 05:51 AM
Other FAQs:
Is there an upgrade option?
No, and this is not planned, because there is already many scripts that do this, while btvei has a different use
Is there a 0.7 version?
Compiz Fusion 0.7 has not yet been released, but when it is this'll have support for it :D
If I have any installed version, either official or "some sort" of previous anonymous script, does the current script unninstall it for me, or must I remove it manually?
No, it doesn't remove previous installations, the user will have to remove it by themselves
HMartinho
February 16th, 2008, 04:25 PM
Hi someguy;
Soon to become a F.A.Q. :
"If I have any installed version, either official or "some sort" of previous anonymous script, does the current script unninstall it for me, or must I remove it manually?"
Cheers.
delfick
February 17th, 2008, 01:18 AM
"If I have any installed version, either official or "some sort" of previous anonymous script, does the current script unninstall it for me, or must I remove it manually?".
What are the requirements?
Linux, no installed compiz version in the specified prefix, and that you configure it
....... :D
HMartinho
February 17th, 2008, 04:10 PM
Hurray, I've made a dumb enough question to make to the FAQ :).
Could any of you gents provide a console line to purge all (un)needed files?
Cheers.
some-guy
February 17th, 2008, 07:50 PM
if you still have that old script(;)) and its files, open a terminal and cd into the directory with the source's directories, then run
for w in `ls -1`; do; cd $w; sudo make uninstall; cd ..; done
:D
mlapaglia
February 19th, 2008, 03:05 PM
thank you very much for this script! i've been wandering around google forever!
err. nvm this is 0.6.. sorry. hasn't 0.7.0 already been released though?
I've got an error on building:
In file included from decorator.moc.cpp:11:
decorator.h:27:26: error: kapplication.h: No such file or directory
decorator.h:35:21: error: fixx11h.h: No such file or directory
decorator.h:36:21: error: kconfig.h: No such file or directory
decorator.h:37:35: error: kdecoration_plugins_p.h: No such file or directory
decorator.h:38:27: error: kdecoration_p.h: No such file or directory
decorator.h:39:19: error: netwm.h: No such file or directory
In file included from window.h:37,
from decorator.h:46,
from decorator.moc.cpp:11:
options.h:27:25: error: kdecoration.h: No such file or directory
In file included from decorator.h:47,
from decorator.moc.cpp:11:
KWinInterface.h:6:24: error: dcopobject.h: No such file or directory
/usr/share/qt3/include/qnamespace.h:838: error: expected identifier before numeric constant
/usr/share/qt3/include/qnamespace.h:838: error: expected unqualified-id before numeric constant
/usr/share/qt3/include/qevent.h:61: error: expected identifier before numeric constant
/usr/share/qt3/include/qevent.h:61: error: expected `}' before numeric constant
/usr/share/qt3/include/qevent.h:61: error: expected unqualified-id before numeric constant
/usr/share/qt3/include/qevent.h:142: error: expected `)' before ‘type’
/usr/share/qt3/include/qevent.h:143: error: declaration of ‘~QEvent’ as non-member
/usr/share/qt3/include/qevent.h:144: error: ‘Type’ does not name a type
/usr/share/qt3/include/qevent.h:145: error: non-member function ‘bool spontaneous()’ cannot have cv-qualifier
/usr/share/qt3/include/qevent.h: In function ‘bool spontaneous()’:
/usr/share/qt3/include/qevent.h:145: error: ‘spont’ was not declared in this scope
/usr/share/qt3/include/qevent.h: At global scope:
/usr/share/qt3/include/qevent.h:146: error: expected unqualified-id before ‘protected’
/usr/share/qt3/include/qevent.h:148: error: expected unqualified-id before ‘private’
/usr/share/qt3/include/qevent.h:150: error: invalid function declaration
/usr/share/qt3/include/qevent.h:153: error: ‘friend’ can only be specified inside a class
/usr/share/qt3/include/qevent.h:154: error: ‘friend’ can only be specified inside a class
/usr/share/qt3/include/qevent.h:155: error: ‘friend’ can only be specified inside a class
/usr/share/qt3/include/qevent.h:156: error: ‘friend’ can only be specified inside a class
/usr/share/qt3/include/qevent.h:157: error: expected declaration before ‘}’ token
make[3]: *** [decorator.moc.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I am running Ubuntu Gutsy 7.10, and I've uninstalled my previous compiz. I'm running gnome, and I think I set up the configuration correctly.
some-guy
February 19th, 2008, 05:17 PM
thank you very much for this script! i've been wandering around google forever!
err. nvm this is 0.6.. sorry. hasn't 0.7.0 already been released though?
just compiz, not compiz fusion ;)
I've got an error on building:
In file included from decorator.moc.cpp:11:
decorator.h:27:26: error: kapplication.h: No such file or directory
decorator.h:35:21: error: fixx11h.h: No such file or directory
decorator.h:36:21: error: kconfig.h: No such file or directory
decorator.h:37:35: error: kdecoration_plugins_p.h: No such file or directory
decorator.h:38:27: error: kdecoration_p.h: No such file or directory
decorator.h:39:19: error: netwm.h: No such file or directory
In file included from window.h:37,
from decorator.h:46,
from decorator.moc.cpp:11:
options.h:27:25: error: kdecoration.h: No such file or directory
In file included from decorator.h:47,
from decorator.moc.cpp:11:
KWinInterface.h:6:24: error: dcopobject.h: No such file or directory
/usr/share/qt3/include/qnamespace.h:838: error: expected identifier before numeric constant
/usr/share/qt3/include/qnamespace.h:838: error: expected unqualified-id before numeric constant
/usr/share/qt3/include/qevent.h:61: error: expected identifier before numeric constant
/usr/share/qt3/include/qevent.h:61: error: expected `}' before numeric constant
/usr/share/qt3/include/qevent.h:61: error: expected unqualified-id before numeric constant
/usr/share/qt3/include/qevent.h:142: error: expected `)' before ‘type’
/usr/share/qt3/include/qevent.h:143: error: declaration of ‘~QEvent’ as non-member
/usr/share/qt3/include/qevent.h:144: error: ‘Type’ does not name a type
/usr/share/qt3/include/qevent.h:145: error: non-member function ‘bool spontaneous()’ cannot have cv-qualifier
/usr/share/qt3/include/qevent.h: In function ‘bool spontaneous()’:
/usr/share/qt3/include/qevent.h:145: error: ‘spont’ was not declared in this scope
/usr/share/qt3/include/qevent.h: At global scope:
/usr/share/qt3/include/qevent.h:146: error: expected unqualified-id before ‘protected’
/usr/share/qt3/include/qevent.h:148: error: expected unqualified-id before ‘private’
/usr/share/qt3/include/qevent.h:150: error: invalid function declaration
/usr/share/qt3/include/qevent.h:153: error: ‘friend’ can only be specified inside a class
/usr/share/qt3/include/qevent.h:154: error: ‘friend’ can only be specified inside a class
/usr/share/qt3/include/qevent.h:155: error: ‘friend’ can only be specified inside a class
/usr/share/qt3/include/qevent.h:156: error: ‘friend’ can only be specified inside a class
/usr/share/qt3/include/qevent.h:157: error: expected declaration before ‘}’ token
make[3]: *** [decorator.moc.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I am running Ubuntu Gutsy 7.10, and I've uninstalled my previous compiz. I'm running gnome, and I think I set up the configuration correctly.
Are you sure you ran ./btvei packages? Did you disable kde support?
s0l1dsnak3123
February 19th, 2008, 05:45 PM
I have a request for this script: Do you think it would be possible if you could add an auto updater? that way we would always have the latest version of the script :D
some-guy
February 19th, 2008, 08:30 PM
I'll try to add that to the 0.7 version once i is released
BTW I will not use compiz 0.7 release, instead I will use a different commit that has a fixed up build environment :D
mlapaglia
February 20th, 2008, 01:59 AM
yes i disabled kde support in the file, i put "kde" in quotes following the disable= thing.
i did a fresh install of ubuntu and i'm reinstalling.
HMartinho
February 25th, 2008, 11:59 PM
When I run the script in a terminal it shuts down in a second.
What am I doing wrong please?
Cheers.
Deciare
February 26th, 2008, 02:55 AM
yes i disabled kde support in the file, i put "kde" in quotes following the disable= thing.
i did a fresh install of ubuntu and i'm reinstalling.
The script looks for a variable named COMPIZREMOVE when looking for stuff to disable, but the variable provided near the top of the file is named DISABLE.
To fix it, try going to line 142, then changing this:
for p in $COMPIZREMOVE ; do
To this:
for p in $DISABLE ; do
some-guy
February 26th, 2008, 04:36 PM
When I run the script in a terminal it shuts down in a second.
What am I doing wrong please?
Cheers.
This one takes arguments, so either right-click at that folder and run open in terminal (if you have it) or open a terminal and run cd /path/to/folder, then run ./btvei all (to get, extraact, and install) and ./btvei remove to uninstall, and simply running ./btvei will just display the provideable arguments
The script looks for a variable named COMPIZREMOVE when looking for stuff to disable, but the variable provided near the top of the file is named DISABLE.
To fix it, try going to line 142, then changing this:
for p in $COMPIZREMOVE ; do
To this:
for p in $DISABLE ; do
Thanks, I missed that while copying some line from makefusion(didn't want to write the whole thing from scratch) and it is now in the script :D
HMartinho
February 28th, 2008, 09:37 PM
Hi;
copying build/locale/gu/ccsm.mo -> /usr/local/share/locale/gu/LC_MESSAGES
copying build/locale/id/ccsm.mo -> /usr/local/share/locale/id/LC_MESSAGES
running install_egg_info
Writing /usr/local/lib/python2.5/site-packages/ccsm-0.6.0.egg-info
- Configuring compiz-bcop-0.6.0
./btvei: line 227: cd: compiz-fusion/packages/compiz-bcop-0.6.0: Ficheiro ou directoria inexistente
./btvei: line 229: /home/helder/BTVEI/compiz-fusion/packages/ccsm-0.6.0/compiz-fusion/.logs/configure-compiz-bcop-0.6.0-error.log: Ficheiro ou directoria inexistente
compiz-bcop-0.6.0's configure reports errors, exiting...
"Ficheiro ou directoria inexistente" = "No such file or directory"
I got this when running the script.
Haven't the foggiest idea.
Cheers.
some-guy
February 29th, 2008, 05:46 PM
try the newer version...
HMartinho
February 29th, 2008, 06:39 PM
Tried it, same error :(
Cheers.
Downloading from http://releases.compiz-fusion.org
- Downloading 0.6.0/compiz/compiz-0.6.2.tar.gz
- Downloading 0.6.0/compiz-bcop-0.6.0.tar.gz
- Downloading 0.6.0/libcompizconfig-0.6.0.tar.gz
- Downloading 0.6.0/compizconfig-python-0.6.0.tar.gz
- Downloading 0.5.2/emerald-0.5.2.tar.gz
- Downloading 0.5.2/emerald-themes-0.5.2.tar.gz
- Downloading 0.6.0/compizconfig-backend-gconf-0.6.0.tar.gz
- Downloading 0.6.0/ccsm-0.6.0.tar.gz
- Downloading Compiz Manager
- Downloading Fusion Icon
- Downloading http://releases.compiz-fusion.org/0.6.0/compiz-fusion-plugins-main-0.6.0.tar.gz
- Downloading http://releases.compiz-fusion.org/0.6.0/compiz-fusion-plugins-extra-0.6.0.tar.gz
- Downloading http://releases.compiz-fusion.org/0.6.0/compiz-fusion-plugins-unsupported-0.6.0.tar.gz
- Downloading http://somelinuxguy94.googlepages.com/atlantis2-0.6.0.tar.gz
- Downloading http://somelinuxguy94.googlepages.com/freewins-0.6.0.tar.gz
- Downloading http://somelinuxguy94.googlepages.com/fireflies-0.6.0.tar.gz
- Downloading http://somelinuxguy94.googlepages.com/photowheel-0.6.0.tar.gz
- Downloading http://somelinuxguy94.googlepages.com/snowglobe-0.6.0.tar.gz
- Downloading http://somelinuxguy94.googlepages.com/wallpaper-0.6.0.tar.gz
- Downloading http://somelinuxguy94.googlepages.com/screensaver-0.6.0.tar.gz
- Downloading http://somelinuxguy94.googlepages.com/stars-0.6.0.tar.gz
Untarring...
- Untarring ccsm-0.6.0.tar.gz
- Untarring compiz-0.6.2.tar.gz
- Untarring compiz-bcop-0.6.0.tar.gz
- Untarring compizconfig-backend-gconf-0.6.0.tar.gz
- Untarring compizconfig-python-0.6.0.tar.gz
- Untarring compiz-manager-0.6.0.tar.gz
- Untarring emerald-0.5.2.tar.gz
- Untarring emerald-themes-0.5.2.tar.gz
- Untarring libcompizconfig-0.6.0.tar.gz
- Untarring atlantis2-0.6.0.tar.gz
- Untarring compiz-fusion-plugins-extra-0.6.0.tar.gz
- Untarring compiz-fusion-plugins-main-0.6.0.tar.gz
- Untarring compiz-fusion-plugins-unsupported-0.6.0.tar.gz
- Untarring fireflies-0.6.0.tar.gz
- Untarring freewins-0.6.0.tar.gztar: freewins-0.6.0/.libs/libfreewins.so.0.0.0: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: freewins-0.6.0/.libs/libfreewins.lai: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: freewins-0.6.0/.libs/libfreewins.a: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: freewins-0.6.0/.libs/freewins.o: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: freewins-0.6.0/.libs: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: freewins-0.6.0/libfreewins.la: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: freewins-0.6.0/freewins.xml: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: freewins-0.6.0/freewins.o: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: freewins-0.6.0/freewins.c: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: freewins-0.6.0/Makefile: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: freewins-0.6.0/COPYING: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: freewins-0.6.0/AUTHORS: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: freewins-0.6.0: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
- Untarring photowheel-0.6.0.tar.gz
- Untarring screensaver-0.6.0.tar.gz
- Untarring snowglobe-0.6.0.tar.gz
- Untarring stars-0.6.0.tar.gztar: stars-0.6.0/build/.libs/star_options.o: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/build/.libs/star.o: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/build/.libs/libstar.so.0.0.0: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/build/.libs/libstar.lai: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/build/.libs/libstar.a: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/build/.libs: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/build/star_options.o: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/build/star_options.lo: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/build/star_options.h: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/build/star_options.c: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/build/star.xml: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/build/star.o: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/build/star.lo: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/build/libstar.la: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/build/compiz-star.schema: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/images/star.png: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/build: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/star.c: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/plugin.info: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: stars-0.6.0/Makefile: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
- Untarring wallpaper-0.6.0.tar.gztar: wallpaper/DOCUMENTATION: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: wallpaper/Makefile: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: wallpaper/plugin.info: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: wallpaper/wallpaper.c: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: wallpaper/wallpaper.xml.in: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
tar: wallpaper: data 1970-01-01 01:00:00 demasiado antiga para ser plausível
Installing Packages
- Configuring compiz-0.6.2
- Building compiz-0.6.2
- Installing compiz-0.6.2
Password: - Building ccsm-0.6.0
running build
running build_py
creating build/lib
creating build/lib/ccm
copying ccm/Pages.py -> build/lib/ccm
copying ccm/Conflicts.py -> build/lib/ccm
copying ccm/Utils.py -> build/lib/ccm
copying ccm/Widgets.py -> build/lib/ccm
copying ccm/Constants.py -> build/lib/ccm
copying ccm/__init__.py -> build/lib/ccm
copying ccm/Settings.py -> build/lib/ccm
copying ccm/Window.py -> build/lib/ccm
running build_scripts
creating build/scripts-2.5
copying and adjusting ccsm -> build/scripts-2.5
changing mode of build/scripts-2.5/ccsm from 644 to 755
- Installing ccsm-0.6.0
running install
running build
running build_py
running build_scripts
running install_lib
copying build/lib/ccm/Pages.py -> /usr/local/lib/python2.5/site-packages/ccm
error: /usr/local/lib/python2.5/site-packages/ccm/Pages.py: Permission denied
- Configuring compiz-bcop-0.6.0
./btvei: line 227: cd: /home/helder/btvei/compiz-fusion/packages/ccsm-0.6.0/compiz-fusion/packages/compiz-bcop-0.6.0: Ficheiro ou directoria inexistente
./btvei: line 229: /home/helder/btvei/compiz-fusion/packages/ccsm-0.6.0/compiz-fusion/.logs/configure-compiz-bcop-0.6.0-error.log: Ficheiro ou directoria inexistente
compiz-bcop-0.6.0's configure reports errors, exiting...
Complete log, something about "demasiado antiga para ser plausível" = "too old to be plausible" ?????
some-guy
February 29th, 2008, 08:59 PM
it should be fixed now, I missed a few things for ccsm/fusion-icon
oceanic
March 4th, 2008, 10:55 AM
Installing Packages
- Configuring compiz-0.6.2
compiz-0.6.2's configure reports errors, exiting...
it just comes up with this when i do it :(
Is there a log file??
the first few bits went well though, i think
can you help me out?
i'm using ubuntu feisty
Thanks! :D
Edit:
oooooo I donno what i did but its got alittle bit further this time :D
buts its still not working though :(
it keeps on asking me for password when i am in root already :s
Downloading from http://releases.compiz-fusion.org
- Downloading 0.6.0/compiz/compiz-0.6.2.tar.gz
- Downloading 0.6.0/compiz-bcop-0.6.0.tar.gz
- Downloading 0.6.0/libcompizconfig-0.6.0.tar.gz
- Downloading 0.6.0/compizconfig-python-0.6.0.tar.gz
- Downloading 0.5.2/emerald-0.5.2.tar.gz
- Downloading 0.5.2/emerald-themes-0.5.2.tar.gz
- Downloading 0.6.0/compizconfig-backend-gconf-0.6.0.tar.gz
- Downloading 0.6.0/ccsm-0.6.0.tar.gz
- Downloading Compiz Manager
- Downloading Fusion Icon
- Downloading http://releases.compiz-fusion.org/0.6.0/compiz-fusion-plugins-main-0.6.0.tar.gz
- Downloading http://releases.compiz-fusion.org/0.6.0/compiz-fusion-plugins-extra-0.6.0.tar.gz
- Downloading http://releases.compiz-fusion.org/0.6.0/compiz-fusion-plugins-unsupported-0.6.0.tar.gz
- Downloading http://somelinuxguy94.googlepages.com/atlantis2-0.6.0.tar.gz
- Downloading http://somelinuxguy94.googlepages.com/freewins-0.6.0.tar.gz
- Downloading http://somelinuxguy94.googlepages.com/fireflies-0.6.0.tar.gz
- Downloading http://somelinuxguy94.googlepages.com/photowheel-0.6.0.tar.gz
- Downloading http://somelinuxguy94.googlepages.com/snowglobe-0.6.0.tar.gz
- Downloading http://somelinuxguy94.googlepages.com/wallpaper-0.6.0.tar.gz
- Downloading http://somelinuxguy94.googlepages.com/screensaver-0.6.0.tar.gz
- Downloading http://somelinuxguy94.googlepages.com/stars-0.6.0.tar.gz
Untarring...
- Untarring ccsm-0.6.0.tar.gz
- Untarring compiz-0.6.2.tar.gz
- Untarring compiz-bcop-0.6.0.tar.gz
- Untarring compizconfig-backend-gconf-0.6.0.tar.gz
- Untarring compizconfig-python-0.6.0.tar.gz
- Untarring compiz-manager-0.6.0.tar.gz
- Untarring emerald-0.5.2.tar.gz
- Untarring emerald-themes-0.5.2.tar.gz
- Untarring libcompizconfig-0.6.0.tar.gz
- Untarring atlantis2-0.6.0.tar.gz
- Untarring compiz-fusion-plugins-extra-0.6.0.tar.gz
- Untarring compiz-fusion-plugins-main-0.6.0.tar.gz
- Untarring compiz-fusion-plugins-unsupported-0.6.0.tar.gz
- Untarring fireflies-0.6.0.tar.gz
- Untarring freewins-0.6.0.tar.gz
- Untarring photowheel-0.6.0.tar.gz
- Untarring screensaver-0.6.0.tar.gz
- Untarring snowglobe-0.6.0.tar.gz
- Untarring stars-0.6.0.tar.gz
- Untarring wallpaper-0.6.0.tar.gz
Installing Packages
- Configuring compiz-0.6.2
- Building compiz-0.6.2
- Installing compiz-0.6.2
Password: - Building ccsm-0.6.0
- Installing ccsm-0.6.0
- Configuring compiz-bcop-0.6.0
- Building compiz-bcop-0.6.0
- Installing compiz-bcop-0.6.0
Password: - Configuring compizconfig-backend-gconf-0.6.0
compizconfig-backend-gconf-0.6.0's configure reports errors, exiting...
some-guy
March 4th, 2008, 02:31 PM
errors are stored in compiz-fusion/.logs
oceanic
March 4th, 2008, 06:10 PM
errors are stored in compiz-fusion/.logs
:D i feel stupid now :D
install-compiz-0.6.2-error.log
libtool: install: warning: relinking `libdecoration.la'
libtool: install: warning: relinking `libblur.la'
libtool: install: warning: relinking `libvideo.la'
libtool: install: warning: relinking `libsvg.la'
and
configure-compizconfig-backend-gconf-0.6.0-error.log
configure: error: Package requirements ("libcompizconfig") were not met:
No package 'libcompizconfig' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables CCS_CFLAGS
and CCS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
some-guy
March 4th, 2008, 06:16 PM
Forgot to make libcompizconfig compile before compiz-config-*
:(
EDIT: fixed
oceanic
March 4th, 2008, 06:59 PM
i just tried the new one :D
configure-compizconfig-python-0.6.0-error.log
configure: error: Couldn't find Pyrex
and
install-libcompizconfig-0.6.0-error.log
libtool: install: warning: relinking `libini.la'
libtool: install: warning: relinking `libccp.la'
some-guy
March 4th, 2008, 07:02 PM
install pyrex, I'll fix this in the script
the second one is just warnings that you don't need to worry about
oceanic
March 4th, 2008, 07:20 PM
configure-index.htm?p=users%2 something something something =s
/home/arthur/Desktop/btvei: line 229: ./configure: No such file or directory
configure-emerald-0.5.2-error.log
configure: error: Package requirements ( xrender >= 0.8.4 gtk+-2.0 >= 2.8.0 libwnck-1.0 libdecoration pangocairo) were not met:
No package 'libwnck-1.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables EMERALD_CFLAGS
and EMERALD_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
some-guy
March 4th, 2008, 07:43 PM
did you run ./btvei packages ?
GDGrana
March 4th, 2008, 10:21 PM
I've managed to run the script with a modicum of success (had to remove a few index.html files that were downloaded from the servers), but when I try running ccsm or emerald, I get the following errors:
david@nightscream:~$ sudo ccsm
Traceback (most recent call last):
File "/usr/local/bin/ccsm", line 37, in <module>
import compizconfig
ImportError: libcompizconfig.so.0: cannot open shared object file: No such file or directory
david@nightscream:~$ emerald-theme-manager -i
emerald-theme-manager: error while loading shared libraries: libemeraldengine.so.0: cannot open shared object file: No such file or directory
The only things that bothered me about the install were the following:
- Configuring compiz-0.6.2
- Building compiz-0.6.2
- Installing compiz-0.6.2
Password: - Configuring libcompizconfig-0.6.0
- Building libcompizconfig-0.6.0
- Installing libcompizconfig-0.6.0
Password: - Building ccsm-0.6.0
- Installing ccsm-0.6.0
- Configuring compiz-bcop-0.6.0
- Building compiz-bcop-0.6.0
- Installing compiz-bcop-0.6.0
Password: - Configuring compizconfig-backend-gconf-0.6.0
- Building compizconfig-backend-gconf-0.6.0
- Installing compizconfig-backend-gconf-0.6.0
Password: - Configuring compizconfig-python-0.6.0
- Building compizconfig-python-0.6.0
- Installing compizconfig-python-0.6.0
Password: - Installing compiz-manager-0.6.0
sudo: do_make: command not found
- Configuring emerald-0.5.2
- Building emerald-0.5.2
- Installing emerald-0.5.2
Password: - Configuring emerald-themes-0.5.2
- Building emerald-themes-0.5.2
- Installing emerald-themes-0.5.2
Password: ./btvei: line 443: [: missing `]'
./btvei: line 443: [: missing `]'
- Building and Installing atlantis2-0.6.0
Password: ./btvei: line 443: [: missing `]'
./btvei: line 443: [: missing `]'
- Building and Installing compiz-fusion-plugins-extra-0.6.0
Password: - Configuring compiz-fusion-plugins-main-0.6.0
- Building compiz-fusion-plugins-main-0.6.0
- Installing libcompizconfig-0.6.0
Password: ./btvei: line 443: [: missing `]'
./btvei: line 443: [: missing `]'
- Building and Installing compiz-fusion-plugins-unsupported-0.6.0
Password: ./btvei: line 443: [: missing `]'
./btvei: line 443: [: missing `]'
- Building and Installing fireflies-0.6.0
Password: ./btvei: line 443: [: missing `]'
./btvei: line 443: [: missing `]'
- Building and Installing freewins-0.6.0
Password: ./btvei: line 443: [: missing `]'
./btvei: line 443: [: missing `]'
- Building and Installing photowheel-0.6.0
Password: ./btvei: line 443: [: missing `]'
./btvei: line 443: [: missing `]'
- Building and Installing screensaver-0.6.0
Password: ./btvei: line 443: [: missing `]'
./btvei: line 443: [: missing `]'
- Building and Installing snowglobe-0.6.0
Password: ./btvei: line 443: [: missing `]'
./btvei: line 443: [: missing `]'
- Building and Installing stars-0.6.0
Password: ./btvei: line 443: [: missing `]'
./btvei: line 443: [: missing `]'
- Building and Installing wallpaper
There were also some warnings about relinking .la files in the libconfigcompiz install error log, but that's it. Thanks.
some-guy
March 4th, 2008, 10:29 PM
#1 don't run ccsm/compiz/anything with root/sudo!
#2 if your on Gutsy(ubuntu 7.10), try uninstalling, then reinstalling to /usr as the prefix
EDIT: found another bug as well will post the fix in a few minutes...
GDGrana
March 5th, 2008, 12:39 AM
Install failed on the plugin stage :(
Password: - Building and Installing atlantis2-0.6.0
Password: - Configuring compiz-fusion-plugins-extra-0.6.0
- Building compiz-fusion-plugins-extra-0.6.0
build's make reports errors, exiting...
david@nightscream:~/downloads/compiz-fusion/.logs$ cat make-compiz-fusion-plugins-extra-0.6.0-error.log
scalefilter.c:41:18: error: text.h: No such file or directory
scalefilter.c: In function 'scalefilterRenderFilterText':
scalefilter.c:123: error: 'CompTextAttrib' undeclared (first use in this function)
scalefilter.c:123: error: (Each undeclared identifier is reported only once
scalefilter.c:123: error: for each function it appears in.)
scalefilter.c:123: error: expected ';' before 'tA'
scalefilter.c:163: error: 'tA' undeclared (first use in this function)
scalefilter.c:172: error: 'TEXT_STYLE_BOLD' undeclared (first use in this function)
scalefilter.c:172: error: 'TEXT_STYLE_NORMAL' undeclared (first use in this function)
scalefilter.c:177: error: 'TextRenderNormal' undeclared (first use in this function)
scalefilter.c:180: error: 'TEXT_ID' undeclared (first use in this function)
make[3]: *** [scalefilter.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Ok, I've found that plugins-main needs to be installed first, but 1. I do not know how to edit that in the script (I seem to have the dumb tonight :( and 2. I get permission errors if I try to run 'make' on its own (specifically, cannot rm .libs/animation.o and error opening dependency file .deps/animation.Tpo)
some-guy
March 5th, 2008, 03:07 PM
Ok, I've found that plugins-main needs to be installed first, but 1. I do not know how to edit that in the script (I seem to have the dumb tonight :( and 2. I get permission errors if I try to run 'make' on its own (specifically, cannot rm .libs/animation.o and error opening dependency file .deps/animation.Tpo)
I'll have that fixed as soon as I get the chance
EDIT: fixed
reez0105
March 6th, 2008, 07:19 PM
error
Installing Packages
- Configuring compiz-0.6.2
- Building compiz-0.6.2
- Installing compiz-0.6.2
Password: [sudo] password for reez:
- Configuring libcompizconfig-0.6.0
- Building libcompizconfig-0.6.0
- Installing libcompizconfig-0.6.0
Password: - Building ccsm-0.6.0
- Installing ccsm-0.6.0
- Configuring compiz-bcop-0.6.0
- Building compiz-bcop-0.6.0
- Installing compiz-bcop-0.6.0
Password: - Configuring compizconfig-backend-gconf-0.6.0
- Building compizconfig-backend-gconf-0.6.0
- Installing compizconfig-backend-gconf-0.6.0
Password: - Configuring compizconfig-python-0.6.0
- Building compizconfig-python-0.6.0
- Installing compizconfig-python-0.6.0
Password: - Installing compiz-manager-0.6.0
sudo: do_make: command not found
- Configuring emerald-0.5.2
- Building emerald-0.5.2
- Installing emerald-0.5.2
Password: - Configuring emerald-themes-0.5.2
- Building emerald-themes-0.5.2
- Installing emerald-themes-0.5.2
Password: - Configuring index.html?p=users%2Fcrdlb%2Ffusion-icon;a=snapshot;h=82ce586187ded167c6e56ecde6dcb3f3 54909faf;sf=tgz
/home/reez/Desktop/btvei: line 228: cd: /home/reez/compiz-fusion/packages/index.html?p=users%2Fcrdlb%2Ffusion-icon;a=snapshot;h=82ce586187ded167c6e56ecde6dcb3f3 54909faf;sf=tgz: Not a directory
index.html?p=users%2Fcrdlb%2Ffusion-icon;a=snapshot;h=82ce586187ded167c6e56ecde6dcb3f3 54909faf;sf=tgz's configure reports errors, exiting...
some-guy
March 6th, 2008, 08:13 PM
I have to fix those links...
some-guy
March 7th, 2008, 01:05 AM
0.7.2 version coming soon!
(have to mod some patches to work with the release...)
reez0105
March 7th, 2008, 03:30 AM
and i hope you can include all available extra/unstable plugins at this particular time
XD
some-guy
March 11th, 2008, 09:25 PM
sorry, it's not ready yet...
but I made the patch for whomever may need it: http://somelinuxguy94.googlepages.com/disable-x11-xcb-0.7.2.diff
howto apply:
move it into the compiz directory
apply it with 'patch -p1 < disable-x11-xcb-0.7.2.diff'
some-guy
March 25th, 2008, 06:37 PM
discontinued, I see no point in continuing, all the distro's will provide it themselves, and I have no time as well...
vBulletin® v3.7.1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.