Re: [Bug 1767454] Re: "Other Locations" does not automatically find Samba servers in Ubuntu 18.04

2018-04-30 Thread David Spoelstra
No, in 18.04 my servers do not show up anywhere.

On Mon, Apr 30, 2018 at 5:01 PM Andreas Hasenack 
wrote:

> Do your servers show up under "Networks" in "other locations", just
> alongside the "Windows Network" folder? My NAS does show up there, but
> it could be because of some sort of zeroconf broadcast, not smb. My
> "windows network" is also empty, I'm just checking if newer windows
> installs would show up outside of "windows network" like my NAS does.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1767454
>
> Title:
>   "Other Locations" does not automatically find Samba servers in Ubuntu
>   18.04
>
> Status in gvfs:
>   Confirmed
> Status in samba:
>   Unknown
> Status in nautilus package in Ubuntu:
>   New
> Status in samba package in Ubuntu:
>   New
>
> Bug description:
>   Ubuntu: 18.04 clean install
>   Nautilus: 1:3.26.3-0ubuntu4
>
>   The actions taken to produce the problem:
>   Click on “Other Locations” in Nautilus.
>
>   The expected result of these actions:
>   Samba servers to automatically show up under “Networks”. This is the
> behavior in Ubuntu 17.10 using Nautilus 1:3.26.0-0ub. Also, clicking on
> “”Windows Network” immediately shows "Folder is Empty".
>
>   The actual result of these actions:
>   The Samba servers never show up under “Networks” and clicking on
> "Windows Network" always immediately comes up with "Folder is Empty".
>
>   Further information:
>   This happens on both machines with a clean Ubuntu 18.04 install. My
> Ubuntu 17.10 machines still work like expected.
>
>   I can still manually type in the Samba information in "Connect to
>   Server" and the 18.04 machines connect just fine.
>
>
>   From syslog:
>   Apr 27 13:49:34 david-HP-ProBook-440-G2 dbus-daemon[1333]: [session
> uid=1000 pid=1333] Activating service name='org.gnome.Nautilus' requested
> by ':1.13' (uid=1000 pid=1468 comm="/usr/bin/gnome-shell "
> label="unconfined")
>   Apr 27 13:49:34 david-HP-ProBook-440-G2 dbus-daemon[1333]: [session
> uid=1000 pid=1333] Successfully activated service 'org.gnome.Nautilus'
>   Apr 27 13:49:35 david-HP-ProBook-440-G2 dbus-daemon[754]: [system]
> Activating via systemd: service name='org.freedesktop.hostname1'
> unit='dbus-org.freedesktop.hostname1.service' requested by ':1.131'
> (uid=1000 pid=4857 comm="/usr/bin/nautilus --gapplication-service "
> label="unconfined")
>   Apr 27 13:49:35 david-HP-ProBook-440-G2 systemd[1]: Starting Hostname
> Service...
>   Apr 27 13:49:35 david-HP-ProBook-440-G2 nautilus[4857]: Called "net
> usershare info" but it failed: Failed to execute child process “net” (No
> such file or directory)
>   Apr 27 13:49:35 david-HP-ProBook-440-G2 dbus-daemon[754]: [system]
> Successfully activated service 'org.freedesktop.hostname1'
>   Apr 27 13:49:35 david-HP-ProBook-440-G2 systemd[1]: Started Hostname
> Service.
>   Apr 27 13:49:40 david-HP-ProBook-440-G2 gvfsd[1432]: mkdir failed on
> directory /var/cache/samba: Permission denied
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/gvfs/+bug/1767454/+subscriptions
>

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

Title:
  "Other Locations" does not automatically find Samba servers in Ubuntu
  18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1767454/+subscriptions

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

Re: [Bug 1767454] Re: "Other Locations" does not automatically find Samba servers in Ubuntu 18.04

2018-04-30 Thread David Spoelstra
Fresh 18.04 install and  install of smbclient.

david@david-HP-ProBook-440-G2:~$ smbtree
WORKGROUP
\\RT-AC5300-C140 RT-AC5300-C140
\\RT-AC5300-C140\General (at Main)Main's General in Seagate
Backup+ Desk
\\RT-AC5300-C140\IPC$   IPC Service (RT-AC5300-C140)
\\DXSPIDER   Samba 4.5.12-Debian
\\DXSPIDER\IPC$   IPC Service (Samba 4.5.12-Debian)
\\DXSPIDER\RaspberryPi NASPi Server
\\DXSPIDER\print$ Printer Drivers

