[Bug 1667129] Re: Python cannot create NMGtkWifiDialog

2017-02-23 Thread Jeremy Soller
Sure thing. ** Bug watch added: GNOME Bug Tracker #779153 https://bugzilla.gnome.org/show_bug.cgi?id=779153 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1667129 Title: Python cannot create

[Bug 1667129] Re: Python cannot create NMGtkWifiDialog

2017-02-23 Thread Jeremy Soller
I created an upstream bug here: https://bugzilla.gnome.org/show_bug.cgi?id=779153 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1667129 Title: Python cannot create NMGtkWifiDialog To manage

[Bug 1107935] Re: Support for WPA Enterprise wireless networks

2017-02-23 Thread Jeremy Soller
Here is a new patch, removing the password box entirely and using libnm- gtk to supply the password dialog. Note that you must have the libnm-gtk patch described above to test this. ** Patch added: "wpa_dialogs.patch"

[Bug 1667129] Re: Python cannot create NMGtkWifiDialog

2017-02-22 Thread Jeremy Soller
Here is a patch, python_wifi_dialog.patch ** Patch added: "wpa_enterprise.patch" https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1667129/+attachment/4824791/+files/wpa_enterprise.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1249295] Re: No installer support for WPA Enterprise-secured WiFi networks, crashes

2017-02-22 Thread Jeremy Soller
I have added a patch to https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1107935 that will fix this issue -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249295 Title: No installer support

[Bug 1667129] Re: Python cannot create NMGtkWifiDialog

2017-02-22 Thread Jeremy Soller
Here is a test script. Edit IFACE and AP_NAME to be what you can connect to. ** Attachment added: "wifi_dialog.py" https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1667129/+attachment/4824792/+files/wifi_dialog.py -- You received this bug notification because you are a

[Bug 1667129] Re: Python cannot create NMGtkWifiDialog

2017-02-22 Thread Jeremy Soller
Sorry, I attached an incorrect patch, showing usage in ubiquity. Here is the correct patch. ** Patch added: "python_wifi_dialog.patch" https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1667129/+attachment/4824804/+files/python_wifi_dialog.patch -- You received this bug

[Bug 1667129] [NEW] Python cannot create NMGtkWifiDialog

2017-02-22 Thread Jeremy Soller
Public bug reported: Python, using pygobject, is unable to spawn an NMGtkWifiDialog using the new function, due to the SSID setting not being settable (GArray is not supported by pygobject). If the SSID is not set, the dialog will not display correctly, and will not function. A potential fix is

[Bug 1667129] Re: Python cannot create NMGtkWifiDialog

2017-02-22 Thread Jeremy Soller
This is required for a patch to ubiquity: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1107935 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1667129 Title: Python cannot create

[Bug 1107935] Re: Support for WPA Enterprise wireless networks

2017-02-22 Thread Jeremy Soller
I have patches to add WPA-2 enterprise support using libnm-gtk. Patches are also required in libnm-gtk in order to work around issues with pygobject (not able to set ssid for NMSettingWireless) I also fixed bugs in the current WiFi selection page. ** Patch added: "wpa_enterprise.patch"

[Bug 1107935] Re: Support for WPA Enterprise wireless networks

2017-02-22 Thread Jeremy Soller
This relies on a patch to network-manager-applet: https://bugs.launchpad.net/ubuntu/+source/network-manager- applet/+bug/1667129 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1107935 Title: Support

[Bug 1667129] Re: Python cannot create NMGtkWifiDialog

2017-02-22 Thread Jeremy Soller
** Also affects: ubiquity (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1667129 Title: Python cannot create NMGtkWifiDialog To manage

[Bug 1107935] Re: Support for WPA Enterprise wireless networks

2017-02-22 Thread Jeremy Soller
I have updated the patch to remove a TODO in nm.py ** Patch added: "wpa_enterprise.patch" https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1107935/+attachment/4824828/+files/wpa_enterprise.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1107935] Re: Support for WPA Enterprise wireless networks

2017-02-23 Thread Jeremy Soller
cyphermox: Thanks for the feedback! I will work that into the patch, I think it would remove about 100 lines of code from ubiquity. I would leave some things in nm.py until a similar change is made to kde_components/nmwidgets.py -- You received this bug notification because you are a member of

[Bug 1576024] Re: Wifi "device not ready" after booting into OS for the 1st time

