[Bug 1705369] Re: Ubuntu 17.10/18.04 boots to black screen when using Nvidia drivers (on a desktop with an Intel GPU)

2018-08-07 Thread Daniel van Vugt
** Description changed:

  Ubuntu 17.10 boots to black screen when using Nvidia drivers (on a
  desktop with an Intel GPU)
  
  WORKAROUNDS:
  
- * Disable integrated graphics/GPU in your BIOS.
+ * Disable integrated graphics/GPU in your BIOS; or
  
- * Add 'nomodeset' to your kernel command line.
- 
+ * Add 'nomodeset' to your kernel cmdline in /etc/default/grub and then
+   run:  sudo update-initramfs
+   and reboot.
  
  ORIGINAL DESCRIPTION:
  
  This bug is very similar to
  https://bugs.launchpad.net/ubuntu-gnome/+bug/1559576
  which is closed. I have been asked to open a new bug report.
  
  The issue is on Ubuntu 17.10 with gdm3 fully updated as of July 20,
  2017. I upgraded to 17.10 from a freshly installed Ubuntu 17.04.
  
  - Lightdm works
  - Nouveau driver works
  - Nvidia driver 375.66 (proprietary) does not work
  - Nvidia driver 384.47 (open source) does not work (from 
https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa)
  - Nvidia drivers work with Ubuntu Gnome 17.04
  
  I am using Nvidia GTX 1080 and Intel i7-4790K
  
  lsb_release -rd:
  Description:  Ubuntu Artful Aardvark (development branch)
  Release:  17.10
  
  apt-cache policy gnome-shell:
  gnome-shell:
    Installed: 3.24.2-0ubuntu7
    Candidate: 3.24.2-0ubuntu7
    Version table:
   *** 3.24.2-0ubuntu7 500
  500 http://sa.archive.ubuntu.com/ubuntu artful/main amd64 Packages
  100 /var/lib/dpkg/status
  
  uname -s -r -v -p -i -o:
  Linux 4.11.0-11-generic #16-Ubuntu SMP Wed Jul 12 20:40:19 UTC 2017 x86_64 
x86_64 GNU/Linux

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

Title:
  Ubuntu 17.10/18.04 boots to black screen when using Nvidia drivers (on
  a desktop with an Intel GPU)

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

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

[Bug 1723857] Re: onscreen keyboard appears whenever i touch touchscreen

2018-08-07 Thread tom
It's mostly fixed. Occasionally, a bunch of button or gesture spazzes
can bring up Caribou, but in general, it's fixed. I couldn't reproduce
the flukey times where Caribou pops up. When I just touch the
touchscreen, Caribou doesn't pop up anymore.

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

Title:
  onscreen keyboard appears whenever i touch touchscreen

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

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

[Bug 1779051] Re: /usr/bin/gnome-control-center:11:gtk_container_remove:update_output_settings:on_amplify_changed:g_closure_invoke:signal_emit_unlocked_R

2018-08-07 Thread Robert Ancell
** Changed in: gnome-control-center (Ubuntu Bionic)
   Status: Triaged => Fix Committed

** Changed in: gnome-control-center (Ubuntu Cosmic)
   Status: Fix Committed => Fix Released

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

Title:
  /usr/bin/gnome-control-
  
center:11:gtk_container_remove:update_output_settings:on_amplify_changed:g_closure_invoke:signal_emit_unlocked_R

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

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

[Bug 1738676] Re: With natural scrolling, horizontal sliders behave backwards

2018-08-07 Thread Daniel van Vugt
** Also affects: gtk+3.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gtk+3.0 (Ubuntu)
   Status: New => Confirmed

** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided => Low

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

Title:
  With natural scrolling, horizontal sliders behave backwards

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

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

[Bug 1738676] Re: With natural scrolling, horizontal sliders behave backwards

2018-08-07 Thread Cubic PPA
SCROLLED WINDOWS AND NATURAL SCROLLING
---

For scrolled windows, the input from the track-pad reverses...

  With natural scrolling DISABLED:
  - Sliding fingers down on a track-pad, slides the view down
  - Sliding fingers up on a track-pad, slides the view up

  And with natural scrolling ENABLED:
  - Sliding fingers down on a track-pad, slides the view up 
  - Sliding fingers up on a track-pad, slides the view down 

