IRC log of #maemo for Wednesday, 2018-06-13

*** gonp[m] has joined #maemo00:07
*** spiiroin has quit IRC00:11
*** ollieparanoid[m] has joined #maemo00:21
*** chfoo[m] has joined #maemo00:21
*** MartijnBraam has joined #maemo00:21
*** jonwil has joined #maemo00:21
*** sunshavi has quit IRC00:22
*** spiiroin has joined #maemo00:22
*** sunshavi has joined #maemo00:23
*** louisdk has quit IRC00:29
*** Venemo has joined #maemo00:47
*** Venemo has quit IRC01:07
*** LauRoman|Alt has quit IRC01:11
*** Kilroo has joined #maemo01:14
*** xy2_ has quit IRC01:20
*** xorly has quit IRC01:53
*** florian has quit IRC02:01
*** ollieparanoid[m] has quit IRC02:15
*** MartijnBraam has quit IRC02:15
*** gonp[m] has quit IRC02:16
*** chfoo[m] has quit IRC02:16
*** guerby has quit IRC02:17
*** guerby has joined #maemo02:18
*** guerby has joined #maemo02:18
*** guerby has joined #maemo02:18
*** gonp[m] has joined #maemo02:33
*** Pali has quit IRC02:37
*** chfoo[m] has joined #maemo02:47
*** ollieparanoid[m] has joined #maemo02:47
*** MartijnBraam has joined #maemo02:47
*** drrty has quit IRC03:07
*** infobot has quit IRC03:18
*** infobot has joined #maemo03:20
*** ChanServ sets mode: +v infobot03:20
*** M4rtinK has quit IRC03:50
sunshavi   Hi there04:57
sunshaviis there a way for sending files by bluetooth from command line on n900?04:57
sunshaviobexftp?04:57
sunshavior python script?04:57
jonwilI DID IT.05:07
jonwilI got TLS1.2 support into QT 4.7.4 on Maemo!05:07
*** dos1 has quit IRC05:09
*** sunshavi has quit IRC05:11
*** sunshavi has joined #maemo05:31
Vajb\o/ nice jonwil05:40
jonwilJust need to finish uploading things :)05:41
*** tm has quit IRC05:44
*** LauRoman|Alt has joined #maemo05:47
*** tm has joined #maemo05:48
Vajbwill it be in repos when you get it ready?06:00
Oksanajonwil : 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
Vajbi mean the ff2406:00
OksanaWill 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
jonwilmicrob doesn't use openssl at all06:06
jonwilff24 is a long way from being done06:07
jonwilOksana: I have no idea about the working of the 131500 parser but its not using SSL by the look of it.06:12
OksanaAll the better, in the sense that I don't need to think about update reaching repositories. Installing Fahrplan now...06:12
jonwilWhich Fahrplan version are you going with then?06:14
Oksana0.0.3706:16
jonwilYeah that should be fine for 13150006:16
* Oksana wonders what is Translink - Australia06:18
jonwilAs for OpenSSL and other apps, things need to be recompiled and link to OpenSSL 1.1 to get TLS 1.2 support in there06:18
jonwilTranslink is the network I use06:18
jonwilthe one I added06:18
jonwilQLD06:18
OksanaAh, okay. I was wondering about Melbourne, will be travelling here for a day or three in July. Hopefully. If everything goes well.06:18
OksanaBut I will most likely be walking more than anything else.06:19
* Oksana doesn't think that "launch GPS on start up" is working06:22
jonwilI went to Melbourne in 2010 for a LEGO show, it was fun and I would like to go back06:22
jonwilYeah GPS isn't always working for me06:23
jonwilAnd I haven't been able to debug why06:23
OksanaThrobber animation is nice, but no idea how to provide a valid station. It always says "Station not found"06:23
jonwilNSW wasn't written by me06:23
jonwilso I have in idea why its not working06:24
OksanaHmm... Link to code? Would like to have a look...06:24
*** valeriusN has quit IRC06:24
OksanaC++ , right? Going by parser131500ComAu::getStationsByName06:25
jonwilYeah its C++06:25
*** valeriusN has joined #maemo06:25
* Oksana is rusty, but could at least look for something06:26
jonwilhttps://github.com/jonwil/fahrplan/ has the current code06:28
jonwilMy guess is that whatever backend URL NSW is using has changed and its no longer compatible06:29
*** vahe has joined #maemo06:32
* Oksana sighs and goes to log in to GitHub06:36
OksanaIt's not 131500.com.au anymore, it's TransportNSW.info, and it doesn't care about am or pm06:37
jonwilOk so it looks like it needs a change to the URL its using06:37
OksanaA solid change. Let me see...06:38
OksanaIt doesn't have separate variables like &itd_itdTimeHour for Date, Hour and Minute - it just has &dateTime=20180613134006:38
* Oksana is forking this file, to submit pull request later. Hopefully.06:41
jonwilIf 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
OksanaWould be nice, thank you :-) I just hope there isn't too much to change06:46
jonwilIts not hard to build a new deb for Fahrplan06:48
jonwilAlthough needless to say the new deb I build will need the new QT and new OpenSSL :)06:48
Maxdamantus06:49
*** pagurus has quit IRC06:49
*** pagurus has joined #maemo06:50
Oksanatransportnsw.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
OksanaOr do I need to change to     http->setHost(url.host(), QHttp::ConnectionModeHttps, url.port() == -1 ? 0 : url.port()); ?06:53
OksanaDarn... Is html parsing really the ideal way to handle results of the journey request?07:01
*** LauRoman|Alt has quit IRC07:06
* Oksana looks around for a better API, while simultaneously attempting to decode large amount of nested divs07:16
* Oksana curses quietly07:26
OksanaJSON 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+Z07:27
jonwilNo idea07:34
jonwilI dont know how the website for transportnsw works07:34
jonwilAs for SSL, take a look at what I have done in parser_translink.cpp to see how I did it.07:35
jonwilhttp://talk.maemo.org/showthread.php?p=1545412#post154541207:35
jonwilNew fahrplan with the working Translink backend07:35
jonwilhttp://talk.maemo.org/showthread.php?t=100352 is the new QT07:35
OksanaAny idea how to send header with https link? For authentication?07:36
*** Kilroo has quit IRC07:46
jonwilHave a look at how I did it via QHttpRequestHeader07:46
* Oksana nods and thinks that Translink, thankfully, also has json07:47
jonwilYes it does json parsing07:48
*** Hurrian has quit IRC08:13
brolin_empeyIs 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
OksanaFans are noisy, dusty, and require maintenance.08:45
OksanaWhat's the difference between GET and POST, when using QHttpRequestHeader ?08:46
jonwilPOST is for when you have data to attach (i.e. form post data)08:48
jonwilWhich one you use depends on what the site itself needs08:48
jonwilIf 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_empeyA fan can be inaudible and not require maintenance for the expected service lifetime of the device containing the fan.08:49
OksanaSite says "curl -X GET --header 'Accept: application/json' ..."08:49
OksanaFan doesn't sound like it's waterproof, or foolproof08:50
brolin_empeyIs not a propeller basically a fan that moves water instead of air?08:51
brolin_empeyI mean on a watercraft, not an aircraft.  I thought it is at least somewhat analogous.08:52
OksanaYes, 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
OksanaOtherwise, it does sound interesting - a lighter-than-water laptop which can use its fans for propelling itself in the water.08:53
OksanaOr phone ^08:53
OksanaBut then fan would need gears for switching between air and water. Because these two liquids are quite different.08:54
Oksanafluids *08:54
jonwilIts great to have the current OpenSSL release running on Maemo Fremantle08:55
jonwilAlthough 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_empeyI wonder if Rudolf Diesel used a motorcycle because his motorcycle would be a Diesel motorcycle in a sense.08:56
jonwilNot sure which of the closed packages that are linking to the old OpenSSL present a security risk and which dont08:57
jonwilSome 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
OksanaWhat is     loop.exec(); for? I think I got how header works with GET method.09:00
freemangordonjonwil: I am using my n900 for exchange mail09:01
jonwilOk so as-daemon is not obsolete then09:01
freemangordonmhm09:01
OksanaI 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
OksanaIMAP 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
jonwilIn 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 nods09:04
jonwilThe 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
OksanaThat'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_empeyIs TLS truly useful considering that the encryption can be subverted (maybe not the best verb to use) by a government?09:06
Oksanabrolin_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 this09:07
jonwilI 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
jonwilSo 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
jonwilFreemangordon: 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_empeyOksana: 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
jonwilNow 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_empeyI suspect that part of the motivation to replace NPAPI was because NPAPI plug-ins use native code.09:16
freemangordonjonwil: not 100% sure, but the should be drop-in replacement09:17
jonwilBut are they complete?09:17
freemangordonno eapd and wps09:18
freemangordonthey're replaced with wpa-supplicant09:18
Oksanajonwil : 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
jonwilloop is declared in another file09:18
jonwilparser_abstract.h09:18
freemangordonbut it is Wizzup with the details as he was working in it lately09:18
OksanaHuh, okay. Thank you :-)09:19
jonwilBasically loop.exec will wait until one of the signals is signaled09:19
jonwilThe connect lines in parserTranslink::parserTranslink are part of it09:20
jonwilhttpRequestFinished then causes the loop to stop executing09:20
jonwiland progress returns to the line after the loop.exec statement09:20
freemangordonjonwil: but yes, they are complete, we have working wifi (more or less) on leste with icd209:20
jonwilhttpRequestFinished is also in parser_Abstract09:20
*** spiiroin has quit IRC09:25
jonwilOksana: if you copy what I have done for Translink and adjust the parameters and URLs and things as appropriate, it should work09:25
Oksanajonwil : 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
jonwilProbably just some leftover I forgot to remove09:27
Oksana38363 lines in one json... What is TransportNSW thinking?09:31
jonwilThank god QJson makes it so easy to parse that stuff and grab the values needed09:33
KotCzarny:)09:34
KotCzarnyat least they server that json with compression?09:34
KotCzarny*serve09:34
brolin_empeyOksana: 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
OksanaNo idea. It's application/json, interactive example shown in https://opendata.transport.nsw.gov.au/node/601/exploreapi#!/default/tfnsw_trip_request209:35
Oksanabrolin_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
OksanaIs there a pastebin capable of handling such an amount of data?09:37
*** spiiroin has joined #maemo09:37
bencohOksana: the "issue" isn't p2p vs client-server connections, but p2p trust vs the current star-like "chain" of trust09:38
Oksanabencoh : 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
Oksanaissuers *09:40
Oksana{version, systemMessages, journeys: [{rating, isAdditional, interchanges, legs: [{duration, origin, destination, transportation, hints, stopSequence, infos, coords, properties},{}]},{}]}09:50
jonwilIf 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
jonwilThe big problem with CAs really is that its possible for any of the many CAs out there to create bogus certificates for websites09:54
jonwiland use them for man-in-the-middle attacks and things.09:54
jonwilA 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
KotCzarnythat's the 'authority' part09:56
brolin_empeyKotCzarny: Yes, good point.09:57
Oksana>>  Waiting for your fork… << Brilliant, GitHub.09:58
KotCzarnyoksana: ask for a knife too, just in case09:58
jonwilMany experts have said that the current CA system is broken.10:05
jonwilSome CAs do the right thing and ensure the certificate is legitimate.10:05
jonwilBut many don't necessarily follow the rules. Or they get hacked (DigiNotar anyone?)10:06
jonwilOr you get someone like China forcing a CA in that country to generate certificates for their own nefarious purposes.10:07
OksanaKotCzarny : The same message, still. I think K-Meleon isn't particularly supported by GitHub.10:07
jonwilWhat exactly are you trying to do on github?10:08
OksanaEditing 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 SeaMonkey10:09
jonwilReplacing 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 system10:10
brolin_empeyjonwil: 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
MaxdamantusYou mean Taiwain?10:19
brolin_empeyMaxdamantus: Yes, the Republic of China since 1949.10:20
*** xy2_ has joined #maemo10:21
*** M4rtinK has joined #maemo10:29
Oksanajonwil : 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
OksanaGoing by "trains.removeDuplicates();", it's probably "Train, Bus, Ferry", otherwise duplicates would have been unlikely.10:31
jonwilYeah10:31
jonwilIts definitely the mode name10:33
jonwiltravelModeName:"train" is what the JSON for Translink returns10:33
jonwiland that's what the translink code uses to fill in the string array10:33
OksanaProblem 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
OksanaProbably QStringList would work.10:35
OksanaBut numbers aren't sequential. They are 1,4,5,7,9,11,99,100,101,102,103,104,105,10610:35
jonwilQMap is the way to go here10:37
OksanaHow is it different from std::map? https://stackoverflow.com/questions/1910733/how-can-i-map-an-int-to-a-corresponding-string-in-c-c10:37
jonwilIts much the same but since its all being done in QT, QMap makes sense10:37
OksanaQMap<int, QString> modes; ???10:39
*** spiiroin has quit IRC10:39
jonwilYeah something like that would work10:39
jonwilNSW does have quite a few mode types10:39
* Oksana will continue tomorrow, hopefully. I have no idea whether QMap<QString, int> or QMap<int, QString> is expected here.10:40
jonwilQMap<int, QString> is the right one10:41
* Oksana nods and goes outdoors10:42
*** geaaru has joined #maemo10:43
*** Venemo has joined #maemo10:47
*** spiiroin has joined #maemo11:00
*** florian_kc is now known as florian11:03
jonwilAnyone here any good with Python programming?11:08
*** jonwil has quit IRC11:09
*** jonwil has joined #maemo11:10
*** jonwil has quit IRC11:20
*** M4rtinK has quit IRC11:28
*** jskarvad has joined #maemo11:32
*** xy2_ has quit IRC11:54
*** vahe has quit IRC12:14
*** xy2_ has joined #maemo12:14
*** vahe has joined #maemo12:35
*** LauRoman|Alt has joined #maemo12:38
*** LauRoman has quit IRC12:41
*** xes has quit IRC13:15
*** xorly has joined #maemo13:33
*** xes has joined #maemo13:38
*** Wikiwide has joined #maemo13:44
WikiwideIn 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
inzhttps://www.ssllabs.com/ssltest/13:47
WikiwideThank you :-)  Testing13:49
inzIf the site is an intranet site, it won't work though, no idea for a tool to do the same13:49
WikiwideNo problem, I don't remember the last time I visited an Intranet site13:50
WikiwideWhat does A+ grade mean?13:51
inzThat they do not support weak ciphers etc13:52
inzclick on the address to se more details13:52
*** xorly has quit IRC13:56
WikiwideMicroB supports TLSv1. Scratch supports TLS 1.0-1.3, not a problem.13:56
WikiwideCipher suites...13:56
WikiwideScratch 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 IRC13:59
WikiwideMicroB 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 IRC14:08
*** xy2_ has quit IRC14:11
*** Wikiwide has quit IRC14:14
*** xes has joined #maemo14:35
*** jonwil has joined #maemo14:35
*** SpeedEvil is now known as Guest94315:15
*** BitEvil has joined #maemo15:15
*** Guest943 has quit IRC15:16
MaxdamantusHm.. is omapfb known to be required to be built-in or something?15:19
Maxdamantuswhen 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
Maxdamantuss/irc/iirc/15:20
infobotMaxdamantus 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
Maxdamantuser, n900 branch*15:21
* Maxdamantus will probably just try a built-in version tomorrow.15:21
*** trx has quit IRC15:25
Wizzupmaybe check what leste config does15:25
*** trx has joined #maemo15:30
*** trx has quit IRC15:30
*** trx has joined #maemo15:30
*** jonwil has quit IRC16:01
enycWizzup: i belive, uses the kernel default rx51_defconfig , except oddly i can't see  arch/arm/configs/rx51_defconfig  in the n9xx-linux repo16:14
Wizzuphttps://github.com/maemo-leste/n9xx-linux/blob/pvr-wip-4.15.7/arch/arm/configs/rx51_defconfig16:17
MaxdamantusCONFIG_FB_OMAP2=y16:23
MaxdamantusYeah.16:23
Maxdamantusmainline rx51_defconfig has =m16:23
Maxdamantusactually, no rx51_defconfig in mainline .. using omap2plus_defconfig16:24
parazydFWIW, other configs are here: https://github.com/parazyd/arm-sdk/tree/master/boards/kernel-configs16:26
parazyd(droid4, n9, n950)16:26
Maxdamantusah, so maemo-leste still requires those pvr patches.16:26
MaxdamantusGood to know, thanks.16:27
Wizzupthere is nothing that works without pvr patches :)16:28
Wizzupno powervr*16:28
MaxdamantusWell, plain fb works without it.16:28
Wizzupright, 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
bencohMaxdamantus: awww, that's a mean thing to say :>16:29
MaxdamantusI 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 #maemo16:30
WizzupMaxdamantus: good luck :P let me know if you find anything usable16:30
WizzupMaxdamantus: desktop==phone?16:30
bencohWizzup: wmii is okayish on droid4 :D16:31
MaxdamantusWizzup: not exactly ==, but I prefer things to be decoupled.16:31
Wizzupuntil you start to actually use it ;)16:31
bencohportrait wmii is a pain16:31
WizzupMaxdamantus: I think the IT world has been trying to figure this out, so I'm surprise you have :p16:31
bencohlandscape is fine :)16:31
Maxdamantusand I don't need the sorts of fancy graphics you get with HD16:31
Wizzupbencoh: yes, but apps don't work that well in general touch wise16:32
WizzupMaxdamantus: agreed, I don't care about the shaders and effects16:32
MaxdamantusI 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 SpeedEvil16:32
bencohWizzup: yeah, real apps still need to be adapted somehow :)16:33
Wizzupbencoh: we've been trying for what, 10+ years?16:33
WizzupI'm sure it'll change overnight :P16:33
bencohWizzup: riight :))16:33
bencohseriously though, wmii in itself is okay as a wm (since you have a keyboard), but yeah, it still misses a whole touch-oriented ecosystem16:34
* Wizzup uses wmii right now16:34
Wizzup(on my laptop)16:34
bencoh(same on my desktop. and laptop)16:35
Wizzupwow, another wmii user ;)16:35
parazydEnjoying your multiple screen support? :p16:39
bencohI have 3 here at work (with wmii) and I must say it's quite comfy :)16:41
parazyd:O16:41
Wizzupbencoh: xinerama?16:49
bencohprobably16:50
bencohat least XINERAMA shows with xdpyinfo16:51
bencohand I don't see how else wmii would work, so ... :)16:52
Wizzupwell, do you have different workspaces per monitor?17:04
*** dos1 has joined #maemo17:18
bencohnope, I only have several workspaces, independent of monitors17:22
*** __LauRoman has joined #maemo17:23
Wizzupbencoh: hm, I can't have wmii display different workspaces on monitors17:32
bencohyou mean, monitor-tied workspaces?17:33
bencoh(ie having a different workspace per monitor?)17:33
Wizzupyes17:33
bencohyeah, that's unsupported17:34
*** __LauRoman has quit IRC17:43
*** vahe has joined #maemo17:52
*** sunshavi has quit IRC17:59
*** sunshavi has joined #maemo18:01
*** jskarvad has quit IRC18:09
*** mp107 has joined #maemo18:17
*** spiiroin has quit IRC18:27
*** Pali has joined #maemo18:31
*** Venemo has quit IRC19:04
*** mp107 has quit IRC19:10
*** xy2_ has quit IRC19:26
*** LauRoman has joined #maemo19:28
*** xy2_ has joined #maemo19:45
*** florian has quit IRC19:47
*** spiiroin has joined #maemo19:56
* sicelo also uses ActiveSync dialy .. in fact, it's even a pity that N900 can have only 1 EAS account. I need two20:02
*** geaaru has quit IRC20:07
*** florian has joined #maemo20:15
*** trumee has quit IRC20:44
*** trumee has joined #maemo20:47
*** vahe has quit IRC21:09
sicelowow, just tested wmii .. i like it very much! have used i3wm too21:38
*** drrty has joined #maemo21:53
DocScrutinizer05anybody 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 internet22:03
*** xes has quit IRC22:06
*** xes has joined #maemo22:07
*** spiiroin has quit IRC23:19
*** spiiroin has joined #maemo23:20
*** Wikiwide has joined #maemo23:24
WikiwideHaven't seen such a problem on KDE4, but then, we haven't got around to KDE5 yet.23:25
*** xy2_ has quit IRC23:26
*** M4rtinK has joined #maemo23:46
*** florian_kc has joined #maemo23:55
*** florian has quit IRC23:56
*** florian_kc is now known as florian23:58
DocScrutinizer51solved: allow connection for all users23:58

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!