That is showing my servers, but Nautilus still doesn't...

This is my default smb.conf in 18.04:

[global]

   workgroup = WORKGROUP
   server string = %h server (Samba, Ubuntu)
   dns proxy = no
   log file = /var/log/samba/log.%m
   max log size = 1000
   syslog = 0
   panic action = /usr/share/samba/panic-action %d
   server role = standalone server
   passdb backend = tdbsam
   obey pam restrictions = yes
   unix password sync = yes
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\s*\spassword:* %n\n
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
   pam password change = yes
   map to guest = bad user
   usershare allow guests = yes

[printers]
   comment = All Printers
   browseable = no
   path = /var/spool/samba
   printable = yes
   guest ok = no
   read only = yes
   create mask = 0700

[print$]
   comment = Printer Drivers
   path = /var/lib/samba/printers
   browseable = yes
   read only = yes
   guest ok = no


On Mon, Apr 30, 2018 at 8:51 AM Andreas Hasenack 
wrote:

> After you install smbclient, can you please just run the "smbtree"
> command:
>
> Here it lists my NAS and its shares:
> $ smbtree
> LOWTECH
> \\NAS
> \\NAS\photo System default shared folder
> \\NAS\IPC$  IPC Service ()
> (...)
>
> This is my smb.conf where smbtree was run (all defaults):
> dns proxy = No
> log file = /var/log/samba/log.%m
> map to guest = Bad User
> max log size = 1000
> obey pam restrictions = Yes
> pam password change = Yes
> panic action = /usr/share/samba/panic-action %d
> passwd chat = *Enter\snew\s*\spassword:* %n\n
> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
> passwd program = /usr/bin/passwd %u
> server role = standalone server
> server string = %h server (Samba, Ubuntu)
> syslog = 0
> unix password sync = Yes
> usershare allow guests = Yes
> idmap config * : backend = tdb
>
>
> [printers]
> browseable = No
> comment = All Printers
> create mask = 0700
> path = /var/spool/samba
> printable = Yes
>
>
> [print$]
> comment = Printer Drivers
> path = /var/lib/samba/printers
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1767454
>
> Title:
>   "Other Locations" does not automatically find Samba servers in Ubuntu
>   18.04
>
> Status in gvfs:
>   Confirmed
> Status in samba:
>   Unknown
> Status in nautilus package in Ubuntu:
>   New
> Status in samba package in Ubuntu:
>   New
>
> Bug description:
>   Ubuntu: 18.04 clean install
>   Nautilus: 1:3.26.3-0ubuntu4
>
>   The actions taken to produce the problem:
>   Click on “Other Locations” in Nautilus.
>
>   The expected result of these actions:
>   Samba servers to automatically show up under “Networks”. This is the
> behavior in Ubuntu 17.10 using Nautilus 1:3.26.0-0ub. Also, clicking on
> “”Windows Network” immediately shows "Folder is Empty".
>
>   The actual result of these actions:
>   The Samba servers never show up under “Networks” and clicking on
> "Windows Network" always immediately comes up with "Folder is Empty".
>
>   Further information:
>   This happens on both machines with a clean Ubuntu 18.04 install. My
> Ubuntu 17.10 machines still work like expected.
>
>   I can still manually type in the Samba information in "Connect to
>   Server" and the 18.04 machines connect just fine.
>
>
>   From syslog:
>   Apr 27 13:49:34 david-HP-ProBook-440-G2 dbus-daemon[1333]: [session
> uid=1000 pid=1333] Activating service name='org.gnome.Nautilus' requested
> by ':1.13' (uid=1000 pid=1468 comm="/usr/bin/gnome-shell "
> label="unconfined")
>   Apr 27 13:49:34 david-HP-ProBook-440-G2 dbus-daemon[1333]: [session
> uid=1000 pid=1333] Successfully activated service 'org.gnome.Nautilus'
>   Apr 27 13:49:35 david-HP-ProBook-440-G2 dbus-daemon[754]: [system]
> Activating via systemd: service name='org.freedesktop.hostname1'
> unit='dbus-org.freedesktop.hostname1.service' requested by ':1.131'
> (uid=1000 pid=4857 comm="/usr/bin/nautilus --gapplication-service "
> label="unconfined")
>   Apr 27 13:49:35 david-HP-ProBook-440-G2 systemd[1]: Starting Hostname
> Service...
>   Apr 27 13:49:35 david-HP-ProBook-440-G2 nautilus[4857]: Called "net
> 

