[gobolinux-users] Beryl settings manager not work
Viola Zoltán
violazoli at gmail.com
Sun May 27 20:18:17 UTC 2007
I make a grand change in my system.
- I delete (in a non-graphical environment...) ALL PARTS OF XFCE AND BERYL,
EMERALD, and PyGobject, PyCairo, PyGTK, LibRSVG.
- Remove the brokened links
- Delete Python, and GLib
- Copy from the (not used) GoboLinux014 partition the GLib 2.12.11 and
Python 2.5, and Symlinked its.
(I have Xorg 7.2, from the GoboLinux014)
Now I try Compile XFCE. But, the libxfcegui4 write me:
/Programs/GLib/2.10.3/lib/libgobject-2.0.la is not a valid libtool archive!
It is interest - I NOT have GLib 2.10.3 ! Now I make a SYMLINK named 2.10.3to
2.12.11 into the /Programs/GLib directory, AND NOW THE COMPILE PROCESS OF
XFCE is SUCCEEDED! AND MY XFCE WORK GOOD!
Now I Compiled the Beryl-parts in THIS ORDER:
0. LibRSVG
1. PyGObject
2. PyCairo
3. PyGTK
4. Beryl-Core
5. Beryl-Manager
6. Beryl-Plugins
7. Beryl-Plugins-Unsupported
8. Beryl-Settings-Bindings
9. Beryl-Settings
10. Beryl-Settings-Simple
11. Emerald
12. Emerald-Themes
Now I logout.
Login.
startx
I see, my xfce work good, but the beryl - NOTHING CHANGE! It work, but I NOT
SEE THE TOP PANEL, and THE BERYL-SETTINGS-MANAGER NOT WORK!
Others my system is good, as I see it. This e-mail is writed from my
(changed) GoboLinux-system.
I try run the beryl-settings in a virtual terminal:
vz at Csiszilla ~]beryl-settings
Traceback (most recent call last):
File "/System/Links/Executables/beryl-settings", line 23, in <module>
import gtk
ImportError: No module named gtk
I not have any idea...
Zoli
2007/5/27, Jonas Karlsson <jonka750 at student.liu.se>:
>
> Which order did you compile the applications? You should compile librsvg
> first.
>
> /Jonas
>
> On Sun, 27 May 2007 00:02:42 +0200, Viola Zoltán <violazoli at gmail.com>
> wrote:
>
> > I delete Python 2.5
> > Cairo
> > PyCairo
> > PyGTK
> > PyGObject
> > Beryl-Settings-Bindings
> > LibRSVG
> >
> > I remove broken links
> >
> > Symlinked the Python 2.4.3
> >
> > Compile the deleted programs, but:
> >
> > vz at Csiszilla ~]beryl-settings
> > Traceback (most recent call last):
> > File "/System/Links/Executables/beryl-settings", line 1948, in ?
> > MakeCategoryArea(Category)
> > File "/System/Links/Executables/beryl-settings", line 1723, in
> > MakeCategoryArea
> > CatBasePixbuf = gdk.pixbuf_new_from_file_at_size
> > ("%s/%s"%(BaseDir,CatImages[Category.Name]),IconSize,IconSize)
> > gobject.GError: Unrecognized image file format
> >
> > Zoli
> >
> >
> >
> >
> > 2007/5/26, Jonas Karlsson <jonka750 at student.liu.se>:
> >>
> >> That wouldn't help, as librsvg doesn't have any python packages.
> >> The problem you have is that you have a mix and match of python modules
> >> compiled against python 2.4 and python 2.5. As I don't know all of the
> >> apps you have which have python modules I would suggest that you
> symlink
> >> python 2.4.3, remove python 2.5 and recompile pygtk and
> >> beryl-settings-bindings.
> >>
> >> /Jonas
> >>
> >> On Sat, 26 May 2007 21:47:21 +0200, Viola Zoltán <violazoli at gmail.com>
> >> wrote:
> >>
> >> > Dear Jonas, I recompile the pygtk, and beryl-settings-bindings (with
> >> > symlinked python 2.5) but:
> >> >
> >> > vz at Csiszilla ~]beryl-settings
> >> > Traceback (most recent call last):
> >> > File "/System/Links/Executables/beryl-settings", line 1948, in
> >> <module>
> >> > MakeCategoryArea(Category)
> >> > File "/System/Links/Executables/beryl-settings", line 1723, in
> >> > MakeCategoryArea
> >> > CatBasePixbuf = gdk.pixbuf_new_from_file_at_size
> >> > ("%s/%s"%(BaseDir,CatImages[Category.Name]),IconSize,IconSize)
> >> > gobject.GError: Unrecognized image file format
> >> >
> >> >
> >> > And, I HAVE librsvg!
> >> >
> >> > pv at Csiszilla ~]Compile librsvg
> >> > Compile: Locating a recipe for librsvg ...
> >> > Compile: Found recipe for librsvg
> >> > GetRecipe: Trying to get
> >> > http://gobolinux.org/recipe-store/LibRSVG--2.14.4-r2--recipe.tar.bz2
> >> > GetRecipe: Downloading recipe from
> >> > http://gobolinux.org/recipe-store/LibRSVG--2.14.4-r2--recipe.tar.bz2
> >> > Compile: Recipe placed in /Files/Compile/Recipes/LibRSVG/2.14.4-r2
> >> > Compile: Checking dependencies...
> >> > Compile: /Programs/LibRSVG/2.14.4 already exists. Continue? [Y/n]
> >> >
> >> >
> >> > Should I recompile it with python 2.5?
> >> >
> >> > Zoli
> >> >
> >> > 2007/5/26, Jonas Karlsson <jonka750 at student.liu.se>:
> >> >>
> >> >> After a google search
> >> >> (
> >> >>
> >>
> http://www.google.com/search?client=opera&rls=en&q=beryl-settings+gobject.GError:+Unrecognized+image+file+format&sourceid=opera&ie=utf-8&oe=utf-8
> >> )
> >> >> I found that the most common error was that librsvg wasn't
> >> >> installed. Do you have it installed?
> >> >>
> >> >> /Jonas
> >> >>
> >> >> On Sat, 26 May 2007 21:26:07 +0200, Viola Zoltán <
> violazoli at gmail.com>
> >> >> wrote:
> >> >>
> >> >> > Ah, sorry, I forget recompile pygtk and bindings...
> >> >> >
> >> >> > Zoli
> >> >> >
> >> >> > 2007/5/26, Jonas Karlsson <jonka750 at student.liu.se>:
> >> >> >>
> >> >> >> You can't just change the Current symlink. You have to run
> >> >> SymlinkProgram
> >> >> >> to
> >> >> >> symlink all the files inside the program entry as well.
> >> >> >> If running 'SymlinkProgram python 2.5' doesn't fix it you should
> try
> >> to
> >> >> >> recompile PyGTK and beryl-settings-bindings (as I already
> suggested)
> >> >> >>
> >> >> >> /Jonas
> >> >> >>
> >> >> >> On Sat, 26 May 2007 21:01:17 +0200, Viola Zoltán <
> >> violazoli at gmail.com>
> >> >> >> wrote:
> >> >> >>
> >> >> >> > I rewrite my Current link to python 2.5, but:
> >> >> >> >
> >> >> >> > vz at Csiszilla /Programs/Python]beryl-settings
> >> >> >> > Traceback (most recent call last):
> >> >> >> > File "/System/Links/Executables/beryl-settings", line 22, in
> ?
> >> >> >> > import berylsettings
> >> >> >> > ImportError:
> >> >> >> >
> /System/Links/Libraries/python2.5/site-packages/berylsettings.so:
> >> >> >> undefined
> >> >> >> > symbol: _PyArg_ParseTupleAndKeywords_SizeT
> >> >> >> >
> >> >> >> > Zoli
> >> >> >> >
> >> >> >> > (Sorry for the two post)
> >> >> >> >
> >> >> >> >
> >> >> >> > 2007/5/26, Jonas Karlsson <jonka750 at student.liu.se>:
> >> >> >> >>
> >> >> >> >> It seems like all your beryl python modules are compiled
> against
> >> >> python
> >> >> >> >> 2.5.
> >> >> >> >> Either you make python 2.5 your current python installation or
> >> you
> >> >> >> should
> >> >> >> >> recompile beryl-settings-bindings as well as pygtk against
> python
> >> >> 2.4.
> >> >> >> >>
> >> >> >> >> /Jonas
> >> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> Using Opera's revolutionary e-mail client:
> >> http://www.opera.com/mail/
> >> >> >> _______________________________________________
> >> >> >> gobolinux-users mailing list
> >> >> >> gobolinux-users at lists.gobolinux.org
> >> >> >> http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
> >> >> >>
> >> >> >
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> Using Opera's revolutionary e-mail client:
> http://www.opera.com/mail/
> >> >> _______________________________________________
> >> >> gobolinux-users mailing list
> >> >> gobolinux-users at lists.gobolinux.org
> >> >> http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
> >> >>
> >> >
> >> >
> >> >
> >>
> >>
> >>
> >> --
> >> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
> >> _______________________________________________
> >> gobolinux-users mailing list
> >> gobolinux-users at lists.gobolinux.org
> >> http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
> >>
> >
> >
> >
>
>
>
> --
> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
> _______________________________________________
> gobolinux-users mailing list
> gobolinux-users at lists.gobolinux.org
> http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
>
--
Honlapom: http://poliverzum.birodalom.net/powi
Fórumom: http://birodalom.net/forum
A #86-os sorszámú hivatalosan bejegyzett GoboLinux felhasználó
The #86 official GoboLinux-user
A GoboLinux felhasználók hivatalos magyar fóruma:
The official forum for the hungarian GoboLinux-users:
http://linux.birodalom.net/smf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.gobolinux.org/pipermail/gobolinux-users/attachments/20070527/9807ed8e/attachment-0001.htm
More information about the gobolinux-users
mailing list