2017-01-19 Thread Jeremy Soller
This is caused by wpa_supplicant being killed by systemctl isolate in oem-config-firstboot A potential fix is to add IgnoreOnIsolate=true to [Unit] in wpa_supplicant.service -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1576024] Re: Wifi "device not ready" after booting into OS for the 1st time

2017-01-19 Thread Jeremy Soller
By the way, it is possible to trigger the bug running on your own system. All you have to do is run `sudo systemctl isolate default.target` while connected to WiFi Bluetooth may also go down. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1576024] Re: Wifi "device not ready" after booting into OS for the 1st time

2017-01-20 Thread Jeremy Soller
Yes, I am. I just need to know what is permissible - we can add IgnoreOnIsolate in a ubuntu patch but it seems like the source of the issue is in network manager - it should detect that wpa supplicant is not running and restart it dynamically. -- You received this bug notification because you

[Bug 1674748] Re: Intel 8265 does not work with 16.04 linux-firmware 1.157.8

2017-03-24 Thread Jeremy Soller
Looks like you are right - updating to 1.157.8 seems to work ok. ** Changed in: linux-firmware (Ubuntu Xenial) Status: In Progress => Fix Released ** Changed in: linux-firmware (Ubuntu Yakkety) Status: In Progress => Fix Released -- You received this bug notification because you

[Bug 1674748] Re: Intel 8265 does not work with 16.04 linux-firmware 1.157.8

2017-03-24 Thread Jeremy Soller
Why is the Zesty iwlwifi-8265-22.ucode firmware different? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1674748 Title: Intel 8265 does not work with 16.04 linux-firmware 1.157.8 To manage

[Bug 1107935] Re: Support for WPA Enterprise wireless networks

2017-04-04 Thread Jeremy Soller
@cyphermox No problem, we have been carrying a patched ubiquity for the time being. Just glad to see it will be looked at soon! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1107935 Title: Support

[Bug 1681566] [NEW] nvidia-375 DKMS module not recompiled on upgrade to 17.04

2017-04-10 Thread Jeremy Soller
Public bug reported: When upgrading from 16.10 to 17.04 using `update-manager -d`, the `nvidia-375` DKMS modules are not compiled for the new kernel. The result is that the user must run `apt install --reinstall nvidia-375` and reboot. To reproduce this: - Clean install of 16.10 on a system

[Bug 1681566] Re: nvidia-375 DKMS module not recompiled on upgrade to 17.04

2017-04-10 Thread Jeremy Soller
Attached are the logs ** Attachment added: "dist-upgrade.tar.gz" https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1681566/+attachment/4859865/+files/dist-upgrade.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1681566] Re: nvidia-375 DKMS module not recompiled on upgrade to 17.04

2017-04-10 Thread Jeremy Soller
** Also affects: nvidia-graphics-drivers-375 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1681566 Title: nvidia-375 DKMS module not recompiled

[Bug 1681566] Re: nvidia-375 DKMS module not recompiled on upgrade to 17.04

2017-04-10 Thread Jeremy Soller
Here are updated logs without system76-driver-nvidia. The same issue occurs. ** Attachment added: "dist-upgrade.tar.gz" https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-375/+bug/1681566/+attachment/4859890/+files/dist-upgrade.tar.gz -- You received this bug notification

[Bug 1681566] Re: nvidia-375 DKMS module not recompiled on upgrade to 17.04

2017-04-11 Thread Jeremy Soller
I think this happens with other DKMS packages, like `virtualbox-dkms` ** Also affects: virtualbox (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1576024] Re: Wifi "device not ready" after booting into OS for the 1st time

2017-03-10 Thread Jeremy Soller
Would it be acceptable to have a patch to `wpa` to add `IgnoreOnIsolate` for the time being? If we hold it in the Ubuntu debian/patches then we can wait for a better solution to be done upstream. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1576024] Re: Wifi "device not ready" after booting into OS for the 1st time

2017-03-10 Thread Jeremy Soller
Here is how I have been working around this bug for System76's machines: https://launchpadlibrarian.net/303137969/wpa_2.4-0ubuntu6_2.4-0ubuntu7~system76~1.diff.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1107935] Re: Support for WPA Enterprise wireless networks

2017-03-06 Thread Jeremy Soller
I have added a merge request here, with the required changes rebased on the bazaar trunk: https://code.launchpad.net/~system76-dev/ubiquity/trunk/+merge/319142 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1667129] Re: Python cannot create NMGtkWifiDialog

