Subcategories

  • This section is specifically useful for new contributors on the project

    7 Topics
    27 Posts
    libremaxL
    @wqyeo There is a telegram group dedicated to quality assurance: https://t.me/ubports_qa_team Hope it may be useful for you
  • Discuss and solve problems with other users

    96 Topics
    684 Posts
    pparentP
    @projectmoon The main problem that currently prevents using Wayland for electron apps, is that the On-Screen-Keyboard cannot work with GTK+Wayland+Mir1.x . By the way the Merezhyvo Browser ( popriatary app ! ) is an electron app using Wayland, but it has found it's way around this problem by coding it's own OSK inside the app itself, which is not really a way I want to go. (Especially for Signal because I want to modify the code only as strictly necessary, and also because for Signal there are other problems when it comes to using it in Wayland mode with Mir1.x). Anyway I've already tried it (see in the Signal UT topic), and reallu the best is to wait for Mir2.x, I hope it won't be in too long.
  • 159 Topics
    1k Posts
    MoemM
    @ma Thank you, I will try that!
  • WiFi issues on Pinephone (Braveheart)

    10
    0 Votes
    10 Posts
    2k Views
    F
    @Giiba said in WiFi issues on Pinephone (Braveheart): ... I found if I entered: $ nmcli r I got something like: (I couldn't get a screenshot... a different bug) WIFI-HW WIFI WWAN-HW WWAN enabled off enabled enabled Which obviously seemed wrong, a bit more poking with the 'help' function of nmcli and I found I could switch 'WIFI' to enabled by: $ nmcli r wifi on and now the the output of 'nmcli r' is: WIFI-HW WIFI WWAN-HW WWAN enabled enabled enabled enabled Then wifi worked fine, has persisted through reboots, and is still fine a few hours later. What remains unexplained is why wifi worked (I got a list of visible networks) before failing. Similar behaviour here. WiFi stopped working the first time I tried to connect to a network with WPA Enterprise security, and didn't work from then on, even when I restarted. Not sure if the WPA Enterprise part is a coincidence. I saw "disabled" where your post shows "off" in the output of nmcli r. nmcli r wifi on got it working again. Thanks!
  • How to add apps to favorites (top section) in UT? [Solved]

    13
    0 Votes
    13 Posts
    1k Views
    G
    @dobey touché
  • Indicator Upower Configuration Question

    upower battery charging
    2
    1 Votes
    2 Posts
    606 Views
    ?
    @ziggutas Maybe I'm just not understanding the quote "It's a feature which needs to be enable on the device itself. Please create a bug request against the repository of your device and mentions this commit..."? Does it simply mean make a regular bug report on git hub?
  • file manager authentication

    24
    0 Votes
    24 Posts
    6k Views
    arubislanderA
    I'd like to point out that my Meizu Pro 5 on devel is not affected, while my BQ M10 FHD on rc is.
  • 0 Votes
    5 Posts
    934 Views
    OpolorkO
    @Pulsar33 said in How do I copy files to and from my phone & PC with uFTP & WifiTransfer?: @Opolork : Hello WifiTransfer : acts like a server => use Filezilla on the laptop the Filezilla UI allows multiple selection of files and folders and make things easy I experienced "silent errors" of transfer, often for a bunch of photos which is easy to detect => you always must verify the integrity of what you have transfered uFtp : acts like a client => use Filezilla Server on the laptop I never succeeded to transfer a folder or multiple files from Laptop to Phone I never experiment "silent errors" uFtp makes a temporary copy of all what you send in his folder. This is a huge drawback ! Confinement : WifiTransfer and uFtp are confined as usual so they can only access to the .local/share/<appname>/ folder. The only choice is to use UT file manager and enable show hidden files and full access. Using Terminal, you can create symbolic links for easier access : ln -s ~/.local/share/wifitransfer.sil/ ~/Ftp ln -s ~/.local/share/ftpmanager.costa/ ~/uFtp Firewall : Depends on your PC OS and configuration ... Might be necessary to modify. Hope this helps Pulsar33 Cheers, pulsar33. That was very informative.
  • WhatsApp on Nexus 5, Ubuntu 16.04 OTA-11 issue

    6
    0 Votes
    6 Posts
    453 Views
    ?
    @AppLee Thanks again. I will try convincing some of my friends to install Telegram. I'll see how it goes. Cheers!
  • Odd issues with native UT Alarm clock. [Solved]

    10
    0 Votes
    10 Posts
    2k Views
    OpolorkO
    @Giiba Thank you.
  • Pinephone tutorial

    41
    2 Votes
    41 Posts
    20k Views
    M
    If you dd from sdcard to emmc keep your size below 14.5g or your emmc will not boot, don't ask how i know this. Or label your sdcards , and know what is on them. Its easier to adjust the size with gparted or similar before you “ dd ” it.
  • dekko2 config: how to remove mail account?

    24
    0 Votes
    24 Posts
    7k Views
    arubislanderA
    @Lakotaubp works for me too...
  • This topic is deleted!

    Moved
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • aquaris M10 Fhd SD card

    Locked
    2
    0 Votes
    2 Posts
    395 Views
    AppLeeA
    @Vmgm Hi, you created a new thread here instead of simply replying to the one you already created. Please be careful in the future. If you need help I gave you few hints in the original thread. I will now lock this thread to avoid cross posting, thanks for your understanding.
  • What formats are supported for video?

    Moved
    33
    0 Votes
    33 Posts
    10k Views
    tatonutaT
    @advocatux said in What formats are supported for video?: @Giiba have you tried to play videos with UTMedia (https://open-store.io/app/utmedia.nfsprodriver)? There are some issues with the default media player on Nexus 5 but UTMedia works for me. @advocatux This solution works for me too. (Playing regular videos with H264 - MPEG-4 AVC codec). I run Ubuntu Touch on RC on Nexus 5.
  • Badly formatted mails

    1
    0 Votes
    1 Posts
    130 Views
    No one has replied
  • Huge syslog flood on wifi tethering deactivation

    1
    0 Votes
    1 Posts
    201 Views
    No one has replied
  • pinephone: SMS 23 txt limit?

    1
    0 Votes
    1 Posts
    161 Views
    No one has replied
  • Indicator pull down regression on new Unity8 (rc/ver. 64) [solved]

    12
    1 Votes
    12 Posts
    2k Views
    G
    @dobey said in Indicator pull down regression on new Unity8 (rc/ver. 64): For the second question, it would be in the unity8 repo, and in the Panel.qml iirc. Panel.qml is the correct spot. I've poked around with the old unity, and it should just be a matter of properly defining sizes and anchors. edit: I see where the indicator is defined but am too much of a newbie to know what's wrong. line 350: https://github.com/ubports/unity8/blob/xenial/qml/Panel/Panel.qml
  • Can't play video on FP2 [solved]

    12
    0 Votes
    12 Posts
    2k Views
    jezekJ
    @Luksus Wow, that worked. You are a savior. Thank you.
  • root drive full? (some kind of virtual disk?)

    6
    0 Votes
    6 Posts
    619 Views
    arubislanderA
    @Idefix said in root drive full? (some kind of virtual disk?): I want to add a feature, which implies manipulating nftables, unbound, vsftpd and things like that, if they are installed in a container, is there some hope it will function ? You haven't elaborated on what it is you are trying to do. But lots of commandline tools and apps work fine in a Libertine container. Also installing them there carries the added benefit that if you switch channels, your apps remain installed.
  • Pure Maps generic searches

    4
    0 Votes
    4 Posts
    507 Views
    M
    sure, there is. => nearby venues [image: pure-maps.jonnius-screenshot-1a051122-8247-406a-bc45-7971f9b42f67.jpg]
  • oneplus 3 with /e/ rom to UT

    23
    0 Votes
    23 Posts
    7k Views
    S
    @Stefano thank you so much it is a very nice device and amazing OS