[Bug 1767454] Re: "Other Locations" does not automatically find Samba servers in Ubuntu 18.04

2018-04-28 Thread David Spoelstra
Thanks for the explanation, but that feels like a real regression to me!
Just last week with 17.10 I was showing some people running Windows how
easy it was to browse and connect to Windows servers with Nautilus. Now,
with 18.04, they again have to jump through hoops and know cryptic smb
URLs to connect to them...

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

Title:
  "Other Locations" does not automatically find Samba servers in Ubuntu
  18.04

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

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

[Bug 1767454] Re: "Other Locations" does not automatically find Samba servers in Ubuntu 18.04

2018-04-27 Thread David Spoelstra
** Summary changed:

- "Other Locations" do not automatically find Samba servers in Ubuntu 18.04
+ "Other Locations" does not automatically find Samba servers in Ubuntu 18.04

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

Title:
  "Other Locations" does not automatically find Samba servers in Ubuntu
  18.04

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

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

[Bug 1758653] Re: gvfsd[1366]: mkdir failed on directory /var/cache/samba: Permission denied

2018-04-27 Thread David Spoelstra
I had that bug with a fresh install of released Ubuntu 18.04. I
installed "samba-common-bin" and that error went away.

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

Title:
  gvfsd[1366]: mkdir failed on directory /var/cache/samba: Permission
  denied

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

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

[Bug 1767454] Re: "Other Locations" do not automatically find Samba servers in Ubuntu 18.04

2018-04-27 Thread David Spoelstra
Since syslog said:
Called "net usershare info" but it failed: Failed to execute child process 
“net” (No such file or directory)

I installed:
sudo apt install samba-common-bin

It still doesn't work, but now syslog says:
Apr 27 15:21:39 david-HP-ProBook-440-G2 dbus-daemon[1331]: [session uid=1000 
pid=1331] Activating service name='org.gnome.Nautilus' requested by ':1.13' 
(uid=1000 pid=1466 comm="/usr/bin/gnome-shell " label="unconfined")
Apr 27 15:21:39 david-HP-ProBook-440-G2 dbus-daemon[1331]: [session uid=1000 
pid=1331] Successfully activated service 'org.gnome.Nautilus'
Apr 27 15:21:40 david-HP-ProBook-440-G2 dbus-daemon[760]: [system] Activating 
via systemd: service name='org.freedesktop.hostname1' 
unit='dbus-org.freedesktop.hostname1.service' requested by ':1.119' (uid=1000 
pid=2778 comm="/usr/bin/nautilus --gapplication-service " label="unconfined")
Apr 27 15:21:40 david-HP-ProBook-440-G2 systemd[1]: Starting Hostname Service...
Apr 27 15:21:40 david-HP-ProBook-440-G2 nautilus[2778]: Called "net usershare 
info" but it failed: 'net usershare' returned error 255: mkdir failed on 
directory /var/run/samba/msg.lock: Permission denied#012net usershare: cannot 
open usershare directory /var/lib/samba/usershares. Error No such file or 
directory#012Please ask your system administrator to enable user sharing.
Apr 27 15:21:40 david-HP-ProBook-440-G2 dbus-daemon[760]: [system] Successfully 
activated service 'org.freedesktop.hostname1'
Apr 27 15:21:40 david-HP-ProBook-440-G2 systemd[1]: Started Hostname Service.

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

Title:
  "Other Locations" do not automatically find Samba servers in Ubuntu
  18.04

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

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

[Bug 1767454] Re: "Windows Network" does not find Samba servers in Ubuntu 18.04

2018-04-27 Thread David Spoelstra
** Description changed:

+ Ubuntu: 18.04 clean install
  Nautilus: 1:3.26.3-0ubuntu4
  