2017-03-07 Thread Jeremy Soller
If we update `network-manager-applet` to include this commit: https://git.gnome.org/browse/network-manager- applet/commit/?id=7a59d41e5fd0da51f1f7aae7518befdb1182, then `libnma` can be used, and this bug can be fixed without further code changes. -- You received this bug notification because

[Bug 1107935] Re: Support for WPA Enterprise wireless networks

2017-03-07 Thread Jeremy Soller
** Branch linked: lp:~system76-dev/ubiquity/trunk -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1107935 Title: Support for WPA Enterprise wireless networks To manage notifications about this bug

[Bug 1674748] [NEW] Intel 8265 does not work with 16.04 linux-firmware 1.157.8

2017-03-21 Thread Jeremy Soller
Public bug reported: Using the Intel wireless firmware from 1.161.1 should fix this issue ** Affects: linux-firmware (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1681566] Re: nvidia-375 DKMS module not recompiled on upgrade to 17.04

2017-04-13 Thread Jeremy Soller
Sweet, thanks adconrad! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1681566 Title: nvidia-375 DKMS module not recompiled on upgrade to 17.04 To manage notifications about this bug go to:

[Bug 1704879] [NEW] gnome-initial-setup does not start when no users are available on Artful

2017-07-17 Thread Jeremy Soller
Public bug reported: When all user accounts are removed, GDM should use gnome-initial-setup to prompt for the creation of a user account. This happens on Zesty, but does not happen on Artful. LP: #1673453 describes one way to remove all user accounts. ** Affects: gdm3 (Ubuntu) Importance:

[Bug 1699216] Re: Encrypted home support

2017-07-20 Thread Jeremy Soller
Would anyone like to comment on my patches? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1699216 Title: Encrypted home support To manage notifications about this bug go to:

[Bug 1699216] Re: Encrypted home support

2017-07-25 Thread Jeremy Soller
seb128: I subscribed ubuntu-sponsors. Is there anything else I can do? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1699216 Title: Encrypted home support To manage notifications about this bug go

[Bug 1576024] Re: Wifi "device not ready" after booting into OS for the 1st time

2017-07-26 Thread Jeremy Soller
Yes, I believe this still affects 16.04. I applied the patch on machines that System76 ships, but it is not upstream. It is the same patch as was applied to 17.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1699216] Re: Encrypted home support

2017-06-20 Thread Jeremy Soller
I made a mistake in the accountsservice patch. Here is an updated version. ** Patch added: "encrypt_home.patch" https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1699216/+attachment/4899663/+files/encrypt_home.patch -- You received this bug notification because you are a

[Bug 1699216] Re: Encrypted home support

2017-06-20 Thread Jeremy Soller
Attached find a proposed patch for this, allowing for two more patches to gnome-initial-setup and gnome-control-center that add encrypted home support when creating users. I have tested it on Ubuntu GNOME 17.04, and it works. ** Patch added: "encrypted_home.patch"

[Bug 1699216] Re: Encrypted home support

2017-06-20 Thread Jeremy Soller
Attached you will find a patch for encrypted home support in gnome- initial-setup. This patch will add a switch for "Encrypted Home Folder", and send the correct value to CreateUser in accountsservice. ** Patch added: "encrypt_home.patch"

[Bug 1699216] Re: Encrypted home support

2017-06-20 Thread Jeremy Soller
Attached you will find a patch for encrypted home support in gnome- control-center. This patch will add a switch for "Encrypted Home Folder", and send the correct value to CreateUser in accountsservice. ** Patch added: "encrypt_home.patch"

[Bug 1699216] Re: Encrypted home support

2017-06-20 Thread Jeremy Soller
If you would like to test these patches in action, you can add this PPA and update: https://launchpad.net/~system76/+archive/ubuntu/pop/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1699216 Title:

[Bug 1699216] [NEW] Encrypted home support

2017-06-20 Thread Jeremy Soller
Public bug reported: In the CreateUser D-bus call, allow the home directory of the new user to be encrypted. ** Affects: accountsservice (Ubuntu) Importance: Undecided Status: Confirmed ** Affects: gnome-control-center (Ubuntu) Importance: Undecided Status: Confirmed

[Bug 1699216] Re: Encrypted home support

