[Bug 1621203] Re: evolution/totem/gthumb crashes when run in vnc session

2021-04-21 Thread gregrwm
been bothered by this for years with gthumb.

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

Title:
  evolution/totem/gthumb crashes when run in vnc session

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

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

[Bug 1923267] Re: indicator-multiload app broken after upgrading libglib2.0-0 2.67.5-2 to 2.68.0-1

2021-04-21 Thread Treviño
The problem is in gjs, and is fixed by
https://gitlab.gnome.org/GNOME/gjs/-/commit/ec9385b89cb2bce0615093c3c957cbbb5ea6b769

Can be in fact be something a bit more problematic here, as any
extension using Gio.File promises won't work.

The shell will be affected in a limited way.

** Changed in: gnome-shell-extension-appindicator (Ubuntu)
   Status: New => Won't Fix

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

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

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

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

** Changed in: gjs (Ubuntu)
   Importance: Medium => High

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

Title:
  indicator-multiload app broken after upgrading libglib2.0-0 2.67.5-2
  to 2.68.0-1

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

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

[Bug 1922952] Re: issue about diskspace 21.04

2021-04-21 Thread Lars Martin Hambro
But can you tell? What should linux operatingsystem do if i only get 60
GB free space or less home folder should i expect crash and programs did
not works?

I think its hard to find out why linux did not boot. Only issue that can get on 
diskspace:
OSError: [Errno 28] none diskspace.
But i know its issue with fedora 34 beta too that some programs crash if home 
folder is used up.

I also know its issue about kubuntu on some system with AMD but did not find 
out why, because its works with gnome and some other desktop system.
But i did not get much answer how to test.

Did you agree Apt-get install kubuntu-desktop
Or some other did have poor tools to fix broked KDE desktop? Some other say 
reinstall System if only KDE or Unity failed but i hope you can give help.

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

Title:
  issue about diskspace 21.04

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

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

[Bug 1923267] Re: indicator-multiload app broken after upgrading libglib2.0-0 2.67.5-2 to 2.68.0-1

2021-04-21 Thread fprietog
Unfortunately I still got the same problem with gnome-shell-extension-
appindicator 35-1 installed.

I don't think that this will be related to gnome-shell-extension-
appindicator because I'm also getting this error message every boot and
it that seems to be the same problem in a different app and not related
to indicators:

abr 21 19:25:19 fprietog-VirtualBox gnome-shell[1361]: JS ERROR: TypeError: 
method Gio.File.delete_async: At least 3 arguments required, but only 2 passed
_handleLockScreenWarning@resource:///org/gnome/shell/ui/main.js:323:24
_initializeUI/<@resource:///org/gnome/shell/ui/main.js:303:13
_startupAnimationComplete@resource:///org/gnome/shell/ui/layout.js:733:14
onComplete@resource:///org/gnome/shell/ui/layout.js:711:36
_makeEaseCallback/<@resource:///org/gnome/shell/ui/environment.js:85:13
_easeActor/<@resource:///org/gnome/shell/ui/environment.js:168:64

I can assure that with libglib2.0-0, libglib2.0-bin and libglib2.0-data
version 2.67.5-2 it works, but with version to 2.68.0-1 it doesn't.

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

Title:
  indicator-multiload app broken after upgrading libglib2.0-0 2.67.5-2
  to 2.68.0-1

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

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

[Bug 1917362] Re: PAM: smartcard owner isn't associated to user by default

2021-04-21 Thread Treviño
** Description changed:

+ [ Impact ]
+ 
+ Smartcard user is not selected automatically when inserting a smartcard
+ 
+ [ Test case ]
+ 
  Insert a smartcard that has an user associated to it:
-  -> gdm is expected to select the user associated to it and allow 
authentication
+  -> gdm is expected to select the user associated to it and start the 
authentication
+ requesting the card PIN, without having to explicitly write the username.
  
