[Bug 1738500] Re: Ctrl+Shift+E not working in Bionic

2018-10-20 Thread capaj
I have upgraded to 18.10 and I started getting an issue with
CTRL+SHIFT+E. On 18.04 it worked just fine. Now when I use it input
boxes and text areas across the whole system start acting weird-most of
them will contain letter "e" as soon I focus them. The letter cannot be
removed-not with backpace, not with a delete. This is madness!

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

Title:
  Ctrl+Shift+E not working in Bionic

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

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

[Bug 1738500] Re: Ctrl+Shift+E not working in Bionic

2018-10-20 Thread Jeremy Bicha
@capaj

Try using the Esc key then.

The usability is bad and we really need to have user help for it. Could
someone affected please open a bug against gnome-user-docs for this
issue.

For it to work, I do something like this:

Ctrl+Shift+E

You should see an underlined e

Type the emoji name you want. Let's try smile

Then press space to get the emoji presented.

Press enter to confirm and finalize the emoji or press space again to
see a dropdown list of related choices.

At any point, you can press Esc to cancel.

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

Title:
  Ctrl+Shift+E not working in Bionic

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

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

[Bug 1739468] Re: Repeated [AppIndicatorSupport-WARN] Item :1.51/org/ayatana/NotificationItem/multiload is already registered

2018-10-20 Thread laluz
gnome-shell[11642]: [AppIndicatorSupport-WARN] Item 
:1.91/org/ayatana/NotificationItem/chrome_app_indicator_1 is already registered
gnome-shell[11642]: [AppIndicatorSupport-WARN] Attempting to re-register 
:1.91/org/ayatana/NotificationItem/chrome_app_indicator_1; resetting instead

is repeating every minute in syslog.
Description:Ubuntu 18.04.1 LTS

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

Title:
  Repeated [AppIndicatorSupport-WARN] Item
  :1.51/org/ayatana/NotificationItem/multiload is already registered

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

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

[Bug 1787925] Re: gnome-shell crashed with SIGABRT in meta_bug()

2018-10-20 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  gnome-shell crashed with SIGABRT in meta_bug()

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

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

[Bug 1798957] Re: Folders on Desktop are not openned

2018-10-20 Thread Spam Riko
I've found remains of mate, removed it:
$ sudo apt remove -y ubuntu-mate-desktop mate-* ubuntu-mate-* \
   plymouth-theme-ubuntu-mate-* lightdm
$ sudo apt autoremove -y
$ sudo apt install --reinstall -y gdm3
$ sudo reboot

Now everything works just fine. Please, close this bug.

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

Title:
  Folders on Desktop are not openned

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

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

[Bug 1641308] Re: Partitions display wrong in gnome -disks - ok in gparted

2018-10-20 Thread Francis Chin
I see a similar problem with incorrect partition information in gnome-
disk-utility. I am not sure if it's exactly the same as the OP's issue
as in my case the problem is solely triggered by running GParted, and
not by the deletion/modification of partitions as mentioned by the OP.

I suspect that GParted is somehow causing udisks2 to report incorrect
information. Running "udisksctl info -b /dev/" for the
extended partition (the one that's incorrectly displayed by gnome-disk-
utility) - shows the Block object's Size is 0 instead of 1024 and
"IsContainer" value is false instead of true. Rebooting restores the
values to be correct.

If the OP is still around and can confirm that udisksctl also shows
incorrect partition data in their case, then perhaps this bug would be
better assigned to the udisks2 package rather than gnome-disk-utility
(there is an upstream bug tracker in Gitlab for the latter in any case).

My testing so far has only been on 16.04; there is a newer udisks2
packaged with 18.04 onwards, so if time permits I'll try and replicate
this there too.

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

Title:
  Partitions display wrong in gnome -disks - ok in gparted

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

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

[Bug 1641308] Re: Partitions display wrong in gnome -disks - ok in gparted

2018-10-20 Thread Francis Chin
I've tested with 18.04 and the newer udisks also shows the same
behaviour.

>From further digging I've found that there is an open issue for a udisks
partition property loss bug which seems to be an exact match at
https://github.com/storaged-project/udisks/issues/425