2017-06-20 Thread Jeremy Soller
** Patch added: "gnome-initial-setup_encrypt_home.patch" https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1699216/+attachment/4899524/+files/gnome-initial-setup_encrypt_home.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1699216] Re: Encrypted home support

2017-06-20 Thread Jeremy Soller
Ok, here are new patches that do not break the current API. It is a little bit messier in accountsservice due to this. ** Patch added: "accountsservice_encrypt_home.patch"

[Bug 1699216] Re: Encrypted home support

2017-06-20 Thread Jeremy Soller
** Patch added: "gnome-control-center_encrypt_home.patch" https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1699216/+attachment/4899523/+files/gnome-control-center_encrypt_home.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1699216] Re: Encrypted home support

2017-06-20 Thread Jeremy Soller
ximion, I am working on a more compatible patch, one that does not break libaccountsservice API. As for going upstream, I would like to go into Ubuntu first, as --encrypt-home is not implemented in other distros right now. -- You received this bug notification because you are a member of Ubuntu

[Bug 1107935] Re: Support for WPA Enterprise wireless networks

2017-09-22 Thread Jeremy Soller
We really need the patch on Xenial is all. I have tested it there, with an updated network-manager-applet, and it works well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1107935 Title: Support

[Bug 1720256] Re: Wrong display of fonts in Gnome Tweak Tool after installing cantarell fonts

2017-10-02 Thread Jeremy Soller
This affects pop-session as well, which uses session overrides similar to how ubuntu-session does. The desktop icon settings are also incorrect. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1720256

[Bug 1699216] Re: Encrypted home support

2017-10-10 Thread Jeremy Soller
Here is an updated version of the patch for accountsservice -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1699216 Title: Encrypted home support To manage notifications about this bug go to:

[Bug 1699216] Re: Encrypted home support

2017-10-10 Thread Jeremy Soller
** Patch added: "accountsservice_encrypt_home.debdiff" https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1699216/+attachment/4966857/+files/accountsservice_encrypt_home.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1699216] Re: Encrypted home support

2017-10-10 Thread Jeremy Soller
This one updates the symbol names - they did not get updated with a debuild -S ** Patch added: "accountsservice_encrypt_home.debdiff" https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1699216/+attachment/4966858/+files/accountsservice_encrypt_home.debdiff -- You received this

[Bug 1699216] Re: Encrypted home support

2017-10-10 Thread Jeremy Soller
IRC Log: 10:39 jackpot51 Can we talk about this patch again? https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1699216 ··· 10:39 ubot5 Ubuntu bug 1699216 in gnome-initial-setup (Ubuntu) "Encrypted home support" [Wishlist,Confirmed] 10:40 jackpot51 I just saw a

[Bug 1699216] Re: Encrypted home support

2017-10-10 Thread Jeremy Soller
12:36 seb128 dmj_s76, right, we are likely to get it reviewed next cycle 12:37 seb128 it hasn't been high priority for us since we don't use gnome-inital-setup and don't plan to for next cycle either 12:37 seb128 but we should be able to review those changes anyways 12:51 jackpot51

[Bug 1715722] Re: Allow safe override of GDM3 theme

2017-09-08 Thread Jeremy Soller
didrocks, I am going to do what I described above as it is a clean and quick method to having both of our systems ready for a 17.10 Beta release. Is that ok? ** Changed in: gnome-shell (Ubuntu) Assignee: (unassigned) => Jeremy Soller (jackpot51) -- You received this bug notificat

[Bug 1715722] Re: Allow safe override of GDM3 theme

2017-09-08 Thread Jeremy Soller
It is critical to our Beta release that we have a reliable method of overriding the GDM theme, so the alternatives method seems to be the best way to go. We can talk about further improvement and upstreaming after 17.10 -- You received this bug notification because you are a member of Ubuntu

[Bug 1715722] Re: Allow safe override of GDM3 theme

2017-09-08 Thread Jeremy Soller
didrocks, here is a debdiff for implementing the alternatives method. It did not require much code. Please let me know what you think! ** Patch added: "ubuntu_gdm_alternatives.debdiff"

[Bug 1715722] Re: Allow safe override of GDM3 theme

2017-09-08 Thread Jeremy Soller
didrocks, I will also work on an upstreamable solution, but I am not very satisfied with your unwillingness to see things from my perspective. You have essentially broken GDM3 for all Ubuntu derivatives, forcing your theme upon them, and then having no desire to work on any solution to remove this

