*** gonp[m] has joined #maemo | 00:07 | |
*** spiiroin has quit IRC | 00:11 | |
*** ollieparanoid[m] has joined #maemo | 00:21 | |
*** chfoo[m] has joined #maemo | 00:21 | |
*** MartijnBraam has joined #maemo | 00:21 | |
*** jonwil has joined #maemo | 00:21 | |
*** sunshavi has quit IRC | 00:22 | |
*** spiiroin has joined #maemo | 00:22 | |
*** sunshavi has joined #maemo | 00:23 | |
*** louisdk has quit IRC | 00:29 | |
*** Venemo has joined #maemo | 00:47 | |
*** Venemo has quit IRC | 01:07 | |
*** LauRoman|Alt has quit IRC | 01:11 | |
*** Kilroo has joined #maemo | 01:14 | |
*** xy2_ has quit IRC | 01:20 | |
*** xorly has quit IRC | 01:53 | |
*** florian has quit IRC | 02:01 | |
*** ollieparanoid[m] has quit IRC | 02:15 | |
*** MartijnBraam has quit IRC | 02:15 | |
*** gonp[m] has quit IRC | 02:16 | |
*** chfoo[m] has quit IRC | 02:16 | |
*** guerby has quit IRC | 02:17 | |
*** guerby has joined #maemo | 02:18 | |
*** guerby has joined #maemo | 02:18 | |
*** guerby has joined #maemo | 02:18 | |
*** gonp[m] has joined #maemo | 02:33 | |
*** Pali has quit IRC | 02:37 | |
*** chfoo[m] has joined #maemo | 02:47 | |
*** ollieparanoid[m] has joined #maemo | 02:47 | |
*** MartijnBraam has joined #maemo | 02:47 | |
*** drrty has quit IRC | 03:07 | |
*** infobot has quit IRC | 03:18 | |
*** infobot has joined #maemo | 03:20 | |
*** ChanServ sets mode: +v infobot | 03:20 | |
*** M4rtinK has quit IRC | 03:50 | |
sunshavi | Hi there | 04:57 |
---|---|---|
sunshavi | is there a way for sending files by bluetooth from command line on n900? | 04:57 |
sunshavi | obexftp? | 04:57 |
sunshavi | or python script? | 04:57 |
jonwil | I DID IT. | 05:07 |
jonwil | I got TLS1.2 support into QT 4.7.4 on Maemo! | 05:07 |
*** dos1 has quit IRC | 05:09 | |
*** sunshavi has quit IRC | 05:11 | |
*** sunshavi has joined #maemo | 05:31 | |
Vajb | \o/ nice jonwil | 05:40 |
jonwil | Just need to finish uploading things :) | 05:41 |
*** tm has quit IRC | 05:44 | |
*** LauRoman|Alt has joined #maemo | 05:47 | |
*** tm has joined #maemo | 05:48 | |
Vajb | will it be in repos when you get it ready? | 06:00 |
Oksana | jonwil : Great :-) Fahrplan, right? Remind me to try it - I call 131500 from time to time, and it would be nice to have the app working instead of voice-calling every time a bus runs late. | 06:00 |
Vajb | i mean the ff24 | 06:00 |
Oksana | Will Gtk+Hildon apps benefit from TLS1.2 support in openssl? I often see MicroB complaining about lack of common encryption algorithms on https:// websites. | 06:02 |
jonwil | microb doesn't use openssl at all | 06:06 |
jonwil | ff24 is a long way from being done | 06:07 |
jonwil | Oksana: I have no idea about the working of the 131500 parser but its not using SSL by the look of it. | 06:12 |
Oksana | All the better, in the sense that I don't need to think about update reaching repositories. Installing Fahrplan now... | 06:12 |
jonwil | Which Fahrplan version are you going with then? | 06:14 |
Oksana | 0.0.37 | 06:16 |
jonwil | Yeah that should be fine for 131500 | 06:16 |
* Oksana wonders what is Translink - Australia | 06:18 | |
jonwil | As for OpenSSL and other apps, things need to be recompiled and link to OpenSSL 1.1 to get TLS 1.2 support in there | 06:18 |
jonwil | Translink is the network I use | 06:18 |
jonwil | the one I added | 06:18 |
jonwil | QLD | 06:18 |
Oksana | Ah, okay. I was wondering about Melbourne, will be travelling here for a day or three in July. Hopefully. If everything goes well. | 06:18 |
Oksana | But I will most likely be walking more than anything else. | 06:19 |
* Oksana doesn't think that "launch GPS on start up" is working | 06:22 | |
jonwil | I went to Melbourne in 2010 for a LEGO show, it was fun and I would like to go back | 06:22 |
jonwil | Yeah GPS isn't always working for me | 06:23 |
jonwil | And I haven't been able to debug why | 06:23 |
Oksana | Throbber animation is nice, but no idea how to provide a valid station. It always says "Station not found" | 06:23 |
jonwil | NSW wasn't written by me | 06:23 |
jonwil | so I have in idea why its not working | 06:24 |
Oksana | Hmm... Link to code? Would like to have a look... | 06:24 |
*** valeriusN has quit IRC | 06:24 | |
Oksana | C++ , right? Going by parser131500ComAu::getStationsByName | 06:25 |
jonwil | Yeah its C++ | 06:25 |
*** valeriusN has joined #maemo | 06:25 | |
* Oksana is rusty, but could at least look for something | 06:26 | |
jonwil | https://github.com/jonwil/fahrplan/ has the current code | 06:28 |
jonwil | My guess is that whatever backend URL NSW is using has changed and its no longer compatible | 06:29 |
*** vahe has joined #maemo | 06:32 | |
* Oksana sighs and goes to log in to GitHub | 06:36 | |
Oksana | It's not 131500.com.au anymore, it's TransportNSW.info, and it doesn't care about am or pm | 06:37 |
jonwil | Ok so it looks like it needs a change to the URL its using | 06:37 |
Oksana | A solid change. Let me see... | 06:38 |
Oksana | It doesn't have separate variables like &itd_itdTimeHour for Date, Hour and Minute - it just has &dateTime=201806131340 | 06:38 |
* Oksana is forking this file, to submit pull request later. Hopefully. | 06:41 | |
jonwil | If you come up with a fix, I will push a new deb file (since I imagine you probably dont have a dev environment :) | 06:43 |
Oksana | Would be nice, thank you :-) I just hope there isn't too much to change | 06:46 |
jonwil | Its not hard to build a new deb for Fahrplan | 06:48 |
jonwil | Although needless to say the new deb I build will need the new QT and new OpenSSL :) | 06:48 |
Maxdamantus | | 06:49 |
*** pagurus has quit IRC | 06:49 | |
*** pagurus has joined #maemo | 06:50 | |
Oksana | transportnsw.info seems to use https. While 131500.com.au used to be http. Would http->setHost(url.host(), QHttp::ConnectionModeHttp, url.port() == -1 ? 0 : url.port()); work still? | 06:53 |
Oksana | Or do I need to change to http->setHost(url.host(), QHttp::ConnectionModeHttps, url.port() == -1 ? 0 : url.port()); ? | 06:53 |
Oksana | Darn... Is html parsing really the ideal way to handle results of the journey request? | 07:01 |
*** LauRoman|Alt has quit IRC | 07:06 | |
* Oksana looks around for a better API, while simultaneously attempting to decode large amount of nested divs | 07:16 | |
* Oksana curses quietly | 07:26 | |
Oksana | JSON is a far better way for an app to receive results from transport website, compared against bulky HTML. However, this json uses ancient formatting of the URL, which means... Lots of Ctrl+Z | 07:27 |
jonwil | No idea | 07:34 |
jonwil | I dont know how the website for transportnsw works | 07:34 |
jonwil | As for SSL, take a look at what I have done in parser_translink.cpp to see how I did it. | 07:35 |
jonwil | http://talk.maemo.org/showthread.php?p=1545412#post1545412 | 07:35 |
jonwil | New fahrplan with the working Translink backend | 07:35 |
jonwil | http://talk.maemo.org/showthread.php?t=100352 is the new QT | 07:35 |
Oksana | Any idea how to send header with https link? For authentication? | 07:36 |
*** Kilroo has quit IRC | 07:46 | |
jonwil | Have a look at how I did it via QHttpRequestHeader | 07:46 |
* Oksana nods and thinks that Translink, thankfully, also has json | 07:47 | |
jonwil | Yes it does json parsing | 07:48 |
*** Hurrian has quit IRC | 08:13 | |
brolin_empey | Is there an intentional connection between Steve Jobs reportedly owning an air-cooled vehicle (Volkswagen Type 2) and wanting to avoid use of a fan in the computers sold by his company (Apple Computer Inc.)? | 08:44 |
Oksana | Fans are noisy, dusty, and require maintenance. | 08:45 |
Oksana | What's the difference between GET and POST, when using QHttpRequestHeader ? | 08:46 |
jonwil | POST is for when you have data to attach (i.e. form post data) | 08:48 |
jonwil | Which one you use depends on what the site itself needs | 08:48 |
jonwil | If you have a browser with a web developer toolbox or something, you could sniff the connections being made and see whether its using get or post... | 08:49 |
brolin_empey | A fan can be inaudible and not require maintenance for the expected service lifetime of the device containing the fan. | 08:49 |
Oksana | Site says "curl -X GET --header 'Accept: application/json' ..." | 08:49 |
Oksana | Fan doesn't sound like it's waterproof, or foolproof | 08:50 |
brolin_empey | Is not a propeller basically a fan that moves water instead of air? | 08:51 |
brolin_empey | I mean on a watercraft, not an aircraft. I thought it is at least somewhat analogous. | 08:52 |
Oksana | Yes, but then you need to waterproof/insulate the connection between fan-chamber (exterior, air or water or dust) and interior (PCB and electricity), while still having excellent heat conduction. | 08:52 |
Oksana | Otherwise, it does sound interesting - a lighter-than-water laptop which can use its fans for propelling itself in the water. | 08:53 |
Oksana | Or phone ^ | 08:53 |
Oksana | But then fan would need gears for switching between air and water. Because these two liquids are quite different. | 08:54 |
Oksana | fluids * | 08:54 |
jonwil | Its great to have the current OpenSSL release running on Maemo Fremantle | 08:55 |
jonwil | Although the idea that someone had a while back to produce a shim library to map 0.9.8 to 1.1.0 isn't really possible. | 08:56 |
brolin_empey | I wonder if Rudolf Diesel used a motorcycle because his motorcycle would be a Diesel motorcycle in a sense. | 08:56 |
jonwil | Not sure which of the closed packages that are linking to the old OpenSSL present a security risk and which dont | 08:57 |
jonwil | Some can probably be dropped without too many people getting annoyed (I doubt anyone is using a N900 to talk to an ActiveSync MS email server anymore...) | 08:58 |
Oksana | What is loop.exec(); for? I think I got how header works with GET method. | 09:00 |
freemangordon | jonwil: I am using my n900 for exchange mail | 09:01 |
jonwil | Ok so as-daemon is not obsolete then | 09:01 |
freemangordon | mhm | 09:01 |
Oksana | I did use Mail for Exchange (Active Sync?) recently. I am using IMAP now, though. But I still sync with Microsoft-based Calendar and Contacts. | 09:02 |
Oksana | IMAP works fine (I think), but I was very annoyed when an email I sent from N900 didn't show up in Microsoft-based email's "Sent" folder. It's like, if my N900 breaks down, then I will have no way to see which letters I sent? Why doesn't server keep a copy in "Sent" folder? | 09:03 |
jonwil | In any case I have clearly shown that its possible to mix 1.1.0 and 0.9.8 on the one system without any problems. | 09:04 |
* Oksana nods | 09:04 | |
jonwil | The only question therefore is which of the packages linking to 0.9.8 9 (closed or open) represent a real security risk and therefore need to be dealt with. | 09:04 |
Oksana | That's what the major version changes are for. Firefox clearly disregards this, since I cannot even remember which Firefox versions are major milestones (like, dropped support for XUL interface, NPAPI plugins, and so on) | 09:05 |
brolin_empey | Is TLS truly useful considering that the encryption can be subverted (maybe not the best verb to use) by a government? | 09:06 |
Oksana | brolin_empey : How so? Do they need server's agreement (backdoor) for that? Or is it a genuine weakness in TLS algorithm itself? | 09:06 |
* Oksana thinks that it would be nice to have GPG-or-something commonly used for emails, but not sure if Modest supports this | 09:07 | |
jonwil | I have yet to see any compromise of the encryption used with TLS or any other major internet security protocol. The weaknesses mostly have to do with the fact that the current model of certificate authorities used for SSL/TLS is totally broken and there isn't much interest from anyone to actually turn the proposals to replace CAs from proposals and presentations snd documents into actual... | 09:08 |
jonwil | ...real-world code... | 09:08 |
jonwil | So we end up with bandages on top like public key pinning and other stuff rather than moving away from CAs altogether in favor of something better. | 09:10 |
jonwil | Freemangordon: Are your clones of connui-internet and connui-wlan complete? Do they contain anything Leste specific or could they work as a drop-in replacement on Fremantle? | 09:12 |
brolin_empey | Oksana: Plug-ins for the NPAPI use native code, which, for consumer stuff in the 1990s and 2000s, probably mostly means x86 and maybe PowerPC, not ARM. If you want to use a closed-source plug-in not released for ARM then NPAPI support on an ARM computer, such as the N900, is not useful as far as I know. | 09:13 |
jonwil | Now that I got Fahrplan going again, the next plan I guess is to keep working on Firefox 24. Unfortunately that's a much trickier job than OpenSSL, QT and Fahrplan was. | 09:15 |
brolin_empey | I suspect that part of the motivation to replace NPAPI was because NPAPI plug-ins use native code. | 09:16 |
freemangordon | jonwil: not 100% sure, but the should be drop-in replacement | 09:17 |
jonwil | But are they complete? | 09:17 |
freemangordon | no eapd and wps | 09:18 |
freemangordon | they're replaced with wpa-supplicant | 09:18 |
Oksana | jonwil : What is loop? I don't understand how loop.exec(); works when there is no definition of loop anywhere. Unless it's a magical keyword, like for and wait and if? | 09:18 |
jonwil | loop is declared in another file | 09:18 |
jonwil | parser_abstract.h | 09:18 |
freemangordon | but it is Wizzup with the details as he was working in it lately | 09:18 |
Oksana | Huh, okay. Thank you :-) | 09:19 |
jonwil | Basically loop.exec will wait until one of the signals is signaled | 09:19 |
jonwil | The connect lines in parserTranslink::parserTranslink are part of it | 09:20 |
jonwil | httpRequestFinished then causes the loop to stop executing | 09:20 |
jonwil | and progress returns to the line after the loop.exec statement | 09:20 |
freemangordon | jonwil: but yes, they are complete, we have working wifi (more or less) on leste with icd2 | 09:20 |
jonwil | httpRequestFinished is also in parser_Abstract | 09:20 |
*** spiiroin has quit IRC | 09:25 | |
jonwil | Oksana: if you copy what I have done for Translink and adjust the parameters and URLs and things as appropriate, it should work | 09:25 |
Oksana | jonwil : Thank you, working on it. Why does https://github.com/jonwil/fahrplan/blob/master/parser_translink.cpp have "bool ok;" in lines 256 and 293? | 09:26 |
jonwil | Probably just some leftover I forgot to remove | 09:27 |
Oksana | 38363 lines in one json... What is TransportNSW thinking? | 09:31 |
jonwil | Thank god QJson makes it so easy to parse that stuff and grab the values needed | 09:33 |
KotCzarny | :) | 09:34 |
KotCzarny | at least they server that json with compression? | 09:34 |
KotCzarny | *serve | 09:34 |
brolin_empey | Oksana: It seems that “encryption” was a poor choice of term. I meant what jonwil was saying that the infrastructure of TLS has problems. Well, actually, even if the CA system was replaced by a different system, is not it still possible for a government to require network/service providers to provide access to the government? | 09:35 |
Oksana | No idea. It's application/json, interactive example shown in https://opendata.transport.nsw.gov.au/node/601/exploreapi#!/default/tfnsw_trip_request2 | 09:35 |
Oksana | brolin_empey : That's why peer-to-peer would be nice. But then, TLS can be used for P2P, as well, not only for client-server connections? | 09:36 |
Oksana | Is there a pastebin capable of handling such an amount of data? | 09:37 |
*** spiiroin has joined #maemo | 09:37 | |
bencoh | Oksana: the "issue" isn't p2p vs client-server connections, but p2p trust vs the current star-like "chain" of trust | 09:38 |
Oksana | bencoh : Yes, current star-like chain of trust is strange. I may trust a website, to an extent, but I have no idea about issues of certificates. | 09:39 |
Oksana | issuers * | 09:40 |
Oksana | {version, systemMessages, journeys: [{rating, isAdditional, interchanges, legs: [{duration, origin, destination, transportation, hints, stopSequence, infos, coords, properties},{}]},{}]} | 09:50 |
jonwil | If the systems that have been proposed as replacement for CAs were adopted and if they had good encryption built in from the start, it would be very difficult to get at whatever data is flowing over the pipes even if you were able to somehow obtain the private keys from the server end. | 09:52 |
jonwil | The big problem with CAs really is that its possible for any of the many CAs out there to create bogus certificates for websites | 09:54 |
jonwil | and use them for man-in-the-middle attacks and things. | 09:54 |
jonwil | A new system that prevented such a thing by more closely tying the certificate/key info to the actual owner of the domain would be good. | 09:55 |
KotCzarny | that's the 'authority' part | 09:56 |
brolin_empey | KotCzarny: Yes, good point. | 09:57 |
Oksana | >> Waiting for your fork… << Brilliant, GitHub. | 09:58 |
KotCzarny | oksana: ask for a knife too, just in case | 09:58 |
jonwil | Many experts have said that the current CA system is broken. | 10:05 |
jonwil | Some CAs do the right thing and ensure the certificate is legitimate. | 10:05 |
jonwil | But many don't necessarily follow the rules. Or they get hacked (DigiNotar anyone?) | 10:06 |
jonwil | Or you get someone like China forcing a CA in that country to generate certificates for their own nefarious purposes. | 10:07 |
Oksana | KotCzarny : The same message, still. I think K-Meleon isn't particularly supported by GitHub. | 10:07 |
jonwil | What exactly are you trying to do on github? | 10:08 |
Oksana | Editing parser_131500comau.cpp. Aka "You’re editing a file in a project you don’t have write access to. We’ve created a fork of this project for you to commit your proposed changes to. Submitting a change to this file will write it to a new branch in your fork, so you can send a pull request. " | 10:09 |
* Oksana just went to SeaMonkey | 10:09 | |
jonwil | Replacing CAs with something like DANE or the EFF Sovereign Keys proposal (or the proposals out there for a web of trust where certificates and keys are signed by multiple entities and then your client figures out how trustworthy it is based on who has signed it) would be much better than the current CA system | 10:10 |
brolin_empey | jonwil: I was going to mention the “People’s Republic of China” but I did not but now I do not have to. I do not contract “People’s Republic of China” to “China”, though, because the Republic of China still exists. | 10:17 |
Maxdamantus | You mean Taiwain? | 10:19 |
brolin_empey | Maxdamantus: Yes, the Republic of China since 1949. | 10:20 |
*** xy2_ has joined #maemo | 10:21 | |
*** M4rtinK has joined #maemo | 10:29 | |
Oksana | jonwil : Is "QStringList trains" expected to contain "Train, Bus, Ferry" or "T8, E70, MFF" or "Macarthur to City via Airport or Sydenham, PrePay Only - City Wynyard to Manly (Express Service), Circular Quay to Manly" ? | 10:30 |
Oksana | Going by "trains.removeDuplicates();", it's probably "Train, Bus, Ferry", otherwise duplicates would have been unlikely. | 10:31 |
jonwil | Yeah | 10:31 |
jonwil | Its definitely the mode name | 10:33 |
jonwil | travelModeName:"train" is what the JSON for Translink returns | 10:33 |
jonwil | and that's what the translink code uses to fill in the string array | 10:33 |
Oksana | Problem is, modes are specified as integers. Which means, I need a... tulip or something to store the 1=train, 4=light rail, 5=bus, and so on, in. And then whichever easy way to convert integer into the word. | 10:34 |
Oksana | Probably QStringList would work. | 10:35 |
Oksana | But numbers aren't sequential. They are 1,4,5,7,9,11,99,100,101,102,103,104,105,106 | 10:35 |
jonwil | QMap is the way to go here | 10:37 |
Oksana | How is it different from std::map? https://stackoverflow.com/questions/1910733/how-can-i-map-an-int-to-a-corresponding-string-in-c-c | 10:37 |
jonwil | Its much the same but since its all being done in QT, QMap makes sense | 10:37 |
Oksana | QMap<int, QString> modes; ??? | 10:39 |
*** spiiroin has quit IRC | 10:39 | |
jonwil | Yeah something like that would work | 10:39 |
jonwil | NSW does have quite a few mode types | 10:39 |
* Oksana will continue tomorrow, hopefully. I have no idea whether QMap<QString, int> or QMap<int, QString> is expected here. | 10:40 | |
jonwil | QMap<int, QString> is the right one | 10:41 |
* Oksana nods and goes outdoors | 10:42 | |
*** geaaru has joined #maemo | 10:43 | |
*** Venemo has joined #maemo | 10:47 | |
*** spiiroin has joined #maemo | 11:00 | |
*** florian_kc is now known as florian | 11:03 | |
jonwil | Anyone here any good with Python programming? | 11:08 |
*** jonwil has quit IRC | 11:09 | |
*** jonwil has joined #maemo | 11:10 | |
*** jonwil has quit IRC | 11:20 | |
*** M4rtinK has quit IRC | 11:28 | |
*** jskarvad has joined #maemo | 11:32 | |
*** xy2_ has quit IRC | 11:54 | |
*** vahe has quit IRC | 12:14 | |
*** xy2_ has joined #maemo | 12:14 | |
*** vahe has joined #maemo | 12:35 | |
*** LauRoman|Alt has joined #maemo | 12:38 | |
*** LauRoman has quit IRC | 12:41 | |
*** xes has quit IRC | 13:15 | |
*** xorly has joined #maemo | 13:33 | |
*** xes has joined #maemo | 13:38 | |
*** Wikiwide has joined #maemo | 13:44 | |
Wikiwide | In attempt to figure out ssl_error_no_cypher_overlap (shown by both MicroB and Fennec [aka Firefox 17]), I have stumbled upon https://cc.dcsec.uni-hannover.de/ . It's useful for testing a web browser, but how do I know which cyphers are supported by a web server? Say, https://scratch.met.edu/ . | 13:47 |
inz | https://www.ssllabs.com/ssltest/ | 13:47 |
Wikiwide | Thank you :-) Testing | 13:49 |
inz | If the site is an intranet site, it won't work though, no idea for a tool to do the same | 13:49 |
Wikiwide | No problem, I don't remember the last time I visited an Intranet site | 13:50 |
Wikiwide | What does A+ grade mean? | 13:51 |
inz | That they do not support weak ciphers etc | 13:52 |
inz | click on the address to se more details | 13:52 |
*** xorly has quit IRC | 13:56 | |
Wikiwide | MicroB supports TLSv1. Scratch supports TLS 1.0-1.3, not a problem. | 13:56 |
Wikiwide | Cipher suites... | 13:56 |
Wikiwide | Scratch supports ECDHE RSA with AES, or weak RSA with AES. MicroB supports ECDH, DH, or RSA. The only common point is RSA. | 13:58 |
*** vahe has quit IRC | 13:59 | |
Wikiwide | MicroB supports RSA with AES 128/256 SHA1. Scratch supports weak RSA with AES 128/256 CBC SHA. Is CBC the crucial difference? | 14:01 |
*** xes has quit IRC | 14:08 | |
*** xy2_ has quit IRC | 14:11 | |
*** Wikiwide has quit IRC | 14:14 | |
*** xes has joined #maemo | 14:35 | |
*** jonwil has joined #maemo | 14:35 | |
*** SpeedEvil is now known as Guest943 | 15:15 | |
*** BitEvil has joined #maemo | 15:15 | |
*** Guest943 has quit IRC | 15:16 | |
Maxdamantus | Hm.. is omapfb known to be required to be built-in or something? | 15:19 |
Maxdamantus | when trying to load it as a module in 4.16 I just get "no such device" .. irc I got the same thing in the maemo branch of 3.14 some years ago and fixed it by having it built in. | 15:20 |
Maxdamantus | s/irc/iirc/ | 15:20 |
infobot | Maxdamantus meant: when trying to load it as a module in 4.16 I just get "no such device" .. iirc I got the same thing in the maemo branch of 3.14 some years ago and fixed it by having it built in. | 15:20 |
Maxdamantus | er, n900 branch* | 15:21 |
* Maxdamantus will probably just try a built-in version tomorrow. | 15:21 | |
*** trx has quit IRC | 15:25 | |
Wizzup | maybe check what leste config does | 15:25 |
*** trx has joined #maemo | 15:30 | |
*** trx has quit IRC | 15:30 | |
*** trx has joined #maemo | 15:30 | |
*** jonwil has quit IRC | 16:01 | |
enyc | Wizzup: i belive, uses the kernel default rx51_defconfig , except oddly i can't see arch/arm/configs/rx51_defconfig in the n9xx-linux repo | 16:14 |
Wizzup | https://github.com/maemo-leste/n9xx-linux/blob/pvr-wip-4.15.7/arch/arm/configs/rx51_defconfig | 16:17 |
Maxdamantus | CONFIG_FB_OMAP2=y | 16:23 |
Maxdamantus | Yeah. | 16:23 |
Maxdamantus | mainline rx51_defconfig has =m | 16:23 |
Maxdamantus | actually, no rx51_defconfig in mainline .. using omap2plus_defconfig | 16:24 |
parazyd | FWIW, other configs are here: https://github.com/parazyd/arm-sdk/tree/master/boards/kernel-configs | 16:26 |
parazyd | (droid4, n9, n950) | 16:26 |
Maxdamantus | ah, so maemo-leste still requires those pvr patches. | 16:26 |
Maxdamantus | Good to know, thanks. | 16:27 |
Wizzup | there is nothing that works without pvr patches :) | 16:28 |
Wizzup | no powervr* | 16:28 |
Maxdamantus | Well, plain fb works without it. | 16:28 |
Wizzup | right, and you can use maemo leste with plain fb and llvmpipe for h-d, but it'll be unusable ;) | 16:28 |
* Maxdamantus intends to not use maemo/hildon in the long run anyway. | 16:29 | |
bencoh | (and even more unusable on n900) | 16:29 |
bencoh | Maxdamantus: awww, that's a mean thing to say :> | 16:29 |
Maxdamantus | I wouldn't use software like that on my desktop systems, so wouldn't want to (ultimately) on my phone either. | 16:30 |
*** xy2_ has joined #maemo | 16:30 | |
Wizzup | Maxdamantus: good luck :P let me know if you find anything usable | 16:30 |
Wizzup | Maxdamantus: desktop==phone? | 16:30 |
bencoh | Wizzup: wmii is okayish on droid4 :D | 16:31 |
Maxdamantus | Wizzup: not exactly ==, but I prefer things to be decoupled. | 16:31 |
Wizzup | until you start to actually use it ;) | 16:31 |
bencoh | portrait wmii is a pain | 16:31 |
Wizzup | Maxdamantus: I think the IT world has been trying to figure this out, so I'm surprise you have :p | 16:31 |
bencoh | landscape is fine :) | 16:31 |
Maxdamantus | and I don't need the sorts of fancy graphics you get with HD | 16:31 |
Wizzup | bencoh: yes, but apps don't work that well in general touch wise | 16:32 |
Wizzup | Maxdamantus: agreed, I don't care about the shaders and effects | 16:32 |
Maxdamantus | I use xmonad on my desktops, but would rather use something like wmii/w3m on n900 for memory reasons. | 16:32 |
*** BitEvil is now known as SpeedEvil | 16:32 | |
bencoh | Wizzup: yeah, real apps still need to be adapted somehow :) | 16:33 |
Wizzup | bencoh: we've been trying for what, 10+ years? | 16:33 |
Wizzup | I'm sure it'll change overnight :P | 16:33 |
bencoh | Wizzup: riight :)) | 16:33 |
bencoh | seriously though, wmii in itself is okay as a wm (since you have a keyboard), but yeah, it still misses a whole touch-oriented ecosystem | 16:34 |
* Wizzup uses wmii right now | 16:34 | |
Wizzup | (on my laptop) | 16:34 |
bencoh | (same on my desktop. and laptop) | 16:35 |
Wizzup | wow, another wmii user ;) | 16:35 |
parazyd | Enjoying your multiple screen support? :p | 16:39 |
bencoh | I have 3 here at work (with wmii) and I must say it's quite comfy :) | 16:41 |
parazyd | :O | 16:41 |
Wizzup | bencoh: xinerama? | 16:49 |
bencoh | probably | 16:50 |
bencoh | at least XINERAMA shows with xdpyinfo | 16:51 |
bencoh | and I don't see how else wmii would work, so ... :) | 16:52 |
Wizzup | well, do you have different workspaces per monitor? | 17:04 |
*** dos1 has joined #maemo | 17:18 | |
bencoh | nope, I only have several workspaces, independent of monitors | 17:22 |
*** __LauRoman has joined #maemo | 17:23 | |
Wizzup | bencoh: hm, I can't have wmii display different workspaces on monitors | 17:32 |
bencoh | you mean, monitor-tied workspaces? | 17:33 |
bencoh | (ie having a different workspace per monitor?) | 17:33 |
Wizzup | yes | 17:33 |
bencoh | yeah, that's unsupported | 17:34 |
*** __LauRoman has quit IRC | 17:43 | |
*** vahe has joined #maemo | 17:52 | |
*** sunshavi has quit IRC | 17:59 | |
*** sunshavi has joined #maemo | 18:01 | |
*** jskarvad has quit IRC | 18:09 | |
*** mp107 has joined #maemo | 18:17 | |
*** spiiroin has quit IRC | 18:27 | |
*** Pali has joined #maemo | 18:31 | |
*** Venemo has quit IRC | 19:04 | |
*** mp107 has quit IRC | 19:10 | |
*** xy2_ has quit IRC | 19:26 | |
*** LauRoman has joined #maemo | 19:28 | |
*** xy2_ has joined #maemo | 19:45 | |
*** florian has quit IRC | 19:47 | |
*** spiiroin has joined #maemo | 19:56 | |
* sicelo also uses ActiveSync dialy .. in fact, it's even a pity that N900 can have only 1 EAS account. I need two | 20:02 | |
*** geaaru has quit IRC | 20:07 | |
*** florian has joined #maemo | 20:15 | |
*** trumee has quit IRC | 20:44 | |
*** trumee has joined #maemo | 20:47 | |
*** vahe has quit IRC | 21:09 | |
sicelo | wow, just tested wmii .. i like it very much! have used i3wm too | 21:38 |
*** drrty has joined #maemo | 21:53 | |
DocScrutinizer05 | anybody using KDE5? could you please "switch user" to open a new KDE session and see if the old session keeps internet connection while you're "not there"? you'd likely notice that after some 3 minutes, you lost IRC login here when the old session actually gets disconnected from internet | 22:03 |
*** xes has quit IRC | 22:06 | |
*** xes has joined #maemo | 22:07 | |
*** spiiroin has quit IRC | 23:19 | |
*** spiiroin has joined #maemo | 23:20 | |
*** Wikiwide has joined #maemo | 23:24 | |
Wikiwide | Haven't seen such a problem on KDE4, but then, we haven't got around to KDE5 yet. | 23:25 |
*** xy2_ has quit IRC | 23:26 | |
*** M4rtinK has joined #maemo | 23:46 | |
*** florian_kc has joined #maemo | 23:55 | |
*** florian has quit IRC | 23:56 | |
*** florian_kc is now known as florian | 23:58 | |
DocScrutinizer51 | solved: allow connection for all users | 23:58 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!