** Bug watch added: github.com/storaged-project/udisks/issues #425
   https://github.com/storaged-project/udisks/issues/425

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

Title:
  Partitions display wrong in gnome -disks - ok in gparted

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

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

[Bug 1790762] Re: Ubuntu Software sign in menu needs UI work

2018-10-20 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/1790762

Title:
  Ubuntu Software sign in menu needs UI work

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

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

[Bug 1791551] Re: Activation of new on-screen keyboard in Gnome 3.28/3.30 is difficult to discover in Wayland and not possible in X

2018-10-20 Thread Mario Vukelic
Thanks Efthimios.
I am still a little unclear about what the intended behavior is. Should it auto 
open when touching a text field e.g. in Chrome? And are you using X or Wayland 
and it you enable the OSK in Universal Access?
Thanks. FWIW, for me on Cosmic it is still as described in the description at 
least on Wayland, I did not try X recently

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

Title:
  Activation of new on-screen keyboard in Gnome 3.28/3.30 is difficult
  to discover in Wayland and not possible in X

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

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

[Bug 1791551] Re: Activation of new on-screen keyboard in Gnome 3.28/3.30 is difficult to discover in Wayland and not possible in X

2018-10-20 Thread Efthimios Chaskaris
Yes, it auto opens for the apps I mentioned it works. I think I'm using
Wayland. Yes, I enabled the OSK in universal access.

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

Title:
  Activation of new on-screen keyboard in Gnome 3.28/3.30 is difficult
  to discover in Wayland and not possible in X

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

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

[Bug 1798941] Re: back button does nothing

2018-10-20 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1798053 ***
https://bugs.launchpad.net/bugs/1798053

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 1798053, 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 1798053
   Click on the back icon in gnome-software don't work

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

Title:
  back button does nothing

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

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

[Bug 1798952] Re: Ubuntu Software back button does not work

2018-10-20 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1798053 ***
https://bugs.launchpad.net/bugs/1798053

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 1798053, 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 1798053
   Click on the back icon in gnome-software don't work

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

Title:
  Ubuntu Software back button does not work

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

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

[Bug 1798629] Re: [snap] System monitor or calculator don't use the right min, max and close icons

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

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

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

Title:
  [snap] System monitor or calculator don't use the right min, max and
  close icons

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

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

[Bug 1798943] [NEW] keyboard backlighting not working on function keys

2018-10-20 Thread Sabin
Public bug reported:

The keyboard backlighting is not working on function keys. Pressing one of the 
function key responsible with the backlighting I'm getting this error in Logs:
 gsd-power: gsd_power_backlight_abs_to_percentage: assertion 'max > min' 
failed

Also, the keyboard backlighting was working in Ubuntu 18.04 but it doesn't 
since I upgrade to Ubuntu 18.10.
It can be turned off manually with the command:
echo 0 | sudo tee /sys/class/leds/smc\:\:kbd_backlight/brightness

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: gnome-settings-daemon 3.30.1.2-1ubuntu2
Uname: Linux 4.18.15-041815-generic
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: 20th of October
SourcePackage: gnome-settings-daemon

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

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

Title:
  keyboard backlighting not working on function keys

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

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

[Bug 1798952] [NEW] Ubuntu Software back button does not work

2018-10-20 Thread Gert Oja
Public bug reported:

Ubuntu Software back button generally does not operate.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: ubuntu-software 3.30.2-0ubuntu5
ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
Uname: Linux 4.18.0-10-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.10-0ubuntu13
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Oct 20 14:01:51 2018
InstallationDate: Installed on 2018-10-19 (1 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
InstalledPlugins:
 gnome-software-plugin-flatpak N/A
 gnome-software-plugin-limba   N/A
 gnome-software-plugin-snap3.30.2-0ubuntu5
PackageArchitecture: all
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug cosmic

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

Title:
  Ubuntu Software back button does not work

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

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

[Bug 1798957] [NEW] Folders on Desktop are not openned

2018-10-20 Thread Spam Riko
Public bug reported:

Double clicking on any folder located on the Desktop or even right click
and then Open, does nothing.


System and package info:
Description:Ubuntu 18.04.1 LTS
Release:18.04

nautilus:
  Installed: 1:3.26.4-0~ubuntu18.04.1
  Candidate: 1:3.26.4-0~ubuntu18.04.1
  Version table:
 *** 1:3.26.4-0~ubuntu18.04.1 500
500 http://il.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1:3.26.3-0ubuntu4 500
500 http://il.archive.ubuntu.com/ubuntu bionic/main amd64 Packages


What you expected to happen:
nautilus executes and displays the folder being "double-clicked".

What happened instead:
Nothing happens.
I did some diagnostics, terminating 'nautilus-desktop' and ran it again using 
terminal, it logs out the following message:
'** (nautilus-desktop:17722): WARNING **: 14:50:00.201: Unable to create File 
Manager freedesktop proxy: Error calling StartServiceByName for 
org.freedesktop.FileManager1: 
GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute 
program org.freedesktop.FileManager1: No such file or directory
'

In addition, running 'nautilus' prior to running 'nautilus-desktop', then 
running 'nautilus-desktop', fixes the problem, and now I can open folders from 
desktop.
Terminating 'nautilus' only, I can still open folders from desktop, but only 
for few seconds where 'nautilus' completely terminates.

Additional info: $ ll /etc/dbus-1/system.d

total 168
drwxr-xr-x 2 root root  4096 Oct 12 13:43 ./
drwxr-xr-x 4 root root  4096 Jul 25 06:04 ../
-rw-r--r-- 1 root root  1144 Feb  2  2018 avahi-dbus.conf
-rw-r--r-- 1 root root  1456 Jun 22 12:27 bluetooth.conf
-rw-r--r-- 1 root root   752 Mar  7  2018 com.hp.hplip.conf
-rw-r--r-- 1 root root  1007 Apr  3  2018 com.redhat.NewPrinterNotification.conf
-rw-r--r-- 1 root root  1016 Apr  3  2018 
com.redhat.PrinterDriversInstaller.conf
-rw-r--r-- 1 root root   733 Nov  4  2013 com.ubuntu.LanguageSelector.conf
-rw-r--r-- 1 root root   759 Feb 18  2014 
com.ubuntu.ScreenResolution.Mechanism.conf
-rw-r--r-- 1 root root   662 May  2 16:58 com.ubuntu.SoftwareProperties.conf
-rw-r--r-- 1 root root   726 Nov  4  2015 com.ubuntu.SystemService.conf
-rw-r--r-- 1 root root   766 Apr 29  2015 com.ubuntu.USBCreator.conf
-rw-r--r-- 1 root root   929 Oct 11  2017 com.ubuntu.WhoopsiePreferences.conf
-rw-r--r-- 1 root root   652 Feb 16  2018 dnsmasq.conf
-rw-r--r-- 1 root root  3883 Jun 13 15:04 gdm.conf
-rw-r--r-- 1 root root  1016 Dec  2  2017 kerneloops.conf
-rw-r--r-- 1 root root  2073 Feb  1  2018 net.hadess.SensorProxy.conf
-rw-r--r-- 1 root root   465 Mar 26  2018 nm-dispatcher.conf
-rw-r--r-- 1 root root   562 Apr  8  2018 nm-pptp-service.conf
-rw-r--r-- 1 root root   434 Feb 11  2009 org.debian.apt.conf
-rw-r--r-- 1 root root   917 Dec 18  2017 org.freedesktop.Accounts.conf
-rw-r--r-- 1 root root   899 Apr 10  2018 org.freedesktop.bolt.conf
-rw-r--r-- 1 root root  1569 Jul 23  2017 org.freedesktop.ColorManager.conf
-rw-r--r-- 1 root root  1043 Mar 12  2018 org.freedesktop.fwupd.conf
-rw-r--r-- 1 root root   711 Jul 20  2017 org.freedesktop.GeoClue2.Agent.conf
-rw-r--r-- 1 root root  1231 Jul 20  2017 org.freedesktop.GeoClue2.conf
-rw-r--r-- 1 root root  9662 Apr 24 14:06 org.freedesktop.ModemManager1.conf
-rw-r--r-- 1 root root 10309 Mar 26  2018 org.freedesktop.NetworkManager.conf
-rw-r--r-- 1 root root  1331 Apr 24 17:13 org.freedesktop.PackageKit.conf
-rw-r--r-- 1 root root   632 Jul 13 14:42 org.freedesktop.PolicyKit1.conf
-rw-r--r-- 1 root root  1075 Feb 16  2018 org.freedesktop.RealtimeKit1.conf
-rw-r--r-- 1 root root  1118 Apr 20  2018 org.freedesktop.thermald.conf
-rw-r--r-- 1 root root   525 Jul 12 19:01 org.freedesktop.UDisks2.conf
-rw-r--r-- 1 root root  1555 Jan 30  2018 org.freedesktop.UPower.conf
-rw-r--r-- 1 root root   765 Apr 18  2018 
org.mate.SettingsDaemon.DateTimeMechanism.conf
-rw-r--r-- 1 root root   545 Jun  6 17:23 
org.opensuse.CupsPkHelper.Mechanism.conf
-rw-r--r-- 1 root root  1084 May 21 17:41 pulseaudio-system.conf
-rw-r--r-- 1 root root  1513 Feb  5  2018 wpa_supplicant.conf

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: nautilus 1:3.26.4-0~ubuntu18.04.1
ProcVersionSignature: Ubuntu 4.15.0-36.39-generic 4.15.18
Uname: Linux 4.15.0-36-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.4
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Oct 20 14:54:36 2018
InstallationDate: Installed on 2018-09-20 (29 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
ProcEnviron:
 LANGUAGE=en_IL:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IL
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus:

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


** Tags: amd64 apport-bug bionic

-- 
You received this bug notification because you are a member 

[Bug 1798988] Re: Software App back button doesn't work after closing and reopening

2018-10-20 Thread fossfreedom
** Also affects: gnome-software (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Software App back button doesn't work after closing and reopening

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

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

[Bug 1798790] Re: Ubuntu 18.10 hangs at "started bpfilter" - "Started Gnome Desktop Manager" during boot

2018-10-20 Thread Efthimios Chaskaris
** Description changed:

  "Started bpfilter" is located just under "Started Gnome Desktop
- Manager". I have found that uninstalling the Nvidia proprietary drivers
- by going into recovery mode fixes the issue. Booting with the earlier
- kernel doesn't fix the issue. This bug
- (https://askubuntu.com/questions/1032639/ubuntu-18-04-stuck-in-boot-
- after-starting-gnome-display-manager-on-intel-graphic) seems relevant.
+ Manager".
+ 
+ I have found that uninstalling the Nvidia proprietary drivers by going
+ into recovery mode fixes the issue.
+ 
+ Booting with the earlier kernel doesn't fix the issue. Installing the
+ earlier v.340 driver also doesn't fix the issue.
+ 
+ This bug (https://askubuntu.com/questions/1032639/ubuntu-18-04-stuck-in-
+ boot-after-starting-gnome-display-manager-on-intel-graphic) seems
+ relevant.

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

Title:
  Ubuntu 18.10 hangs at "started bpfilter" - "Started Gnome Desktop
  Manager" during boot

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

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

[Bug 1798790] Re: Ubuntu 18.10 hangs at "started bpfilter" - "Started Gnome Desktop Manager" during boot

2018-10-20 Thread Efthimios Chaskaris
** Description changed:

  "Started bpfilter" is located just under "Started Gnome Desktop
  Manager".
  
  I have found that uninstalling the Nvidia proprietary drivers by going
  into recovery mode fixes the issue.
  
  Booting with the earlier kernel doesn't fix the issue. Installing the
  earlier v.340 driver also doesn't fix the issue.
  
- This bug (https://askubuntu.com/questions/1032639/ubuntu-18-04-stuck-in-
+ This (https://askubuntu.com/questions/1032639/ubuntu-18-04-stuck-in-
  boot-after-starting-gnome-display-manager-on-intel-graphic) seems
  relevant.

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

Title:
  Ubuntu 18.10 hangs at "started bpfilter" - "Started Gnome Desktop
  Manager" during boot

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

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

[Bug 1785550] Re: Huge memory usage when changing background

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

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

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

Title:
  Huge memory usage when changing background

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

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

[Bug 1798996] Re: Cannot use it at all...

2018-10-20 Thread Dimitri John Ledkov
looks like .deb is bad too.

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

Title:
  Cannot use it at all...

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

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

[Bug 1798996] [NEW] Cannot use it at all...

2018-10-20 Thread Dimitri John Ledkov
Public bug reported:

$ gnome-system-monitor 
cannot perform readlinkat() on the mount namespace file descriptor of the init 
process: Permission denied

And it does not start at all.

** Affects: gnome-system-monitor (Ubuntu)
 Importance: Critical
 Status: Confirmed


** Tags: regression-release

** Summary changed:

- Cannot use it as a snap
+ Cannot use it at all...

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

Title:
  Cannot use it at all...

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

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

[Bug 1798996] Re: Cannot use it at all...

2018-10-20 Thread Dimitri John Ledkov
the deb can be started as root, be previously it would work as non-root
too.

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

Title:
  Cannot use it at all...

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

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

[Bug 1778069] Re: [xfce] nautilus don't open files if set as default file manager

2018-10-20 Thread Theo Linkspfeifer
You can fix this issue by removing the line "x-scheme-handler/file=exo-
file-manager.desktop" from the following files:

/usr/share/xubuntu/applications/defaults.list (provided by Xubuntu)
~/.config/mimeapps.list (user overrides)
~/.local/share/applications/mimeapps.list (deprecated)

The entry should not be added anymore according to upstream Xfce [1],
and it is the cause for the misbehavior according to the comments in the
linked Debian report [2].

[1] 
https://git.xfce.org/xfce/exo/commit/?id=b74caf97642ae2bf00a7754a5fb193f695b6f3d4
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874003#75

** Also affects: xubuntu-default-settings (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nautilus (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: xubuntu-default-settings (Ubuntu)
   Status: New => Confirmed

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

Title:
  [xfce] nautilus don't open files if set as default file manager

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

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

[Bug 1641308] Re: Partitions display wrong in gnome -disks - ok in gparted

2018-10-20 Thread Francis Chin
Re: comment #14: I never said GParted wasn't working - I said that in my
case running GParted was causing Disks (gnome-disk-utility) to show
buggy behaviour.

>From reading the udisks2 issue, the problem seems to do with the udev
change event that's triggered either by running GParted or making
partition changes using gnome-disk-utility, so our cases may have the
same root cause. Running "udevadm info " before and
after the triggering action also shows the loss of partition info for
me.

Perhaps udev is the next place to look, as per udisks issue 425?

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

Title:
  Partitions display wrong in gnome -disks - ok in gparted

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

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

[Bug 1791551] Re: Activation of new on-screen keyboard in Gnome 3.28/3.30 is difficult to discover in Wayland and not possible in X

2018-10-20 Thread Mario Vukelic
I cannot confirm this on my machine. I do not know if what I see it
intended behavior, but what I see is still not what either the Gnome
2.28 release notes or the Ubuntu help say should happen.

When I enable the OSK in universal access, the OSK opens way too often but not 
always when it should. This is same in X or Wayland:
- Opens when typing on keyboard into Activities or Applications search box. (I 
don't know if this is good behavior for universal access, but it is not good 
behavior for general touch use: When I type on the keyboard I don't need an 
OSK. )
- Opens when I touch into Activities or Applications search box. (OK)
- Opens when I start a gnome-term even before I touch it or type into it. But 
it does not open when I switch focus and touch into an already-open gnome-term. 
(Not OK)
- Does not open with Firefox or Chrome. (May be technically unavoidable, but 
then requires a way to open the OSK on demand)
- In Wayland, swiping up of from the bottom of the screen opens OSK. This does 
not work in X and I don't see another way)

Turning OSK off in Universal access, the behavior becomes better for
general touch use as the OSK does not uselessly appear when typing, only
when touching - at least in those cases when it does. Otherwise the
behavior is unchanged compared to being on in Universal Access.

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

Title:
  Activation of new on-screen keyboard in Gnome 3.28/3.30 is difficult
  to discover in Wayland and not possible in X

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

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

[Bug 1798943] Re: keyboard backlighting not working on function keys

2018-10-20 Thread Sabin
** Description changed:

  The keyboard backlighting is not working on function keys. Pressing one of 
the function key responsible with the backlighting I'm getting this error in 
Logs:
   gsd-power: gsd_power_backlight_abs_to_percentage: assertion 'max > 
min' failed
  
- Also, the keyboard backlighting was working in Ubuntu 18.04 but it doesn't 
since I upgrade to Ubuntu 18.10.
+ The keyboard brightness option from the settings doesn't appear anymore.
+ Also, the keyboard backlighting was working in Ubuntu 18.04 but it doesn't 
since I upgrade to Ubuntu 18.10. 
  It can be turned off manually with the command:
  echo 0 | sudo tee /sys/class/leds/smc\:\:kbd_backlight/brightness
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: gnome-settings-daemon 3.30.1.2-1ubuntu2
  Uname: Linux 4.18.15-041815-generic
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: 20th of October
  SourcePackage: gnome-settings-daemon

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

Title:
  keyboard backlighting not working on function keys

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

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

[Bug 1641308] Re: Partitions display wrong in gnome -disks - ok in gparted

2018-10-20 Thread hockenberry
OP here, unfortunately I changed my PC since reporting this bug and
further testing would be irrevelant. Not sure what you mention is
similar though. My issue was with the gnome disk utility, gparted worked
perfectly.

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

Title:
  Partitions display wrong in gnome -disks - ok in gparted

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

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

[Bug 1791551] Re: Activation of new on-screen keyboard in Gnome 3.28/3.30 is difficult to discover in Wayland and not possible in X

2018-10-20 Thread Efthimios Chaskaris
After updating to 18.10, it seems the OSK works as intended in several
apps like Chrome, Chromium, the cmd and gedit. Strangely, it doesn't
automatically appear in the search box of file explorer.

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

Title:
  Activation of new on-screen keyboard in Gnome 3.28/3.30 is difficult
  to discover in Wayland and not possible in X

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

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

[Bug 1798941] [NEW] back button does nothing

2018-10-20 Thread Tuomas Jaakola
Public bug reported:

Steps:
1. Open Ubuntu Software
2. Search for "Dropbox"
3. Install it
4. Launch it
5. Click back button < in the top left corner.
   Expecting it navigates back to search or main view, but nothing happens.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: ubuntu-software 3.30.2-0ubuntu7
ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
Uname: Linux 4.18.0-10-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.10-0ubuntu13
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Oct 20 11:00:16 2018
InstallationDate: Installed on 2018-10-19 (0 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
InstalledPlugins:
 gnome-software-plugin-flatpak N/A
 gnome-software-plugin-limba   N/A
 gnome-software-plugin-snap3.30.2-0ubuntu7
PackageArchitecture: all
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug cosmic

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

Title:
  back button does nothing

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

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

[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse wheel scrolling speed

2018-10-20 Thread clel
Can someone responsible for this (is there anyone?) please update this
to reflect the current state?

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

Title:
  [enhancement] Ubuntu needs a way to set mouse wheel scrolling speed

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

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

[Bug 1024742] Re: Mouse sensitivity is actually acceleration threshold. No way to change sensitivity.

2018-10-20 Thread clel
Sad to see this unanswered until now, where it is not relevant anymore,
since the whole control center has changed alot. But still this bug is
open...

I guess Ubuntu is heavily lacking staff not only to keep track of
relevant bug reports but even to keep this bug tracker organized.

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

Title:
  Mouse sensitivity is actually acceleration threshold. No way to change
  sensitivity.

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

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

[Bug 1754872] Re: apt install xubuntu-desktop does not resolve dependencies properly

2018-10-20 Thread Theo Linkspfeifer
** Also affects: xfce4-session (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  apt install xubuntu-desktop does not resolve dependencies properly

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

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

[Bug 1754872] Re: apt install xubuntu-desktop does not resolve dependencies properly

2018-10-20 Thread Theo Linkspfeifer
Debian's xfce4-session package only recommends light-locker, so my
suggestion in comment #26 would be an acceptable solution.

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

Title:
  apt install xubuntu-desktop does not resolve dependencies properly

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

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