[Bug 1834358] Re: network-manager-openvpn works only in command line

2019-08-30 Thread Launchpad Bug Tracker
[Expired for network-manager-openvpn (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: network-manager-openvpn (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  network-manager-openvpn works only in command line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1834358/+subscriptions

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

[Bug 1827790] Re: Dell XPS 13 9380 - Screen brightness flashes

2019-08-30 Thread brandon_s
I have now followed the same steps for the kernel linked to below and already 
see flickering.
https://bugzilla.freedesktop.org/show_bug.cgi?id=110511#c25

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

Title:
  Dell XPS 13 9380 - Screen brightness flashes

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

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

[Bug 1827790] Re: Dell XPS 13 9380 - Screen brightness flashes

2019-08-30 Thread brandon_s
I followed these steps and the screen still flickers.

1) Downloaded the kernel linked to here into a new directory:
https://bugzilla.freedesktop.org/show_bug.cgi?id=110511#c16

2) sudo dpkg -i *deb

3) sudo reboot

Have I correctly installed the new kernel?

$ uname -a
Linux XPS-13-9380 5.1.0-rc5+ #10 SMP Mon May 27 15:43:20 EEST 2019 x86_64 
x86_64 x86_64 GNU/Linux

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

Title:
  Dell XPS 13 9380 - Screen brightness flashes

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

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

[Bug 1754702] Re: Delay before you can type after switching input source

2019-08-30 Thread Timur I. Davletshin
#20 — well, it worked for me.

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

Title:
  Delay before you can type after switching input source

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

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

[Bug 1842118] [NEW] [FFe] Update tracker(-miners) to 2.3.0

2019-08-30 Thread Treviño
Public bug reported:

Ubuntu is stuck with tracker 2.1.8 and tracker miners 2.1.6, while GNOME
3.34 will ship versions 2.3.0 of both.

Main changes since archive version, in tracker:
  - Support for storing Musicbrainz metadata in the multimedia ontology.
  - Fix detection of files that need writeback
  - Fix crashes and invalid memory writes
  - Fixed initialization of virtual tables
  - Fixed segmentation fault in libtracker-miner
  - Don't try to create JSON-LD nodes with unsigned integers
  - Handle correctly backreferences in TrackerResource tree
  - Fixed handling doubles with exponents in SPARQL
  - Don't limit to specific desktop environments
  - Fix unichar unescaping
  - Correctly Handle BIND in first place of a triples block
  - Fix possible deadlock on WAL checkpoint
  - Fix some double values not being deleted
  - Fixed CHANGES_DONE_HINT handling in TrackerMonitor
  - Ported data generator utilities to python3
  - Ported functional tests to python3, reformatted to PEP-8
  - Correctly apply ignored-directories-with-content filter on monitor updates
  - Multiple memory leak and memory corruption fixes
  - New SPARQL parser, able to generate SQL that is generally more readable
and at places performs better. Multiple buglets fixed in the process
  - Much improved support of SPARQL1.1 features and syntax that was missing:
* Property paths: Allowing to match connectivity between two resources
  by an arbitrary length path. There is a number of supported operators
  (alternative, sequence, oneOrMany, ...) that can be combined, e.g:

  SELECT ?s ?p { ?s ^(nfo:belongsToContainer*)/(nie:url|nie:title)
?p }

  Only the negated path operator (!) is not supported at the moment.

* Support for fully unrestricted queries, eg:

  SELECT ?s ?p ?o { ?s ?p ?o } ORDER BY ?o ?p ?s

  Queries with unrestricted predicate (?p in the example above) were
  just supported in a very restricted set of situations. All those
  limitations are gone.
* MINUS allows subtracting the solutions that match the given triples
  template, eg:

  SELECT ?s { ?s a nfo:Media } MINUS { ?s a nfo:MusicPiece }

  - Support for prepared statements. TrackerSparqlStatement can be built
with SELECT queries containing (custom) ~var syntax, and updating
their values before obtaining a cursor.
  - tracker-store now automatically shuts down on inactivity.
  - More property paths supported, new operators supported are -, +, ? and |,
only the ! operator is not supported yet.
  - Improve error handling in DBus backend
  - New SPARQL parser, able to support more 1.1 features and generating
friendlier SQL at places. There is initial support for property
paths (/ and ^), and other missing 1.1 syntax (MINUS, SHA384, ...).
More improvements are expected to happen in the future thanks to this.
  - Support for prepared statements. TrackerSparqlStatement can be built
with SELECT queries containing (custom) ~var syntax, and updating
their values before obtaining a cursor.

NEWS upstream file changes:
 
https://gitlab.gnome.org/GNOME/tracker/compare/2.1.8...2.2.99.0#9f621eb5fd3bcb2fa5c7bd228c9b1ad42edc46c8

While in tracker-miners:

  - Support for reading Musicbrainz metadata from audio files.
  - Tracker Writeback now uses GStreamer to write metadata to audio files,
instead of depending on taglib directly.
  - Directories will now be ignored if they contain a file named `.nomedia`.
A file named `.trackerignore` has the same effect, but the `.nomedia` file
brings us in line with Android.
  - Removed obsolete 'max-media-art-width' setting.
  - Functional tests now use python3
  - Fix text extractor handling of non-existent files
  - Fix indexing of tracks in FLAC files
  - Whitelist syscall fadvise64_64
  - Fix failed functional tests being reported as successful
  - Fixes to desktop file indexing
  - The functionality of tracker-miner-apps has been adopted by
tracker-miner-fs/tracker-extract.
  - Updated tracker-miner-fs and tracker-miner-rss to use TrackerResource

NEWS upstream file changes:
 
https://gitlab.gnome.org/GNOME/tracker-miners/compare/2.1.6...2.2.99.0#9f621eb5fd3bcb2fa5c7bd228c9b1ad42edc46c8

So changes are quite a lot and with lots of improvements, that it's
quite important to test a bit more before next LTS, so having in 19.10
would be smart.

** Affects: tracker (Ubuntu)
 Importance: Medium
 Assignee: Marco Trevisan (Treviño) (3v1n0)
 Status: New

** Affects: tracker-miners (Ubuntu)
 Importance: Medium
 Assignee: Marco Trevisan (Treviño) (3v1n0)
 Status: New

** Changed in: tracker (Ubuntu)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

** Also affects: tracker-miners (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: tracker-miners (Ubuntu)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

** Changed in: tracker-miners (Ubuntu)
   Importance: Undecided => 

Re: [Bug 1841810] Re: Ubuntu login screen does not show full name, only username

2019-08-30 Thread Néstor Rodríguez-Triana Domínguez
> It appears the condition is length of the name!?

  Right is the length of the name! I change to Lic. Néstor Rodriguez-Triana
and now I can see it in the login screen.

  Thank you for your answer.

Greetings,

-- 
Lic. Néstor Rodríguez-Triana Domínguez
Health Information Manager, Heroes del Baire's Hospital
Isle of Youth, Cuba
e.mail: nrtri...@infomed.sld.cu
Phones: (+53) 46323012 ext 1183 [Work]
 (+53) 46322929 [Home]
 (+53) 58650326 [Cell Phone]

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

Title:
  Ubuntu login screen does not show full name, only username

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

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

[Bug 1842098] [NEW] Cannot put insertion point before first character unless line numbers visible

2019-08-30 Thread Tommy Trussell
Public bug reported:

I recently upgraded this laptop to 19.04 and noticed that this version
of Gedit has an invisible "no insertion zone" between the documents list
on the left and the first character (first column) of text on every
line, so that (at least on this system) there's no way to use the
mouse/trackpad pointer to click and put the insertion point BEFORE the
first character on any line. Anything to the left of the second
character turns into a "change width" cursor.

I was having to click to put the insertion point wherever it would go
(usually between the first and second character) and look on this laptop
keyboard for the arrow key, then arrow back into the first character
position.

This situation also makes it impossible to select entire lines by
clicking and dragging, because the first line will always exclude the
first character. I suppose this is the most annoying one, because if
there's a keyboard shortcut for expanding a selection I can never recall
it.

The easiest workaround I have found is to turn on the display of line numbers 
= Preferences --> View --> Display Line Numbers

This gives plenty of room to click the beginning of any lines, but of
course if I'm editing prose the line numbers are a distraction.

BY THE WAY I am using the default setting "system fixed width font"
which the preferences panel describes as Ubuntu Mono 13.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: gedit 3.32.0-3
ProcVersionSignature: Ubuntu 5.0.0-25.26-generic 5.0.18
Uname: Linux 5.0.0-25-generic x86_64
ApportVersion: 2.20.10-0ubuntu27.1
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Fri Aug 30 10:16:39 2019
InstallationDate: Installed on 2018-10-20 (313 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: gedit
UpgradeStatus: Upgraded to disco on 2019-06-17 (73 days ago)

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


** Tags: amd64 apport-bug disco

** Attachment added: "screenshots with pointers"
   
https://bugs.launchpad.net/bugs/1842098/+attachment/5285809/+files/gedit%20pointers.png

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

Title:
  Cannot put insertion point before first character unless line numbers
  visible

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

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

[Bug 1841738] Re: gsd-media-keys crashed with SIGSEGV in g_slice_alloc()

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

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

Title:
  gsd-media-keys crashed with SIGSEGV in g_slice_alloc()

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

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

[Bug 1841679] Re: [nvidia] Login screen never wakes after sleeping and there is no way to recover

2019-08-30 Thread Thomas Zimmerman
I'll check but I did not see any link that I could use. It killed gnome-
shell and dropped back to the command prompt without any other output.

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

Title:
  [nvidia] Login screen never wakes after sleeping and there is no way
  to recover

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

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

[Bug 1841915] Re: black screen, unresponsive, after logout from gnome

2019-08-30 Thread Rachel Greenham
there are no crash files relating to when this happens. Currently
sitting at the machine that *doesn't* have autologin enabled, where it's
just happened again, there is nothing in /var/crash relating to this.
(nextcloud client keeps crashing, and there are crash files relating to
that, the most recent one yesterday).

the error tracker shows just the same two nextcloud crashes, most
recently yesterday.

there is no crash.

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

Title:
  black screen, unresponsive, after logout from gnome

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

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

[Bug 1841915] Re: black screen, unresponsive, after logout from gnome

2019-08-30 Thread Rachel Greenham
additionally as it does seem to involve console switching and you might
think kernel to be relevant to that, i tried again after the most recent
kernel upgrade in 19.10 (5.2.20-15-generic). no change.

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

Title:
  black screen, unresponsive, after logout from gnome

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

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

[Bug 1842053] Re: A "Miner" icon go out of the GNOME menu ("Frequent" section)

2019-08-30 Thread Paul White
I see this too. Probably best described as affecting the "Frequent"
section of "Show Applications".

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

Title:
  A "Miner" icon go out of the GNOME menu ("Frequent" section)

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

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

Re: [Bug 1831369] Re: Gnome Shell pauses and stutters while waiting (several seconds) for programs to launch

2019-08-30 Thread Artyom Pozharov
I have done. Take it, please!

пт, 30 авг. 2019 г. в 12:01, Daniel van Vugt :

> Please repeat the steps in comment #11 again and try step 3 immediately
> after step 2 without delay.
>
> Then if that's inconclusive I'll have to find a similar machine some
> time in future and experiment for myself.
>
> ** Changed in: gnome-shell (Ubuntu)
>Status: Incomplete => New
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1831369
>
> Title:
>   Gnome Shell pauses and stutters while waiting (several seconds) for
>   programs to launch
>
> Status in gnome-shell package in Ubuntu:
>   New
>
> Bug description:
>   My laptop: HP 250 G6, Intel Celeron N3350, integrated video card, 4 GB
> RAM, Ubuntu 19.04
>   Details in my video: https://photos.app.goo.gl/ERUaSS6Qc8jFhHnn9
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 19.04
>   Package: gnome-shell 3.32.0+git20190410-1ubuntu1
>   ProcVersionSignature: Ubuntu 5.0.0-15.16-generic 5.0.6
>   Uname: Linux 5.0.0-15-generic x86_64
>   ApportVersion: 2.20.10-0ubuntu27
>   Architecture: amd64
>   CurrentDesktop: ubuntu:GNOME
>   Date: Sun Jun  2 14:32:17 2019
>   DisplayManager: gdm3
>   GsettingsChanges:
>b'org.gnome.shell' b'app-picker-view' b'uint32 1'
>b'org.gnome.shell' b'command-history' redacted by apport
>b'org.gnome.shell' b'favorite-apps' redacted by apport
>b'org.gnome.shell' b'enabled-extensions' b"['desktop-icons@csoriano']"
>b'org.gnome.desktop.interface' b'gtk-im-module'
> b"'gtk-im-context-simple'"
>   InstallationDate: Installed on 2019-05-31 (1 days ago)
>   InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
>   ProcEnviron:
>LANGUAGE=ru_UA:ru
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=ru_UA.UTF-8
>SHELL=/bin/bash
>   SourcePackage: gnome-shell
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1831369/+subscriptions
>


** Attachment added: "trouble.png"
   
https://bugs.launchpad.net/bugs/1831369/+attachment/5285783/+files/trouble.png

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

Title:
  Gnome Shell pauses and stutters while waiting (several seconds) for
  programs to launch

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

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

[Bug 1842053] [NEW] A "Miner" icon go out of the GNOME menu ("Frequent" section)

2019-08-30 Thread Artyom Pozharov
Public bug reported:

Details in my video

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: gnome-shell 3.33.91-1ubuntu1
ProcVersionSignature: Ubuntu 5.2.0-15.16-generic 5.2.9
Uname: Linux 5.2.0-15-generic x86_64
ApportVersion: 2.20.11-0ubuntu7
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Fri Aug 30 13:32:17 2019
DisplayManager: gdm3
InstallationDate: Installed on 2019-08-25 (4 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190819)
ProcEnviron:
 LANGUAGE=ru_UA:ru
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ru_UA.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions: mutter-common 3.33.91-1ubuntu1
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug eoan

** Attachment added: "simplescreenrecorder-2019-08-30_11.40.39.mkv"
   
https://bugs.launchpad.net/bugs/1842053/+attachment/5285777/+files/simplescreenrecorder-2019-08-30_11.40.39.mkv

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

Title:
  A "Miner" icon go out of the GNOME menu ("Frequent" section)

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

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

[Bug 1842048] [NEW] gnome-system-monitor show incorrect network speed

2019-08-30 Thread vodopad27
Public bug reported:

Hello, i have Ubuntu 19.04 and internet with 100 megabit per second (max
12.5 megabyte per second).

I copied file via scp over vpn from remote server to my desktop:
vodka@vodka-PC:~$ scp -o  'ProxyJump=secret_user@192.168.228.11'  
secret_user@192.168.224.196:/tmp/28/secret_database_2019-08-27.dump /tmp/

You can see in screen (https://i.imgur.com/OfH3GWF.png) that download
speed was 9.1 megabytes per second (72.8 megabit per second), but in
system-monitor we saw 187.3 megabits per second, which not unachievable
with my network...

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: gnome-system-monitor 3.32.1-1
ProcVersionSignature: Ubuntu 5.0.0-25.26-generic 5.0.18
Uname: Linux 5.0.0-25-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.10-0ubuntu27.1
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Fri Aug 30 13:04:22 2019
InstallationDate: Installed on 2018-05-02 (484 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: gnome-system-monitor
UpgradeStatus: Upgraded to disco on 2019-04-18 (133 days ago)

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


** Tags: amd64 apport-bug disco

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

Title:
  gnome-system-monitor show incorrect network speed

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

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

[Bug 1842044] [NEW] Nautilus stalls with available smb mount, dumps core on restart

2019-08-30 Thread kamiccolo
Public bug reported:

SMB mounts works quite radically on Nautilus. Occasional stalls and
failures to show the content of any folder appears. Restarting with
debug flags shows the following:

$ G_DEBUG="all" NAUTILUS_DEBUG="All" nautilus

(nautilus:6374): GLib-GIO-CRITICAL **: g_dbus_interface_skeleton_unexport: 
assertion 'interface_->priv->connections != NULL' failed
Trace/breakpoint trap (core dumped)


Relevant dmesg entry:
[ 2552.235496] traps: nautilus[6374] trap int3 ip:7fab60c9cafb sp:7ffe35a285a0 
error:0 in libglib-2.0.so.0.4800.2[7fab60c4c000+10f000]

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu6
ProcVersionSignature: Ubuntu 4.15.0-58.64~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-58-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.19
Architecture: amd64
Date: Fri Aug 30 12:27:00 2019
GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b"'958x1059+1600+19'"
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  Nautilus stalls with available smb mount, dumps core on restart

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

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

[Bug 938751] Re: Images are washed out or colors are skewed in some apps

2019-08-30 Thread Daniel van Vugt
** Tags removed: i386

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

Title:
  Images are washed out or colors are skewed in some apps

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

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

[Bug 1831369] Re: Gnome Shell pauses and stutters while waiting (several seconds) for programs to launch

2019-08-30 Thread Daniel van Vugt
Please repeat the steps in comment #11 again and try step 3 immediately
after step 2 without delay.

Then if that's inconclusive I'll have to find a similar machine some
time in future and experiment for myself.

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

Title:
  Gnome Shell pauses and stutters while waiting (several seconds) for
  programs to launch

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

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

Re: [Bug 1831369] Re: Gnome Shell pauses and stutters while waiting (several seconds) for programs to launch

2019-08-30 Thread Artyom Pozharov
Please, take it.

пт, 30 авг. 2019 г. в 11:00, Daniel van Vugt :

> OK, disk speed should not be a problem. It now sounds like the machine
> might be CPU-bound somehow. If you can then please:
>
> 1. Open a Terminal window and run:
>
>top -d30
>
> 2. Launch programs and reproduce the bug.
>
> 3. Within 30 seconds switch to the Terminal window and see what's using
> the most CPU. Take a screenshot.
>
> 4. Wait another 30 seconds for 'top' list to change and again see what's
> using the most CPU. Take another screenshot.
>
> 5. Attach the screenshots to this bug.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1831369
>
> Title:
>   Gnome Shell pauses and stutters while waiting (several seconds) for
>   programs to launch
>
> Status in gnome-shell package in Ubuntu:
>   Incomplete
>
> Bug description:
>   My laptop: HP 250 G6, Intel Celeron N3350, integrated video card, 4 GB
> RAM, Ubuntu 19.04
>   Details in my video: https://photos.app.goo.gl/ERUaSS6Qc8jFhHnn9
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 19.04
>   Package: gnome-shell 3.32.0+git20190410-1ubuntu1
>   ProcVersionSignature: Ubuntu 5.0.0-15.16-generic 5.0.6
>   Uname: Linux 5.0.0-15-generic x86_64
>   ApportVersion: 2.20.10-0ubuntu27
>   Architecture: amd64
>   CurrentDesktop: ubuntu:GNOME
>   Date: Sun Jun  2 14:32:17 2019
>   DisplayManager: gdm3
>   GsettingsChanges:
>b'org.gnome.shell' b'app-picker-view' b'uint32 1'
>b'org.gnome.shell' b'command-history' redacted by apport
>b'org.gnome.shell' b'favorite-apps' redacted by apport
>b'org.gnome.shell' b'enabled-extensions' b"['desktop-icons@csoriano']"
>b'org.gnome.desktop.interface' b'gtk-im-module'
> b"'gtk-im-context-simple'"
>   InstallationDate: Installed on 2019-05-31 (1 days ago)
>   InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
>   ProcEnviron:
>LANGUAGE=ru_UA:ru
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=ru_UA.UTF-8
>SHELL=/bin/bash
>   SourcePackage: gnome-shell
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1831369/+subscriptions
>


** Attachment added: "1.png"
   https://bugs.launchpad.net/bugs/1831369/+attachment/5285751/+files/1.png

** Attachment added: "2.png"
   https://bugs.launchpad.net/bugs/1831369/+attachment/5285752/+files/2.png

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

Title:
  Gnome Shell pauses and stutters while waiting (several seconds) for
  programs to launch

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

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

[Bug 1831369] Re: Gnome Shell pauses and stutters while waiting (several seconds) for programs to launch

2019-08-30 Thread Daniel van Vugt
OK, disk speed should not be a problem. It now sounds like the machine
might be CPU-bound somehow. If you can then please:

1. Open a Terminal window and run:

   top -d30

2. Launch programs and reproduce the bug.

3. Within 30 seconds switch to the Terminal window and see what's using
the most CPU. Take a screenshot.

4. Wait another 30 seconds for 'top' list to change and again see what's
using the most CPU. Take another screenshot.

5. Attach the screenshots to this bug.

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

Title:
  Gnome Shell pauses and stutters while waiting (several seconds) for
  programs to launch

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

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

[Bug 1831369] Re: Gnome Shell pauses and stutters while waiting (several seconds) for programs to launch

2019-08-30 Thread Artyom Pozharov
ubuntenok@ubuntenok-HP-250-G6-Notebook-PC:~$ lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
loop07:00 149,9M  1 loop /snap/gnome-3-28-1804/71
loop17:10  42,8M  1 loop /snap/gtk-common-themes/1313
loop27:20 4M  1 loop /snap/gnome-calculator/406
loop37:30  54,4M  1 loop /snap/core18/1074
loop47:40  14,8M  1 loop /snap/gnome-characters/296
loop57:50 164,4M  1 loop /snap/epiphany/53
loop67:60  1008K  1 loop /snap/gnome-logs/61
loop77:70  88,7M  1 loop /snap/core/7396
loop87:80 149,7M  1 loop /snap/chromium/821
loop97:90   3,7M  1 loop /snap/gnome-system-monitor/100
loop10   7:10   0 149,8M  1 loop /snap/chromium/849
loop11   7:11   0  14,8M  1 loop /snap/gnome-characters/317
sda  8:00 119,2G  0 disk 
└─sda1   8:10 119,2G  0 part /
ubuntenok@ubuntenok-HP-250-G6-Notebook-PC:~$ sudo hdparm -I /dev/sda
[sudo] пароль для ubuntenok: 

/dev/sda:

ATA device, with non-removable media
Model Number:   SAMSUNG MZNLN128HAHQ-000H1  
Serial Number:  S3T8NF0K637003  
Firmware Revision:  MVT23H3Q
Transport:  Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, 
SATA Rev 2.5, SATA Rev 2.6, SATA Rev 3.0
Standards:
Used: unknown (minor revision code 0x0039) 
Supported: 10 9 8 7 6 5 
Likely used: 10
Configuration:
Logical max current
cylinders   16383   0
heads   16  0
sectors/track   63  0
--
LBAuser addressable sectors:   250069680
LBA48  user addressable sectors:   250069680
Logical  Sector size:   512 bytes
Physical Sector size:  4096 bytes
Logical Sector-0 offset:  0 bytes
device size with M = 1024*1024:  122104 MBytes
device size with M = 1000*1000:  128035 MBytes (128 GB)
cache/buffer size  = unknown
Form Factor: unknown (0x0007]
Nominal Media Rotation Rate: Solid State Device
Capabilities:
LBA, IORDY(can be disabled)
Queue depth: 32
Standby timer values: spec'd by Standard, no device specific minimum
R/W multiple sector transfer: Max = 16  Current = 16
Advanced power management level: disabled
DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 *udma5 
 Cycle time: min=120ns recommended=120ns
PIO: pio0 pio1 pio2 pio3 pio4 
 Cycle time: no flow control=120ns  IORDY flow control=120ns
Commands/features:
Enabled Supported:
   *SMART feature set
Security Mode feature set
   *Power Management feature set
   *Write cache
   *Look-ahead
   *WRITE_BUFFER command
   *READ_BUFFER command
   *NOP cmd
   *DOWNLOAD_MICROCODE
Advanced Power Management feature set
   *48-bit Address feature set
   *Mandatory FLUSH_CACHE
   *FLUSH_CACHE_EXT
   *SMART error logging
   *SMART self-test
   *General Purpose Logging feature set
   *64-bit World wide name
   *IDLE_IMMEDIATE with UNLOAD
   *WRITE_UNCORRECTABLE_EXT command
   *{READ,WRITE}_DMA_EXT_GPL commands
   *Segmented DOWNLOAD_MICROCODE
   *unknown 119[6]
unknown 119[8]
unknown 119[9]
   *Gen1 signaling speed (1.5Gb/s)
   *Gen2 signaling speed (3.0Gb/s)
   *Gen3 signaling speed (6.0Gb/s)
   *Native Command Queueing (NCQ)
   *Phy event counters
   *READ_LOG_DMA_EXT equivalent to READ_LOG_EXT
   *DMA Setup Auto-Activate optimization
   *Device-initiated interface power management
Asynchronous notification (eg. media change)
   *Software settings preservation
unknown 78[7]
Device Sleep (DEVSLP)
   *SMART Command Transport (SCT) feature set
   *SCT Write Same (AC2)
   *SCT Error Recovery Control (AC3)
   *SCT Features Control (AC4)
   *SCT Data Tables (AC5)
   *SANITIZE_ANTIFREEZE_LOCK_EXT command
   *SANITIZE feature set
   *CRYPTO_SCRAMBLE_EXT command
   *BLOCK_ERASE_EXT command
   *reserved 69[3]
   *DOWNLOAD MICROCODE DMA command
   *WRITE BUFFER DMA command
   *READ BUFFER DMA command
   *Data Set Management TRIM supported (limit 8 blocks)
   *Deterministic read ZEROs after TRIM
Security: 
Master password revision code = 65534
supported
not enabled
not locked
not frozen
not expired: security count