"Flipping" the behavior of a scrolled window based on whether or not
natural scrolling is set, makes a lot of sense. That is how it should
work.


VOLUME CONTROL AND NATURAL SCROLLING
---

However, "flipping" the behavior of a volume control, based on whether
or not natural scrolling is set, *does not* make sense. Volume should
always go up, when you slide up. Volume should always go down, when you
slide down.

For volume control, the input from the track-pad should NOT reverse...

  With natural scrolling DISABLED:
  - Sliding fingers down on a track-pad, should cause volume to decrease
  - Sliding fingers up on a track-pad, should cause volume to increase

  With natural scrolling ENABLED:
  - Sliding fingers down on a track-pad, should STILL cause volume to decrease
  - Sliding fingers up on a track-pad, should STILL cause volume to increase


PROPOSED SOLUTION
---

In order to resolve this issue, I think we can apply the following rule:

  If
org.gnome.desktop.peripherals.touchpad natural-scroll = true

  Then
GtkVolumeButton widget should reverse the scroll event input

Essentially, the widget itself would undo the "flip" caused by setting
natural-scrolling. Of course, if natural scrolling isn't set, the widget
would behave as it normally does.

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

Title:
  With natural scrolling, horizontal sliders behave backwards

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

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

[Bug 1723857] Re: onscreen keyboard appears whenever i touch touchscreen

2018-08-07 Thread Daniel van Vugt
Cruz, since this bug is declared as fixed in 18.04 it's probably best to
open a new bug by running:

  ubuntu-bug gnome-shell

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

Title:
  onscreen keyboard appears whenever i touch touchscreen

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

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

[Bug 1738676] Re: With natural scrolling, horizontal sliders behave backwards

2018-08-07 Thread Daniel van Vugt
** Tags added: bioni

** Tags removed: bioni
** Tags added: bionic

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

Title:
  With natural scrolling, horizontal sliders behave backwards

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

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

[Bug 1723857] Re: onscreen keyboard appears whenever i touch touchscreen

2018-08-07 Thread Cruz Fernandez
I'm experiencing still this issue on my Dell XPS 15 9550 with updated
software and Ubuntu 18.04.1:

$ dpkg -l |grep " gnome-shell " 
ii  gnome-shell  
3.28.2-0ubuntu0.18.04.1 amd64graphical shell for 
the GNOME desktop

Maybe I'm testing something wrong?

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

Title:
  onscreen keyboard appears whenever i touch touchscreen

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

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

[Bug 1738676] Re: With natural scrolling, horizontal sliders behave backwards

2018-08-07 Thread Cubic PPA
This issues is still present in Ubuntu 18.04.

$ lsb_release --all
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.1 LTS
Release:18.04
Codename:   bionic

$ gnome-shell --version
GNOME Shell 3.28.2


** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  With natural scrolling, horizontal sliders behave backwards

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

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

[Bug 1785818] Re: network indicator icon disappears randomly in Ubuntu 18.04

2018-08-07 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1774957 ***
https://bugs.launchpad.net/bugs/1774957

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1774957, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1774957
   Network icons in status menu disappearing

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

Title:
  network indicator icon disappears randomly in Ubuntu 18.04

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

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

[Bug 1785834] Re: Screen randomly turns black minutes after successfully login with GDM

2018-08-07 Thread Daniel van Vugt
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 1785834

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.

** Tags added: bionic

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

** Tags added: black-screen

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

Title:
  Screen randomly turns black minutes after successfully login with GDM

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

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

[Bug 1773959] Re: High CPU usage by gnome-shell when only running gnome-terminal

2018-08-07 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  High CPU usage by gnome-shell when only running gnome-terminal

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

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

[Bug 1763751] Re: Poor performance of the Wayland session in Ubuntu 18.04

2018-08-07 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1690719 ***
https://bugs.launchpad.net/bugs/1690719

** This bug is no longer a duplicate of bug 1740146
   [AMD/radeon] System slow on wayland, lagging mouse (but fast in Xorg)
** This bug has been marked a duplicate of bug 1690719
   Mouse randomly pauses/stutters in gnome shell Wayland sessions. It's not 
perfectly smooth.

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

Title:
  Poor performance of the Wayland session in Ubuntu 18.04

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

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