- SSSD side of fix is part of 2.4.1 and should be handled by 
https://github.com/SSSD/sssd/pull/5401/
-  (+ commit https://github.com/SSSD/sssd/commit/4ea1739d09b)
+ [ Regression potential ]
+ 
+ PAM configuration for smartcard changed the order [1] we check the services, 
so:
+ - if a /var/run/nologin the user will be denied for accessing the system only
+   after that the PIN has been inserted.
+ - root may be an allowed user, if associated to a smartcard (even though we 
trust SSSD
+   PAM module and configuration explicitly disallows it).
+ 
+ [1] https://salsa.debian.org/gnome-
+ team/gdm/-/compare/90e71bd4...d32be2e5
+ 
+ ---
+ 
+ There's a SSSD side of this fix (for the carts with multiple certificates) 
that is part of 2.4.1 and should be handled by 
https://github.com/SSSD/sssd/pull/5401/
+  (+ commit https://github.com/SSSD/sssd/commit/4ea1739d09b)
  
  GDM should instead handle empty users properly both in the PAM config
  and sending the info back to gnome-shell.

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

Title:
  PAM: smartcard owner isn't associated to user by default

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

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

[Bug 1917362] Re: PAM: smartcard owner isn't associated to user by default

2021-04-21 Thread Treviño
> Does this mean that we can close this bug for SSSD, then?

I think no, as still the problem stands with multi-certificates cards.
But I think we can fix it in II.

> Does this mean that we can close this bug for SSSD, then?

Yeah, I'm doing it now, I prefer to have at least the GDM side to be in
Hirsute.

** Changed in: sssd (Ubuntu)
   Status: In Progress => Triaged

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

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

Title:
  PAM: smartcard owner isn't associated to user by default

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

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

[Bug 1917362] Re: PAM: smartcard owner isn't associated to user by default

2021-04-21 Thread Sergio Durigan Junior
Hi Iain,

AFAIK there is no pending upload to fix this bug on Hirsute -- is there?
The only work I've done was to backport the patches mentioned in the
Description and upload the package to a PPA.  Unless Marco has made an
upload, of course.

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

Title:
  PAM: smartcard owner isn't associated to user by default

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

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

[Bug 1923267] Re: indicator-multiload app broken after upgrading libglib2.0-0 2.67.5-2 to 2.68.0-1

2021-04-21 Thread Sebastien Bacher
The errors seems to be coming from gnome-shell-extension-appindicator
there, do you still get the issue using
https://launchpad.net/ubuntu/+source/gnome-shell-extension-
appindicator/35-1 ?

** Package changed: glib2.0 (Ubuntu) => gnome-shell-extension-
appindicator (Ubuntu)

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

Title:
  indicator-multiload app broken after upgrading libglib2.0-0 2.67.5-2
  to 2.68.0-1

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

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

[Bug 1923845] Re: Please compress packages with zstd by default

2021-04-21 Thread Julian Andres Klode
There seems to be a bug in bionic's apt.

root@bb:/home/jak/Projects# python3 -c 'import apt_inst, apt_pkg; 
apt_pkg.init(); 
apt_inst.DebFile("glibc-doc-reference_2.33-0ubuntu2_zstd1_all.deb").control.extractdata("control")'
Traceback (most recent call last):
  File "", line 1, in 
LookupError: There is no member named 'control'
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 72, in 
apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
  File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in 
from apport.report import Report
  File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in 
import apport.fileutils
  File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 25, in 

from apport.packaging_impl import impl as packaging
  File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 24, in 

import apt
  File "/usr/lib/python3/dist-packages/apt/__init__.py", line 35, in 
apt_pkg.init_system()
apt_pkg.Error: E:Cannot find a configured compressor for 'false'


** No longer affects: python-apt (Ubuntu)

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

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

Title:
  Please compress packages with zstd by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream-glib/+bug/1923845/+subscriptions

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

[Bug 1923845] Re: Please compress packages with zstd by default

2021-04-21 Thread Balint Reczey
Debootstrap fix is merged in Debian:
https://salsa.debian.org/installer-team/debootstrap/-/merge_requests/54

** Also affects: appstream-glib (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

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

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

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

** Also affects: debian-el (Ubuntu)
   Importance: Undecided
   Status: New

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

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

** Also affects: debsig-verify (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: dpkg-sig (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

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

** Also affects: obs-build (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: python-apt (Ubuntu)
   Importance: Undecided
   Status: New

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

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

** Also affects: vim-scripts (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: zeroinstall-injector (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: python-apt (Ubuntu)
   Importance: Undecided => High

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

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

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

Title:
  Please compress packages with zstd by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream-glib/+bug/1923845/+subscriptions

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

[Bug 387957] Re: Improve Save As Dialog Box (focus issues)

2021-04-21 Thread Jo Wilkes
This is a very irritating thing, and should be easy to solve. The fix is just 
changing initial focus!
Hard to understand this has been open for 12 years now.

There's even a risk of data loss by unintentionally overwriting a file
when one types, *as it works just fine on all other OS*, the filename to
save the file as and hits return... overwriting some other file that
just happened to "match" the "filter".

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

Title:
  Improve Save As Dialog Box (focus issues)

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

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

[Bug 1924888] Re: gnome-disks can't create exfat partitions on Hirsute with the Samsung provided tools.

2021-04-21 Thread Sebastien Bacher
Thanks, indeed that's an udisks issue, I've reported it on
https://github.com/storaged-project/udisks/issues/882 now

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

** Changed in: gnome-disk-utility (Ubuntu)
   Importance: Undecided => High

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

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

Title:
  gnome-disks can't create exfat partitions on Hirsute with the Samsung
  provided tools.

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

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

[Bug 1922952] Re: issue about diskspace 21.04

2021-04-21 Thread Sebastien Bacher
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We understand the difficulties you
are facing, but it is better to raise problems you are having in the
support tracker at https://answers.launchpad.net/ubuntu if you are
uncertain if they are bugs. You can also find help with your problem in
the support forum of your local Ubuntu community http://loco.ubuntu.com/
or asking at https://askubuntu.com or https://ubuntuforums.org. For help
on reporting bugs, see https://help.ubuntu.com/community/ReportingBugs.

** Changed in: gnome-terminal (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  issue about diskspace 21.04

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

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

[Bug 1924932] Re: Nautilus default behaviour for executable scripts is poor

2021-04-21 Thread Sebastien Bacher
*** This bug is a duplicate of bug 1433774 ***
https://bugs.launchpad.net/bugs/1433774

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 1433774, 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.

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

** This bug has been marked a duplicate of bug 1433774
   When double clicking an executable bash script in file manager, it opens in 
gedit rather than executing

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

Title:
  Nautilus default behaviour for executable scripts is poor

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

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

[Bug 1925266] Re: Ubuntu should have two web browsers installed by default.

2021-04-21 Thread Olivier Tilloy
That's exactly what private/incognito modes are for, and what privacy
/security-conscious people use. People who don't understand the risks
inherent to web browsing should be educated, and I highly doubt offering
two web browsers by default would contribute to educating people (that's
if it doesn't confuse them further about what a web browser is).

That would also raise some interesting questions, like where to open a
link from another application by default?

** Changed in: gnome-software (Ubuntu)
   Status: New => 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/1925266

Title:
  Ubuntu should have two web browsers installed by default.

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

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

[Bug 1820859] Re: nautilus --version segfaults in g_application_impl_get_dbus_object_path

2021-04-21 Thread Sebastien Bacher
Great, thanks Marco. The release team isn't likely to accept it on the
ISO at this point so let's turn it into a 0 day SRU, I'm editing the
description

** Description changed:

+ * Impact
+ 
+ nautilus hits a segfault when called with the version argument, which
+ was annoying but became problematic in hirsute since the desktop icons
+ ng calls that command to check if nautilus is available
+ 
+ * Test case
+ 
+ $ nautilus --version
+ shouldn't segfault
+ 
+ * Regression potential
+ 
+ The change is in a patch which was added to expose open locations to
+ Unity for the benefit of the launcher and which is also used by the
+ dashtodock one now. Check that the launcher correctly indicates which
+ windows are active, especially when dealing with external devices.
+ 
+ --
+ 
+ 
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
nautilus.  This problem was most recently seen with package version 
1:3.31.90-1ubuntu2, the problem page at 
https://errors.ubuntu.com/problem/8a8c9fc62039a8bb83a7ee530ac4140a9b8c29d9 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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

Title:
  nautilus --version segfaults in
  g_application_impl_get_dbus_object_path

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

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