Bonjour; 🙂
J'ai installé KDE via yum group install, et j'ai quelques petits problèmes : :roll:
je n'ai aucun écran de veille
en faisant alt tab (j'ai tout vérifié, raccourci clavier, effet 3d en boîte, ...) : pas d'effet 3d (présentation dans une boîte)

Ainsi serait il possible d'installer compiz sous kde ?
Ou comment remédier à ces problèmes ?

Merci d'avance pour réponse 😉
Merci beaucoup j'ai effectivement fini par trouver la doc et ça marche à peu de chose près.
Maintenant je vais essayer d'installer les écrans de veille.
Je dois préciser que pour utiliser emerald il faut icon fusion qui permet de le lancer. De plus il faut éditer les propriétés de Compiz, plus précisément de décoration de la fenêtre et mettre icon-fusion dans commande.
J'ai tout petit problème; la taille du menu K : la largeur est la moitié de l'écran :hammer:
mtirabo wrote: Je croyais que "compiz" & co avait été arrêté il y a quelques temps déjà... bonne nouvelle!!
La rumeur a couru en effet.
Je m'amuse comme un fou :lol:
Surtout dans les animations avec les différentes fenêtres (Normal | Dialog | ModalDialog | Unknown) reconnues et plus encore.
bref j'ai un souci :
make -d
GNU Make 3.82
Construit pour x86_64-redhat-linux-gnu
Copyright (C) 2010  Free Software Foundation, Inc.
Licence GPLv3+ : GNU GPL version 3 ou ultérieure <http://gnu.org/licenses/gpl.html>
Ceci est un logiciel libre : vous êtes autorisé à le modifier et à la redistribuer.
Il ne comporte AUCUNE GARANTIE, dans la mesure de ce que permet la loi.
Lecture des makefiles...
Lecture du makefile « Makefile »...
Lecture du makefile « plugin.info » (chemin de recherche) (pas de remplacement du ~)...
Makefile:48: *** [ERROR] Compiz not installed. Arrêt.
J'ai tout installé (lib / devel /...) mais là je sèche :roll:
Merci
J'ai un problème :
Je veux installer electric sheep. Je me suis aidé de cela et de ça. J'ai installé
yum install libgtop2-devel.x86_64 libgtop2.i686 wxGTK-devel.x86_64 boost-devel.x86_64 GLee-devel.x86_64 ffmpeg-devel.x86_64 ffmpeg-devel.x686
Mais pour le client (dernier a être installé) j'ai :
Making all in Client
make[1] : on entre dans le répertoire « /media/Doc/ElectricSheep/electricsheep-read-only/client_generic/Client »
g++ -DPACKAGE_NAME=\"electricsheep\" -DPACKAGE_TARNAME=\"electricsheep\" -DPACKAGE_VERSION=\"2.7b33-svn\" -DPACKAGE_STRING=\"electricsheep\ 2.7b33-svn\" -DPACKAGE_BUGREPORT=\"http://code.google.com/p/electricsheep/issues/list\" -DPACKAGE_URL=\"\" -DPACKAGE=\"electricsheep\" -DVERSION=\"2.7b33-svn\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_GL_GLEE_H=1 -DHAVE_LIBBOOST_THREAD=1 -DHAVE_LIBBOOST_FILESYSTEM=1 -DHAVE_LIBBOOST_SYSTEM=1 -DHAVE_LIBTINYXML=1 -DHAVE_LIBGLUT=1 -DHAVE_LIBGL=1 -DHAVE_LIBRT=1 -I. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I .. -iquote ../DisplayOutput/OpenGL -I ../Common -I ../DisplayOutput -I ../DisplayOutput/Renderer -I ../Common/Math -I ../ContentDecoder -I ../TupleStorage -I ../ContentDownloader -I ../lua5.1/src -I ../Client -I ../Networking -I ../tinyXml   -DLINUX_GNU=1 -DSHAREDIR=\"/usr/local/share/electricsheep/\" -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -I /usr/local/include/GL -I/usr/include/GL  -I/usr/include/libpng15      -lrt -lz -lGL -D__STDC_CONSTANT_MACROS -Wno-write-strings -DHAVE_AVC_VID2=1 -g -O2 -MT ContentDecoder.o -MD -MP -MF .deps/ContentDecoder.Tpo -c -o ContentDecoder.o `test -f '../ContentDecoder/ContentDecoder.cpp' || echo './'`../ContentDecoder/ContentDecoder.cpp
In file included from ../ContentDecoder/ContentDecoder.cpp:26:0:
../ContentDecoder/ContentDecoder.h: In destructor ‘virtual ContentDecoder::sOpenVideoInfo::~sOpenVideoInfo()’:
../ContentDecoder/ContentDecoder.h:112:4: attention : ‘void av_close_input_file(AVFormatContext*)’ is deprecated (declared at /usr/include/ffmpeg/libavformat/avformat.h:1689) [-Wdeprecated-declarations]
    av_close_input_file( m_pFormatContext );
    ^
../ContentDecoder/ContentDecoder.h:112:42: attention : ‘void av_close_input_file(AVFormatContext*)’ is deprecated (declared at /usr/include/ffmpeg/libavformat/avformat.h:1689) [-Wdeprecated-declarations]
    av_close_input_file( m_pFormatContext );
                                          ^
../ContentDecoder/ContentDecoder.cpp: In member function ‘bool ContentDecoder::CContentDecoder::Open(ContentDecoder::sOpenVideoInfo*)’:
../ContentDecoder/ContentDecoder.cpp:155:94: erreur: ‘av_open_input_file’ was not declared in this scope
  if( DumpError( av_open_input_file( &ovi->m_pFormatContext, _filename.c_str(), NULL, 0, NULL ) ) < 0 )
                                                                                              ^
../ContentDecoder/ContentDecoder.cpp:165:17: attention : ‘int av_find_stream_info(AVFormatContext*)’ is deprecated (declared at /usr/include/ffmpeg/libavformat/avformat.h:1513) [-Wdeprecated-declarations]
  if( DumpError( av_find_stream_info( ovi->m_pFormatContext ) ) < 0 )
                 ^
../ContentDecoder/ContentDecoder.cpp:165:60: attention : ‘int av_find_stream_info(AVFormatContext*)’ is deprecated (declared at /usr/include/ffmpeg/libavformat/avformat.h:1513) [-Wdeprecated-declarations]
  if( DumpError( av_find_stream_info( ovi->m_pFormatContext ) ) < 0 )
                                                            ^
../ContentDecoder/ContentDecoder.cpp:217:20: attention : ‘int avcodec_open(AVCodecContext*, AVCodec*)’ is deprecated (declared at /usr/include/ffmpeg/libavcodec/avcodec.h:3711) [-Wdeprecated-declarations]
     if( DumpError( avcodec_open( ovi->m_pVideoCodecContext, ovi->m_pVideoCodec ) ) < 0 )
                    ^
../ContentDecoder/ContentDecoder.cpp:217:80: attention : ‘int avcodec_open(AVCodecContext*, AVCodec*)’ is deprecated (declared at /usr/include/ffmpeg/libavcodec/avcodec.h:3711) [-Wdeprecated-declarations]
     if( DumpError( avcodec_open( ovi->m_pVideoCodecContext, ovi->m_pVideoCodec ) ) < 0 )
                                                                                ^
make[1]: *** [ContentDecoder.o] Erreur 1
make[1] : on quitte le répertoire « /media/Doc/ElectricSheep/electricsheep-read-only/client_generic/Client »
make: *** [all-recursive] Erreur 1
J'arrive pas à résoudre le problème !? :roll: Help me please :-D
Je débogue à l'aide de code blocks et trouve qui manque avcodec.h et pareil pour d'autres .h à propos de ffmep (j'utilise updatedb puis locate pour trouver lesdits fichiers :-? . Donc (à adapter, mais le but est de copier ce qui manque dans "ContenteDecoder") :
cp /usr/include/ffmpeg/libavcodec/avcodec.h /media/Doc/ElectricSheep/electricsheep-read-only/client_generic/ContentDecoder/
cp /usr/include/ffmpeg/libavutil/samplefmt.h /media/Doc/ElectricSheep/electricsheep-read-only/client_generic/ContentDecoder/
Finalement j'ai indiqué en absolu l'emplacement de avcodec.h an modifiant Content decoder aux premières lignes puis make clean et make puis erreur. :-x
Modification u ContentDecoder.h :
extern "C"{
	#include "/usr/include/ffmpeg/libavcodec/avcodec.h"
	#include "/usr/include/ffmpeg/libavutil/samplefmt.h"
	#include "/usr/include/ffmpeg/libswscale/swscale.h"
        #include "/usr/include/ffmpeg/libavformat/avformat.h"
}
Encore des erreurs, je verrais ça demain