[Bug 1715722] Re: Allow safe override of GDM3 theme

2017-09-08 Thread Jeremy Soller
10:57 Laney hmm, I guess actually we could use this in Ubuntu to let people use the default gdm theme 11:00 Laney maybe not, that's the built in one isn't it? 11:00 Laney jackpot51: please attach it, I think it's worth considering -- You received this bug notification because you

[Bug 1715722] Re: Allow safe override of GDM3 theme

2017-09-08 Thread Jeremy Soller
What is even worse, is that most of these changes that hard-code Ubuntu's theme happened on the edge of the Feature Freeze period, meaning any attempts to revert them or improve them are impaired by bureaucracy. Please try to see why this is a problem, and learn from this in the future. -- You

[Bug 1715722] Re: Allow safe override of GDM3 theme

2017-09-08 Thread Jeremy Soller
Here is a new patch fixing the alternatives path. I am waiting on a launchpad build to test this fully: https://launchpad.net/~system76/+archive/ubuntu/pop- staging/+build/13352379 ** Patch added: "ubuntu_gdm_alternatives.debdiff"

[Bug 1715722] Re: Allow safe override of GDM3 theme

2017-09-08 Thread Jeremy Soller
** Patch removed: "ubuntu_gdm_alternatives.debdiff" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1715722/+attachment/4946604/+files/ubuntu_gdm_alternatives.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1715722] Re: Allow safe override of GDM3 theme

2017-09-08 Thread Jeremy Soller
11:01 Laney goodnight! 11:01 jackpot51 Ok, good night Laney 11:12 didrocksjackpot51: mind toning a little bit done please? 11:12 didrocksjackpot51: you are quite offensive in that bug report 11:13 didrocksand proposing a patch that you even didn't test it

[Bug 1715722] Re: Allow safe override of GDM3 theme

2017-09-08 Thread Jeremy Soller
Linking to an upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=787454 ** Also affects: gnome-shell via https://bugzilla.gnome.org/show_bug.cgi?id=787454 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1715722] Re: Allow safe override of GDM3 theme

2017-09-08 Thread Jeremy Soller
The build finished, and I installed Ubuntu, Pop, and GNOME sessions side-by-side. All three worked, and the GDM theme changed based on the alternative selected. I believe the second patch version works as expected. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1716079] Re: debootstrap silently fails when bootstrapping to a directory name with spaces

2017-09-08 Thread Jeremy Soller
sudo debootstrap --arch amd64 artful "test case" Will only output: I: Retrieving InRelease Exit status is then 130 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1716079 Title: debootstrap

[Bug 1716079] Re: debootstrap silently fails when bootstrapping to a directory name with spaces

2017-09-08 Thread Jeremy Soller
These files are then present: test case/ test case/debootstrap test case/debootstrap/debootstrap.log test case/var test case/var/lib test case/var/lib/apt test case/var/lib/apt/lists test case/var/lib/apt/lists/partial test case/var/lib/apt/lists/debootstrap.invalid_dists_artful_InRelease test

[Bug 1699216] Re: Encrypted home support

2017-08-30 Thread Jeremy Soller
ximion, as I already said here: https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1699216/comments/11 Encrypted home cannot go upstream, as adduser --encrypt-home is only implemented on Ubuntu. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1715722] Re: Allow safe override of GDM3 theme

2017-09-11 Thread Jeremy Soller
Thanks very much! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1715722 Title: Allow safe override of GDM3 theme To manage notifications about this bug go to:

[Bug 1716392] Re: icons for hplip-gui and dropbox are very small

2017-09-11 Thread Jeremy Soller
Jamie, it would be useful to know your screen resolution, and if it is HiDPI. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1716392 Title: icons for hplip-gui and dropbox are very small To manage

[Bug 1699216] Re: Encrypted home support

2017-09-05 Thread Jeremy Soller
tsimonq2, I have subscribed ubuntu-release. We have modifications in our PPA that utilize this patch to accountsservice. If the patch to accountsservice is not merged in Ubuntu's version, our version will be overridden when there is another accountsservice release. Since this is a feature that is

[Bug 1715722] [NEW] Allow safe override of GDM3 theme

2017-09-07 Thread Jeremy Soller
Public bug reported: Currently, in artful, GDM3's theme is hardcoded to be /usr/share/gnome- shell/theme/ubuntu.css In the Ubuntu default session, this is the same CSS file as the gnome- shell mode in /usr/share/gnome-shell/modes/ubuntu.json However, in other flavors, it makes sense to install