[Bug 1740146] Re: [AMD/radeon] System slow on wayland, lagging mouse (but fast in Xorg)

2018-08-07 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1690719 ***
https://bugs.launchpad.net/bugs/1690719

The mouse movement logic in Wayland sessions is indeed different to
Xorg. I'm working on it now. But this seems to be a duplicate of bug
1690719.

** This bug has been marked a duplicate of bug 1690719
   Mouse randomly pauses/stutters in gnome shell Wayland sessions. It's not 
perfectly smooth.

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

Title:
  [AMD/radeon] System slow on wayland, lagging mouse (but fast in Xorg)

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

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

[Bug 1508146] Re: Alt+left/right arrows switch between tty consoles (Gnome Shell vanishes), cannot disable

2018-08-07 Thread Daniel van Vugt
OK, this bug is reopened, partly because the other bug is now
unreachable (private!?).

Looking at the docs for kbd_mode makes me think this is a bug in mutter
or lightdm/gdm3...

  "This command is only meant for use (say via remote login) when
   some program left your keyboard in the wrong state."


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

** Changed in: mutter (Ubuntu)
   Importance: Undecided => High

** Changed in: mutter (Ubuntu)
   Status: New => Confirmed

** Tags added: bionic xenial

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

** Changed in: gdm3 (Ubuntu)
   Importance: Undecided => High

** Changed in: lightdm (Ubuntu)
   Importance: Undecided => High

** Changed in: gdm3 (Ubuntu)
   Status: New => Confirmed

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

Title:
  Alt+left/right arrows switch between tty consoles (Gnome Shell
  vanishes), cannot disable

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

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

[Bug 133656] Re: Synchronising Tomboy via Webdav doesn't work

2018-08-07 Thread Rüdiger Kupper
wdfs is still not in the Ubuntu repos per bionic (18.04) and WebDAV sync
is still not working.

** Tags added: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/133656

Title:
  Synchronising Tomboy via Webdav doesn't work

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

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

[Bug 1490918] Re: counting bits is hard

2018-08-07 Thread spm2011
** Tags added: bionic

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

Title:
  counting bits is hard

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

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

[Bug 1685754] Re: gnome-terminal unduly forces umask=0022

