Comment 5 for bug 1733123

Revision history for this message
Virgens Kamikazes (virgenskamikazes) wrote : Re: [Bug 1733123] Re: Can only crop one small area of the screen

This?

g++ -c -m64 -pipe -std=c++11 -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG
-DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o main.o main.cpp
g++ -c -m64 -pipe -std=c++11 -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG
-DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o mainwindow.o
mainwindow.cpp
g++ -c -m64 -pipe -std=c++11 -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG
-DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o regiongrabber.o
regiongrabber.cpp
g++ -c -m64 -pipe -std=c++11 -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG
-DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o moc_mainwindow.o
moc_mainwindow.cpp
g++ -c -m64 -pipe -std=c++11 -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG
-DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o
moc_regiongrabber.o moc_regiongrabber.cpp
g++ -m64 -Wl,-O1 -o regiongrabber_dbg main.o mainwindow.o
regiongrabber.o moc_mainwindow.o moc_regiongrabber.o
-L/usr/lib/x86_64-linux-gnu -lkdecore -lkdeui -lQtGui -lQtCore -lpthread

Em 30/11/2017 18:53, gl.bars escreveu:
> Selection is limited by screen size and it seems screen size is
> determined incorrectly.
>
> It could help to understand this better if you run attached regiongrabber_dbg, "Take screenshot" and copy log from the main window.
> Ready-made 64-bit binary is included, but you can also build it from source:
> 1. Open Software & Updates and enable "Source code"
> 2. Run in terminal:
> sudo apt-get build-dep basket
> cd regiongrabber_dbg
> qmake && make
>
> ** Attachment added: "regiongrabber test application"
> https://bugs.launchpad.net/basket/+bug/1733123/+attachment/5016711/+files/regiongrabber_dbg.zip
>