[Bug 1715605] Re: ubi-console-setup fails with exit code 1

2017-09-07 Thread Jeremy Soller
Getting this issue too -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1715605 Title: ubi-console-setup fails with exit code 1 To manage notifications about this bug go to:

[Bug 1699216] Re: Encrypted home support

2017-09-06 Thread Jeremy Soller
Here is a better patch, ignoring whitespace changes. ** Patch added: "accountsservice_encrypt_home.debdiff" https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1699216/+attachment/4945507/+files/accountsservice_encrypt_home.debdiff -- You received this bug notification because

[Bug 1699216] Re: Encrypted home support

2017-09-06 Thread Jeremy Soller
I have extra whitespace changes in there, I will resubmit with `-w` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1699216 Title: Encrypted home support To manage notifications about this bug go

[Bug 1699216] Re: Encrypted home support

2017-09-06 Thread Jeremy Soller
tsimonq2, here id a debdiff file ** Patch added: "Accountservice Encrypt Home Debdiff" https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1699216/+attachment/4945505/+files/accountsservice_encrypt_home.debdiff -- You received this bug notification because you are a member of

[Bug 1713323] Re: HiDPI support partially broken after upgrade to Gnome 3.25

2017-09-25 Thread Jeremy Soller
I have recommended this patch to upstream, which is the simplest method to fix the scaling issues described in detail above. ** Patch added: "fix_x11_font_dpi.patch" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1713323/+attachment/4956940/+files/fix_x11_font_dpi.patch -- You

[Bug 1713323] Re: HiDPI support partially broken after upgrade to Gnome 3.25

2017-09-25 Thread Jeremy Soller
Here is a debdiff with the change, if Ubuntu would like to use it sooner. ** Patch added: "fix_x11_font_dpi.patch" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1713323/+attachment/4956941/+files/fix_x11_font_dpi.patch -- You received this bug notification because you are a

[Bug 1713323] Re: HiDPI support partially broken after upgrade to Gnome 3.25

2017-09-25 Thread Jeremy Soller
** Patch removed: "fix_x11_font_dpi.patch" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1713323/+attachment/4956941/+files/fix_x11_font_dpi.patch ** Patch added: "fix_x11_font_dpi.debdiff"

[Bug 1699216] Re: Encrypted home support

2017-08-30 Thread Jeremy Soller
Simon, it is critical for our efforts that the accountsservice patches make it upstream before 17.10. Can we focus only on those, leaving inotial setup and control center patches for 18.04? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1722407] [NEW] gnome-info-overview-panel.desktop does not point to the right panel.

2017-10-09 Thread Jeremy Soller
Public bug reported: The gnome-info-overview-panel.desktop points to about instead of info- overview, meaning it launches the WiFi page instead of the Details->About page. I have attached a debdiff fixing this. ** Affects: gnome-control-center Importance: Unknown Status: Unknown

[Bug 1724370] Re: NVME model does not show up

2017-10-17 Thread Jeremy Soller
Finally, the kernel model from a SATA drive: $ cat /sys/block/sda/device/model Samsung SSD 850 And from an NVME drive: $ cat /sys/block/nvme0n1/device/model Samsung SSD 950 PRO 256GB -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1724370] Re: NVME model does not show up

2017-10-17 Thread Jeremy Soller
Attached is the current behavior, no Model is set ** Attachment added: "Screenshot from 2017-10-17 15-06-58.png" https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1724370/+attachment/4974174/+files/Screenshot%20from%202017-10-17%2015-06-58.png -- You received this bug

[Bug 1724370] Re: NVME model does not show up

2017-10-17 Thread Jeremy Soller
Attached is a screenshot of the expected behavior, with a model set ** Attachment added: "Screenshot from 2017-10-17 15-07-04.png" https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1724370/+attachment/4974173/+files/Screenshot%20from%202017-10-17%2015-07-04.png -- You

[Bug 1724370] [NEW] NVME model does not show up

2017-10-17 Thread Jeremy Soller
Public bug reported: The Model field for NVME drives is blank. I believe this issue comes from udisks2, and then from udev. udisks2 has a function for getting the model which returns blank, udisks_drive_get_model udev has a parameter that should be returned for a disk if it has a model,

[Bug 1724370] Re: NVME model does not show up

