Done: What happened to the linux installer
|
13th Jan, 2015, 10:00 AM
Post: #12
|
|||
|
|||
RE: What happened to the linux installer
Now that i can compile i'm seeing the program and founding some errors.
Should i report here or in git? In the file "installer.cpp", line 264 is wrong: Quote:imageFile.setFileName(qApp->applicationDirPath() + imageFileName); It should be: Quote:imageFile.setFileName(qApp->applicationDirPath() +'/'+ imageFileName);EDIT: Also add " '/'+ " to the other two instances of "qApp->applicationDirPath() + ". At least in linux, without '/', the file instead of have the right next to installers folder, the name will have the folders name attached at the begging, and it will be located in the upper folder, instead of being next to installer. Also the previous line in "xbian-installer.pro" i've mentioned should be changed... Other cool thing would be Adding the option to see "testing" images, for testing, i've just changed the variable "sourceForgeRSS" to show all, but would be nice to have a radio button to show testing, or testing images show red or something... it's not hard to do, and the installer would show more up to date packages. P.S.: EDIT: The program works, but it unmounts all my hardrives which is very annoying. |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Linux Installer & DDing Rasp 2 Image | cship | 15 | 41,688 |
6th Mar, 2015 02:59 AM Last Post: beach |
|
[PROBLEM] Linux installer not working | rlogiacco | 4 | 13,288 |
18th Jan, 2015 11:46 PM Last Post: rikardo1979 |
|
Feedback Linux/Mac Installer | BartOtten | 3 | 11,655 |
29th Dec, 2012 05:53 AM Last Post: lemmy999 |