=== chihchun_afk is now known as chihchun [04:42] tg://join?invite=Baj4lhJ4XRotoeGk1QxuRQ [04:50] @Wildnislehrer, He can try Meizu Pro 5 and install UT [05:08] wondering if Google Treble will be a good thing for projects like UBports [05:45] I noticed no Korean keyboard? Any idea how to make Korean language work on UT? Works on Ubuntu desktop... [06:29] Hey, is it possible to use python-tk in UT? (With clickable) [06:31] deepu11 was added by: deepu11 [06:37] @BlueKenny, if tkinder uses qt5 bindings then ues [06:37] or if it uses gtk2 bindings then also yes, but via xmir [06:38] and xmir scenario os not clickable [06:38] afaik there is no way to make click app use xmir [06:38] on ut [06:38] if it was possible i would love to ise it [06:43] @KrisJacewicz, Thank you :) … i'm going to learn QML πŸ™ˆ [06:46] @KrisJacewicz, Can't you just add the xmir parts to a launch script which your desktop file calls? something like … ```Xmir -rootless :2 … export DISPLAY=:2 … exec @``` … And then in your desktop file add … ```X-Ubuntu-Touch=true … X-Ubuntu-XMir-Enable=true … Exec=/launchscript myapp``` … I would have thought this should work [06:46] @DanChapman, brilliant workaround, love it! [06:47] will test [06:48] how about :2 part, is it like a constant or every time xmir runs it uses out one display from the pool? [06:49] @DanChapman, ah I just remembered what was th problem from the past (I actually tired that, except the parts in the script, which i really thank you for): [06:50] the problem was that click upon installation generates .desktop fle at ~/.local/share/applications/ and your X-Ubuntu-* flags WON'T be preserved in that generated launcher [06:50] that was the problem I faced [06:50] i don't even think it is a bug, rather a lack of feature in click logic [06:50] not sure [07:00] @deepu11, Hello deepu and welcome! I'm part of the UBports welcoming team. … To help you get started, please take a look right away at our newcomers welcome page (https://ubports.com/page/telegram-welcome) and thanks again for joining us! :) [07:10] @DanChapman thank you for the Dekko 2update 😎 [07:11] What's new? [07:11] And thanks to the core debs for clock and camera paps for improving! [07:12] *developers *apps 😁 [07:54] @KrisJacewicz ah i see there is some troubles there. Some possible good new though. There was a patch in xenial which enables ubuntu-app-launch to start apps with xmir https://bileto.ubuntu.com/#/tickets?search=2531 so once we have some xenial based devices, things should get a bit easier for you. Although looking at https://www.youtube.com/watch?v=dfAlgJtqSLM i see there are some gtk apps there running on mir. So maybe you won't even need xmir o [08:14] @DanChapman, wow, great news in deed!!! [08:14] I mean, that would be HUGE news for everything that I do if gtk could run directly on mir, man I would start making apps like crazy! hehe [08:15] and would start talking to Lazarus community to get involved as well, I'm sure they'd have good number of people interested in it [08:19] @KrisJacewicz, Lazarus can bind QT5 as well, but I was not successful with it, because apparently Lazarus bindings require min qt5.6, but even when that requirement gets fulfilled, I still don't know if qt on UT is fully binary compatible with equivalent on xorg, if yes, than that would be good news for Lazarus as well. … Some of my apps do graphic rendering, and in such case xmir is too slow for me. That will also be a bottleneck for others [08:19] use whatever language/ide to make their gtk apps. That is why I am interested in trying out xwayland, because AFAIK it really is NOT like xmir, except purpose-wise, but not under the hood. xwayland has no hw acceleration for rendering either, but at least it supports glamor (https://www.freedesktop.org/wiki/Software/Glamor/) [08:19] however, if gtk were to be supported natively in mir, then whoah, the possibilities are endless! [08:40] hmm the gtk mir integration isnt that much code [08:40] but it is in a bad state.. [08:41] I spent some time working on it.. but that was at a time when we also reworked the buffer ownership in mir. [08:41] This is all I know in the subject: … https://developer.gnome.org/gtk3/stable/gtk-mir.html [08:42] but apparently UT does not have this port included (I'm talking 15.04), not on my end [08:44] http://bazaar.launchpad.net/~attente/gtk/gtk-mir/files/head:/debian/patches/ and http://bazaar.launchpad.net/~attente/gtk/mir-copy-paste/files/head:/debian/patches/ is probably the most recent status [08:44] there should be proper git repo somewher [08:47] (Photo, 768x1280) https://irc.ubports.com/PQgkOM0u/file_2458.jpg so my UT does not have this [08:48] @anpok, can you install this with apt-get? [08:49] I am not sure about dependencies.. [08:49] @anpok, I wonder if installing mir's gtk backend would or would not conflick with also existing on ut backend for x, do you know if that'd be an issue? [08:50] could both backends co-exist? [08:50] yes they would [08:50] in the end you control that via the environment [08:50] I'm willing and ready to test drive it, could you suggest initial steps? [08:50] I mean, to install that backend on my ut? [08:51] figure out which gtk version is in the ppa/15.04 .. and whether there are matching gdk-mir patches for that gtk version [08:51] @anpok, I only need to install the patches, no need to install some initial libraries fisrt? [08:52] these patches will add mir support onto the original gtk libraries? [08:52] also is gtk+ a synonym for gtk3? [08:53] or only gtk2? [08:53] or both? [08:53] found this: … "GTK/GTK+ and GTK2 are different versions of the same API. GTK is an old, deprecated version, GTK2 is the previous one, GTK+ 3/GTK3 is the current version. … GTK+ is the correct name of the old API, but most people just call it GTK. … The C++ bindings for GTK+ are part of the project GTKmm." … source: https://stackoverflow.com/questions/5830731/what-is-the-relation-between-gtk-gtk-and-gtk2 [08:54] no the patches are the differences between the specific upstream mir integration of gdk and the current state of development at that time [08:55] so those patches will not work with the 15.04 version of gtk [08:56] @anpok, seems like it's gtk+3.0 3.14.12-0ubuntu2 … source: https://launchpad.net/ubuntu/vivid/+source/gtk+3.0 [08:56] ahh now I remember why we did not enable the mir backend.. [08:56] cairo has (or hopefully had) some annoying limitation wrt to byte ordering [08:57] and the android gles drivers could not match the color channel order [08:57] so that remains unresolved? [08:58] @anpok, you mean little endian vs big endian? [08:59] or color format? [08:59] GL_RGBA GL_ABGR GL_BGRA .. or GL_ARGB .. insanity.. [08:59] I see [09:00] but wondering, since cairo works on arm linux under x, so that problem is only regarding translating these to gles calls? [09:01] *gles calls on android? [09:01] yes [09:01] but would a static mapping table solve that? [09:01] or was figuring the mapping the problem? [09:02] some inconsistencies? [09:04] if I had some guidance I would even be willing to try to figure such mapping experimentally [09:04] if that would bring gtk to mir, I would love to help [09:05] perhaps even I could figure out a routine to run during initialization, that runs tests to figure out the mapping automatically [09:06] test based, call gles apis with different mappings until the results are valid for used input, and then remember that mapping for use aftr the initialization [09:14] @wayneoutthere, At the pull down menu it allows you to select any language but in keyboard settings only a few are implemented. In principle it shouldn't be complicated to add more but I have no idea how to do that. Adding all would bloat the system [09:16] with just a little guidance I could take the work off someone else's shoulders, but I need help in setting up the environment for testing, and some list of APIs to translate between gtk and gles [09:24] @KrisJacewicz, Hey Kris, I am trying to run KeePass2 off my phone with X forwarding. I am getting … X11 forwarding request failed on channel 0 … Unhandled Exception: … followed by a bunch of errors. … What am I missing? [09:25] @delijati, Ok. Thanks. I'll try. [09:31] @TomasOqvist, idk, but I can try to troubleshoot you, how did you install KeyPass2, with apt-get or sth else? [09:31] I will get it on my ut as well and see if I can run it [09:31] @KrisJacewicz, apt-get and then edited the desktop file [09:32] the package name? [09:32] keepass2 [09:32] $ apt-get install keypass … or sth else? [09:32] ok, bare with me [09:32] apt-get install keypass2 [09:32] sorry keepass2 [09:38] (Photo, 724x463) https://irc.ubports.com/msnddaqA/file_2460.jpg mono runtime part [09:39] (Video, 143s)https://irc.ubports.com/T0rH34f6/file_2461.mp4 I think it's related to mono [09:39] Install the native version [09:39] I believe it was keepassx2 [09:39] @vanyasem, +1 [09:39] screw Mono [09:40] yes it works! [09:41] ☺️ [09:41] (Photo, 1280x720) https://irc.ubports.com/3fXCVlNg/file_2463.jpg $ sudo apt-get install keepassx [09:42] Ok, so install keepassx instead and edit the desktop file? [09:42] you can also try keepassxc (I think it has a better gui) [09:43] nah.. quite similar, sorry [09:46] (Photo, 768x1280) https://irc.ubports.com/An1b0AMu/file_2465.jpg i installed natve version [09:47] (Photo, 768x1280) https://irc.ubports.com/oy0sjBHB/file_2467.jpg this is without wm [09:47] (Photo, 768x1280) https://irc.ubports.com/QwB69p9r/file_2469.jpg and this is with wm [09:47] if you still hv a problem let me know I'll get you thru ;) [09:49] Yes, keepassx works, but I need to export my kdbx database to one compatible with keepassx. Also, starting it locally only shows half of the app in the top right corner of the phone. [09:51] @KrisJacewicz: may I ask, why do you have 2 Telegram launchers on your phone? [09:52] @TomasOqvist, because you do not run it with a wm, if you do then you get it fullscreen, see my 2 case scenarios above with screenshots [09:52] @PureTryOut[m], one is on th ephone, another is just a launcher that starts Telegram from my Ubuntu desktop over WiFi onto my phone [09:53] keepass2 is better as it uses later and more secure file format I think. Seems I have to export to KeePass 1.x format, which isn't supported in Ubuntu version of KeePass2. [09:53] the one that has (x86_64) added in the name [09:53] @KrisJacewicz, How do I run it with wm? [09:53] @TomasOqvist, one step at a time, perhaps keepassx2 is available just not in the official repos, try asking goole ;) [09:54] @KrisJacewicz, He he, I turn out to be just as impatient as you are... [09:54] @TomasOqvist, I call bash wrapper from my .desktop launcher, so I have wrapper at /usr/bin/start-keepassx, and the actual launcher at /usr/share/applications/keepass2.desktop, let me show you... [09:55] (Photo, 768x1280) https://irc.ubports.com/7HHjx7zU/file_2471.jpg this is my wrapper script [09:55] (Photo, 768x1280) https://irc.ubports.com/ctippMgB/file_2473.jpg and this is my launcher [09:55] BUT, you need to have wm installed first, I am using matchbox [09:56] @KrisJacewicz ooh that is pretty cool actually. I assume that's with all your `(x86_64)` launchers then? [09:56] $ sudo apt-get install matchbox … *approx 30* MB [09:56] also, I recommend KeepassXC over KeepassX [09:56] @PureTryOut[m], correct, I wrote about it and demoed: http://kriscode.blogspot.tw/2017/11/desktop-apps-on-ubuntu-phone.html [09:57] cool! [09:57] @TomasOqvist, also in this article you actually will find all these things explained, even though it talks about Lazarus IDE, but the xmir setup is explained in great detail: http://kriscode.blogspot.tw/2017/11/lazarus-on-arm-ubuntu.html [09:58] @KrisJacewicz, MISS Mir Scopes Suck... lolπŸ˜‚ [09:59] @KrisJacewicz, Ok, I think I already installed matchbox. I'll try that. [09:59] @PureTryOut[m], Can it read .kdbx files? [10:01] @SergioSRM, off course scopes don't suck, just that I'm aversed to them, it's putely subjective ;) [10:03] Keepassxc is the one i reommend too [10:03] (Photo, 768x1280) https://irc.ubports.com/frUtu6rG/file_2475.jpg that's what I use instead, it actually uses my ~/Desktop for content, and will soon add folder support [10:03] uploading a video showing it in action [10:03] unfortunately because of xmir slow renderring it is less spectacular than it could be, I had to give up on fancy animation effects [10:04] so I want a normal desktop experience, not an app scope [10:04] and I want to see my wallpaper, otherwise it doesn't matter that I can have one set ! [10:08] so right now I'm uploading a video showcasing how my UT looks like from login to actually seeing and using this replacement for scopes [10:12] so the way it works is that I now only show icons from my actual Desktop folder (which btw is missing in UT by default), and not all the apps. You can decide yourself what to have on your desktop and what not to have [10:12] also, I will add a dash-like experience [10:12] so you can start apps that are not on your desktop [10:12] like on Ubuntu Desktop [10:12] currently dash doesn't happen on UT, just brings scopes to the front [10:13] @TomasOqvist yeah it can, like KeepassX. KeepassXC is basically KeepassX, but actually supported by more than 1 developer [10:13] @KrisJacewicz, please compress your videos [10:13] I don't feel like downloading 90 mb files :) [10:13] @vanyasem, when I send them from mobile it doesn't show me that option [10:13] only on desktop, sorry [10:13] use ffmpeg [10:14] I'll download onto my desktop and resend compressed [10:14] Ok, this doesn't look good: … Error http://repo.ubports.com vivid/main armhf Packages … Could not get status - stat (2: No such file or directory) [10:14] @KrisJacewicz, I cannot remember if that was a problem of cairo then trying to render in software.. or having artefacts because a differen byte order is expected.. [10:14] @vanyasem, well that is not viable fo rme, because Isent that vid from my android phone telegram [10:14] While sudo apt update on the phone [10:15] @KrisJacewicz, oh, then it should have that option. it was there for abes [10:15] (Photo, 622x1280) https://irc.ubports.com/0EyrnmfQ/file_2477.jpg [10:15] @anpok, well, I'm interested in helping, but I'm not capable of starting this effort without some initial help [10:15] @vanyasem, I'll look into it [10:15] hm get the code .. enable the mir backend. [10:16] hmm [10:16] first find the right code :) [10:16] then see what happens [10:16] @TomasOqvist, It worked after 'sudo mount -o remount,rw /' [10:16] @TomasOqvist, off course :P [10:17] But it fails to update the repo 'ppa:phoerious/keepassxc', although it installs fine. [10:17] So I can't install keepassxc. [10:18] @TomasOqvist, by "installs fine" you mean it enlists that repo, off course it doesn, you can enlist anything, even verses from your favorite song [10:18] probably that repo does not provide packages for arm, or not for vivid [10:19] but if it has sources you can buildd it yourself [10:19] @KrisJacewicz, Ok, so I will have to stick with keepassx then I guess... [10:19] @TomasOqvist, unless you build it from sources [10:20] here: https://github.com/keepassxreboot/keepassxc [10:20] @KrisJacewicz, Yeah, I might give it a go. [10:21] @TomasOqvist, I have to build on the phone or can I do it from my Ubuntu 16.04 desktop? [10:22] $ sudo apt-get install git … $ git clone https://github.com/keepassxreboot/keepassxc.git keepassxc-src … $ cd keepassxc-src … $ mkdir build … $ cd build … $ cmake -DWITH_XC_AUTOTYPE=ON -DWITH_XC_HTTP=ON -DWITH_XC_YUBIKEY=ON -DCMAKE_BUILD_TYPE=Release .. … $ make -j4 … $ DESTDIR=~/.local install [10:22] and since it uses qt5, it should run natively in mir (in theory [10:24] @TomasOqvist, you can do either, or even on raspberry pi. … - On the desktop you need to build it in architectural chroot … - on the phone you may be missing qt5 dev packages needed for building … - on raspi you can do all the compiling easy, then move compiled app to your ut [10:25] if you build it on desktop but not with architectural chroot you will end up building desktop version, unusable on the phone [10:26] ie cmake is missing on ut [10:26] $ sudo apt-get install cmake … some extra ~20MB [10:27] and there might be more, so architectural chroot or raspi could be your best choice, unless you want to challenge yourself :D [10:28] (Photo, 724x463) https://irc.ubports.com/lusSo9qT/file_2479.jpg yup, not straightforward to build it on the phone, unless you hv newer cmake than in the repos (or you're on 16.04) [10:28] CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. [10:28] you probably also missing basic tools [10:28] $ sudo apt-get install build-essential [10:28] I have compilers on my ut already so I have these basic things, but you probably don't [10:29] cmake from sources: https://cmake.org/install/ [10:30] I may try this on raspi when time permits [10:30] Uhm, this is getting complicated... Got past cmake command, but not make -j4 [10:31] Or, I mean I got the same as you above [10:31] @TomasOqvist, well, I got even less forward than you so cant help, cuz I don't know what problems are behind [10:31] but I guess missing dev packages, including for qt5 [10:31] ah ok, so not yet actually in make [10:33] What about space on the phone? I now have: … Filesystem Size Used Avail Use% Mounted on … udev 1,3G 4,0K 1,3G 1% /dev … tmpfs 287M 1,1M 286M 1% /run … /dev/mmcblk0p28 55G 4,1G 49G 8% /userdata … /dev/loop0 2,0G 1,9G 0 100% / … /dev/loop1 118M 113M 4,1M 97% /android/system … none [10:33] 4,0K 0 4,0K 0% /android … tmpfs 1,4G 4,0K 1,4G 1% /etc/fstab … tmpfs 1,4G 1,1M 1,4G 1% /var/lib/lxc/android/rootfs … /dev/disk/by-partlabel/cache 504M 9,6M 495M 2% /android/cache … /dev/disk/by-partlabel/modem 64M 57M 7,9M 88% /android/firmware … /dev/disk/by-partlabel/persist 4,9M 4,2M 760K 85% /android/persist … none 4,0K 0 4,0 [10:33] tmpfs 1,4G 84K 1,4G 1% /tmp … none 5,0M 0 5,0M 0% /run/lock … cgmfs 100K 0 100K 0% /run/cgmanager/fs … none 1,4G 112K 1,4G 1% /run/shm … none 100M 0 100M 0% /run/user … tmpfs 1,4G 0 1,4G 0% /media … tmpfs 1,4G 4,0K 1,4G 1% /v [10:33] 287M 0 287M 0% /run/user/0 … tmpfs 287M 40K 287M 1% /run/user/32011 [10:35] btw, if you insist to make this on dsktop (ie you don't have raspi), then remember, don't use qemu-system-arm, it is limited in that it can supply maximum of 256MB RAM into the chroot. Use architectural chroot instead. … 1. the qemu-system-arm (limited memory) tutorials here: http://kriscode.blogspot.tw/2016/12/easy-containers-on-ubuntu-touch.html … 2. architectural chroot covered here: [10:35] http://kriscode.blogspot.tw/2017/11/telegram-on-arm-raspi-and-ubuntu-touch-1.html [10:35] *Ad 1. I showed debootstrap on ut, but you do it on esktop exactly same way, and end up having arm chroot on your intel host [10:38] @TomasOqvist, yes you need to take care of that [10:38] there are multiple ways [10:39] I move some stuff into the userspace and symlink it back to the original place [10:40] at least stuff I apt-get install, but you can also use this to move some of the staff that came with the image by default [10:41] I moved my entire /usr/share content into my userspace [10:44] So that would be … sudo mv /usr/share /userdata/usr/share … ln -s /usr/share /userdata/usr/share … ? [10:47] I did like so: … $ mkdir ~/.hdd … $ sudo cp -a /usr/share ~/.hdd/ … $ sudo rm -r /usr/share … $ sudo ln -s /home/phablet/.hdd/share /usr/share … BUT be AWARE: it gets risky, you can skip the rm -r /usr/bin part, you will not regain any space, but you will not add anything into that either, but then you cannot ln -s to /usr/share unless: … a) you rename it to sth else, or … b) you mount new location over the old instead on using sy [10:47] because I don't hv to deal with /etc/fstab or other scripts [10:47] cp -a - t prevail all the original priviledges etc [10:48] regular mv/cp will screw you up with these ;) [10:48] it's a tricky terrain to walk on, but can be rewarded with plenty of space to apt-get install stuff :D [10:49] Hm, will it mess up coming OTA updates? [10:50] @TomasOqvist, no, the OTA will just overwrite it, and your /usr/share in the userspace will be of no use any longer, you can delete it completely [10:50] then you can redo the steps all over again [10:51] You mean it needs to be repeated after each OTA update? [10:51] @TomasOqvist, precisely, it is a non-persistent technique [10:52] Ok, and the other options to regain space that you were thinking of? (Sorry for bothering you about this) [10:52] if you want persistent technique, I'd suggest another approach, just move into your userspace apps only, not the stuff that your OTA image has shipped with [10:53] and in your user autostart or user cronjob or anything in the userspace, add script that checks if the symlinking is in effect or not, and i not, re-does it [10:53] That is /usr/share/applications and those that I installed myself? [10:54] @TomasOqvist, not any fixed path, just whatever is added when you apt-get install, case by case I'm affraid, no generic way to rule them all [10:55] @KrisJacewicz, Thanks, where do the click installs reside? [10:57] what I do, I repackage my apps completely for userspace, let's say Geany, i downloaded deb: … $ apt-get download geany … and I extracted it in my home, then I created single .sh script that symlinks the content onto my system image, so I can put this Geany folder ANY place I so desire (obviously I do it under my home directory somewhere), and then enetr that location and: … $ sudo install.sh … (I also have uninstall.sh script just for t [10:57] symlinks hings on the fly. So after OTA I just need to re-enter that folder and re-run install.sh … HOWEVER, I can install user's cron job that runs the script, and after OTA update it will still be in effect (the cronjob). Or some other user's autostart, bash rc or whatever [10:58] @KrisJacewicz, And those can also be moved to /userdata? [10:58] @TomasOqvist, hahah, these already ARE in the userspace [10:58] that's why they persist between OTA updates [10:59] @KrisJacewicz, Bear with me, I am a novice πŸ˜„ [10:59] cd into that location and you'll notice it is already writable [10:59] @TomasOqvist, no sweat [11:00] plus, you're already hacking ut, so I'm all happy to bear with you :D [11:00] But my problem with lack of space remains, and I don't have that many apt-get installs in /usr/share [11:01] @TomasOqvist, off course, because ut image by default has very little space left, it's not what UT makers anticipate that users will apt-get things [11:01] that's why as long as you remount / to writable, you're already hacking ut, using it differently than intended [11:01] but that's where ut actually becomes of value :D [11:01] But wait, my mc install has persisted through OTA updates?? [11:01] otherwise it can only do less of what other mobile OSes can do [11:02] @TomasOqvist, very hard to believe [11:02] @KrisJacewicz, I have only installed once, and update devel every day and it is still there. [11:03] @TomasOqvist, sudo apt-get upgrade is not same as OTA update [11:03] OTA update rewrites/overrides your entire system partition [11:03] otherwise I myself am missing something here [11:03] (Photo, 717x239) https://irc.ubports.com/liMccnHi/file_2481.jpg No, I do it from System Settings app [11:03] so always oublecheck what I or others say [11:04] From what I understand of it an OTA will only bork apt installs if it touches/replaces files that the deb package either installed or depended on. I have some modifications to the dash that never get overwritten as those qml files never change [11:05] could it be that new OTA includes it? that would be a shocker since UT team is reluctant to add packages to default image and mc I think would not be regarded by them as crucial, esp that even terminal app is not included by default [11:05] yay, I can print documents straight from my Ubuntu phone 😎 [11:05] @samitormanen, How? [11:05] @DanChapman, well than OTA is much more intelligent than I thought, and I am sincerely impressed [11:05] @TomasOqvist, from command line [11:06] @samitormanen, :D [11:06] Hey … It is possible to install desktop version of Google Chrome on UT (like keepass) … If one had chrome one could install ARC Welder Extension and run Android Apps (including WhatsApp...) on UT [11:06] @KrisJacewicz, Well, if space is as limited as it seems on my phone... [11:06] @samitormanen, Sample command pls? [11:07] @unknown, if by "desktop version" you mean intel version then not. … If you mean non-mir version, then yes. [11:07] @samitormanen, This sound Great Sami [11:07] ACTUALLY - i don't know about Chrome, but CHromium most certainly yes, I have [11:08] it wont work without installing and configuring things. but now I can print a document just by typing "lp document.txt" [11:08] and it is network printer [11:08] @samitormanen, share conf flow, and I'll make UI for it [11:09] @samitormanen, Naturally... [11:09] @KrisJacewicz, Since chromium is very similar to chrome it might work - somebody should test it πŸ€” [11:09] @unknown, what I mean is that IDK whether or not Chrome is released for ARM linux [11:09] but Chromium is [11:10] @KrisJacewicz, i write some howto if someone wants to try it πŸ˜† [11:10] @samitormanen, πŸ‘ [11:10] Chrome similarity is because Chrome is based off of Chromium, not even sure if it is available as source code, or only binary version, Chrome = Chromium+Google's proprietary stuff on top of it [11:11] Quick question, does someone know how to easily ssh into UT from my laptop via USB? [11:11] @samitormanen, thenshare it with me in pm so it doesn't get lost in the history by the time I hv free hours to sit down to it [11:11] @peternerlich, use screen maybe, haven't tried but in theory should work [11:11] your usb supports serial connection [11:11] @KrisJacewicz, ok. [11:11] lots of embedded systems work that way [11:12] @KrisJacewicz, Raspberry Pi = UT? [11:12] i do it with single board computers, you need to use data capable usb cable naturally [11:13] @unknown, nope, raspberry pi is hardware, UT is software, but also raspi supports multiple OS distributions, including Ubuntu Core and Ubuntu with Mate Desktop, but not Ubuntu Touch [11:14] YT could be ported to raspi, but currently UT apparently is investing in things like hallium which means it will depend on android kernel, that is adirection away from raspi, unless there is modern android for it, which perhaps there is but I don't know [11:14] @KrisJacewicz, Yes but if a software runs on RasPi (raspbian) would it also run on UT [11:14] and it would be interesting, becaus ethen you'd hv UT on a regular monitor, wonder how it would look like, should be exactly same as Mir desktop on intel based laptop/pc [11:15] @unknown, depends, if it is a software compiled for ARM linux then yes, given that UT provides all dependencies [11:16] raspi is hardware, it can run ARM native machine code, but executable files are also compiled against OS, not only against CPU [11:16] Okay I see [11:16] so ARM Linux is the common ground on which both UT as well ass Linux based distros available for raspi grow [11:17] raspbian is not same as raspi, one is OS another is HW [11:17] raspbian is debian based [11:17] generally compatible with UT, so it's all about dependencies then [11:17] but more or less yes, same [11:18] if you use Ubuntu on raspi then you get even more compatibility [11:19] your executables will be valid, but the dependencies (libraries that are linked dynamically at runtime) might not be available on UT, you can always distribute them with your app in one bundle, then yes, you achieve full compatibility [11:19] but even then there is GUI related problem, if the app is GUI, whgat widgetset it uses is another limitation [11:19] currently ut supports qt5 and gkt+/gtk2 via xmir [11:20] but gtk3 doesn't start on the phone via xmir (does start over ssh with x forwarding though) [11:20] and qt4 i hv no idea [11:20] So does this tutorial on how to install Chrome on Raspbian also work on UT? … https://www.linux.com/blog/run-google-chrome-raspberry-pi [11:20] so things like that [11:20] @unknown, yes but not sufficient, UT will require additional steps [11:21] for example UT has read-only filesystem, which raspi does not have so you won't see that addressed on that tutorial [11:21] Ever heard of ExaGear? [11:21] also, at the end, if you also wish to use chrome on the phone's screen, you will need to modify the .desktop launcher, but ssh scenario does not depend on it [11:22] @unknown, yes, I even mentionned them on my blog and contacted about supporting UT, let me find their reply [11:22] deleted, but basically they responded asking why would they support a dead platform [11:23] I replied, but no hearing from them since [11:23] that was very recently [11:25] @unknown, In this tutorial they use ExaGear to run x86 Chrome version on a RasPi … If this worked or could be implemented on UT we could also run Android Apps [11:26] @unknown, well yes, but exagear does not support UT atm, and also... [11:27] ExaGear itself introduces performance penalty, it is advertised to reach up to 80% of native performance, but that's just a maximum used in marketing, although they have super confident claim that it's much faster than qemu. … Now, xmir, on top of that, is yet another level of performance penalty. I'm talking about speed of rendering out the GUI [11:28] Okay and ARC Welder will slow down again [11:28] I may try exagear on plasma mobile, as xwayland it does not have limitations that xmir has (from what I was told/explained) so that might be viable environment for exagear, we'll see [11:29] if your far goal is to run android app s on UT, then you'd want as little layer in between with performance penalty as possible, study into the case ob BB supporting android apps, their approach was sth you could look into [11:31] but as inneficient as it may prove with xmir, you could in theory do android with qemu: http://www.upubuntu.com/2012/03/how-to-install-android-x86-40-using.html [11:31] It was just an idea when I read about ARC Welder... [11:31] the only culprit: this tutorial uses x86 android, you'd want arm android [11:32] your kernel versions would need to be matching, then you shoudl be able to install full android OS into qemu-kvm based vm [11:32] on UT [11:32] I even have a terribly great idea (but I can't make it happen) that perhaps a qt5 ative vnc client could perform better than xmir for such use scenarios [11:33] A full Android OS (including launcher and everything else) might not be the best solution … ARC Welder doesn't do this [11:33] instead of xmir rendering apps into itself with its limitations, a native qt5 vlc client running directly in Mir could do it [11:33] I have to go now - see you later [11:33] take care [11:34] Thank you for your effort [11:36] β€” is anbox still active? [11:38] @SwizzlaKalongie, TBH We dont know :) [11:38] @SwizzlaKalongie, it is online still, not sure if that means active or not, but more important question is this: does anbox use ARM android, or intel [11:41] @KrisJacewicz, arm.. they say " ... it is specifically built in a device independent way. Anbox will ship with a single Android image per architecture (amd64, armhf, arm64) and no device specifc modifications are required" [11:42] @SwizzlaKalongie, well then, a promising idea! [11:43] however need to find out how will it render out its gui [11:43] xmir? qt5? [11:48] hmm... technical questions... oh well... i'm good at waiting haha [11:49] we'll either get there one day or just won't need android anything by that point [11:53] @KrisJacewicz have you tried to compile anbox for ut or at some arm device ? [11:53] @delijati, no but im interested in it so maybe on thw weekend [11:59] damn, .pdf and .txt files works but .doc files wont print.. [12:11] @samitormanen, off course [12:11] pdf is a printing format and txt is raw text [12:11] pdf is like ps, made for print [12:11] so that's why [12:12] doc is interpreted format [12:12] doc viewer interprets it and renders out as it "thinks" it should [12:12] pdf is different, no room for interpretation [12:16] http://resources.printhandbook.com/pages/file-types.php [12:18] ah, ok. that explains it. thanks! [12:19] however some printers have built-in support for doc(x) [12:19] i can print .doc with "catdoc file.doc |lp" but then it is plain text. [12:21] but it's good thing to get something to printed out. πŸ˜„ better than nothing. === chihchun is now known as chihchun_afk [12:39] @samitormanen, because catdoc only extracts plain text from the internal doc file structure, no formatting [12:39] so printing catdoc is exacrly identical as printing txt [12:40] yep. [13:08] @KrisJacewicz, woah........... it's hard not to get drawn in by keepassx... ! [13:12] @wayneoutthere, Yes, it is a nifty thought to always have your up to date passwords on the phone! But migrating from the database on KeePass2 on my desktop turned out to be more difficult than I thought. Have yet to find an export format that I can oper in KeePassX without getting 'signature error'. [13:17] well, most of what Kris is doing is not possible for guys like me, however, I think Kris is all about the bigger picture and he is motivating people to think and act and get excited and so... neat. [13:28] @wayneoutthere, Very well Wayne I agree with you but for all the non developers!!! Pls be aware this is just hacking to find out what can UT do, what can we expect,,,, There is no intention you and me as non developers with UT daily devices to try it, as you will break very possibly upcoming new OS OTA updates and maybe something else. Be inspired, watch the difference among UT and the market mainstream OSes. And be patient, all this will come incl [13:29] in the UT OS convergence concept. πŸ˜‰ [13:31] Right. I hate creating new groups though. we don't want more than we actually need ha [13:33] @milkor73, good point. i in deed am focused on users who will want to do what i do. And i admit that i am not focused on regular smartphone users who will just want to ise UT as a smartphone imstead of android/ios. Because i dont believe that ut can match android/ios in that aspect. because of my skepticism i focus on exploring ut value that appeals to other group of users. but at the end of the day, i think, it is all good. because there is a [13:33] solid team supporting regular users already so I am effectively addressing something in a complementary fashion. [13:34] you are yes [13:34] and the excitment around it is motivating [13:34] tahnk you, i appreciate it [13:34] but I'm speaking to the manager in you (we have one). how can we motivate, mobilize, and organize the troops? [13:35] obviously we need to have a big picture discussion ... i have a weird part of my brain that loves systems and organizing. i try to run from it but it won't run from me. here I see something complimentary and I also see a lot of people who could possibly help.. but the problem is 'what are we helping' and 'where are we going'? [13:35] @KrisJacewicz, Thanks for your feedback and happy that you are in deeper contact with core team already. [13:36] oh [13:36] that's good [13:36] anyway, i feel like... we need some big in-your-face forum meeting [13:36] kind of like Q&A on steroids [13:36] *hides* [13:39] @TomasOqvist, Do you know Keepweb? It's in the openstore. [13:45] no. here is what I know β€”--»» __ ««------------ [13:46] (sounds exciting to search)(we're going to start reviewing apps soon... i think we have one already reviewed. ha [14:08] @milkor73, well, only what u see happens here in this chat [14:42] @wayneoutthere, I don't know how ubports is handling building the image tarballs now, but previously the images would only have translations included which had i think >60% (or maybe it was even higher) completion rate [14:54] @LarreaMikel, Yes, I have it installed. But it is a bit of a hassle, because I have to copy my password file from dropbox all the time, or I am out of sync with my most recent passwords. It would be easier if possible to MTP into the OPO, but there's some bug preventing that. [14:54] @KrisJacewicz, Folder support in the app draw would be awesome. [14:55] But it's have to be designed right which is something I think would be difficult to do. [14:56] Personally if I install desktop on my apps, for convergence reasons, I don't want to see them when I'm on phone. [14:58] I liked the separation which the libertine scope added, but it isn't great. … Also the idea if going to the openstore, downloading like Firefox thinking it's the mobile version, then having the desktop version, would be pretty upsetting. … And then having 2 Firefox's next to each other one being desktop, other being phone, would also be a bad time. [14:59] @PhoenixLandPirate, i get this, to each its own, no doubt about that [14:59] also valuable feedback fpr me to allow some customization per user's prefference [14:59] @TomasOqvist, but you will have that same problem with keepassxc, don't you? [15:00] also the desktop on ut via my scopes replaceme t would not matter in converged desktop [15:00] hou would still see regular converged desktop [15:00] or no desktip at all in ssh scenario [15:08] I never use the desktop anyways, but it should be available for convergence mode for those who do use the desktop [15:14] @PhoenixLandPirate, i agree [15:15] the way i think i will adress that is so that u can choose if you want a particular location to be shown on your phone (could be Desktop or anything else) or just apps [15:15] i think that will be flexible enough [15:27] (Photo, 720x1280) https://irc.ubports.com/q71BYyQY/file_2485.jpg [15:27] How to fix it [15:29] ctrl+c [15:29] 2nd from the left [15:29] or 'n' [15:30] @LarreaMikel, Not if I run keepass through x-forwarding, then I will always work with the same database. [15:30] ahh, ok. understood. [15:31] @TomasOqvist, use rsync if u hv a server OR script rsync to work on your LAN [15:31] @TomasOqvist, precisely that is one of killer aspects of x forwarding! [15:31] that's one of biggies i was trying to bring to everyone's attention! [15:32] your apps, data, configs, all travels with you. in your pocket. [15:32] +1 [15:35] @Vijaypraj, Don't use apt on the phone, unless it's in a chroot. [15:36] So what should i have to do [15:36] @dohbee, dont limit ppl. he is free to use apt it is his phone, his choice. [15:37] Yes, one is free to break their own things. [15:37] I want to install libretine [15:39] @dohbee, yes. also u dont k ow if they will or will not break things. tell ppl that they should understand what they are doing but if they do, let them. … vijay might not be very familiar with apt, i deduce, so i would generally not suggest him to use it, but it should be because of his lack of understanding of apt not as an umbrekable rule. [15:39] so vijay learn more about apt before using it [15:39] I am familiar with apt [15:39] your sources dont fownload maybe network problem maybe your / is not writable [15:39] I am new to in ut but not new in Linux [15:40] I tried to unlock [15:40] Dpkg directory [15:40] @Vijaypraj, well thwn i think usong apt is fine for u [15:40] But still not working [15:40] and u can disregard the comment about chroot [15:40] I have no more experience in ut [15:40] isnyour image writable? [15:41] I am using stable version [15:41] And i also try with sudo [15:41] But not working [15:41] ok can ypu mkdir /blablah ? [15:41] with sudo? [15:41] if u cant means u are readonly [15:41] Yes [15:42] I make mkdir [15:42] ok so can u verify u have no internet problem? [15:42] u using telegram on the phone? [15:42] Yes I will check [15:42] @Vijaypraj, libertine is installed by default [15:43] @dohbee, is it? why on earth would it be default is beyond me... [15:43] Not a problem with internet [15:43] @Vijaypraj, no dependency problems? [15:43] No [15:43] @KrisJacewicz, i do know if they will break things. the root partition is read-only for a reason. changing it to rw and using apt to update/install things is a generally bad idea, and a quick way to fill the partition to 100% [15:43] so only problem with fetching repos yes? [15:43] Yes [15:44] @KrisJacewicz, it was in april. i don't think ubports changed anything. it would be installed by default so people can create containers and use legacy apps [15:44] what wasn't installed by default was the legacy apps scope, which was in the app store as a click instead [15:44] @dohbee, should bebup to user not to you, but explaining rationale is good. explain but dont forbid. … also since the system is designed to work in read only it doesnt matter if root is 100% full anyways ;) [15:45] don't tell me what to do [15:45] @Vijaypraj, maybe change to main server? are you using a local server? [15:45] well fill your root partition to 100% and let me know how well your phone boots then [15:45] in software sources? [15:45] vivid is dead [15:45] it is no more [15:45] it is an ex-distro [15:46] So how to change [15:46] In ut [15:46] It looks like the repository is still up, though. We're probably the only ones using it [15:46] @Vijaypraj, maybe just change sources? [15:46] I will try [15:46] But that's why we're trying to get to 16.04 as quickly as possible rather than beating on 15.04 [15:46] i cant help u now but someone here can tell ypu what they hv in thwir /etc/apt/sources* [15:46] including the commented ones [15:47] Ok [15:47] u can tey to ise that and retry [15:48] @Vijaypraj, also for the limited space alternative to chrooting is moving some data (for example from under usr share) into userspace and symlinking it back to otiginal location [15:48] u can keep ypu disk usage low that way [15:48] i run my gui apps like that, cuz i dont want the overhead pf libertine [15:48] why do you have deb-src enabled? and why is it trying to download the uncompressed versions of the files? [15:49] @dohbee, that is a good remark right there [15:49] but really you don't need to use apt to use libertine [15:50] or a regular chroot if what you want is CLI tools [15:51] @dohbee, that is another great point, despite i argued with u earlier i totally agree that simple clean chroot is agreat tool, and no overhead related to libertine [15:52] libertine is literally just a plain chroot with a few default packages and X installed [15:53] however i suspect you would agree that sometimes chroot is just not an option, ie if you want to install wireshark [15:53] because sometimes u want direct access to real resources and not be in a chroot jail [15:53] and libertine handles managing bind mounts for you [15:54] @dohbee, i thought lxc, but also libertine is full vivid, whereas u can run chroot on a MUCH more compact chroot image [15:54] libertine has nothing to do with vivid [15:55] But lxc should run on the device already because of the Android container, so you could Setup a second lxc with debian Sid maybe ... [15:55] Has anybody tried that already? [15:55] it is lxc, but lxc is also just a specially managed chroot [15:55] @dohbee, into chroot in libertine downloads vivid afaik [15:55] if it is not, then it was last time i used it [15:56] you can create 16.04 or 17.10 or whatever version you want, in a libertine container [15:56] i am veru sure of what i am saying because i used debootstrap container manually after that to have xenial chroot fpr a project [15:56] and libertine had vivid to match host image [15:57] @dohbee, which arw all large sistros that is my meaning all the time [15:57] chroot can go much lighter than amy of ubuntus [15:57] tjat is the overhead i meant [15:57] it grabs basic pre-installed image [15:57] and vijay i saw your screen amd u arw on read only fs, your error messages are saying this to you explicitely [15:57] but there's nothing stopping you from apt-get removing extra stuff inside the container if you want [15:58] u nedd to read the errors [15:58] Rocco 3 was added by: Rocco 3 [15:58] generally most people want to have translations and working systems too [15:58] and brush up on some info, but this group will help u fond answers [15:58] telling people to do things the exceptionally hard way because of your personal ideals of what "overhead" is, is not helpful [15:58] Guys [15:58] alright gius time to sleep take care and later [15:58] Let's get Ubuntu Touch 16.04 first and worry about what we can do on top of it after that [15:59] @dohbee, sorry but that not what i am doing. i dont encourage ppl using apt on ut. i dont tell them they cant either. especially if they want to and ask how. sth for u to think about. anyways, rwally uv to sleep now. [15:59] @UniversalSuperBox, +1 [16:00] i didn't say anyone can't. i said they shouldn't [16:00] @UniversalSuperBox, Irony : On 15.04 Nexus 5 was really getting in good shape. [16:01] The goal of 16.04 is to change the base operating system only. Its behavior should stay the same. [16:01] We can change the behavior after we're on a supported base. [16:01] @UniversalSuperBox, +1 [16:06] @UniversalSuperBox, +1 [16:07] woo! i just got mir 0.28 to run on nexus 5 :D [16:08] fantastic! [16:08] here is the android part of https://github.com/ubports/mir-android-platform [16:08] moved it to github so it's easier to contribute and read [16:08] I should be on vacations by next week [16:08] Going to double down on the apps I've promised for the platform :) [16:08] @mariogrip, That's very interesting! Tell us more. [16:08] @samzn, YAY :D [16:09] The Nexus 5 didn't explode, so I guess that's step 1 [16:09] @alan_griffiths, I just have the demos working no qtmir/unity8 or anything like that [16:09] https://boards.4chan.org/g/thread/63598651/is-there-any-reason-to-still-use-android-phones found this on /g/ [16:10] @alan_griffiths, will try some different things, but the demos seems to `just` work [16:10] @samzn, Wow... [16:10] @UniversalSuperBox, it's not made by samsung :P [16:10] @mariogrip, Sure, but you've got the first out-of-tree "graphics platform" working. That's a big step. [16:11] @UniversalSuperBox, That's a lot of testosterone in one thread [16:11] @alan_griffiths, Have to thank @anpok for that, i just made it compile with 0.28 :) [16:11] .28 is the build with wayland support, correct? [16:12] @samzn, Jep, basic wayland support [16:12] Fantastic work Marius [16:12] @UniversalSuperBox, As it should be. The patten language is "Stable Intermediate Forms - A Foundation Pattern for Derisking the Process of Change" https://accu.org/index.php/journals/261 [16:12] Good work Marius! 🀘 [16:14] Congratulations! we have a new language group. Be sure to find out what that is by subscribing to the UBports News Channel here: https://t.me/ubports_news [16:15] @UniversalSuperBox, It's 4chan. What can you expect but a bunch of dudes wishing they could all be the alpha? [16:15] I suppose [16:19] @dohbee, Worse, it's /g/. That place is more cancerous than most boards. [16:19] except for some cucks [16:20] There's plenty of interesting discussions once in a while [16:21] gonfebo was added by: gonfebo [16:22] Hello @gonfebo and welcome! I'm part of the UBports welcoming team. … To help you get started, please take a look right away at our newcomers welcome page (https://ubports.com/page/telegram-welcome) and thanks again for joining us! :) [16:23] From time to time. But everything invoving OS's and phones turns to shit [16:24] Hmm. I might have to boldly believe you are incorrect. [16:24] there is always time for an exception. [16:27] @alan_griffiths, That was a really interesting read! Thanks for sharing the link 😊 [16:35] Yeah, but in between apple fanboys, wannabes that think gentoo and arch are the end-point of OS development(Ubuntu is for kids, and has the amazon botnet, etc), people that screech about bloat and hate DE's, people that think parroting Stallman's ego-jerk about GNU+Linux makes them smart, windows users copy-pasting old arguments, and folks that think every advance leap in computing(phones, mice, visual interfaces) since the 80's is heresy, because they [16:35] shit some stuck-up ancient neckbeards from that age still think, it's not exactly Silicon Valley [16:35] I think you just summed up the Internet. [16:35] Let's be different than that here. [16:39] oh no, this community is awesome. but other places don't exactly see eye-to-eye about our vision [17:27] quick question: in the webapp creator app, what do the suburls do? I find that a bit confusing [17:28] @peternerlich, iirc they need a regular expression describing all urls that are supposed to be opened in the app, everything else will be opened in the browser [17:28] if in doubt just use `*.url.com/*` i guess [17:29] @neothethird, ah ok, but the url space I already entered above is included? [17:29] ok, maybe i'm wrong [17:30] been a while since i messed with the webapp creator [17:33] (it says `Add any URL under the main URL that should be opened in the app` β€” `Access to SubURL 1` ...) [17:34] ok, maybe they want to have seperate patterns for the subdomain, domain and path [17:35] @cibersheep care to elaborate? ^ [17:44] @Radu, which vision exactly? there are so many to choose from. [18:11] btw, is `htop` available as a click package? [18:14] @peternerlich, No but if you push me nicely I could add it to the rootfs ;) [18:16] I would like to build a Ubuntu Touch click package of https://github.com/kaidanim/kaidan. Currently Kaidan depends on Qt 5.9 and Kirigami 2. Do you think it will work on the new xenial release if we put Kirigami inside the click package? [18:17] Currently I'm still waiting for lxd being packaged for debian so I can use clickable properly [18:18] i guess if 5.9 is there, it will sort of work, but not be very friendly [18:19] @Flohack, I'm not sure that is the right way to do it, since there is literally no normal user that would ever use it. But it would have been nice could it be added with more ease for those who do use it [18:20] it says only 5.7 is required in the readme [18:21] yeah, CMakeLists.txt also only depends on 5.7.0 [18:21] @peternerlich, I am missing htop every time ^^ [18:22] true [18:24] If only overlay-style filesystems were included and stable in Android kerneld [18:26] @balcy, ... I have found a way to build it and get it running, will write about this in the forum some time later [18:30] https://github.com/ubports/ubuntu-touch-meta/commit/ff9ec414ae5e62a6c71db3c90ac1ce72755a82ff @KrisJacewicz @peternerlich [18:36] GiovanniStaiano was added by: GiovanniStaiano [18:37] hm repowerd complains about a missing library and dbus service files.. Loading module: 'libubuntu_application_api_touch_mirclient.so.3.0.0' … Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.canonical.powerd was not provided by any .service files … Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.canonical.powerd was not provided by any .service files … library "libubuntu_application_api.so" not found [18:37] Hello @GiovanniStaiano and welcome! I'm part of the UBports welcoming team. … To help you get started, please take a look right away at our newcomers welcome page (https://ubports.com/page/telegram-welcome) and thanks again for joining us! :) [18:37] Hello - Ciao :) [18:41] If you have any "beginner" questions or need guidance, feel free to ask over in the welcome room (invite at request). … Also, you might be repelled by the amount of messages going through our groups at times, but still interested to stay updated about our project. In this case, lucky you, there's a brand new News Channel! @ubports_news [18:42] @GiovanniStaiano, If you have any "beginner" questions or need guidance, feel free to ask over in the welcome room (invite at request). … Also, you might be repelled by the amount of messages going through our groups at times, but still interested to stay updated about our project. In this case, lucky you, there's a brand new News Channel! @ubports_news [18:43] πŸ‘ [18:44] Hello, Does the GPS work well (Especially with the Nexus 5)? I have to turn on the smartphone several times until you start the GPS. [18:44] For me even in Northern Germany it works fine. [18:49] @anpok, The problem is the missing library then. The complaint about the service files is from dbus as it failed to start repowerd, which provides that bus name. [18:51] @GiovanniStaiano, It worked OK for me when I last used it, and after letting the signal get linked up while outside. If I tried straight from indoors, it wouldn't find the satellites [18:52] @nfsprodriver @nfsprodriver Does it quickly find the signal? [18:53] ok [18:54] @dohbee Does it quickly find the signal? [18:54] @Flohack, poppler-data plz 😁 [18:54] @GiovanniStaiano, It was satellite only, no AGPS, so it wasn't exactly quick, but it wasn't too slow either. It did take a few seconds. [18:54] https://github.com/ubports/ubuntu-touch-meta/commit/a897bfd36b628df02533a22af8e146ee8c6e5442 @KrisJacewicz [18:54] probably about the same as when using satellite only in Android [18:56] OK [19:41] @neothethird, M? Reading... [19:44] @peternerlich, This is because with some websites / services if the main URL is: `whoeva,com` sometimes `www.whoeva,com` doesn't work. Or `app.whoeva,com` … So, you have the fields in case you need them. … Also, say you are interested in open some other URL in the app: `whoeva,com` needs acces to `imthere,fr`, then you might use the additional URL for that purpose [19:45] @cibersheep, aah ok [19:45] @peternerlich, Does that make sense? [20:17] Question: is Halogen to a point where I can test Ubuntu Touch on it? [20:18] (not afraid of building it, I'm just not fluent enough with programming to be able to attempt major changes to the tree) [20:19] halogen? [20:23] @dohbee, I guess is Hallium, right? [20:23] @c_smith, You have a dedicated Telegram group if you want to check [20:23] i was guessing that, but maybe one meant a specific device port [20:24] @dohbee, Oh, right [20:29] hi, no more notifications from Jenkins builds ? [20:29] (sorry if i'm out off topic) [20:40] @DanChapman I have one question about dekko 2 [20:41] I've set up a imap account, but it doesn't show me the mails in onbox [20:41] Inbox* [20:41] I can send them, but I cannot read them. Is it a known issue? [20:42] Thanks [20:53] Yessah [20:53] Vicinoo [21:01] @cibersheep, Already there, rarely do I get anything like a reply there, guess I'll try again there [21:02] @c_smith, Oh. Anyway, think that Halium might be in early stage [21:02] @Dio Cristo, are you italian? wanna join @ubportsitaliano? [21:04] @c_smith, Or might want to take a look at the forum? … https://forums.ubports.com/topic/431/porting-halium-to-nexus-7-deb [21:04] Sorry if I'm not being too helpful :( [21:06] @Michele, Ammazzati [21:23] vijay prajapati: … sudo ubuntu-device-flash --server=http://system-image.ubports.com touch --device=hammerhead \ --channel=15.04/stable --bootstrap [21:24] Change device name [21:24] It is easy to install [22:28] I need redshift on UT so much [22:35] @malditobastardo, me too~~~ [22:37] https://github.com/ubports/ubuntu-touch/issues/348 [22:37] Amazing move! Kris will be happy after this 😹 [22:37] @peternerlich, https://community.ubuntu.com/t/mirs-next-steps-we-need-your-input/2140/34 [22:38] Read the last answer 😺 [22:38] well, last 2 answers from the devs [22:42] @malditobastardo, I'm also an advocate for making more apps SuruDark theme compatible, but there is way more important stuff atm [22:42] @malditobastardo, πŸ˜€ [22:54] hey as many of you know in the states, today is GIVING TUESDAY! [22:57] how about we give ubports a special holiday cheer with a $16.04 donation :D [22:57] just a thought :D [22:57] si puedes, if you can. [23:12] I'll have to find something to give to! [23:18] @UniversalSuperBox, halium lol [23:18] I don't think they'll take my money [23:18] plasma mobile ;P [23:18] Yeah, they'd take my money [23:19] Give time to Halium and you help all three! [23:19] yaaaay [23:20] there is prism....lol but hopefully those who are not on patreon can give a one time donation, that would be cool too...and those projects we mentioned - its all love in these parts....most of the time at least lol