- In Ubuntu 17.10 I could go into "Other Locations -> Windows Network" and
- my Samba servers would automatically show up. I did a clean install of
- Ubuntu 18.04 on two machines. Now, "Windows Network" immediately comes
- up with "Folder is Empty" on the two 18.04 machines and the Samba
- servers are no longer automatically found. My 17.10 machines still work
- fine.
+ The actions taken to produce the problem:
+ Click on “Other Locations” in Nautilus.
  
- However, I can still manually type in the information in "Connect to
+ The expected result of these actions:
+ Samba servers to automatically show up under “Networks”. This is the behavior 
in Ubuntu 17.10 using Nautilus 1:3.26.0-0ub. Also, clicking on “”Windows 
Network” immediately shows "Folder is Empty".
+ 
+ The actual result of these actions:
+ The Samba servers never show up under “Networks” and clicking on "Windows 
Network" always immediately comes up with "Folder is Empty".
+ 
+ Further information:
+ This happens on both machines with a clean Ubuntu 18.04 install. My Ubuntu 
17.10 machines still work like expected.
+ 
+ I can still manually type in the Samba information in "Connect to
  Server" and the 18.04 machines connect just fine.
  
- It's the "automatically finding the servers" part that is no longer
- working.
  
  From syslog:
  Apr 27 13:49:34 david-HP-ProBook-440-G2 dbus-daemon[1333]: [session uid=1000 
pid=1333] Activating service name='org.gnome.Nautilus' requested by ':1.13' 
(uid=1000 pid=1468 comm="/usr/bin/gnome-shell " label="unconfined")
  Apr 27 13:49:34 david-HP-ProBook-440-G2 dbus-daemon[1333]: [session uid=1000 
pid=1333] Successfully activated service 'org.gnome.Nautilus'
  Apr 27 13:49:35 david-HP-ProBook-440-G2 dbus-daemon[754]: [system] Activating 
via systemd: service name='org.freedesktop.hostname1' 
unit='dbus-org.freedesktop.hostname1.service' requested by ':1.131' (uid=1000 
pid=4857 comm="/usr/bin/nautilus --gapplication-service " label="unconfined")
  Apr 27 13:49:35 david-HP-ProBook-440-G2 systemd[1]: Starting Hostname 
Service...
  Apr 27 13:49:35 david-HP-ProBook-440-G2 nautilus[4857]: Called "net usershare 
info" but it failed: Failed to execute child process “net” (No such file or 
directory)
  Apr 27 13:49:35 david-HP-ProBook-440-G2 dbus-daemon[754]: [system] 
Successfully activated service 'org.freedesktop.hostname1'
  Apr 27 13:49:35 david-HP-ProBook-440-G2 systemd[1]: Started Hostname Service.
  Apr 27 13:49:40 david-HP-ProBook-440-G2 gvfsd[1432]: mkdir failed on 
directory /var/cache/samba: Permission denied

** Summary changed:

- "Windows Network" does not find Samba servers in Ubuntu 18.04
+ "Other Locations" do not automatically find Samba servers in Ubuntu 18.04

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

Title:
  "Other Locations" do not automatically find Samba servers in Ubuntu
  18.04

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

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

[Bug 1767454] Re: "Windows Network" does not find Samba servers in Ubuntu 18.04

2018-04-27 Thread David Spoelstra
** Description changed:

  Nautilus: 1:3.26.3-0ubuntu4
  
  In Ubuntu 17.10 I could go into "Other Locations -> Windows Network" and
  my Samba servers would automatically show up. I did a clean install of
  Ubuntu 18.04 on two machines. Now, "Windows Network" immediately comes
  up with "Folder is Empty" on the two 18.04 machines and the Samba
  servers are no longer automatically found. My 17.10 machines still work
  fine.
  
  However, I can still manually type in the information in "Connect to
  Server" and the 18.04 machines connect just fine.
  
  It's the "automatically finding the servers" part that is no longer
  working.
  
- I suspect it's related to the problem that 18.04 is no longer
- automatically finding printers like 17.10 did either.
- 
  From syslog:
  Apr 27 13:49:34 david-HP-ProBook-440-G2 dbus-daemon[1333]: [session uid=1000 
pid=1333] Activating service name='org.gnome.Nautilus' requested by ':1.13' 
(uid=1000 pid=1468 comm="/usr/bin/gnome-shell " label="unconfined")
  Apr 27 13:49:34 david-HP-ProBook-440-G2 dbus-daemon[1333]: [session uid=1000 
pid=1333] Successfully activated service 'org.gnome.Nautilus'
  Apr 27 13:49:35 david-HP-ProBook-440-G2 dbus-daemon[754]: [system] Activating 
