You are not logged in.
Pages: 1
Salut les français et les fronco, toute à l'heure j'ai réussi à compiler screenlets et faire marcher ce merveilleux gestionnaire de gadgets de bureau
voici comment faire :
1-installez les outils de developement si vous ne l'avez pas dejà fais, notamment Make , Bash , Perl, etc avec le gestionnaire de paquets .
2-telechargez le code de screenlets ici : http://www.4shared.com/archive/id7PbDx_/screenlets-016tar.html
3- decompressez l'archive dans votre dossier perso " home "
4-maintenant il faut installer le dependance une à une, ouvrez un terminal et tapez ceci en mode super utilisateur ROOT :
# tazpkg get-install python
# tazpkg get-install pygtk
# tazpkg get-install pycairo
# tazpkg get-install python-xdg
# tazpkg get-install python-gnome-desktop
# tazpkg get-install libwnck
# tazpkg get-install librsvg
5-allez au dossier decompressé dans l'étape 3 à l'aide du terminal et compilez le code :
# cd "location du dossier"
# make install
6- tapez cette commande :
# gdk-pixbuf-query-loaders --update-cache
7- lancez le gestionnaire maintenant à partir de menu> utilitaires > screenlets
" le gestionnaire se lance mais il est vide il faut installez les gadgets "
8- ouvrez gnome-look.org et dans la section screenlets telechargez ce qu'il vous plaise du catalogue des gadgets
9-à partir du gestionnaire clickez sur install et naviguez au dossier ou vous avez enregistré les archives des gadgets et installez les un par un
10- après avoir installez vos gadgets, lancez les toujours à partir du gestionnaire, le gadget apparait sur le bureau et il suffit de faire double click pour le deplacer à l'endroit de votre choix.
Amusez vous bien les gars !!
Cordiallement
Mustapha, Agadir .
ah j'ai failli oublier, voici quelque capture d'ecran de mon bureau juste après avoir installer screenlets :
http://www4.0zz0.com/2012/02/18/19/832396013.png
http://www4.0zz0.com/2012/02/18/19/853940293.png
Offline
une faute:
# tazpkg get-install gnome-python-desktop
au lieu de :
# tazpkg get-install python-gnome-desktop
Offline
Salut,
As-tu testé mon paquet ? Cela éviterais au utilisateur d'installer toutes les dépendances :-)
http://people.slitaz.org/~pankso/packages/screenlets-0.1.6.tazpkg
Faut peut-être paufiner et quant il fontionnera je le commit dans la cooking pour que tout le monde puisse en profiter. Cela dit, tu peux maintenir le paquet si tu veux :-) La recette est faite, maintenir ça veux dire mettre à jour quant une nouvelle version est publiée.
- Christophe
Offline
salut Christophe
Non je ne l'ai pas testé parceque j'avais dejà compiler le code et installer les dependences quelque jours avant que tu poste "ou je vois" ton paquet, mais ta commande citée dans l'étape "6" ma beaucoup aidé, merci, elle a résolu le problème de "icon_theme" quand je lance le gestionnaire .
Malheureusement je suis un newbie au monde de linux et je suis en cours d'apprentissage donc je ne suis pas encors près pour ce genre de responsabilité .
Offline
@pankso
Hopefully I do not misunderstand because my knowledge of French is even lower than what I understand from Linux.
I worked with your package, did not compile it on my own, and it worked after installing a bulk of ,,co-programs".
Offline
bonjours, j'ai un probleme une fois installé screenlets (grace au gestionnaire de packets) et tt c'est depandance il ne veux pas se lancé pourtant il est bien dans mes applications.
la command : gdk-pixbuf-query-loaders --update-cache
me donne :
g_module_open() failed for /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so: undefined symbol: g_type_class_adjust_private_offset
g_module_open() failed for /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so: undefined symbol: g_type_class_adjust_private_offset
Quand je veux lancé par la consol ca me donne :
Traceback (most recent call last):
File "/usr/share/screenlets-manager/screenlets-manager.py", line 34, in <module>
import screenlets
File "/usr/lib/python2.7/site-packages/screenlets/__init__.py", line 50, in <module>
import gtk
File "/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 40, in <module>
from gtk import _gtk
ImportError: /usr/lib/libgdk_pixbuf-2.0.so.0: undefined symbol: g_type_class_adjust_private_offset
Je suis sous la version 5c2
Quelqu'un a une idée ?
Offline
Peut-être que vous utilisez une ancienne version de glib.
Vous pouvez mettre à jour dans tazpanel.
Ensuite, essayez la root:
# gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
(Translated using google)
Offline
Tazpanel ne me trouve pas de mise a jours, quand a ma version de grid je suis sur la 2.40 ( mirroir : http://mirror.slitaz.org/packages/5.0/ ) qui me semble etre la dernier.
Y a t'il sinon une commande pour mettre a jours a partire d'un autre mirroir ?
Sinon [c] gdk-pixbuf-query-loaders [/c] me donne :
[c]
# GdkPixbuf Image Loader Modules file
# Automatically generated file, do not edit
# Created by gdk-pixbuf-query-loaders from gdk-pixbuf-2.27.3
#
# LoaderDir = /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders
#
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so"
"pnm" 4 "gdk-pixbuf" "The PNM/PBM/PGM/PPM image format family" "LGPL"
"image/x-portable-anymap" "image/x-portable-bitmap" "image/x-portable-graymap" "image/x-portable-pixmap" ""
"pnm" "pbm" "pgm" "ppm" ""
"P1" "" 100
"P2" "" 100
"P3" "" 100
"P4" "" 100
"P5" "" 100
"P6" "" 100
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so"
"ico" 5 "gdk-pixbuf" "The ICO image format" "LGPL"
"image/x-icon" "image/x-ico" "image/x-win-bitmap" ""
"ico" "cur" ""
" 01 " "zz znz" 100
" 02 " "zz znz" 100
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so"
"jpeg" 5 "gdk-pixbuf" "The JPEG image format" "LGPL"
"image/jpeg" ""
"jpeg" "jpe" "jpg" ""
"\377\330" "" 100
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so"
"svg" 2 "gdk-pixbuf" "Scalable Vector Graphics" "LGPL"
"image/svg+xml" "image/svg" "image/svg-xml" "image/vnd.adobe.svg+xml" "text/xml-svg" "image/svg+xml-compressed" ""
"svg" "svgz" "svg.gz" ""
" <svg" "* " 100
" <!DOCTYPE svg" "* " 100
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.so"
"tiff" 5 "gdk-pixbuf" "The TIFF image format" "LGPL"
"image/tiff" ""
"tiff" "tif" ""
"MM *" " z " 100
"II* " " z" 100
"II* 20 CR02 " " z zzz z" 0
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so"
"png" 5 "gdk-pixbuf" "The PNG image format" "LGPL"
"image/png" ""
"png" ""
"\211PNG\r\n32\n" "" 100
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-wbmp.so"
"wbmp" 4 "gdk-pixbuf" "The WBMP image format" "LGPL"
"image/vnd.wap.wbmp" ""
"wbmp" ""
" " "zz" 1
" `" "z " 1
" @" "z " 1
" " "z " 1
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so"
"bmp" 5 "gdk-pixbuf" "The BMP image format" "LGPL"
"image/bmp" "image/x-bmp" "image/x-MS-bmp" ""
"bmp" ""
"BM" "" 100
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.so"
"qtif" 4 "gdk-pixbuf" "The QTIF image format" "LGPL"
"image/x-quicktime" "image/qtif" ""
"qtif" "qif" ""
"abcdidsc" "xxxx " 100
"abcdidat" "xxxx " 100
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ras.so"
"ras" 4 "gdk-pixbuf" "The Sun raster image format" "LGPL"
"image/x-cmu-raster" "image/x-sun-raster" ""
"ras" ""
"Y\246j\225" "" 100
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so"
"xpm" 4 "gdk-pixbuf" "The XPM image format" "LGPL"
"image/x-xpixmap" ""
"xpm" ""
"/* XPM */" "" 100
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.so"
"icns" 4 "gdk-pixbuf" "The ICNS image format" "GPL"
"image/x-icns" ""
"icns" ""
"icns" "" 100
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so"
"ani" 4 "gdk-pixbuf" "The ANI image format" "LGPL"
"application/x-navi-animation" ""
"ani" ""
"RIFF ACON" " xxxx " 100
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.so"
"tga" 4 "gdk-pixbuf" "The Targa image format" "LGPL"
"image/x-tga" ""
"tga" "targa" ""
" 0101" "x " 100
" 01\t" "x " 100
" 02" "xz " 99
" 03" "xz " 100
" \n" "xz " 100
" \v" "xz " 100
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.so"
"xbm" 4 "gdk-pixbuf" "The XBM image format" "LGPL"
"image/x-xbitmap" ""
"xbm" ""
"#define " "" 100
"/*" "" 50
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so"
"gif" 4 "gdk-pixbuf" "The GIF image format" "LGPL"
"image/gif" ""
"gif" ""
"GIF8" "" 100
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pcx.so"
"pcx" 4 "gdk-pixbuf" "The PCX image format" "LGPL"
"image/x-pcx" ""
"pcx" ""
"\n 01" "" 100
"\n0201" "" 100
"\n0301" "" 100
"\n0401" "" 100
"\n0501" "" 100
[/c]
et [c] gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache [/c] me donne :
Permission non accordée
Sinon quelle sont les outils de developpement a installé ?
(Je suis newbie sur linux)
Sinon quand je lance screenlets sur la consol cela me donne :
[c]
** (process:1554): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
** (process:1554): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
** (process:1554): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
No GNOME keyring, there will be problems with account options
Traceback (most recent call last):
File "/usr/share/screenlets-manager/screenlets-manager.py", line 34, in <module>
import screenlets
File "/usr/lib/python2.7/site-packages/screenlets/__init__.py", line 126, in <module>
import utils
File "/usr/lib/python2.7/site-packages/screenlets/utils.py", line 36, in <module>
from BeautifulSoup import BeautifulStoneSoup
ImportError: No module named BeautifulSoup
[/c]
Quelqu'un aurez une idée ? thx 
Offline
J'ai aussi le meme probleme avec xchat et un autre chat irc qui s'install j'ai l'icon dans mes applications mais rien ne se lance ? (...)
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.56 MiB (Peak: 1.77 MiB) ]