![]() |
2012-07-14
, 22:20
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#12
|
yeah there is something wrong with the icon according to .desktop file wiki when alot of chars appears in the file that would be from a wrong size or format !
![]() |
2012-07-14
, 22:50
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#13
|
void MainWindow::on_pushButtonFreswap_clicked() { QProcess process; process.start("sh freeswap"); process.waitForFinished(); }
void MainWindow::on_pushButtonFreswap_clicked() { QProcess *process; process = new QProcess( this ); process->start("sh freeswap"); process->waitForFinished(); }
The Following 2 Users Say Thank You to ade For This Useful Post: | ||
![]() |
2012-07-17
, 03:15
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#14
|
Well, no the code doesn't "work" properly, see below.
Firstly it will not automatically install dependencies have to manually install ereswap first.
.desktop must be wrong as it will not start from launcher menu.
But it will start via
Also the .desktop icon is not workingCode:/opt/ereswapgui/bin/ereswapgui/ereswapgui
The four buttons load up but they don't do anything.
Terminal spits out
The Mainwindow is still called MainWindow even tho I was sure I renamed it.Code:QProcess: Destroyed while process is still running
UI doesn't redraw on rotation to portrait or back again, which I thought would work.
Oh well
The Following 2 Users Say Thank You to Estel For This Useful Post: | ||
![]() |
2012-07-17
, 07:07
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#15
|
This one is related to .deb control file, and trivial to fix, so You can leave it for later, and don't worry about it now
Those are also easy fixable after having code ready for release, so You can ignore it for now, too.
Here my knowledge endsBut it seems, that ade's ideas are good start. Despite what he said, he already achieved nice feats with developing, (ones, that I can only dream about) so listen to him.
BTW, keeping my thumbs for it, and I'm honored, that You've took my little set of scripts as guinea pig
The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
oh and i really wanna thank you for the source i found something i need
hope this help
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7
Last edited by sifo; 2012-07-14 at 21:49.