Il y a un support de QT3 je croies via :
hp-setup --qt3
A essayerhp-setup --qt3
A essayerVous l'aurez en installant :jeannot wrote:Bonsoir Edouard-le-homard,
Voici la réponse à la commande hp-setupet pourtant Qt4 est installé mais le module ui4.setupdialog n'est pas trouvé ?.error: Unable to load Qt4 support. Is it installed? No module named 'ui4.setupdialog'
A+
dnf install pyqt4
Bonne chancecd Dossier1
3- Première pass de compilation qmake-qt4 ImageEnlarger.pro
4- Deuxième pass de compilation make
5- Lancez le programme ./SmillaEnlarger
[c00ler@latop SmillaEnlargerSrc]$ qmake-qt4 ImageEnlarger.pro
[c00ler@latop SmillaEnlargerSrc]$ make
/usr/lib64/qt4/bin/uic enlargerdialog.ui -o ui_enlargerdialog.h
/usr/lib64/qt4/bin/uic preferences.ui -o ui_preferences.h
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o main.o main.cpp
In file included from main.cpp:26:0:
ConsoleManager.h:58:26: warning: unused parameter ‘w’ [-Wunused-parameter]
void imageSaved( int w, int h ) { cout<<" OK.\n"<<flush; ended=true; }
^
ConsoleManager.h:58:33: warning: unused parameter ‘h’ [-Wunused-parameter]
void imageSaved( int w, int h ) { cout<<" OK.\n"<<flush; ended=true; }
^
In file included from EnlargerDialog.h:31:0,
from main.cpp:27:
formatterclass.h:35:38: warning: unused parameter ‘srcWidth’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
formatterclass.h:35:52: warning: unused parameter ‘srcHeight’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
formatterclass.h:35:79: warning: unused parameter ‘format’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o selectField.o selectField.cpp
selectField.cpp:33:36: warning: unused parameter ‘parent’ [-Wunused-parameter]
SelectField::SelectField( QWidget *parent ) {
^
selectField.cpp:193:44: warning: unused parameter ‘event’ [-Wunused-parameter]
void SelectField::paintEvent( QPaintEvent *event ) {
^
selectField.cpp: In member function ‘void SelectField::AdjustViewAroundClip()’:
selectField.cpp:243:10: warning: variable ‘cWidth’ set but not used [-Wunused-but-set-variable]
float cWidth, cHeight;
^
selectField.cpp:243:18: warning: variable ‘cHeight’ set but not used [-Wunused-but-set-variable]
float cWidth, cHeight;
^
selectField.cpp: In member function ‘void SelectField::SimpleAdjust()’:
selectField.cpp:295:10: warning: unused variable ‘cWidth’ [-Wunused-variable]
float cWidth, cHeight;
^
selectField.cpp:295:18: warning: unused variable ‘cHeight’ [-Wunused-variable]
float cWidth, cHeight;
^
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o previewField.o previewField.cpp
previewField.cpp:28:38: warning: unused parameter ‘parent’ [-Wunused-parameter]
PreviewField::PreviewField( QWidget *parent) {
^
previewField.cpp:174:45: warning: unused parameter ‘event’ [-Wunused-parameter]
void PreviewField::paintEvent( QPaintEvent *event ) {
^
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o EnlargerDialog.o EnlargerDialog.cpp
In file included from EnlargerDialog.h:31:0,
from EnlargerDialog.cpp:31:
formatterclass.h:35:38: warning: unused parameter ‘srcWidth’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
formatterclass.h:35:52: warning: unused parameter ‘srcHeight’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
formatterclass.h:35:79: warning: unused parameter ‘format’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
In file included from EnlargerDialog.cpp:37:0:
CalcQueue.h:54:59: warning: unused parameter ‘parent’ [-Wunused-parameter]
int rowCount( const QModelIndex & parent = QModelIndex() ) const { return jobList.size(); }
^
EnlargerDialog.cpp:387:48: warning: unused parameter ‘state’ [-Wunused-parameter]
void EnlargerDialog::slot_checkBoxChanged( int state ) {
^
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o Array.o ImageEnlargerCode/Array.cpp
ImageEnlargerCode/Array.cpp: In member function ‘DirArray* MyArray::Gradient()’:
ImageEnlargerCode/Array.cpp:36:10: warning: variable ‘p00’ set but not used [-Wunused-but-set-variable]
float p00,p10,p20;
^
ImageEnlargerCode/Array.cpp: In member function ‘void MyArray::FillWithDots()’:
ImageEnlargerCode/Array.cpp:78:10: warning: unused variable ‘scaleF’ [-Wunused-variable]
float scaleF = 2.0/float(sizeX);
^
ImageEnlargerCode/Array.cpp: In member function ‘DirArray* DirArray::Func0()’:
ImageEnlargerCode/Array.cpp:262:20: warning: variable ‘f11’ set but not used [-Wunused-but-set-variable]
float f01,f11,f21;
^
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o EnlargerThread.o EnlargerThread.cpp
EnlargerThread.cpp:376:42: warning: unused parameter ‘parent’ [-Wunused-parameter]
EnlargerThread::EnlargerThread( QObject *parent, int id ) {
^
In file included from EnlargerThread.h:33:0,
from EnlargerThread.cpp:26:
ImageEnlargerCode/EnlargerTemplate.h: In instantiation of ‘void BasicEnlarger<T>::ReadSrcPixel(int, int, T&) [with T = Point]’:
EnlargerThread.cpp:35:16: required from here
ImageEnlargerCode/EnlargerTemplate.h:175:35: warning: unused parameter ‘srcX’ [-Wunused-parameter]
virtual void ReadSrcPixel( int srcX, int srcY, T & dstP ) {}
^
ImageEnlargerCode/EnlargerTemplate.h:175:45: warning: unused parameter ‘srcY’ [-Wunused-parameter]
virtual void ReadSrcPixel( int srcX, int srcY, T & dstP ) {}
^
ImageEnlargerCode/EnlargerTemplate.h:175:55: warning: unused parameter ‘dstP’ [-Wunused-parameter]
virtual void ReadSrcPixel( int srcX, int srcY, T & dstP ) {}
^
ImageEnlargerCode/EnlargerTemplate.h: In instantiation of ‘void BasicEnlarger<T>::WriteDstPixel(T, int, int) [with T = Point]’:
EnlargerThread.cpp:35:16: required from here
ImageEnlargerCode/EnlargerTemplate.h:176:34: warning: unused parameter ‘p’ [-Wunused-parameter]
virtual void WriteDstPixel( T p, int dstCX, int dstCY ) {}
^
ImageEnlargerCode/EnlargerTemplate.h:176:41: warning: unused parameter ‘dstCX’ [-Wunused-parameter]
virtual void WriteDstPixel( T p, int dstCX, int dstCY ) {}
^
ImageEnlargerCode/EnlargerTemplate.h:176:52: warning: unused parameter ‘dstCY’ [-Wunused-parameter]
virtual void WriteDstPixel( T p, int dstCX, int dstCY ) {}
^
In file included from EnlargerThread.cpp:31:0:
ImageEnlargerCode/EnlargerTemplateDefs.h: In instantiation of ‘void BasicEnlarger<T>::CalcBaseWeights() [with T = Point]’:
EnlargerThread.cpp:35:16: required from here
ImageEnlargerCode/EnlargerTemplateDefs.h:1284:25: warning: variable ‘laplaceNorm’ set but not used [-Wunused-but-set-variable]
float gradNorm,laplaceNorm;
^
ImageEnlargerCode/EnlargerTemplateDefs.h: In instantiation of ‘void BasicEnlarger<T>::CreateKernelsFromIntegralTab(float**, int, float*, int, float, int*) [with T = Point]’:
EnlargerThread.cpp:35:16: required from here
ImageEnlargerCode/EnlargerTemplateDefs.h:970:10: warning: unused variable ‘invScaleF’ [-Wunused-variable]
float invScaleF = 1.0/scaleF;
^
ImageEnlargerCode/EnlargerTemplateDefs.h:971:10: warning: unused variable ‘invFineScaleF’ [-Wunused-variable]
float invFineScaleF = (1.0/scaleF) * (1.0/float(1<<kerFineExp)) ;
^
ImageEnlargerCode/EnlargerTemplateDefs.h:972:43: warning: unused variable ‘k’ [-Wunused-variable]
int smallPos,kernelStartPosFine,bigPos,k,a,tabPos;
^
ImageEnlargerCode/EnlargerTemplateDefs.h:972:47: warning: unused variable ‘tabPos’ [-Wunused-variable]
int smallPos,kernelStartPosFine,bigPos,k,a,tabPos;
^
In file included from EnlargerThread.h:33:0,
from EnlargerThread.cpp:26:
ImageEnlargerCode/EnlargerTemplate.h: In instantiation of ‘T BasicEnlarger<T>::LinModColorB(float, float, int) [with T = Point]’:
EnlargerThread.cpp:35:16: required from here
ImageEnlargerCode/EnlargerTemplate.h:324:16: warning: unused variable ‘faktD’ [-Wunused-variable]
const float faktD=1.0, faktD2=0.7; //!!! 1.0 / 0.7;
^
ImageEnlargerCode/EnlargerTemplate.h: In instantiation of ‘void BasicEnlarger<T>::ReadSrcPixel(int, int, T&) [with T = Point4]’:
EnlargerThread.cpp:36:16: required from here
ImageEnlargerCode/EnlargerTemplate.h:175:35: warning: unused parameter ‘srcX’ [-Wunused-parameter]
virtual void ReadSrcPixel( int srcX, int srcY, T & dstP ) {}
^
ImageEnlargerCode/EnlargerTemplate.h:175:45: warning: unused parameter ‘srcY’ [-Wunused-parameter]
virtual void ReadSrcPixel( int srcX, int srcY, T & dstP ) {}
^
ImageEnlargerCode/EnlargerTemplate.h:175:55: warning: unused parameter ‘dstP’ [-Wunused-parameter]
virtual void ReadSrcPixel( int srcX, int srcY, T & dstP ) {}
^
ImageEnlargerCode/EnlargerTemplate.h: In instantiation of ‘void BasicEnlarger<T>::WriteDstPixel(T, int, int) [with T = Point4]’:
EnlargerThread.cpp:36:16: required from here
ImageEnlargerCode/EnlargerTemplate.h:176:34: warning: unused parameter ‘p’ [-Wunused-parameter]
virtual void WriteDstPixel( T p, int dstCX, int dstCY ) {}
^
ImageEnlargerCode/EnlargerTemplate.h:176:41: warning: unused parameter ‘dstCX’ [-Wunused-parameter]
virtual void WriteDstPixel( T p, int dstCX, int dstCY ) {}
^
ImageEnlargerCode/EnlargerTemplate.h:176:52: warning: unused parameter ‘dstCY’ [-Wunused-parameter]
virtual void WriteDstPixel( T p, int dstCX, int dstCY ) {}
^
In file included from EnlargerThread.cpp:31:0:
ImageEnlargerCode/EnlargerTemplateDefs.h: In instantiation of ‘void BasicEnlarger<T>::CalcBaseWeights() [with T = Point4]’:
EnlargerThread.cpp:36:16: required from here
ImageEnlargerCode/EnlargerTemplateDefs.h:1284:25: warning: variable ‘laplaceNorm’ set but not used [-Wunused-but-set-variable]
float gradNorm,laplaceNorm;
^
ImageEnlargerCode/EnlargerTemplateDefs.h: In instantiation of ‘void BasicEnlarger<T>::CreateKernelsFromIntegralTab(float**, int, float*, int, float, int*) [with T = Point4]’:
EnlargerThread.cpp:36:16: required from here
ImageEnlargerCode/EnlargerTemplateDefs.h:970:10: warning: unused variable ‘invScaleF’ [-Wunused-variable]
float invScaleF = 1.0/scaleF;
^
ImageEnlargerCode/EnlargerTemplateDefs.h:971:10: warning: unused variable ‘invFineScaleF’ [-Wunused-variable]
float invFineScaleF = (1.0/scaleF) * (1.0/float(1<<kerFineExp)) ;
^
ImageEnlargerCode/EnlargerTemplateDefs.h:972:43: warning: unused variable ‘k’ [-Wunused-variable]
int smallPos,kernelStartPosFine,bigPos,k,a,tabPos;
^
ImageEnlargerCode/EnlargerTemplateDefs.h:972:47: warning: unused variable ‘tabPos’ [-Wunused-variable]
int smallPos,kernelStartPosFine,bigPos,k,a,tabPos;
^
In file included from EnlargerThread.h:33:0,
from EnlargerThread.cpp:26:
ImageEnlargerCode/EnlargerTemplate.h: In instantiation of ‘T BasicEnlarger<T>::LinModColorB(float, float, int) [with T = Point4]’:
EnlargerThread.cpp:36:16: required from here
ImageEnlargerCode/EnlargerTemplate.h:324:16: warning: unused variable ‘faktD’ [-Wunused-variable]
const float faktD=1.0, faktD2=0.7; //!!! 1.0 / 0.7;
^
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o TemplateInst.o TemplateInst.cpp
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o FractTab.o ImageEnlargerCode/FractTab.cpp
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o CalcQueue.o CalcQueue.cpp
In file included from CalcQueue.cpp:32:0:
formatterclass.h:35:38: warning: unused parameter ‘srcWidth’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
formatterclass.h:35:52: warning: unused parameter ‘srcHeight’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
formatterclass.h:35:79: warning: unused parameter ‘format’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
In file included from CalcQueue.cpp:33:0:
CalcQueue.h:54:59: warning: unused parameter ‘parent’ [-Wunused-parameter]
int rowCount( const QModelIndex & parent = QModelIndex() ) const { return jobList.size(); }
^
CalcQueue.cpp:76:75: warning: unused parameter ‘parent’ [-Wunused-parameter]
bool JobListModel::insertRows(int position, int rows, const QModelIndex & parent ) {
^
CalcQueue.cpp:85:75: warning: unused parameter ‘parent’ [-Wunused-parameter]
bool JobListModel::removeRows(int position, int rows, const QModelIndex & parent ) {
^
CalcQueue.cpp: In member function ‘void CalcQueue::SearchRemoveAtEnd()’:
CalcQueue.cpp:677:9: warning: variable ‘found’ set but not used [-Wunused-but-set-variable]
bool found = false;
^
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o ArgumentParser.o ArgumentParser.cpp
ArgumentParser.cpp:105:66: warning: unused parameter ‘nextArg’ [-Wunused-parameter]
bool BasicOption::Parse( const QString & optArg, const QString & nextArg, bool & error ) {
^
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o ConsoleManager.o ConsoleManager.cpp
In file included from ConsoleManager.cpp:32:0:
ConsoleManager.h:58:26: warning: unused parameter ‘w’ [-Wunused-parameter]
void imageSaved( int w, int h ) { cout<<" OK.\n"<<flush; ended=true; }
^
ConsoleManager.h:58:33: warning: unused parameter ‘h’ [-Wunused-parameter]
void imageSaved( int w, int h ) { cout<<" OK.\n"<<flush; ended=true; }
^
In file included from EnlargerDialog.h:31:0,
from ConsoleManager.cpp:34:
formatterclass.h:35:38: warning: unused parameter ‘srcWidth’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
formatterclass.h:35:52: warning: unused parameter ‘srcHeight’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
formatterclass.h:35:79: warning: unused parameter ‘format’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
ConsoleManager.cpp: In member function ‘bool ConsoleManager::TryOpenSource(QString, QImage&)’:
ConsoleManager.cpp:203:9: warning: variable ‘isSymLink’ set but not used [-Wunused-but-set-variable]
bool isSymLink = false;
^
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o ED_LoadSave.o ED_LoadSave.cpp
In file included from EnlargerDialog.h:31:0,
from ED_LoadSave.cpp:33:
formatterclass.h:35:38: warning: unused parameter ‘srcWidth’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
formatterclass.h:35:52: warning: unused parameter ‘srcHeight’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
formatterclass.h:35:79: warning: unused parameter ‘format’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
In file included from ED_LoadSave.cpp:38:0:
CalcQueue.h:54:59: warning: unused parameter ‘parent’ [-Wunused-parameter]
int rowCount( const QModelIndex & parent = QModelIndex() ) const { return jobList.size(); }
^
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o ED_Parameter.o ED_Parameter.cpp
In file included from EnlargerDialog.h:31:0,
from ED_Parameter.cpp:31:
formatterclass.h:35:38: warning: unused parameter ‘srcWidth’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
formatterclass.h:35:52: warning: unused parameter ‘srcHeight’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
formatterclass.h:35:79: warning: unused parameter ‘format’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
In file included from ED_Parameter.cpp:36:0:
CalcQueue.h:54:59: warning: unused parameter ‘parent’ [-Wunused-parameter]
int rowCount( const QModelIndex & parent = QModelIndex() ) const { return jobList.size(); }
^
ED_Parameter.cpp:348:53: warning: unused parameter ‘state’ [-Wunused-parameter]
void EnlargerDialog::slot_ParamCheckBoxChanged( int state ) {
^
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o Preferences.o Preferences.cpp
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o ClipRect.o ClipRect.cpp
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o formatterclass.o formatterclass.cpp
In file included from formatterclass.cpp:2:0:
formatterclass.h:35:38: warning: unused parameter ‘srcWidth’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
formatterclass.h:35:52: warning: unused parameter ‘srcHeight’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
formatterclass.h:35:79: warning: unused parameter ‘format’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o thumbField.o thumbField.cpp
thumbField.cpp:35:34: warning: unused parameter ‘parent’ [-Wunused-parameter]
ThumbField::ThumbField( QWidget *parent ) {
^
thumbField.cpp:134:43: warning: unused parameter ‘event’ [-Wunused-parameter]
void ThumbField::paintEvent( QPaintEvent *event ) {
^
thumbField.cpp:149:47: warning: unused parameter ‘event’ [-Wunused-parameter]
void ThumbField::resizeEvent ( QResizeEvent * event ) {
^
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. selectField.h -o moc_selectField.cpp
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o moc_selectField.o moc_selectField.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. previewField.h -o moc_previewField.cpp
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o moc_previewField.o moc_previewField.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. EnlargerDialog.h -o moc_EnlargerDialog.cpp
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o moc_EnlargerDialog.o moc_EnlargerDialog.cpp
In file included from EnlargerDialog.h:31:0,
from moc_EnlargerDialog.cpp:9:
formatterclass.h:35:38: warning: unused parameter ‘srcWidth’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
formatterclass.h:35:52: warning: unused parameter ‘srcHeight’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
formatterclass.h:35:79: warning: unused parameter ‘format’ [-Wunused-parameter]
virtual void CalculateFormat( int srcWidth, int srcHeight, EnlargeFormat & format ) {}
^
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. EnlargerThread.h -o moc_EnlargerThread.cpp
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o moc_EnlargerThread.o moc_EnlargerThread.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. CalcQueue.h -o moc_CalcQueue.cpp
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o moc_CalcQueue.o moc_CalcQueue.cpp
In file included from moc_CalcQueue.cpp:9:0:
CalcQueue.h:54:59: warning: unused parameter ‘parent’ [-Wunused-parameter]
int rowCount( const QModelIndex & parent = QModelIndex() ) const { return jobList.size(); }
^
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. ConsoleManager.h -o moc_ConsoleManager.cpp
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o moc_ConsoleManager.o moc_ConsoleManager.cpp
In file included from moc_ConsoleManager.cpp:9:0:
ConsoleManager.h:58:26: warning: unused parameter ‘w’ [-Wunused-parameter]
void imageSaved( int w, int h ) { cout<<" OK.\n"<<flush; ended=true; }
^
ConsoleManager.h:58:33: warning: unused parameter ‘h’ [-Wunused-parameter]
void imageSaved( int w, int h ) { cout<<" OK.\n"<<flush; ended=true; }
^
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. Preferences.h -o moc_Preferences.cpp
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o moc_Preferences.o moc_Preferences.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. thumbField.h -o moc_thumbField.cpp
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o moc_thumbField.o moc_thumbField.cpp
/usr/lib64/qt4/bin/rcc -name ressources ressources.qrc -o qrc_ressources.cpp
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o qrc_ressources.o qrc_ressources.cpp
g++ -Wl,-O1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o SmillaEnlarger main.o selectField.o previewField.o EnlargerDialog.o Array.o EnlargerThread.o TemplateInst.o FractTab.o CalcQueue.o ArgumentParser.o ConsoleManager.o ED_LoadSave.o ED_Parameter.o Preferences.o ClipRect.o formatterclass.o thumbField.o moc_selectField.o moc_previewField.o moc_EnlargerDialog.o moc_EnlargerThread.o moc_CalcQueue.o moc_ConsoleManager.o moc_Preferences.o moc_thumbField.o qrc_ressources.o -L/usr/lib64 -lQtGui -lQtCore -lpthread
sudo dnf install mingw64-qt-qmake qt-devel
ou en 32bits :sudo dnf install mingw32-qt-qmake qt-devel
Bonne chancesudo dnf install redhat-rpm-config
Bonne chanceBah personne n'a poste de solution ici et celles que j'avais trouvées sur le net ou le wiki parlaient de xorg-x11-drv-nvidia-libs.i686VINDICATORs wrote:Problème connu depuis longtemps.
sudo dnf install xorg-x11-drv-nvidia-340xx-libs.i686
les bibliothèques spécifiques a mon driver proprio non pas xorg-x11-drv-nvidia-libs.i686 et ça a marche du premier coupUne réinstallation en bonne et due forme pourrait régler le soucis question de bon sensjeannot wrote: je n'arrive pas à lancer startx. Habituellement la vers de bureau ne me pose pas ce problème, c'est peut-être simple mais je ne trouve pas.
Salut,nouvo09 wrote:ça n'a aucun sens ce que tu dis là.c00ler wrote:Salut,jeannot wrote:Merci mais je voudrais l'avoir en définitif à chaque démarrage ne pas passer par le mode texte.
A+
Pour avoir cinnamon de manière définitive suffit de taper ça :
su -c "dnf install @cinnamon-desktop"
[c00ler@latop ~]$ su -c "dnf install @mate-desktop"
Password:
Last metadata expiration check performed 0:27:51 ago on Tue Dec 1 14:08:56 2015.
Dependencies resolved.
================================================================================
GroupPackages
================================================================================
Marking installed:
MATEgvfs-afc engrampa caja-open-terminal
firefox system-config-users mate-system-monitor
setroubleshoot network-manager-applet mate-disk-usage-analyzer
caja-sendto system-config-printer xfburn
NetworkManager-iodine-gnome xdg-user-dirs-gtk gvfs-gphoto2
transmission-gtk mate-backgrounds exaile
simple-scan mate-system-log eom
mate-settings-daemon yumex mate-icon-theme
gvfs-archive fros-recordmydesktop lightdm-gtk
NetworkManager-vpnc-gnome f23-backgrounds-extras-base mozo
mate-polkit vim-enhanced gparted
NetworkManager-openconnect hexchat f23-backgrounds-mate
caja libsecret gvfs-mtp
lightdm-gtk-greeter-settings mate-notification-daemon mate-control-center
lightdm firewall-config NetworkManager-bluetooth
mate-calc system-config-language gvfs-fuse
mate-screensaver mate-power-manager yumex-dnf
blueman gucharmap mate-session-manager
libmatemixer libmateweather pluma
NetworkManager-pptp-gnome mate-themes f23-backgrounds-base
NetworkManager-openvpn-gnome system-config-date gnote
initial-setup-gui atril-caja NetworkManager-openswan-gnome
atril dconf-editor mate-terminal
claws-mail mate-desktop filezilla
gvfs-smb mate-screenshot mate-media
abrt-java-connector NetworkManager-l2tp mate-panel
mate-menus NetworkManager-adsl seahorse
mate-menus-preferences-category-menu
caja-wallpaper yelp
abrt-desktop mate-applets caja-image-converter
marco mate-search-tool parole
libmatekbd gtk2-engines mate-dictionary
================================================================================
Package Arch Version Repository
Size
================================================================================
Installing:
atril x86_64 1.12.0-1.fc23 updates 1.0 M
atril-caja x86_64 1.12.0-1.fc23 updates 23 k
atril-libs x86_64 1.12.0-1.fc23 updates 334 k
caja x86_64 1.12.0-1.fc23 updates 1.4 M
caja-extensions x86_64 1.12.0-1.fc23 updates 34 k
caja-extensions-common noarch 1.12.0-1.fc23 updates 108 k
caja-image-converter x86_64 1.12.0-1.fc23 updates 24 k
caja-open-terminal x86_64 1.12.0-1.fc23 updates 20 k
caja-schemas x86_64 1.12.0-1.fc23 updates 2.2 M
caja-sendto x86_64 1.12.0-1.fc23 updates 64 k
caja-wallpaper x86_64 1.12.0-1.fc23 updates 16 k
claws-mail x86_64 3.12.0-1.fc23 fedora 4.9 M
compface x86_64 1.5.2-20.fc23 fedora 31 k
dconf-editor x86_64 3.18.2-1.fc23 updates 179 k
djvulibre-libs x86_64 3.5.25.3-17.fc23 fedora 619 k
engrampa x86_64 1.12.0-1.fc23 updates 1.2 M
eom x86_64 1.12.0-1.fc23 updates 1.8 M
exaile noarch 3.4.5-1.fc23 fedora 2.1 M
exo x86_64 0.10.7-1.fc23 fedora 579 k
f23-backgrounds-extras-base noarch 23.1.0-1.fc23 fedora 86 M
f23-backgrounds-mate noarch 23.1.0-1.fc23 fedora 7.9 k
filezilla x86_64 3.12.0.2-1.fc23 fedora 4.0 M
fortune-mod x86_64 1.99.1-21.fc23 fedora 1.1 M
gamin x86_64 0.1.10-18.fc23 fedora 133 k
gnome-python2-canvas x86_64 2.28.1-16.fc23 fedora 38 k
gnote x86_64 3.18.0-1.fc23 fedora 3.7 M
gstreamer-plugins-base x86_64 0.10.36-13.fc23 fedora 1.3 M
gstreamer-plugins-good x86_64 0.10.31-15.fc23 fedora 1.6 M
gstreamer-python x86_64 0.10.22-9.fc23 updates 320 k
gtksourceview2 x86_64 2.11.2-20.fc23 fedora 681 k
gtkspell3 x86_64 3.0.7-2.fc23 fedora 52 k
gvfs-fuse x86_64 1.26.2-1.fc23 updates 50 k
kernel-tools-libs x86_64 4.2.6-301.fc23 updates 56 k
libart_lgpl x86_64 2.3.21-13.fc23 fedora 71 k
libcanberra-gtk2 x86_64 0.30-10.fc23 fedora 30 k
libglade2 x86_64 2.6.4-13.fc23 fedora 67 k
libgnomecanvas x86_64 2.30.3-10.fc23 fedora 232 k
libmatekbd x86_64 1.12.0-1.fc23 updates 143 k
libmatemixer x86_64 1.12.0-1.fc23 updates 151 k
libmateweather x86_64 1.12.0-1.fc23 updates 70 k
libmateweather-data noarch 1.12.0-1.fc23 updates 3.4 M
libuser-python x86_64 0.62-1.fc23 fedora 56 k
libwnck x86_64 2.31.0-5.fc23 fedora 364 k
marco x86_64 1.12.0-2.fc23 updates 885 k
mate-applets x86_64 1.12.0-1.fc23 updates 6.9 M
mate-backgrounds noarch 1.12.0-1.fc23 updates 20 M
mate-calc x86_64 1.8.0-4.fc23 fedora 714 k
mate-control-center x86_64 1.12.0-2.fc23 updates 1.3 M
mate-control-center-filesystem x86_64 1.12.0-2.fc23 updates 14 k
mate-desktop x86_64 1.12.0-2.fc23 updates 106 k
mate-desktop-libs x86_64 1.12.0-2.fc23 updates 491 k
mate-dictionary x86_64 1.12.0-1.fc23 updates 5.8 M
mate-disk-usage-analyzer x86_64 1.12.0-1.fc23 updates 5.8 M
mate-icon-theme noarch 1.12.0-1.fc23 updates 12 M
mate-media x86_64 1.12.0-1.fc23 updates 289 k
mate-menus x86_64 1.10.0-2.fc23 fedora 109 k
mate-menus-libs x86_64 1.10.0-2.fc23 fedora 54 k
mate-menus-preferences-category-menu x86_64 1.10.0-2.fc23 fedora 10 k
mate-notification-daemon x86_64 1.12.0-1.fc23 updates 132 k
mate-panel x86_64 1.12.0-1.fc23 updates 1.7 M
mate-panel-libs x86_64 1.12.0-1.fc23 updates 46 k
mate-polkit x86_64 1.12.0-1.fc23 updates 100 k
mate-power-manager x86_64 1.12.0-1.fc23 updates 3.0 M
mate-screensaver x86_64 1.12.0-1.fc23 updates 4.5 M
mate-screenshot x86_64 1.12.0-1.fc23 updates 51 k
mate-search-tool x86_64 1.12.0-1.fc23 updates 5.8 M
mate-session-manager x86_64 1.12.0-1.fc23 updates 348 k
mate-settings-daemon x86_64 1.12.0-1.fc23 updates 580 k
mate-system-log x86_64 1.12.0-1.fc23 updates 5.8 M
mate-system-monitor x86_64 1.12.0-1.fc23 updates 1.9 M
mate-terminal x86_64 1.12.0-1.fc23 updates 965 k
mate-themes noarch 1.12.0-1.fc23 updates 4.3 M
mate-user-guide noarch 1.12.0-1.fc23 updates 7.6 M
mate-utils-common noarch 1.12.0-1.fc23 updates 5.7 M
mathjax noarch 2.4.0-2.fc23 fedora 11 M
mathjax-ams-fonts noarch 2.4.0-2.fc23 fedora 129 k
mathjax-caligraphic-fonts noarch 2.4.0-2.fc23 fedora 60 k
mathjax-fraktur-fonts noarch 2.4.0-2.fc23 fedora 133 k
mathjax-main-fonts noarch 2.4.0-2.fc23 fedora 267 k
mathjax-math-fonts noarch 2.4.0-2.fc23 fedora 123 k
mathjax-sansserif-fonts noarch 2.4.0-2.fc23 fedora 125 k
mathjax-script-fonts noarch 2.4.0-2.fc23 fedora 42 k
mathjax-size1-fonts noarch 2.4.0-2.fc23 fedora 24 k
mathjax-size2-fonts noarch 2.4.0-2.fc23 fedora 24 k
mathjax-size3-fonts noarch 2.4.0-2.fc23 fedora 16 k
mathjax-size4-fonts noarch 2.4.0-2.fc23 fedora 22 k
mathjax-typewriter-fonts noarch 2.4.0-2.fc23 fedora 60 k
mathjax-winchrome-fonts noarch 2.4.0-2.fc23 fedora 13 k
mathjax-winie6-fonts noarch 2.4.0-2.fc23 fedora 43 k
mozo noarch 1.12.0-1.fc23 updates 126 k
newt-python x86_64 0.52.18-3.fc23 fedora 60 k
pilot-link-libs x86_64 2:0.12.5-25.fc23 fedora 132 k
pinentry-gnome3 x86_64 0.9.6-4.fc23 updates 45 k
pluma x86_64 1.12.0-1.fc23 updates 601 k
pluma-data noarch 1.12.0-1.fc23 updates 2.7 M
pygpgme x86_64 0.3-13.fc23 fedora 77 k
pygtk2-libglade x86_64 2.24.0-12.fc23 fedora 30 k
pygtksourceview x86_64 2.10.1-11.fc23 fedora 59 k
pyliblzma x86_64 0.5.3-14.fc23 fedora 54 k
python-CDDB x86_64 1.4-15.fc23 fedora 31 k
python-chardet noarch 2.2.1-3.fc23 fedora 231 k
python-iniparse noarch 0.4-16.fc23 fedora 45 k
python-kitchen noarch 1.2.1-3.fc23 fedora 120 k
python-libxml2 x86_64 2.9.3-1.fc23 updates 229 k
python-mutagen noarch 1.29-2.fc23 fedora 255 k
python-pwquality x86_64 1.3.0-2.fc23 fedora 16 k
python-pycurl x86_64 7.19.5.1-4.fc23 updates 177 k
python-six noarch 1.9.0-3.fc23 fedora 34 k
python-slip noarch 0.6.4-1.fc23 fedora 36 k
python-urlgrabber noarch 3.10.1-7.fc23 fedora 112 k
pyxattr x86_64 0.5.3-5.fc23 fedora 33 k
pyxdg noarch 0.25-6.fc23 fedora 92 k
recode x86_64 3.6-41.fc23 fedora 729 k
rpm-python x86_64 4.13.0-0.rc1.7.fc23 updates 99 k
seahorse x86_64 3.18.0-2.fc23 fedora 1.2 M
system-config-date noarch 1.10.9-1.fc23 fedora 629 k
system-config-language noarch 3.3.0-1.fc23 fedora 119 k
system-config-users noarch 1.3.8-1.fc23 fedora 337 k
texlive-kpathsea-lib x86_64 4:2014-14.20140525_r34255.fc23
fedora 97 k
unique x86_64 1.1.6-14.fc23 fedora 60 k
vim-common x86_64 2:7.4.827-1.fc23 fedora 6.0 M
vim-enhanced x86_64 2:7.4.827-1.fc23 fedora 1.1 M
vim-filesystem x86_64 2:7.4.827-1.fc23 fedora 22 k
vte x86_64 0.28.2-16.fc23 fedora 374 k
web-assets-filesystem noarch 5-3.fc23 fedora 9.0 k
webkitgtk x86_64 2.4.9-3.fc23 fedora 12 M
wxBase3 x86_64 3.0.2-11.fc23 updates 1.1 M
wxGTK3 x86_64 3.0.2-11.fc23 updates 5.4 M
xfburn x86_64 0.5.4-3.fc23 fedora 462 k
yum noarch 3.4.3-507.fc23 fedora 1.2 M
yum-metadata-parser x86_64 1.1.4-15.fc23 fedora 39 k
yumex noarch 3.0.17-2.fc23 fedora 449 k
Transaction Summary
================================================================================
Install 132 Packages
Total download size: 266 M
Installed size: 650 M
Is this ok [y/N]:
Bonne chanceSalut,jeannot wrote:Merci mais je voudrais l'avoir en définitif à chaque démarrage ne pas passer par le mode texte.
A+
su -c "dnf install @cinnamon-desktop"
su -c "dnf install glibc-common
ou reinstall dans le cas ou c'est déjà fais....locale
dnf install steam
qui a installé steam depuis Rpmfusion non-free mais au lancement j'avais le problème suivant :libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
apres quelques recherche j'ai trouver la solution :dnf install xorg-x11-drv-nvidia-libs.i686
sachant que j'utilise les drivers proprio et ça a réglé le problème après ça quand je lance steam j'ai ça :[c00ler@latop ~]$ steam
Running Steam on fedora 23 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1447125378)
et ça coince plus rien après plusieurs minutes alors j'ai consulter le wiki et procéder comme expliqué :su -lc 'dnf install mesa*.i686 libtxc_dxtn*'
rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1
donc :STEAM_RUNTIME=0 steam
donne ça :[c00ler@latop ~]$ STEAM_RUNTIME=0 steam
Running Steam on fedora 23 64-bit
STEAM_RUNTIME is disabled by the user
Installing breakpad exception handler for appid(steam)/version(1447125378)
etLD_LIBRARY_PATH=/lib steam
donne ça :[c00ler@latop ~]$ LD_LIBRARY_PATH=/lib steam
Running Steam on fedora 23 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1447125378)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
j'ai pas voulu prendre la version présente sur le repo negativo17 donc j'en appel a votre aidednf remove ktorrent
2- Supprime les fichiers suivants /home/username/.kde4/share/config/ktorrentrc et /home/username/.kde4/share/apps/ktorrentls -al
ca t'affichera ton repertoire .kde<version>dnf install ktorrent
normalement ça devrai marcher d’après le post n 12 de ce siteVoila un début de réponse a ton problème il faut chercher de ce cote la :aliosha wrote:Lorsaue je tape ktorrent dans mon terminale, j4ai se message d erreur:
unnamed app(2138): KUniqueApplication: Cannot find the D-Bus session server: "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
unnamed app(2137): KUniqueApplication: Pipe closed unexpectedly.
Par contre il se lance si je clique sur l'icone.
unnamed app(2138): KUniqueApplication: Cannot find the D-Bus session server: "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
unnamed app(2137): KUniqueApplication: Pipe closed unexpectedly.
par contre c'est normal quand tu lance depuis l'icone que ça marche mais tu n'as pas la liste des erreurs, on verra ça tout a l'heureVia la commande md5sum nom_du_fichier.sh elle retourne une suite de numéro que tu compare celui sur le site ou tu as télécharger ton .sh ou alors au pire des cas retelechargefreelanco wrote:Skype ok mais j'ai du installer les libs dépendantes une par une...
Concernant Netbeans comment verifier mon md5 ? et l'installer le cas échéant
Oui bien-sur quand tu lance ktorrent depuis un terminal, l'application se lance et dans la fenêtre du terminal tu as un genre de log en permanence de ce qui se passealiosha wrote:Lancer Ktorrent depuis un terminal, je vois commant faire par contre avoir un listing des événements?? pourrais-tu m'indiquer comment faire stp?
Salut,aliosha wrote:Merci pour la réponse,effectivement QB marche nikel. J'aurai toute fois aimer resoudre le probléme de KTorrent.
aliosha wrote:Merci pour la réponse,effectivement QB marche nikel. J'aurai toute fois aimer resoudre le probléme de KTorrent.
dnf provides libnvidia-tls.so*
et tu aura le paquet qui contient cette lib, pour ma part j'ai trouvé ça :[c00ler@latop ~]$ su -c "dnf provides libnvidia-tls.so*"
Password:
Last metadata expiration check performed 2:11:48 ago on Fri Nov 27 20:25:54 2015.
xorg-x11-drv-nvidia-340xx-libs-1:340.96-1.fc23.x86_64 : Libraries for
: xorg-x11-drv-nvidia-340xx
Repo : @System
xorg-x11-drv-nvidia-340xx-libs-1:340.96-1.fc23.x86_64 : Libraries for
: xorg-x11-drv-nvidia-340xx
Repo : rpmfusion-nonfree-updates-testing
xorg-x11-drv-nvidia-340xx-libs-1:340.96-1.fc23.i686 : Libraries for
: xorg-x11-drv-nvidia-340xx
Repo : rpmfusion-nonfree-updates-testing
xorg-x11-drv-nvidia-libs-1:358.16-1.fc23.i686 : Libraries for
: xorg-x11-drv-nvidia
Repo : rpmfusion-nonfree-updates-testing
xorg-x11-drv-nvidia-libs-1:358.16-1.fc23.x86_64 : Libraries for
: xorg-x11-drv-nvidia
Repo : rpmfusion-nonfree-updates-testing
pour moi par exemple je fais :dnf install xorg-x11-drv-nvidia-libs-1:358.16-1.fc23.x86_64
pour toi tu installe la la version correspondante a ta distrib et ta carte et le tour est jouédnf install qbittorrent
Il fonctionne super bien chez moi