[Bug 1681970] Re: gnome-calendar with google account only can start from terminal, no launchers works

2017-04-15 Thread Jeremy Bicha
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please execute the following command only once, as it will 
automatically gather debugging information, in a terminal:
apport-collect 1681970

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Changed in: gnome-calendar (Ubuntu)
   Status: New => Incomplete

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

Title:
  gnome-calendar with google account only can start  from terminal, no
  launchers works

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

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


[Bug 1681970] Re: gnome-calendar with google account only can start from terminal, no launchers works

2017-04-15 Thread Jeremy Bicha
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please execute the following command only once, as it will 
automatically gather debugging information, in a terminal:
apport-collect BUGNUMBER

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

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

Title:
  gnome-calendar with google account only can start  from terminal, no
  launchers works

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

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


[Bug 1683094] [NEW] Upgrade conflict DNS broken between Network Manager and systemd-resolved

2017-04-15 Thread Brian Burch
Public bug reported:

After upgrading my laptop from 16.10 ubuntu studio to 17.04, no DNS
names could be resolved with either an ethernet or wifi connection.
Something as simple as "ping myOtherHost" failed...

The Zesty 17.04 release notes clearly state "The default DNS resolver is
now systemd-resolved", but there is NO warning that this change will
break many mature and working NetworkManager configurations.

NetworkManager is still started by systemd, but it seems to be oblivious
to the presence of systemd-resolved, which in my case had over-written
the /etc/resolv.conf symlink created by NM.

There is a lot of relevant but confusing posts out there, some for
earlier releases of ubuntu. I managed to fight my way through the
problem, but I suspect many people will be stuck and become angry.

In particular, anyone who upgrades a working NM system with a
configuration that is too complex for systemd-resolved (wifi seems to be
the obvious problem area) won't even be able to search the internet for
known problems unless he or she has access to a different computer!

The circumvention is fairly simple and is documented elsewhere... the
user MUST prevent systemd-resolved ever running and then repair Network
Manager if it has been left damaged after the upgrade.

First, prevent systemd-resolved from ever running:
sudo systemctl stop systemd-resolved
sudo systemctl disable systemd-resolved
sudo systemctl mask systemd-resolved
(yes, that is correct. Without the mask "something" re-enabled it on my system!)

Second (belts and braces), get NetworkManager re-configured properly:
sudo apt-get install --reinstall network-manager
(I think this was the trigger that re-enabled systemd-resolved, but can't be 
sure).

Third, fix NetworkManager if DNS names are still not resolved properly:
dpkg -l dnsmasq-base (make sure its status is "ii" meaning properly 
installed)
edit /etc/NetworkManager/NetworkManager.conf and make sure "dns=dnsmasq" is 
in the [Main] section.