2017-10-17 Thread Jeremy Soller
Here is the information from an NVME drive. Note that ID_MODEL is missing: $ udevadm info /dev/nvme0n1 P: /devices/pci:00/:00:1d.0/:6f:00.0/nvme/nvme0/nvme0n1 N: nvme0n1 S: disk/by-id/nvme-Samsung_SSD_950_PRO_256GB_S2GLNX0H717763V S: disk/by-id/nvme-eui.0025385761b084ef S:

[Bug 1724370] Re: NVME model does not show up

2017-10-17 Thread Jeremy Soller
Here is the information from a SATA drive: $ udevadm info /dev/sda P: /devices/pci:00/:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sda N: sda S: disk/by-id/ata-Samsung_SSD_850_EVO_M.2_250GB_S33CNX0HC13989R S: disk/by-id/wwn-0x5002538d418ea893 S: disk/by-path/pci-:00:17.0-ata-2 E:

[Bug 1715722] Re: Allow safe override of GDM3 theme

2017-11-20 Thread Jeremy Soller
Yes mif, that will probably be an issue. I will write a patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1715722 Title: Allow safe override of GDM3 theme To manage notifications about this bug

[Bug 1715722] Re: Allow safe override of GDM3 theme

2017-11-20 Thread Jeremy Soller
I tried looking for ubuntu.css in gnome-shell 3.26.1-0ubuntu5, but I did not find it. Where do you see this issue mifjpn? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1715722 Title: Allow safe

[Bug 1731318] [NEW] NVIDIA systems will not suspend with lid close and no external monitors

2017-11-09 Thread Jeremy Soller
Public bug reported: With the NVIDIA driver, nvidia-384, the system will not sleep when the lid is closed due to gnome_rr_output_is_builtin_display incorrectly returning false. I have linked to an upstream bug, which also has patches fixing the issue. ** Affects: gnome-desktop Importance:

[Bug 1769721] Re: [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup

2018-05-07 Thread Jeremy Soller
By the way, I installed the kernel from http://kernel.ubuntu.com/~jsalisbury/lp1769721/, since the above link had a 0 instead of a 9. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769721 Title:

[Bug 1769721] Re: [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup

2018-05-07 Thread Jeremy Soller
The audio, which does not work with the current Ubuntu kernel, now works as expected! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769721 Title: [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup To

[Bug 1769721] Re: [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup

2018-05-07 Thread Jeremy Soller
Thanks, I am looking at it now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769721 Title: [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup To manage notifications about this bug go to:

[Bug 1769721] Re: [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup

2018-05-07 Thread Jeremy Soller
Thanks, I appreciate the help in getting it into Ubuntu! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769721 Title: [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup To manage notifications about this

[Bug 1769721] Re: [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup

2018-05-10 Thread Jeremy Soller
Thanks for the information! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769721 Title: [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup To manage notifications about this bug go to:

[Bug 1769721] Re: [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup

2018-05-10 Thread Jeremy Soller
Hello jsalisbury, I am wondering what the process is for merging this now that the SRU was acked. Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769721 Title: [ALSA] [PATCH] Clevo P950ER

[Bug 1769721] [NEW] [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup

2018-05-07 Thread Jeremy Soller
Public bug reported: As submitted upstream in this email: http://mailman.alsa- project.org/pipermail/alsa-devel/2018-May/135685.html This adds support for the P950ER, which has the same required fixup as the P950HR, but has a different PCI ID. Signed-off-by: Jeremy Soller ---  sound/pci/hda

[Bug 1769721] Re: [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup

2018-05-24 Thread Jeremy Soller
I do not see the linux-image-4.15.0-23-generic package in proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769721 Title: [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup To manage notifications

[Bug 1769721] Re: [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup

2018-05-24 Thread Jeremy Soller
I finally saw all the packages in proposed - I guess they are not published at the same time? I am testing now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769721 Title: [ALSA] [PATCH] Clevo

[Bug 1769721] Re: [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup

2018-05-24 Thread Jeremy Soller
Brad, the 4.15.0-23 kernel solves the problem. ** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769721 Title:

[Bug 1699216] Re: Encrypted home support

2017-10-26 Thread Jeremy Soller
Here is a patch without symbol changes or whitespace changes ** Patch added: "accountsservice_encrypt_home.debdiff" https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1699216/+attachment/4997109/+files/accountsservice_encrypt_home.debdiff -- You received this bug notification

  1   2   >