[Bug 1838838] Re: username is not saved in openconnect connection dialog

2020-06-11 Thread GeekSmith
Here's a workaround from the RedHat folks.
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2105

nmcli con mod VPNNAME vpn.secrets
'form:main:username=USERNAME','save_passwords=yes'

** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/-/issues #2105
   https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2105

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1838838

Title:
  username is not saved in openconnect connection dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1838838/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1838838] Re: username is not saved in openconnect connection dialog

2020-06-11 Thread GeekSmith
Still present after upgrading 19.10 -> 20.04.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1838838

Title:
  username is not saved in openconnect connection dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1838838/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1745463] [NEW] Disabling systemd-resolved breaks dhclient resolvconf integration

2018-01-25 Thread GeekSmith
Public bug reported:

To reproduce, mask resolved:
sudo systemctl mask systemd-resolved.service

...then disable network-manager for ifupdown interfaces:
$cat /etc/NetworkManager/NetworkManager.conf  
[main]
plugins=ifupdown,keyfile
dns=default
rc-manager=resolvconf

[ifupdown]
managed=false

[device]
wifi.scan-rand-mac-address=no

...and reboot.

You'll note that resolvconf integration with dhclient is now broken.
Interfaces listed in /etc/network/interfaces or
/etc/network/interfaces.d/* will not provide DNS configuration in
/etc/resolv.conf and /run/resolvconf/interfaces/.

This is because /etc/dhcp/dhclient-enter-hooks.d/resolvconf defines
"make_resolv_conf()" as a valid function for the BOUND case, but
/etc/dhcp/dhclient-enter-hooks.d/resolved undefines it (who's nasty now,
eh?) even though resolved is masked.

The file existence check in the beginning of /etc/dhcp/dhclient-enter-
hooks.d/resolved should be more thorough, i.e. it should ensure that
resolved is enabled, rather than simply look for the existence of
/lib/systemd/systemd-resolved. This works for me:

-if [ -x /lib/systemd/systemd-resolved ] ; then
+if [ -x /lib/systemd/systemd-resolved ] && systemctl -q is-enabled 
systemd-resolved ; then

Arguably, /etc/dhcp/dhclient-enter-hooks.d/resolvconf should implement a
similar check, looking for /run/resolvconf/enable-updates as a condition
for meddling with DNS settings. If desired, I'll file a separate bug for
that package.

** Affects: resolvconf (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: systemd (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: resolvconf (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1745463

Title:
  Disabling systemd-resolved breaks dhclient resolvconf integration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1745463/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 850649] Re: gnome-terminal extremely slow and display buggy

2011-11-23 Thread GeekSmith
I have this problem with a GeForce FX 5200 on Oneiric with the nouveau
driver.  The nvidia binary driver doesn't work on this system, BTW, but
that's a different issue.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/850649

Title:
  gnome-terminal extremely slow and display buggy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/850649/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 854624] Re: [oneiric] Gnome3/Unity session fails to apply suspend/hibernate parameters, set by Power Settings dialog

2011-10-03 Thread GeekSmith
Seeing this on a desktop computer.  The wireless mouse battery is low--
could that be setting this off?

% dpkg -s gnome-settings-daemon | grep ^Version
Version: 3.2.0-0ubuntu3
% for c in `dconf list /org/gnome/settings-daemon/plugins/power/`; do echo -n 
/org/gnome/settings-daemon/plugins/power/${c}=; dconf read 
/org/gnome/settings-daemon/plugins/power/${c}; done
/org/gnome/settings-daemon/plugins/power/critical-battery-action='hibernate'

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu.
https://bugs.launchpad.net/bugs/854624

Title:
  [oneiric] Gnome3/Unity session fails to apply suspend/hibernate
  parameters, set by Power Settings dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/854624/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 854624] Re: [oneiric] Gnome3/Unity session fails to apply suspend/hibernate parameters, set by Power Settings dialog

2011-10-03 Thread GeekSmith
After changing critical-battery-action in system settings:
% for c in `dconf list /org/gnome/settings-daemon/plugins/power/`; do echo -n 
/org/gnome/settings-daemon/plugins/power/${c}=; dconf read 
/org/gnome/settings-daemon/plugins/power/${c}; done
/org/gnome/settings-daemon/plugins/power/critical-battery-action='shutdown'

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu.
https://bugs.launchpad.net/bugs/854624

Title:
  [oneiric] Gnome3/Unity session fails to apply suspend/hibernate
  parameters, set by Power Settings dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/854624/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs