[Bug 1779890] Re: Nautilus does not use a valid Kerberos ticket when accessing Samba share

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

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

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

Title:
  Nautilus does not use a valid Kerberos ticket when accessing Samba
  share

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

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

[Bug 1666264] Re: FFe: Update gnome-terminal to 3.24 and vte to 0.48

2018-08-31 Thread Thorsten
Hi everyone,

I don't know which is the right place to post this, but the discussion
here seems to be the most appropriate for bringing this up.

I looked more into the tilix warnings. After all, the warnings seem to be 
caused by the vte lib and especially in the reverted parts.
Therefore, I downloaded the source with apt-get source libvte-2.91-0 and 
printed the arguments of line 1906 which triggers the warnings. 

#include  (at the top of the file)
printf("arguments: %d %d %d\n", g_regex_get_compile_flags(gregex),
G_REGEX_MULTILINE,
g_regex_get_compile_flags(gregex) & 
G_REGEX_MULTILINE);


So I started tilix and looked at the output:

arguments: 1 2 0

(tilix:5596): Vte-WARNING **: 10:32:57.957: (../../src/vtegtk.cc:1905):int 
vte_terminal_match_add_gregex(VteTerminal*, GRegex*, GRegexMatchFlags): runtime 
check failed: (g_regex_get_compile_flags(gregex) & G_REGEX_MULTILINE)
warning should be printed
arguments: 1 2 0

(tilix:5596): Vte-WARNING **: 10:32:57.957: (../../src/vtegtk.cc:1905):int 
vte_terminal_match_add_gregex(VteTerminal*, GRegex*, GRegexMatchFlags): runtime 
check failed: (g_regex_get_compile_flags(gregex) & G_REGEX_MULTILINE)
warning should be printed
arguments: 1 2 0

(tilix:5596): Vte-WARNING **: 10:32:57.957: (../../src/vtegtk.cc:1905):int 
vte_terminal_match_add_gregex(VteTerminal*, GRegex*, GRegexMatchFlags): runtime 
check failed: (g_regex_get_compile_flags(gregex) & G_REGEX_MULTILINE)
warning should be printed
arguments: 1 2 0

(tilix:5596): Vte-WARNING **: 10:32:57.957: (../../src/vtegtk.cc:1905):int 
vte_terminal_match_add_gregex(VteTerminal*, GRegex*, GRegexMatchFlags): runtime 
check failed: (g_regex_get_compile_flags(gregex) & G_REGEX_MULTILINE)
warning should be printed
arguments: 1 2 0

(tilix:5596): Vte-WARNING **: 10:32:57.957: (../../src/vtegtk.cc:1905):int 
vte_terminal_match_add_gregex(VteTerminal*, GRegex*, GRegexMatchFlags): runtime 
check failed: (g_regex_get_compile_flags(gregex) & G_REGEX_MULTILINE)
warning should be printed
arguments: 1 2 0

(tilix:5596): Vte-WARNING **: 10:32:57.957: (../../src/vtegtk.cc:1905):int 
vte_terminal_match_add_gregex(VteTerminal*, GRegex*, GRegexMatchFlags): runtime 
check failed: (g_regex_get_compile_flags(gregex) & G_REGEX_MULTILINE)
warning should be printed


As you can see both arguments itself are true. But why is a "bitwise and" used 
in g_warn_if_fail()? Since the first is 1 and the second 2, this causes 
0010 & 0001 ->  and the warning is triggered? 

So what I did and propose is to replace the "bitwise and" with a
"logical or". This causes that the warning is only triggered if one of
both arguments is false. -> The tilix warning is gone and everything
seems work for me!

This line is created by the ubuntu specific patch "revert-pcre2.patch"
and in this file in line 1065


Just for letting you know which part of tilix calls this function:
In the constructor in the file terminal.d the function applyPreferences() is 
called. There in the switch statement
the case SETTINGS_ALL_CUSTOM_HYPERLINK_KEY is calling loadRegex() which calls 
the vte function vte_terminal_match_add_gregex 6 times and triggers the 6 
warnings.

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

Title:
  FFe: Update gnome-terminal to 3.24 and vte to 0.48

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

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

[Bug 1720213] Re: Word moving with left-arrow-ctrl broken in wayland

2018-08-31 Thread Merlijn Sebrechts
I disagree because this is the behavior on all other DE's, on Windows
and on Mac, and on most other applications. Only a few applications
don't adhere to this, even on Wayland.

Thanks for the link, I'll post a bug there.

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

Title:
  Word moving with left-arrow-ctrl broken in wayland

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

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

[Bug 1666264] Re: FFe: Update gnome-terminal to 3.24 and vte to 0.48

2018-08-31 Thread Thorsten
i should be more precise with the file name... the specific line is in
src/vtegtk.cc line 1906

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

Title:
  FFe: Update gnome-terminal to 3.24 and vte to 0.48

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

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

[Bug 1790097] [NEW] Does not return from sleep mode. Hangs during turning off. Cannot log in in user account, system hangs

2018-08-31 Thread Aaliyah Butt
Public bug reported:

Ubuntu 18.04.01 
I updated my system from 16.04 to 18.04 and after that I am repeatedly facing 
some system bugs. 1) I turn on laptop and it shows me start page where i need 
login by my user name, i enter password it start proceed but after that it 
again shows start page, i again enter password and it than hangs at all. I turn 
off and turn on by manually hold power bottom. But in-vain this happens again 
and again atlest 4- 5 times. then it works. 2) Many times as happens that it 
goes sleep mode and after few min it does not work and black screen. also some 
times i click power off it closes all apps shows Ubuntu logo and than hangs. 
Also some times it showed me strange power off bottom and lines during start 
(pictures enclosed) 
i use Dell-Inspiron-5567 Intel® Core™ i7-7500U CPU @ 2.70GHz × 4 Intel® HD 
Graphics 620 (Kaby Lake GT2) os 64-bit

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

** Attachment added: "Screen.pdf"
   https://bugs.launchpad.net/bugs/1790097/+attachment/5182935/+files/Screen.pdf

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

Title:
  Does not return from sleep mode. Hangs during turning off. Cannot log
  in in user account, system hangs

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

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

[Bug 1786948] Re: Some shell extensions fail to load with gnome-shell 3.29

2018-08-31 Thread Bug Watch Updater
** Changed in: gnome-shell-extension-pixelsaver (Debian)
   Status: Confirmed => 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/1786948

Title:
  Some shell extensions fail to load with gnome-shell 3.29

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

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

[Bug 1790097] Re: Does not return from sleep mode. Hangs during turning off. Cannot log in in user account, system hangs

2018-08-31 Thread Aaliyah Butt
** Summary changed:

- I updated my system from 16.04 to 18.04 and after that I am repeatedly facing 
some system bugs. 1) I turn on laptop and it shows me start page where i need 
login by my user name, i enter password it start proceed but after that it 
again shows start page, i again enter password and it than hangs at all. I turn 
off and turn on by manually hold power bottom. But invain this happens again 
and again atlest 4- 5 times. then it works. 2) Many times as happens that i 
click power off it closes all apps shows Ubuntu logo and than hangs 
+ Does not return from sleep mode. Hangs during turning off. Cannot log in in 
user account, system hangs

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

Title:
  Does not return from sleep mode. Hangs during turning off. Cannot log
  in in user account, system hangs

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

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

[Bug 1720213] Re: Word moving with left-arrow-ctrl broken in wayland

2018-08-31 Thread Egmont Koblinger
> Only a few applications don't adhere to this, even on Wayland.

That's probably due to the others still using the X11 compatibility
layer Xwayland.

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

Title:
  Word moving with left-arrow-ctrl broken in wayland

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

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

[Bug 1789749] Re: Virtual desktops are shown in the middle of screen in GNOME Shell

2018-08-31 Thread Eduardo Medina
Thanks a lot! 👍

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

Title:
  Virtual desktops are shown in the middle of screen in GNOME Shell

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

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

[Bug 1789943] Re: Ubuntu Software only shows snap app's without any explanations or advices

2018-08-31 Thread Olivier Tilloy
There are definitely rough edges in some snap apps as they are today,
but many others work just fine out of the box, and an end-user shouldn't
have to know what a snap is in the first place, much like regular end-
users today don't know what a debian package is.

The rough edges have to be polished and bugs addressed, but this
shouldn't hold back from offering/promoting snaps in Ubuntu Software.

On top of additional security, snaps are very much about empowering
upstream developers/editors to control exactly which version of their
software will be delivered to users.

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

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

Title:
  Ubuntu Software only shows snap app's without any explanations or
  advices

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

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

[Bug 1666264] Re: FFe: Update gnome-terminal to 3.24 and vte to 0.48

2018-08-31 Thread Egmont Koblinger
> As you can see both arguments itself are true.

The first two arguments you printed are bitmasks, it doesn't make sense
to directly interpret them as boolean.

> But why is a "bitwise and" used in g_warn_if_fail()?

Because that's what it wants to do: warn if the MULTILINE flag isn't
set, regardless of the other flags.

> So what I did and propose is to replace the "bitwise and" with a
"logical or".

This is semantically absolutely incorrect. The second argument is a
nonzero constant, logically OR-ing would always give logical TRUE, hence
the "warn if fail" not executed.

You could just as well remove the entire line, that'd be okay.

---

Let's take one step back. Comment #17 says "This is still breaking tilix
functionality and polluting the logs" but the tilix bug linked from #19
only talks about the warnings. Maybe I'm missing something, but is
Tilix's actual behavior broken? If so, how exactly, and where's the
tracking Ubuntu bug of that? Or are we only talking about annoying but
harmless warnings?

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

Title:
  FFe: Update gnome-terminal to 3.24 and vte to 0.48

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

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

[Bug 1720213] Re: Word moving with left-arrow-ctrl broken in wayland

2018-08-31 Thread Egmont Koblinger
It's indeed an opinion, but my one matches Merlijn's (Merlijn, I'd
appreciate if you opened a bug according to Daniel's suggestion (does it
really belong to mutter, rather than some more core wayland
component?)).

In most software, Ctrl+Arrow walk the cursor faster than the modifier-
less Arrow key. I might press and hold the arrow key, and then realize
it's going to take a bit too long and want make it faster. It's an
obvious an intuitive reaction to press Ctrl as well, or the other way
around, to release Ctrl but leave the Arrow pressed when I'm about to
reach my destination and want to slow down.

This is pretty similar to how typically holding the Shift speeds up
walking in many games - you won't find a game where you have to stop
walking for a sec do to this.

The new behavior is not just counterintuitive, but if one gets used to
it then also still slower than the old one. Even when someone is fully
used to this new behavior, having to release the Arrow and press it
again later is a loss of time, partially because of the speed of our
fingers, and partially beucase the repetition delay between the first
and second emitted keystroke has to elapse again.

This is the kind of usability issue that can easily frequently increase
the user's frustration level, by a tiny little bit every time.

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

Title:
  Word moving with left-arrow-ctrl broken in wayland

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

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

[Bug 1789577] Re: An Unresponsive Window Freezes the Whole Desktop

2018-08-31 Thread bananenkasper
Created an issue here: https://gitlab.gnome.org/GNOME/mutter/issues/287.

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

Title:
  An Unresponsive Window Freezes the Whole Desktop

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

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

[Bug 1666264] Re: FFe: Update gnome-terminal to 3.24 and vte to 0.48

2018-08-31 Thread Thorsten
thanks a lot for the clarification, this is really helping me to
understand that! I am just a noob who wants to learn something and wants
to find the cause of a problem which annoys me. Thus, i invested some
time to dig into the problem :)

So the cause is that the MULTILINE flag is just that not set during
compilation?

tilix behavior is not broken and the hyperlink regex, which when added
causes the warning, is working. The only problem is that it is spamming
the logs with these warnings.

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

Title:
  FFe: Update gnome-terminal to 3.24 and vte to 0.48

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

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

Re: [Bug 1789822] Re: Colour profile deactivated after interrupted screen fade-out

2018-08-31 Thread Kgorbi
The problem is specific to Gnome 3 environment and not present on
Unity Desktop. I think, this excludes Unity and Nvidia driver from
suspicion.
On Thu, 30 Aug 2018 at 08:56, Daniel van Vugt
 wrote:
>
> Please try logging into Unity and see if the problem persists there.
>
> If the problem remains then maybe also consider uninstalling the Nvidia
> driver (which appears to be an unofficial unsupported version) and see
> if it continues using the default nouveau driver.
>
> ** Changed in: colord (Ubuntu)
>Status: New => Incomplete
>
> ** Changed in: gnome-shell (Ubuntu)
>Status: New => Incomplete
>
> ** Changed in: lightdm (Ubuntu)
>Status: New => Incomplete
>
> ** Changed in: mutter (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1789822
>
> Title:
>   Colour profile deactivated after interrupted screen fade-out
>
> Status in colord package in Ubuntu:
>   Incomplete
> Status in gnome-shell package in Ubuntu:
>   Incomplete
> Status in lightdm package in Ubuntu:
>   Incomplete
> Status in mutter package in Ubuntu:
>   Incomplete
>
> Bug description:
>   When power management blanks the screen out and the process is
>   interrupted, the colour profile is deactivated and never set back. The
>   profile has to be re-applied in 'Color' settings manually.
>
>   Expected behaviour:
>   Colour profile remains active during and after a screen fade-out.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: xorg 1:7.7+13ubuntu3.1
>   ProcVersionSignature: Ubuntu 4.15.0-32.35~16.04.1-generic 4.15.18
>   Uname: Linux 4.15.0-32-generic x86_64
>   NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
>   .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
> '/proc/driver/nvidia/gpus/:01:00.0'
>   .proc.driver.nvidia.registry: Binary: ""
>   .proc.driver.nvidia.version:
>NVRM version: NVIDIA UNIX x86_64 Kernel Module  396.54  Tue Aug 14 
> 19:02:34 PDT 2018
>GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-21ubuntu1~16.04)
>   .tmp.unity_support_test.0:
>
>   ApportVersion: 2.20.1-0ubuntu2.18
>   Architecture: amd64
>   CompizPlugins: No value set for 
> `/apps/compiz-1/general/screen0/options/active_plugins'
>   CompositorRunning: None
>   CurrentDesktop: GNOME
>   Date: Thu Aug 30 08:03:53 2018
>   DistUpgraded: Fresh install
>   DistroCodename: xenial
>   DistroVariant: ubuntu
>   EcryptfsInUse: Yes
>   ExtraDebuggingInterest: Yes
>   GraphicsCard:
>NVIDIA Corporation GK107GLM [Quadro K2000M] [10de:0ffb] (rev a1) (prog-if 
> 00 [VGA controller])
>  Subsystem: Lenovo GK107GLM [Quadro K2000M] [17aa:21f6]
>   MachineType: LENOVO 244759G
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-32-generic 
> root=UUID=cf56f770-2527-47cc-bf3b-a1815c6c2a09 ro quiet splash acpi_osi=Linux 
> acpi_backlight=none vt.handoff=7
>   SourcePackage: xorg
>   Symptom: display
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 08/24/2016
>   dmi.bios.vendor: LENOVO
>   dmi.bios.version: G5ETA6WW (2.66 )
>   dmi.board.asset.tag: Not Available
>   dmi.board.name: 244759G
>   dmi.board.vendor: LENOVO
>   dmi.board.version: Win8 Pro DPK TPG
>   dmi.chassis.asset.tag: No Asset Information
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: LENOVO
>   dmi.chassis.version: Not Available
>   dmi.modalias: 
> dmi:bvnLENOVO:bvrG5ETA6WW(2.66):bd08/24/2016:svnLENOVO:pn244759G:pvrThinkPadW530:rvnLENOVO:rn244759G:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
>   dmi.product.family: ThinkPad W530
>   dmi.product.name: 244759G
>   dmi.product.version: ThinkPad W530
>   dmi.sys.vendor: LENOVO
>   version.compiz: compiz 1:0.9.12.3+16.04.20180221-0ubuntu1
>   version.ia32-libs: ia32-libs N/A
>   version.libdrm2: libdrm2 2.4.91-2~16.04.1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~16.04.1
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~16.04.1
>   version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
>   version.xserver-xorg-core: xserver-xorg-core N/A
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
>   xserver.bootTime: Wed Aug 29 13:40:48 2018
>   xserver.configfile: default
>   xserver.errors:
>evdev: Logitech USB Laser Mouse: Unable to open evdev device 
> "/dev/input/event16".
>evdev: HID 046a:0023: Unable to open evdev device "/dev/input/event17".
>evdev: HID 046a:0023: Unable to open evdev device "/dev/input/event18".
>   xserver.logfile: /var/log/Xorg.0.log
>   xserver.outputs:
>
>   xserver.version: 2:1.19.6-1ubuntu4~16.04.1
>
> To manage notifications about this bug go 

[Bug 1789933] Re: gnome-shell crashed with SIGSEGV in shell_app_dispose() from g_object_unref() from g_hash_table_remove_node() from g_hash_table_remove_internal() from _shell_app_system_notify_app_st

2018-08-31 Thread RussianNeuroMancer
> Please try removing all of them and see if that fixes the problem.

I didn't try to remove all extension, but disabled all extensions
instead - issue is still reproducible. Is it sufficient?

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => 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/1789933

Title:
  gnome-shell crashed with SIGSEGV in shell_app_dispose() from
  g_object_unref() from g_hash_table_remove_node() from
  g_hash_table_remove_internal() from
  _shell_app_system_notify_app_state_changed() from
  shell_app_state_transition() from _shell_app_remove_window()

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

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

[Bug 1720213] Re: Word moving with left-arrow-ctrl broken in wayland

2018-08-31 Thread Merlijn Sebrechts
This is the upstream issue:

https://gitlab.gnome.org/GNOME/gtk/issues/1303

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

Title:
  Word moving with left-arrow-ctrl broken in wayland

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

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

[Bug 1777425] Re: Skype snap segfaults GNOME Shell on Wayland

2018-08-31 Thread Mohsen Hariri
I have been facing the same issue for a few weeks now, and it is 100%
reproducible. I reported https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/179012

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

Title:
  Skype snap segfaults GNOME Shell on Wayland

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

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

[Bug 1777425] Re: Skype snap segfaults GNOME Shell on Wayland

2018-08-31 Thread Mohsen Hariri
Oops, the ticket is: https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1790122

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

Title:
  Skype snap segfaults GNOME Shell on Wayland

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

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

[Bug 1789943] Re: Ubuntu Software only shows snap app's without any explanations or advices

2018-08-31 Thread Coeur Noir
Hello Olivier,

My « issue » here really is not about snap.

But about software center that do not clearly show when app is a snap
and therefore let people install them without pointing to a 3-4 steps
pieces of advice about how correctly setting a snap.

Nowadays end-users learn they installed a snap by a very wrong way :
because their favourite app no longer works as expected. Most of the
time it's just wrong settings about authorisations and confinement.

So I really think some highlight and warning in software store would
ensure people install snap in a more cautious, conscient and efficient
way and would avoid most disappointments.

So no opinion here but an improvement wish for software stores.

Now a question : is it normal I no longer see regular legacy packages in 
Ubuntu-gnome-software ?
Only snap ?

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

Title:
  Ubuntu Software only shows snap app's without any explanations or
  advices

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

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

[Bug 1772365] Re: gnome-shell + chrome doing nothing consumes high CPU all the time

2018-08-31 Thread Francesco Pretto
I think what reported by Lorens may be totally unrelated to the use of
Chrome. The use of VirtualBox, latest version 5.2.18, with a Ubuntu
18.04 64bit guest with 3D acceleration **enabled** and maximum VRAM
configured (128MB) is completely unusable because of extremely high
memory usage of gnome-shell, independently of the application launched:
you can launch nothing or launch firefox, for example, and the session
will become unusable pretty soon. It may be worth some more
investigation of VirtualBox+3D acceleration use case. My host is
actually Windows 10 64bit.

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

Title:
  gnome-shell + chrome doing nothing consumes high CPU all the time

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

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

[Bug 1776069] Re: "Don't know how to handle 'file:///home//Downloads/.flatpakref'"

2018-08-31 Thread shock99er
Ubuntu 18.04.1 LTS with Gnome as DE.

In my case every time I start Gnome Software center a pop up window
appears with the message:

"Impossibile gestre <'file:///home/", which translated into
English is similar to your message.

Shock99er


** Attachment added: "Screenshot-20180831165446-445x125.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1776069/+attachment/5183046/+files/Screenshot-20180831165446-445x125.png

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

Title:
  "Don't know how to handle
  'file:///home//Downloads/.flatpakref'"

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

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

[Bug 1789962] Re: gnome-shell segfaults in Wayland when display is turned off while Kodi running

2018-08-31 Thread Frank Feuerbacher
There was NO crash file. I followed the steps above. They pointed to
documents that said that I needed to install debug symbols.

Anyway, it appears that there is no core file because my core ulimit is
0. This seems to be a side-effect of installing 18.04 on top of 16.04,
but I can't go back to look. Anyway, I have bumped my ulimit by editing
/etc/security/limits.conf. After reproducing problem with core size set
I still don't see anything in /var/crash. Nothing recent from
https://errors.ubuntu.com/user/.

I'm still trying to find the core file.

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

Title:
  gnome-shell segfaults in Wayland when display is turned off while Kodi
  running

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

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

[Bug 1666264] Re: FFe: Update gnome-terminal to 3.24 and vte to 0.48

2018-08-31 Thread Egmont Koblinger
> So the cause is that the MULTILINE flag is just that not set during
compilation?

Compilation of the regex when running tilix, not compilation of the
source code.

I have to admit I don't know what this regex is for, and whether
required in unpatched vte or not. If tilix is warning-free with
unpatched vte then probably Ubuntu should just simply remove this line
that emits the warning. (Well, Ubuntu should really move pcre2 to main
and drop this entire patch, but that's a different story.)

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

Title:
  FFe: Update gnome-terminal to 3.24 and vte to 0.48

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

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

[Bug 1666264] Re: FFe: Update gnome-terminal to 3.24 and vte to 0.48

2018-08-31 Thread Egmont Koblinger
Fix: "I have to admit I don't know what this regex *flag* is for..."

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

Title:
  FFe: Update gnome-terminal to 3.24 and vte to 0.48

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

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

[Bug 1778011] Re: SRU: PRIME Power Saving mode draws too much power

2018-08-31 Thread Mikhail Novosyolov
Is it already fix in proposed?

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

Title:
  SRU: PRIME Power Saving mode draws too much power

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

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

[Bug 1789474] Re: Unable to boot without radeon.dpm=0

2018-08-31 Thread Stefan
Hi, I have attached the file.


** Attachment added: "previous_boot.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1789474/+attachment/5183048/+files/previous_boot.txt

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

Title:
  Unable to boot without radeon.dpm=0

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

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

[Bug 1614818] Re: Integrate Ubuntu bug reporting configuration into gnome-initial-setup

2018-08-31 Thread Matthew Paul Thomas
Imagine arriving at a hotel where the receptionist gives you your room
number, your key, and instructions on what to do if you find bedbugs. Or
entering a restaurant where the server takes you to your table, takes
your drink order, then asks you who you would like them to call if you
get food poisoning. You’d think something was terribly wrong with this
place.

It’s fine to have UI for configuring crash reporting, somewhere out of
the way. gnome-control-center is a good place for it: I designed UI for
precisely that a few years ago.
 But I think it would be
highly inappropriate to *interrupt* people with UI that mentions
crashes, until a crash actually happens — and especially not in the
first/second/third screen in Ubuntu that they ever see.

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

Title:
  Integrate Ubuntu bug reporting configuration into gnome-initial-setup

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

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

[Bug 1789962] Re: gnome-shell segfaults in Wayland when display is turned off while Kodi running

2018-08-31 Thread Frank Feuerbacher
After much grief, I realized that apport was disabled (I probably did
this in 12.04 days when it would constantly bug me to report something).
I had to do a complete uninstall and reinstall of it. Anyway, it works
now.

ubuntu-bug, however, does not appear to be doing it's thing. I'm running
it under wayland.

First, it seems that I must give full path to crash file. Otherwise it
gives "no such file or directory".

 ubuntu-bug /var/crash/_usr_bin_gnome-shell.1000.crash
This shows a gui, I press the continue button, it runs a long time and exits. 
There is a 0 length /var/crash/_user_bin_gnome-shell-1000.upload file. The RC 
from ubuntu-bug is 0. If I go to  https://errors.ubuntu.com/user/ I don't 
see any new entries.

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

Title:
  gnome-shell segfaults in Wayland when display is turned off while Kodi
  running

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

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

[Bug 1789962] Re: gnome-shell segfaults in Wayland when display is turned off while Kodi running

2018-08-31 Thread Frank Feuerbacher
Running ubuntu-bug under Xorg gnome-shell exits very quickly. But still no 
evidence that crash data was uploaded. Do I have to delete the .upload file and 
rerun?

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

Title:
  gnome-shell segfaults in Wayland when display is turned off while Kodi
  running

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

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

[Bug 1788010] Re: GDM Settings can't be defined for ubuntu-only greeter

2018-08-31 Thread Treviño
** Description changed:

  We should be able to override gsettings in greeter for Ubuntu-
  Greeter:ubuntu session only instead that for all the greeter sessions.
  
  And the same time should be possible for others to use updates-
  alternatives to use a different mode for vanilla GNOME sessions.
+ 
+ Upstream work is at https://gitlab.gnome.org/GNOME/gdm/merge_requests/33

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

Title:
  GDM Settings can't be defined for ubuntu-only greeter

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1788010/+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-31 Thread Eduardo Medina
** Attachment added: "dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1785834/+attachment/5183106/+files/dmesg.txt

-- 
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 1785834] Re: Screen randomly turns black minutes after successfully login with GDM

2018-08-31 Thread Eduardo Medina
OK, I have the three files. I hope to give useful information.

The last time I had the bug, I saw that the graphical session switched
automatically to the "alt+ctrl+F1" virtual console and after returned to
"alt+ctrl+F2" virtual console.

** Attachment added: "journalctl -b"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1785834/+attachment/5183105/+files/journal.txt

-- 
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 1785834] Re: Screen randomly turns black minutes after successfully login with GDM

2018-08-31 Thread Eduardo Medina
** Attachment added: "dpkg -l"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1785834/+attachment/5183107/+files/dpkg.txt

-- 
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 1787822] Re: gnome-shell[2503]: Object Meta.Background (0x561c9af53600), has been already deallocated - impossible to access to it

2018-08-31 Thread chris pollock
Additional note. When I maximize then minimize the WallPaperDownloader
snap this is written to syslog

Aug 31 17:05:23 localhost org.gnome.Shell.desktop[2638]: Window manager 
warning: Received a NET_CURRENT_DESKTOP message from a broken (outdated) client 
who sent a 0 timestamp
Aug 31 17:05:23 localhost org.gnome.Shell.desktop[2638]: Window manager 
warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 
for 0x264 (WallpaperD)
Aug 31 17:08:35 localhost org.gnome.Shell.desktop[2638]: Window manager 
warning: Received a NET_CURRENT_DESKTOP message from a broken (outdated) client 
who sent a 0 timestamp
Aug 31 17:08:35 localhost org.gnome.Shell.desktop[2638]: Window manager 
warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 
for 0x264 (WallpaperD)

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

Title:
  gnome-shell[2503]: Object Meta.Background (0x561c9af53600), has been
  already deallocated - impossible to access to it

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

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

[Bug 1789962] Re: gnome-shell segfaults in Wayland when display is turned off while Kodi running

2018-08-31 Thread Frank Feuerbacher
I have tried multiple other ways to get the crash data uploaded. Would
it help if I copied it up to  my dropbox so that you could get it?

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

Title:
  gnome-shell segfaults in Wayland when display is turned off while Kodi
  running

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

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

[Bug 1222053] Re: per-session gsettings overrides

2018-08-31 Thread Amr Ibrahim
** Changed in: glib2.0 (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  per-session gsettings overrides

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

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

[Bug 347089] Re: Unresponsive during expensive computations e.g. exponentials

2018-08-31 Thread zerothis
I have come to expect GNU/Linux applications to warn me when I've
request insanity before doing my ludicrous bidding. Was this bug ever
fixed?

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

Title:
  Unresponsive during expensive computations e.g. exponentials

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

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

[Bug 1787362] Re: gnome-shell UI unresponsive

2018-08-31 Thread Nikolay Petrov
*** This bug is a duplicate of bug 1181666 ***
https://bugs.launchpad.net/bugs/1181666

Update:
1. Disabling the Gnome Shell extensions all together didn't resolve the issue
3. Xorg sessions also are not responsive

I'm now testing cinnamon and so far the system is behaving stable.

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

Title:
  gnome-shell UI unresponsive

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

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

[Bug 1720901] Re: VLC under Wayland causes system freezes in fullscreen mode

2018-08-31 Thread Ryan Fugger
New bug (same issue, on VLC 3.0.3/Ubuntu 18.04) is here:

https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1785434

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

Title:
  VLC under Wayland causes system freezes in fullscreen mode

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

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

[Bug 1789962] Re: gnome-shell segfaults in Wayland when display is turned off while Kodi running

2018-08-31 Thread Frank Feuerbacher
I have crash files, but need help uploading them. Please see last
several comments.

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => 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/1789962

Title:
  gnome-shell segfaults in Wayland when display is turned off while Kodi
  running

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

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

[Bug 886537] Re: cannot abort testing of authentication mechanism

2018-08-31 Thread Launchpad Bug Tracker
[Expired for evolution (Ubuntu) because there has been no activity for
60 days.]

** Changed in: evolution (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  cannot abort testing of authentication mechanism

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

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

[Bug 882256] Re: Firefox hardcoded in default file

2018-08-31 Thread Launchpad Bug Tracker
[Expired for desktop-file-utils (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: desktop-file-utils (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Firefox hardcoded in default file

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

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

[Bug 886307] Re: address book many problems

2018-08-31 Thread Launchpad Bug Tracker
[Expired for evolution (Ubuntu) because there has been no activity for
60 days.]

** Changed in: evolution (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  address book many problems

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

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

[Bug 1026452] Re: SEARCH IN CURRENT account THE EVOLUTION MAIL CLIENT CRASHES

2018-08-31 Thread Launchpad Bug Tracker
[Expired for evolution (Ubuntu) because there has been no activity for
60 days.]

** Changed in: evolution (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  SEARCH IN CURRENT account THE EVOLUTION MAIL CLIENT CRASHES

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

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

[Bug 971496] Re: When trying to send an email, nautilus-sendto freezes

2018-08-31 Thread Launchpad Bug Tracker
[Expired for nautilus-sendto (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: nautilus-sendto (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  When trying to send an email, nautilus-sendto freezes

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

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

[Bug 973731] Re: mbox import causes segmentation fault

2018-08-31 Thread Launchpad Bug Tracker
[Expired for evolution (Ubuntu) because there has been no activity for
60 days.]

** Changed in: evolution (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  mbox import causes segmentation fault

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

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

[Bug 947640] Re: evolution crash while deleting hosed appointments of "invalid" report https://bugs.launchpad.net/bugs/947154

2018-08-31 Thread Launchpad Bug Tracker
[Expired for evolution (Ubuntu) because there has been no activity for
60 days.]

** Changed in: evolution (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  evolution crash while deleting hosed appointments of "invalid" report
  https://bugs.launchpad.net/bugs/947154

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

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

[Bug 1003590] Re: evolution will not connect to my ISP o2.co.uk or its mail servers

2018-08-31 Thread Launchpad Bug Tracker
[Expired for evolution (Ubuntu) because there has been no activity for
60 days.]

** Changed in: evolution (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  evolution will not connect to my ISP o2.co.uk or its mail servers

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

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

[Bug 921080] Re: Bad display with enigmail signed mails

2018-08-31 Thread Launchpad Bug Tracker
[Expired for evolution (Ubuntu) because there has been no activity for
60 days.]

** Changed in: evolution (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Bad display with enigmail signed mails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/921080/+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-31 Thread Kiyoshi Watanabe
A just restart fixed the issue in my Ubuntu 18.04.1 LTS.

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