via systemd: service name='org.freedesktop.hostname1' 
unit='dbus-org.freedesktop.hostname1.service' requested by ':1.131' (uid=1000 
pid=4857 comm="/usr/bin/nautilus --gapplication-service " label="unconfined")
  Apr 27 13:49:35 david-HP-ProBook-440-G2 systemd[1]: Starting Hostname 
Service...
  Apr 27 13:49:35 david-HP-ProBook-440-G2 nautilus[4857]: Called "net usershare 
info" but it failed: Failed to execute child process “net” (No such file or 
directory)
  Apr 27 13:49:35 david-HP-ProBook-440-G2 dbus-daemon[754]: [system] 
Successfully activated service 'org.freedesktop.hostname1'
  Apr 27 13:49:35 david-HP-ProBook-440-G2 systemd[1]: Started Hostname Service.
  Apr 27 13:49:40 david-HP-ProBook-440-G2 gvfsd[1432]: mkdir failed on 
directory /var/cache/samba: Permission denied

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

Title:
  "Windows Network" does not find Samba servers in Ubuntu 18.04

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

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

[Bug 1767454] [NEW] "Windows Network" does not find Samba servers in Ubuntu 18.04

2018-04-27 Thread David Spoelstra
Public bug reported:

Nautilus: 1:3.26.3-0ubuntu4

In Ubuntu 17.10 I could go into "Other Locations -> Windows Network" and
my Samba servers would automatically show up. I did a clean install of
Ubuntu 18.04 on two machines. Now, "Windows Network" immediately comes
up with "Folder is Empty" on the two 18.04 machines and the Samba
servers are no longer automatically found. My 17.10 machines still work
fine.

However, I can still manually type in the information in "Connect to
Server" and the 18.04 machines connect just fine.

It's the "automatically finding the servers" part that is no longer
working.

I suspect it's related to the problem that 18.04 is no longer
automatically finding printers like 17.10 did either.

>From syslog:
Apr 27 13:49:34 david-HP-ProBook-440-G2 dbus-daemon[1333]: [session uid=1000 
pid=1333] Activating service name='org.gnome.Nautilus' requested by ':1.13' 
(uid=1000 pid=1468 comm="/usr/bin/gnome-shell " label="unconfined")
Apr 27 13:49:34 david-HP-ProBook-440-G2 dbus-daemon[1333]: [session uid=1000 
pid=1333] Successfully activated service 'org.gnome.Nautilus'
Apr 27 13:49:35 david-HP-ProBook-440-G2 dbus-daemon[754]: [system] Activating 
via systemd: service name='org.freedesktop.hostname1' 
unit='dbus-org.freedesktop.hostname1.service' requested by ':1.131' (uid=1000 
pid=4857 comm="/usr/bin/nautilus --gapplication-service " label="unconfined")
Apr 27 13:49:35 david-HP-ProBook-440-G2 systemd[1]: Starting Hostname Service...
Apr 27 13:49:35 david-HP-ProBook-440-G2 nautilus[4857]: Called "net usershare 
info" but it failed: Failed to execute child process “net” (No such file or 
directory)
Apr 27 13:49:35 david-HP-ProBook-440-G2 dbus-daemon[754]: [system] Successfully 
activated service 'org.freedesktop.hostname1'
Apr 27 13:49:35 david-HP-ProBook-440-G2 systemd[1]: Started Hostname Service.
Apr 27 13:49:40 david-HP-ProBook-440-G2 gvfsd[1432]: mkdir failed on directory 
/var/cache/samba: Permission denied

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

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

Title:
  "Windows Network" does not find Samba servers in Ubuntu 18.04

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

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

[Bug 1689825] Re: gnome-keyring not unlocked on boot

2017-07-22 Thread David Spoelstra
$ sudo apt-get remove --purge dbus-user-session

followed by a reboot fixed it!

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

Title:
  gnome-keyring not unlocked on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/dbus/+bug/1689825/+subscriptions

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