Reboot and confirm your NM connections work and DNS resolution is
working properly. (/etc/resolv.conf should be a soft link to
/var/run/NetworkManager/resolv.conf and "ps aux | grep dns" should
confirm dnsmasq is running.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: systemd 232-21ubuntu2
ProcVersionSignature: Ubuntu 4.10.0-19.21-lowlatency 4.10.8
Uname: Linux 4.10.0-19-lowlatency x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CurrentDesktop: XFCE
Date: Sun Apr 16 11:28:13 2017
InstallationDate: Installed on 2016-06-04 (315 days ago)
InstallationMedia: Ubuntu-Studio 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
Lsusb:
 Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 003: ID 0c45:6417 Microdia Integrated Webcam
 Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. Studio 1558
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-19-lowlatency 
root=UUID=5236cad2-f68b-4cf0-93d2-0f725e609514 ro quiet splash vt.handoff=7
SourcePackage: systemd
UpgradeStatus: Upgraded to zesty on 2017-04-14 (1 days ago)
dmi.bios.date: 03/30/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A12
dmi.board.name: 0874P6
dmi.board.vendor: Dell Inc.
dmi.board.version: A12
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A12
dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd03/30/2011:svnDellInc.:pnStudio1558:pvrA12:rvnDellInc.:rn0874P6:rvrA12:cvnDellInc.:ct8:cvrA12:
dmi.product.name: Studio 1558
dmi.product.version: A12
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug zesty

-- 
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/1683094

Title:
  Upgrade conflict DNS broken between Network Manager and systemd-
  resolved

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

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


[Bug 1683093] [NEW] server not found on facebook, morningstar.com, and noobslab.com even on usb stick.

2017-04-15 Thread John-bjergen
Public bug reported:

no problem on 16.04 problem with all browsers used.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: evince 3.24.0-0ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
Uname: Linux 4.10.0-19-generic x86_64
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity:Unity7
Date: Sat Apr 15 20:50:46 2017
InstallationDate: Installed on 2015-04-24 (722 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
UpgradeStatus: Upgraded to zesty on 2017-04-13 (2 days ago)

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


** Tags: amd64 apport-bug zesty

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

Title:
  server not found on facebook,morningstar.com,and noobslab.com even on
  usb stick.

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

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


[Bug 1633162] Re: Files application throws an error 'Oops! Something went wrong' when clicked on 'Recents'

2017-04-15 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed => Fix Released

-- 
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/1633162

Title:
  Files application throws an error 'Oops! Something went wrong' when
  clicked on 'Recents'

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

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


[Bug 1683066] [NEW] Broken DNS when using Three UK mobile internet (17.04 zesty)

2017-04-15 Thread Reupen Shah
Public bug reported:

When connected via 4G to Three/3 (UK), DNS lookups fail (though the
internet is otherwise working).

The connection receives the correct DNS servers, but as far as I can
work out systemd-resolve is unaware of them.

Connection info screenshot is attached.

DNS lookups time out:

$ nslookup www.bbc.co.uk
;; connection timed out; no servers could be reached

However they work when manually specifying the DNS server:

$ nslookup www.bbc.co.uk 217.171.132.0
Server: 217.171.132.0
Address:217.171.132.0#53

Non-authoritative answer:
www.bbc.co.uk   canonical name = www.bbc.net.uk.
Name:   www.bbc.net.uk
Address: 212.58.246.54
Name:   www.bbc.net.uk
Address: 212.58.244.26

Connections to IP addresses work (though redirect to a Three page at
present):

$ curl http://212.58.246.54 -v
* Rebuilt URL to: http://212.58.246.54/
*   Trying 212.58.246.54...
* TCP_NODELAY set
* Connected to 212.58.246.54 (212.58.246.54) port 80 (#0)
> GET / HTTP/1.1
> Host: 212.58.246.54
> User-Agent: curl/7.52.1
> Accept: */*
> 
< HTTP/1.1 302 Moved Temporarily
< Location: http://mbbinfo.three.co.uk/payg_mbb_data_usage2.html
< Content-Type: text/plain; charset=UTF-8
< Content-Length: 0
< 
* Curl_http_done: called premature == 0
* Connection #0 to host 212.58.246.54 left intact

Below is the output of systemd-resolve --status:

$ systemd-resolve --status
Global
 DNS Servers: 8.8.8.8
  8.8.4.4
  2001:4860:4860::
  2001:4860:4860::8844
  DNSSEC NTA: 10.in-addr.arpa
  16.172.in-addr.arpa
  168.192.in-addr.arpa
  17.172.in-addr.arpa
  18.172.in-addr.arpa
  19.172.in-addr.arpa
  20.172.in-addr.arpa
  21.172.in-addr.arpa
  22.172.in-addr.arpa
  23.172.in-addr.arpa
  24.172.in-addr.arpa
  25.172.in-addr.arpa
  26.172.in-addr.arpa
  27.172.in-addr.arpa
  28.172.in-addr.arpa
  29.172.in-addr.arpa
  30.172.in-addr.arpa
  31.172.in-addr.arpa
  corp
  d.f.ip6.arpa
  home
  internal
  intranet
  lan
  local
  private
  test

Link 4 (wlp4s0)
  Current Scopes: none
   LLMNR setting: yes
MulticastDNS setting: no
  DNSSEC setting: allow-downgrade
DNSSEC supported: yes

Link 3 (wwp0s20f0u6i12)
  Current Scopes: LLMNR/IPv4 LLMNR/IPv6
   LLMNR setting: yes
MulticastDNS setting: no
  DNSSEC setting: allow-downgrade
DNSSEC supported: yes

Link 2 (enp0s31f6)
  Current Scopes: none
   LLMNR setting: yes
MulticastDNS setting: no
  DNSSEC setting: allow-downgrade
DNSSEC supported: yes

Note: Everything works fine on Wi-Fi, this problem is only happening on
4G.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: systemd 232-21ubuntu2
ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
Uname: Linux 4.10.0-19-generic x86_64
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity:Unity7
Date: Sat Apr 15 20:54:33 2017
InstallationDate: Installed on 2017-04-08 (7 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Beta amd64 (20170407)
MachineType: LENOVO 20HDCTO1WW
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-19-generic.efi.signed 
root=UUID=88cb6912-997a-41b4-a0f8-050239177218 ro quiet splash vt.handoff=7
SourcePackage: systemd
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/29/2017
dmi.bios.vendor: LENOVO
dmi.bios.version: N1QET53W (1.28 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20HDCTO1WW
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN1QET53W(1.28):bd03/29/2017:svnLENOVO:pn20HDCTO1WW:pvrThinkPadT470:rvnLENOVO:rn20HDCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.name: 20HDCTO1WW
dmi.product.version: ThinkPad T470
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug zesty

** Attachment added: "Connection information screenshot"
   
https://bugs.launchpad.net/bugs/1683066/+attachment/4862764/+files/three-conn-info.png

-- 
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/1683066

Title:
  Broken DNS when using Three UK mobile internet (17.04 zesty)

To manage notifications about this bug go to:

Re: [Bug 1274193] Re: Nautilus Extract Here interprets backslashes as characters not directories

2017-04-15 Thread Martin Wildam
Update: Not a problem of FileRoller - ZIP was created under Windows
using PowerShell and that thing has a bug in creating ZIPs. They use
backslashes in filenames rather than forward slashes which does not
meet the standard.

Best regards, Martin.

-- 
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/1274193

Title:
  Nautilus Extract Here interprets backslashes as characters not
  directories

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

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


[Bug 36812] Re: Keyboard layout change on hotkeys press instead of release and do not work well with shortcuts

2017-04-15 Thread tlk
I see the patch's been dropped for zesty

changelog.Debian for xserver-xorg-core says:
xorg-server (2:1.19.3-1ubuntu1) zesty; urgency=medium
  * 208_switch_on_release.diff: Dropped, doesn't work with 1.19.

There's a new patch posted to the corresponding bug on freedesktop
https://bugs.freedesktop.org/show_bug.cgi?id=865 (attachment:
https://bugs.freedesktop.org/attachment.cgi?id=129861) which is
supposedly compatible with 1.19

Could someone look at it please?
Vanilla behavior for those who used to switching input layout with something 
like Ctrl-Shift is really annoying.

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

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


[Bug 1682879] Re: gnome-software on Ubuntu 17.04 distro wont install downloaded apps

2017-04-15 Thread Amr Ibrahim
*** This bug is a duplicate of bug 1672424 ***
https://bugs.launchpad.net/bugs/1672424

** This bug has been marked a duplicate of bug 1672424
   Cannot install Debian files outside of the repositories

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

Title:
  gnome-software on Ubuntu 17.04 distro wont install downloaded apps

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

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


[Bug 36812] Re: Keyboard layout change on hotkeys press instead of release and do not work well with shortcuts

2017-04-15 Thread tlk
I'v just installed Ubuntu Mate 17.04 and this patch doesn't appear to work 
anymore - suspect it's because Xorg has moved from evdev to libinput for 
handling the issue of input.
Really would like to bring the old behavior back. If anyone knows of a solution 
I'd be grateful if you point me at it.

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

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


[Bug 1061195] Re: Evolution appears unable to create EWS or Exchange MAPI account

2017-04-15 Thread Giulio Malventi
Confirmed on Ubuntu 16.04, Evolution 3.20.5

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

Title:
  Evolution appears unable to create EWS or Exchange MAPI account

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-ews/+bug/1061195/+subscriptions

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


[Bug 1681523] Re: [Launcher] missing right click options

2017-04-15 Thread md_5
Affects me too - very annoying!
Tried replacing the gnome-terminal.desktop file with the one from Yakkety, but 
that didn't help, so I'm out of ideas.
Other applications such as Firefox have their right click options just fine.

-- 
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/1681523

Title:
  [Launcher] missing right click options

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

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


[Bug 1681523] Re: [Launcher] missing right click options

2017-04-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-terminal (Ubuntu)
   Status: New => Confirmed

-- 
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/1681523

Title:
  [Launcher] missing right click options

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

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


[Bug 1629251] Re: Some app-indicators not showing menus

2017-04-15 Thread Mark Tidd
Yes, I have this same problem with the dropbox indicator and also the
pia indicator, the latter is more important as I can no longer switch
which server I am using, so if this server I am currently using goes
awry then I am stuck. I am a relative beginner with linux so don't have
the means to fix this myself. Hope someone can fix this with some clear
instructions or an update.

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

Title:
  Some app-indicators not showing menus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appmenu-qt/+bug/1629251/+subscriptions

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