Done: What happened to the linux installer
|
13th Jan, 2015, 02:42 AM
Post: #1
|
|||
|
|||
What happened to the linux installer
I've just noticed that there is no longer a linux installer available. Is there a reason for this?
Whilst you might think all linux users are "au fait" with command line usage, a lot are not. With the hopeful demise of Windoze, a lot of users are moving to linux (albeit Ubuntu) as their main OS, so I feel we should offer this option - if it's possible. Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
13th Jan, 2015, 03:29 AM
Post: #2
|
|||
|
|||
RE: What happened to the linux installer
pilight - modular domotica solution
|
|||
13th Jan, 2015, 03:47 AM
Post: #3
|
|||
|
|||
RE: What happened to the linux installer
Thanks - so why is it not on the Xbian download website as an option:
Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
13th Jan, 2015, 03:58 AM
Post: #4
|
|||
|
|||
RE: What happened to the linux installer
OK, so if that installer is good as I believe it is if pointed by @CurlyMo, so I have edited the main page/Download and added the Linux installer link
Thanks @IriDium for mentioning So I presume we can take it as done than, thread prefix edited ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
13th Jan, 2015, 04:02 AM
(This post was last modified: 13th Jan, 2015 04:05 AM by menakite.)
Post: #5
|
|||
|
|||
RE: What happened to the linux installer
Following SourceForge URL (and format) changes all installers needed rebuilding, but we had issues with the Linux one and so all mentions of it were removed.
|
|||
13th Jan, 2015, 04:08 AM
Post: #6
|
|||
|
|||
RE: What happened to the linux installer
OK, so now Im confused. should we keep it (all or which ever) or should it be removed?
~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
13th Jan, 2015, 04:14 AM
Post: #7
|
|||
|
|||
RE: What happened to the linux installer
No, it's fine now. CurlyMo managed to rebuild it last month and we just forgot to add it again.
|
|||
13th Jan, 2015, 04:24 AM
Post: #8
|
|||
|
|||
RE: What happened to the linux installer
(13th Jan, 2015 04:14 AM)menakite Wrote: No, it's fine now. CurlyMo managed to rebuild it last month and we just forgot to add it again. OK, perfect thanks for quick reply and thanks to @CurlyMo and others who fixed things and all ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
13th Jan, 2015, 04:38 AM
Post: #9
|
|||
|
|||
RE: What happened to the linux installer
If I remember correctly, the original installer was only for 64 bit. If this is still true, it needs to be mentioned on the download page. If not, then no problems.
Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
13th Jan, 2015, 04:51 AM
Post: #10
|
|||
|
|||
RE: What happened to the linux installer
so please. if someone can let me know if the info need to be edited etc
~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
13th Jan, 2015, 06:26 AM
Post: #11
|
|||
|
|||
RE: What happened to the linux installer
I've tested it and it did not work (Mint 17.1 x64) :/
(Will try again later...) so i've made it executable (chmod +x), used root to open it, the program found all the *.img.gz files under sourceforge "release" folder correctly and told me the right drive/sd to install. I've chosend the last one "XBian_2014.12.15_rpi.img.gz" and the download was fine. After download it did not installed it correctly (or at all)... :/ But this was strange, this unmounted me all my drives and after was getting me an error: "QIODevice::write: device not open" Terminal output: Spoiler (Click to View) P.S.: Also i was seeing the git source code, maybe to add an option to seek for the images on "Testing" on sourcefourge and i think the code has some errors for compiling. I was getting this error (related to qt4/5 transition): Quote:installer.h:4:19: fatal error: QDialog: No such file or directory To fix it, i had to change the file "xbian-installer.pro". This line: Quote:QT += core gui xml network widgetsWith this: Quote:greaterThan(QT_MAJOR_VERSION, 4): QT += widgets Now i'm, getting other compiling problem, Quote:/usr/bin/ld: cannot find -lGLbit, i'm reading this is because of wrongly linked libs, so this is just probably me... EDIT: The second error was just me, like i've said. linking libGL.so fixed it... |
|||
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. |
|||
13th Jan, 2015, 10:59 AM
Post: #13
|
|||
|
|||
RE: What happened to the linux installer
Even better. What about maintaining the installer now and then We currently have no-one who can.
pilight - modular domotica solution
|
|||
13th Jan, 2015, 12:39 PM
Post: #14
|
|||
|
|||
RE: What happened to the linux installer
(13th Jan, 2015 10:59 AM)CurlyMo Wrote: Even better. What about maintaining the installer now and then We currently have no-one who can. -I never worked with QT, but i think i can have a better look for more bugs. (And see if the ones i called bugs are bugs in windows...). -The unmounting of all inactive drivers is the major problem, it's odd and it's probably fixable, since the program detects the right drive to flash. -Add a mechanism to show all from sourceforge, with a warning for imgs outside the "release" folder would be cool. If i have the time i will try to do something about this 3 topics, and maybe post it on a git fork or something. P.S.: Off topic: I've tested the last testing img, it's still xbmc 13.2, when are you planing to release xbian with kodi? if it's unstable you could release one in testing so people could use it from a fresh installation knowing the risk :v |
|||
13th Jan, 2015, 04:18 PM
Post: #15
|
|||
|
|||
RE: What happened to the linux installer
(13th Jan, 2015 12:39 PM)calhaus Wrote:regarding your last question, please follow http://forum.xbian.org/thread-2630.html(13th Jan, 2015 10:59 AM)CurlyMo Wrote: Even better. What about maintaining the installer now and then We currently have no-one who can. ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Linux Installer & DDing Rasp 2 Image | cship | 15 | 41,582 |
6th Mar, 2015 02:59 AM Last Post: beach |
|
[PROBLEM] Linux installer not working | rlogiacco | 4 | 13,236 |
18th Jan, 2015 11:46 PM Last Post: rikardo1979 |
|
Feedback Linux/Mac Installer | BartOtten | 3 | 11,616 |
29th Dec, 2012 05:53 AM Last Post: lemmy999 |