2018-08-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: dbus (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/1685754

Title:
  gnome-terminal unduly forces umask=0022

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

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

[Bug 1766890] Re: package gnome-menus 3.13.3-6ubuntu3.1 failed to install/upgrade: triggers looping, abandoned

2018-08-07 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-release-upgrader - 1:18.10.7

---
ubuntu-release-upgrader (1:18.10.7) cosmic; urgency=medium

  * Upgrade libc6 before other packages to work around trigger issues
(LP: #1766890)

 -- Julian Andres Klode   Tue, 07 Aug 2018 23:01:50
+0200

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  package gnome-menus 3.13.3-6ubuntu3.1 failed to install/upgrade:
  triggers looping, abandoned

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1766890/+subscriptions

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

[Bug 1560286] Re: Evince displays pdf file fine, but prints colors inverted

2018-08-07 Thread Jiří Vyskočil
Two possibly related upstream bugs:

https://gitlab.gnome.org/GNOME/evince/issues/912

https://bugs.freedesktop.org/show_bug.cgi?id=105294

** Bug watch added: freedesktop.org Bugzilla #105294
   https://bugs.freedesktop.org/show_bug.cgi?id=105294

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

Title:
  Evince displays pdf file fine, but prints colors inverted

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

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

[Bug 1508146] Re: Alt+left/right arrows switch between tty consoles (Gnome Shell vanishes), cannot disable

2018-08-07 Thread James Carnegie
Confirmed that a recent update to my 18.04.1 machine has caused this
issue.

Also confirmed that running `sudo kbd_mode -s` resolves the issue (at
least temporarily).

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

Title:
  Alt+left/right arrows switch between tty consoles (Gnome Shell
  vanishes), cannot disable

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

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

[Bug 1766890] Re: package gnome-menus 3.13.3-6ubuntu3.1 failed to install/upgrade: triggers looping, abandoned

2018-08-07 Thread Steve Langasek
** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Triaged => In Progress

** Changed in: ubuntu-release-upgrader (Ubuntu Bionic)
   Status: Triaged => In Progress

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

Title:
  package gnome-menus 3.13.3-6ubuntu3.1 failed to install/upgrade:
  triggers looping, abandoned

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1766890/+subscriptions

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

[Bug 1740146] Re: [AMD/radeon] System slow on wayland, lagging mouse (but fast in Xorg)

2018-08-07 Thread lotuspsychje
updated system to 18.04.1 all to latest @ 7/8/18
lags are still persistent when launching programs mouse stutters
overall system lagging, moving mousearrow fast, it stays behind

xorg works fine & fast still

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

Title:
  [AMD/radeon] System slow on wayland, lagging mouse (but fast in Xorg)

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

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

[Bug 1718653] Re: [radeon] Windows buttons gone, and titlebars are black, on specific programs on 17.10

2018-08-07 Thread lotuspsychje
The bug vanished after an update (cannot check anymore wich one)
i cannot reproduce it on ubuntu 18.04 anymore


** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  [radeon] Windows buttons gone, and titlebars are black, on specific
  programs on 17.10

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

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

[Bug 1780986] Re: Boot stuck at ubuntu logo gnome display manager

2018-08-07 Thread lotuspsychje
Cannot be reproduced anymore on my 18.04.1 anymore @ 7/8/18

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

Title:
  Boot stuck at ubuntu logo gnome display manager

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

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

[Bug 1779871] Re: Ubuntu automatically suspends the laptop for the background user when switching back to it from the foreground user.

2018-08-07 Thread Jeremy Bicha
** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  Ubuntu automatically suspends the laptop for the background user when
  switching back to it from the foreground user.

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

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

[Bug 1785855] [NEW] Update adwaita-icon-theme to 3.29.90

2018-08-07 Thread Andrea Azzarone
Public bug reported:

Update adwaita-icon-theme to 3.29.90

** Affects: adwaita-icon-theme (Ubuntu)
 Importance: Wishlist
 Status: New


** Tags: upgrade-software-version

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

Title:
  Update adwaita-icon-theme to 3.29.90

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adwaita-icon-theme/+bug/1785855/+subscriptions

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

[Bug 1566870] Re: banshee & rhythmbox crashes at startup with Google Drive mounted

2018-08-07 Thread Alexander Vinbæk Strand
Ok, can someone test this again to reproduce the bug but with iPod
integration disabled in Rhythmbox/Banshee?

Does it crash or not?

If not, maybe we have found the problem.


** Changed in: rhythmbox (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  banshee & rhythmbox crashes at startup with Google Drive mounted

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

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

[Bug 1566870] Re: banshee & rhythmbox crashes at startup with Google Drive mounted

2018-08-07 Thread Alexander Vinbæk Strand
Ok, so it means that the bug is in the iPod/iPhone/iPad library for
Ubuntu.

Then it maybe will affect all programs that use that library not just
Rhythmbox & Banshee?



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

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

Title:
  banshee & rhythmbox crashes at startup with Google Drive mounted

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

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

[Bug 1785834] [NEW] Screen randomly turns black minutes after successfully login with GDM

2018-08-07 Thread Eduardo Medina
Public bug reported:

Hi, Daniel van Vugt asked me to fill a new bug for the problem I have
after he replied me in this old problem with GDM.
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1705369

First, I will show the basic configuration of my desktop computer:
-Motherboard: ROG STRIX X370-F GAMING.
-CPU: Ryzen 7 1700.
-GPU: GTX 1050 2GB from MSI.
-Sound: Xonar DSX with ALC1220 of the motherboard deactivated.

Well, the problem I have ocurrs randomly and I saw it in Ubuntu 17.10
and 18.04. In the prior version I get the typical “stopping user manager
for uid” message, but in the most recent version I only see some
information about storage I always see in the system boot, nothing
apparently bad. I always use the official NVIDIA blob driver from the
Proprietary GPU Drivers PPA, but the I also saw the bug in drivers
provided by Ubuntu’s repositories.

I used Linux Mint 19 for one month and I didn’t see the bug, so I think
that origin is from Ubuntu’s stack. I suspect of two components and
three possibilities:

-GDM.
-NVIDIA Prime.
-Both combinanted.

I’m trying a workaround setting nomodeset in the file
“/etc/default/grub”. The line:

-
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
-

Is now:

-
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
-

After modify the file I executed the “sudo update-grub” command.

Until now I didn’t see the bug again, but it’s too early to make sure.
If I don’t see the bug again in two months I will declare the bug solved
for me, but this is not the "out of the box" behavior you expect from a
system like Ubuntu.

Sorry if my English is hard to understand.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Screen randomly turns black minutes after successfully login with GDM

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

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

[Bug 1652179] Re: gnome-tweak-tool "Show location of pointer" (now "Pointer Location") does not work under Wayland

2018-08-07 Thread Jeremy Bicha
** Changed in: ubuntu-gnome
   Status: Incomplete => Confirmed

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => Confirmed

** Changed in: gnome-tweak-tool (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  gnome-tweak-tool "Show location of pointer" (now "Pointer Location")
  does not work under Wayland

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

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

[Bug 1785775] Re: New 2.42 version

2018-08-07 Thread Jeremy Bicha
I think rust itself may be fine but we didn't want it for 18.04 LTS.

The bigger problem is that the new version doesn't compile everywhere that we 
need it to:
https://buildd.debian.org/status/package.php?p=librsvg=experimental

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

Title:
  New 2.42 version

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

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

[Bug 1779051] Re: /usr/bin/gnome-control-center:11:gtk_container_remove:update_output_settings:on_amplify_changed:g_closure_invoke:signal_emit_unlocked_R

2018-08-07 Thread Will Cooke
Bump

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

Title:
  /usr/bin/gnome-control-
  
center:11:gtk_container_remove:update_output_settings:on_amplify_changed:g_closure_invoke:signal_emit_unlocked_R

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

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

[Bug 1785819] nautilus crashed with SIGABRT in g_assertion_message_expr()

2018-08-07 Thread Apport retracing service
StacktraceTop:
 g_assertion_message (domain=0x0, file=0x560f03dd569b 
"../src/nautilus-directory.c", line=841, func=0x560f03dd5ed0 <__func__.65580> 
"add_to_hash_table", message=0x7f8be8012910 "assertion failed: 
(g_hash_table_lookup (directory->details->file_hash, name) == NULL)") at 
../../../../glib/gtestutils.c:2574
 g_assertion_message_expr () at ../../../../glib/gtestutils.c:2597
 add_to_hash_table (directory=0x560f0490b320, file=, 
node=0x560f0428e2c0) at ../src/nautilus-directory.c:840
 nautilus_directory_add_file (directory=0x560f0490b320, file=0x560f049693c0) at 
../src/nautilus-directory.c:881
 nautilus_file_get_internal (location=location@entry=0x560f0426d260, 
create=create@entry=1) at ../src/nautilus-file.c:783

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

Title:
  nautilus crashed with SIGABRT in g_assertion_message()

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

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

[Bug 1785819] ThreadStacktrace.txt

2018-08-07 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1785819/+attachment/5172579/+files/ThreadStacktrace.txt

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1785819/+attachment/5172567/+files/CoreDump.gz

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Medium

** Summary changed:

- nautilus crashed with SIGABRT in g_assertion_message_expr()
+ nautilus crashed with SIGABRT in g_assertion_message()

** Tags removed: need-amd64-retrace

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

Title:
  nautilus crashed with SIGABRT in g_assertion_message()

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

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

[Bug 1785819] Stacktrace.txt

2018-08-07 Thread Apport retracing service
** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1785819/+attachment/5172577/+files/Stacktrace.txt

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

Title:
  nautilus crashed with SIGABRT in g_assertion_message()

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

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

[Bug 1782534] Re: gnome software center shows only snaps

2018-08-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  gnome software center shows only snaps

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

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

[Bug 1785819] StacktraceSource.txt

2018-08-07 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt"
   
https://bugs.launchpad.net/bugs/1785819/+attachment/5172578/+files/StacktraceSource.txt

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

Title:
  nautilus crashed with SIGABRT in g_assertion_message()

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

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

[Bug 1785819] [NEW] nautilus crashed with SIGABRT in g_assertion_message_expr()

2018-08-07 Thread Sosha
Public bug reported:

after oopen nautilus, click on my hard external and searching...!

ProblemType: Crash
DistroRelease: Ubuntu 18.10
Package: nautilus 1:3.26.4-0ubuntu2
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.10-0ubuntu7
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Tue Aug  7 17:43:41 2018
ExecutablePath: /usr/bin/nautilus
GsettingsChanges:
 b'org.gnome.nautilus.window-state' b'sidebar-width' b'235'
 b'org.gnome.nautilus.window-state' b'geometry' b"'942x494+341+27'"
 b'org.gnome.nautilus.icon-view' b'default-zoom-level' b"'standard'"
InstallationDate: Installed on 2018-04-19 (109 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Beta amd64 (20180404)
ProcCmdline: /usr/bin/nautilus --gapplication-service
ProcEnviron:
 XDG_RUNTIME_DIR=
 SHELL=/usr/bin/zsh
 PATH=(custom, user)
 LANG=en_US.UTF-8
Signal: 6
SourcePackage: nautilus
StacktraceTop:
 ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
 g_assertion_message_expr () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
 ?? ()
 nautilus_directory_add_file ()
 ?? ()
Title: nautilus crashed with SIGABRT in g_assertion_message_expr()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo
usr_lib_nautilus:

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


** Tags: amd64 apport-crash cosmic need-amd64-retrace

** Information type changed from Private to Public

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

Title:
  nautilus crashed with SIGABRT in g_assertion_message_expr()

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

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

[Bug 1785818] [NEW] network indicator icon disappears randomly in Ubuntu 18.04

2018-08-07 Thread Ahmad Amr
Public bug reported:

Randomly, the network indicator icon disappears from the top panel in
Ubuntu 18.04, as in the attached screenshot, although my wired and
wireless networks are already connected.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Screenshot from 2018-08-07 15-50-33.png"
   
https://bugs.launchpad.net/bugs/1785818/+attachment/5172566/+files/Screenshot%20from%202018-08-07%2015-50-33.png

** Summary changed:

- network icon disappears
+ network icon disappears randomly in Ubuntu 18.04

** Summary changed:

- network icon disappears randomly in Ubuntu 18.04
+ network indicator icon disappears randomly in Ubuntu 18.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/1785818

Title:
  network indicator icon disappears randomly in Ubuntu 18.04

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

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

[Bug 1785818] Re: network indicator icon disappears randomly in Ubuntu 18.04

2018-08-07 Thread Ahmad Amr
I am using gnome-shell 3.28.2 (the default one) on a fully updated (as
of today) Ubuntu 18.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/1785818

Title:
  network indicator icon disappears randomly in Ubuntu 18.04

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

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

[Bug 1785806] Re: Update gnome-disk-utility to 3.29.90

2018-08-07 Thread Andrea Azzarone
** Summary changed:

- Update to 3.29.90
+ Update gnome-disk-utility to 3.29.90

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

Title:
  Update gnome-disk-utility to 3.29.90

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

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

[Bug 1785802] Re: Update gnome-calculator to 3.29.90

2018-08-07 Thread Andrea Azzarone
** Summary changed:

- Update to 3.29.90
+ Update gnome-calculator to 3.29.90

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

Title:
  Update gnome-calculator to 3.29.90

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

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

[Bug 1785802] [NEW] Update to 3.29.90

2018-08-07 Thread Andrea Azzarone
Public bug reported:

Update gnome-calcualtor to 3.29.90

** Affects: gnome-calculator (Ubuntu)
 Importance: Wishlist
 Assignee: Andrea Azzarone (azzar1)
 Status: In Progress


** Tags: upgrade-software-version

** Changed in: gnome-calculator (Ubuntu)
   Status: New => In Progress

** Changed in: gnome-calculator (Ubuntu)
 Assignee: (unassigned) => Andrea Azzarone (azzar1)

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

Title:
  Update to 3.29.90

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

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

[Bug 1785806] [NEW] Update to 3.29.90

2018-08-07 Thread Andrea Azzarone
Public bug reported:

Update to 3.29.90

** Affects: gnome-disk-utility (Ubuntu)
 Importance: Wishlist
 Assignee: Andrea Azzarone (azzar1)
 Status: In Progress


** Tags: upgrade-software-version

** Changed in: gnome-disk-utility (Ubuntu)
 Assignee: (unassigned) => Andrea Azzarone (azzar1)

** Changed in: gnome-disk-utility (Ubuntu)
   Status: New => In Progress

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

Title:
  Update to 3.29.90

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

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

[Bug 1785802] Re: Update to 3.29.90

2018-08-07 Thread Andrea Azzarone
** Summary changed:

- Update gnome-calcualtor to 3.29.90
+ Update to 3.29.90

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

Title:
  Update to 3.29.90

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

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

[Bug 1785803] [NEW] Update file-roller to 3.29.90

2018-08-07 Thread Andrea Azzarone
Public bug reported:

Update file-roller to 3.29.90

** Affects: file-roller (Ubuntu)
 Importance: Wishlist
 Assignee: Andrea Azzarone (azzar1)
 Status: In Progress


** Tags: upgrade-software-version

** Changed in: file-roller (Ubuntu)
   Status: New => In Progress

** Changed in: file-roller (Ubuntu)
 Assignee: (unassigned) => Andrea Azzarone (azzar1)

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

Title:
  Update file-roller to 3.29.90

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1785803/+subscriptions

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

[Bug 1785805] [NEW] Update to 3.29.90

2018-08-07 Thread Andrea Azzarone
*** This bug is a duplicate of bug 1785802 ***
https://bugs.launchpad.net/bugs/1785802

Public bug reported:

Update to 3.29.90

** Affects: gnome-calculator (Ubuntu)
 Importance: Wishlist
 Assignee: Andrea Azzarone (azzar1)
 Status: In Progress


** Tags: upgrade-software-version

** Changed in: gnome-calculator (Ubuntu)
   Status: New => In Progress

** Changed in: gnome-calculator (Ubuntu)
 Assignee: (unassigned) => Andrea Azzarone (azzar1)

** This bug has been marked a duplicate of bug 1785802
   Update to 3.29.90

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

Title:
  Update to 3.29.90

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

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

[Bug 1280300] Re: Desktop contents displayed on resume, before lock screen is shown

2018-08-07 Thread Michal
I experience the same bug I am running a freshly installed Ubuntu 18.04
with unity.

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

Title:
  Desktop contents displayed on resume, before lock screen is shown

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

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

[Bug 830348] Re: desktop contents briefly visible on resume from suspend before lock dialog

2018-08-07 Thread Michal
*** This bug is a duplicate of bug 1280300 ***
https://bugs.launchpad.net/bugs/1280300

I experience the same bug I am running a freshly installed Ubuntu 18.04
with unity.

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

Title:
  desktop contents briefly visible on resume from suspend before lock
  dialog

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

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

[Bug 1566870] Re: banshee & rhythmbox crashes at startup with Google Drive mounted

2018-08-07 Thread Ville Ranki
Happened to me on up to date Ubuntu.

I've got a google drive mounted and Rhythmbox freezes on startup. Stack
trace:


(gdb) bt full
#0  0x763bc247 in __access (file=0x569c0770 
"/run/user/1000/gvfs/google-drive:host=gmail.com,user=yyy/iTunes_Control", 
type=0) at ../sysdeps/unix/sysv/linux/access.c:27
resultvar = 18446744073709551614
#1  0x768f3ccf in g_file_test () at 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fffbea236b0 in itdb_resolve_path () at 
/usr/lib/x86_64-linux-gnu/libgpod.so.4
#3  0x7fffbea26d28 in itdb_get_control_dir () at 
/usr/lib/x86_64-linux-gnu/libgpod.so.4
#4  0x7fffbea26d93 in  () at /usr/lib/x86_64-linux-gnu/libgpod.so.4
#5  0x7fffbec831c5 in rb_ipod_helpers_is_ipod ()
at /usr/lib/x86_64-linux-gnu/rhythmbox/plugins/ipod/libipod.so
#6  0x7fffbec88430 in  () at 
/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/ipod/libipod.so
#7  0x710bedae in ffi_call_unix64 () at 
/usr/lib/x86_64-linux-gnu/libffi.so.6
#8  0x710be71f in ffi_call () at /usr/lib/x86_64-linux-gnu/libffi.so.6
#9  0x76be2761 in g_cclosure_marshal_generic ()
at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#10 0x76be1f6d in g_closure_invoke () at 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#11 0x76bf4d3e in  () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#12 0x76bfcd8f in g_signal_emit_valist () at 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#13 0x76bfde0f in g_signal_emit () at 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#14 0x77aab7aa in  () at 
/usr/lib/x86_64-linux-gnu/librhythmbox-core.so.10
#15 0x77aac439 in rb_removable_media_manager_scan ()
at /usr/lib/x86_64-linux-gnu/librhythmbox-core.so.10
#16 0x77aacd3d in  () at 
/usr/lib/x86_64-linux-gnu/librhythmbox-core.so.10
#17 0x769080f5 in g_main_context_dispatch () at 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#18 0x769084c0 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#19 0x7690854c in g_main_context_iteration () at 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#20 0x737e7d2d in g_application_run () at 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#21 0x77aa0b09 in rb_application_run () at 
/usr/lib/x86_64-linux-gnu/librhythmbox-core.so.10
#22 0x4d57 in main ()

Ubuntu 18.04, Rhythmbox 3.4.2-4ubuntu1.

Bug might be in libgpod also.

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

Title:
  banshee & rhythmbox crashes at startup with Google Drive mounted

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

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

[Bug 1773959] Re: High CPU usage by gnome-shell when only running gnome-terminal

2018-08-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  High CPU usage by gnome-shell when only running gnome-terminal

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

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

[Bug 1785789] [NEW] Update to 3.29.90

2018-08-07 Thread Iain Lane
Public bug reported:

Do it

** Affects: gdm3 (Ubuntu)
 Importance: Undecided
 Assignee: Iain Lane (laney)
 Status: In Progress


** Tags: upgrade-software-version

** Changed in: gdm3 (Ubuntu)
   Status: New => In Progress

** Changed in: gdm3 (Ubuntu)
 Assignee: (unassigned) => Iain Lane (laney)

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

Title:
  Update to 3.29.90

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

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

[Bug 1766890] Re: package gnome-menus 3.13.3-6ubuntu3.1 failed to install/upgrade: triggers looping, abandoned

2018-08-07 Thread Julian Andres Klode
** Also affects: ubuntu-release-upgrader (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gnome-menus (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-release-upgrader (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-release-upgrader (Ubuntu Bionic)
   Status: New => Triaged

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: New => Triaged

** Changed in: ubuntu-release-upgrader (Ubuntu Xenial)
   Status: New => Invalid

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

Title:
  package gnome-menus 3.13.3-6ubuntu3.1 failed to install/upgrade:
  triggers looping, abandoned

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1766890/+subscriptions

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

[Bug 1780390] Re: gedit - incorrect print preview - 2 pages per side

2018-08-07 Thread William Tobin
Only the preview appears affected; the actual printing is OK e.g. 2
pages per side in Vlad's example

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

Title:
  gedit - incorrect print preview - 2 pages per side

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

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

[Bug 1780390] Re: gedit - incorrect print preview - 2 pages per side

2018-08-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gedit (Ubuntu)
   Status: New => Confirmed

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

Title:
  gedit - incorrect print preview - 2 pages per side

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

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

[Bug 1766890] Re: package gnome-menus 3.13.3-6ubuntu3.1 failed to install/upgrade: triggers looping, abandoned

2018-08-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~juliank/ubuntu-release-upgrader/upgrade-libc-first

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

Title:
  package gnome-menus 3.13.3-6ubuntu3.1 failed to install/upgrade:
  triggers looping, abandoned

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1766890/+subscriptions

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

[Bug 1785775] [NEW] New 2.42 version

2018-08-07 Thread Sebastien Bacher
Public bug reported:

There is a new upstream version available but it depends on a new
toolchain which we don't want yet

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


** Tags: upgrade-software-version version-blocked

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

Title:
  New 2.42 version

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

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

[Bug 1785600] Re: Natural scrolling is only applied in one direction (vertical)

2018-08-07 Thread Daniel van Vugt
No problem. I actually assumed it was still broken at first, since it
used to be. But it was a pleasant surprise to find fully working.

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

Title:
  Natural scrolling is only applied in one direction (vertical)

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

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

[Bug 1785600] Re: Natural scrolling is only applied in one direction (vertical)

2018-08-07 Thread Vincent
@vanvugt Aaargh OK, on the one hand I knew that, on the other hand
apparently my intuition is completely messed up. I don't know why that
is, anyway, it seems to indeed work as intended. Sorry for bothering
you.

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Natural scrolling is only applied in one direction (vertical)

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

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