[Bug 2097415] Re: Ubuntu 24.04, mutter: drag and drop does not work between x11 and wayland applications

2025-02-05 Thread Bug Watch Updater
** Changed in: mutter
   Status: Unknown => Fix Released

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

Title:
  Ubuntu 24.04, mutter: drag and drop does not work between x11 and
  wayland applications

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


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

[Bug 2097415] Re: Ubuntu 24.04, mutter: drag and drop does not work between x11 and wayland applications

2025-02-05 Thread Vladimir Petko
gcc XDnDSource.c -o XDnDSource -lX11 && ./XDnDSource


** Attachment added: "XDnDSource.c"
   
https://bugs.launchpad.net/mutter/+bug/2097415/+attachment/5855074/+files/XDnDSource.c

** Description changed:

  Original report[1]:
  --
  Description of problem:
  
  Unable to perform Drag and Drop using XDND protocol from Xlib
  application to application running on Wayland display server natively.
  
  How reproducible:
  always
  
  Steps to Reproduce:
  1. compile attached file with "gcc XDnDSource.c -o XDnDSource -lX11 && 
./XDnDSource".
     Attached file is a simple drag source client, written using XDND protocol.
     It has single mime-type to transfer: `text-plain`.
  2. try to perform drag and drop starting from black area.
  3. drop to gedit, firefox, etc.
  4. 
  
  Actual results:
  
  It fails to find any window having XdndAware property(except for apps running 
on XWayland),
  so it unable to perform drop action.
  
  Expected results:
  Performed drop.
  
  Additional information:
  
  The same example works for Ubuntu 21.04, Oracle Linux 8u5 on Wayland, but not 
on Fedora 35.
  --
  
  The issue was fixed in Gnome 47 (plucky, oracular), but still present in
- Gnome 46 (noble).
+ Gnome 46 (noble). Attached reproducer from the original report.
  
  [1] https://bugzilla.redhat.com/show_bug.cgi?id=2027569#c0)

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

Title:
  Ubuntu 24.04, mutter: drag and drop does not work between x11 and
  wayland applications

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


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

[Bug 2097415] [NEW] Ubuntu 24.04, mutter: drag and drop does not work between x11 and wayland applications

2025-02-05 Thread Vladimir Petko
Public bug reported:

Original report[1]:
--
Description of problem:

Unable to perform Drag and Drop using XDND protocol from Xlib
application to application running on Wayland display server natively.

How reproducible:
always

Steps to Reproduce:
1. compile attached file with "gcc XDnDSource.c -o XDnDSource -lX11 && 
./XDnDSource".
   Attached file is a simple drag source client, written using XDND protocol.
   It has single mime-type to transfer: `text-plain`.
2. try to perform drag and drop starting from black area.
3. drop to gedit, firefox, etc.
4. 

Actual results:

It fails to find any window having XdndAware property(except for apps running 
on XWayland),
so it unable to perform drop action.

Expected results:
Performed drop.

Additional information:

The same example works for Ubuntu 21.04, Oracle Linux 8u5 on Wayland, but not 
on Fedora 35.
--

The issue was fixed in Gnome 47 (plucky, oracular), but still present in
Gnome 46 (noble). Attached reproducer from the original report.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2027569#c0)

** Affects: mutter
 Importance: Unknown
 Status: Fix Released

** Affects: mutter (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: mutter (Ubuntu Noble)
 Importance: Undecided
 Status: New

** Affects: mutter (Ubuntu Oracular)
 Importance: Undecided
 Status: Fix Released

** Affects: mutter (Ubuntu Plucky)
 Importance: Undecided
 Status: Fix Released

** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #2042
   https://gitlab.gnome.org/GNOME/mutter/-/issues/2042

** Also affects: mutter via
   https://gitlab.gnome.org/GNOME/mutter/-/issues/2042
   Importance: Unknown
   Status: Unknown

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

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

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

** Changed in: mutter (Ubuntu Plucky)
   Status: New => Fix Released

** Changed in: mutter (Ubuntu Oracular)
   Status: New => Fix Released

** Description changed:

+ Original report[1]:
+ --
  Description of problem:
  
  Unable to perform Drag and Drop using XDND protocol from Xlib
  application to application running on Wayland display server natively.
  
- 
  How reproducible:
  always
  
  Steps to Reproduce:
- 1. compile attached file with "gcc XDnDSource.c -o XDnDSource -lX11 && 
./XDnDSource". 
-Attached file is a simple drag source client, written using XDND protocol.
-It has single mime-type to transfer: `text-plain`.
+ 1. compile attached file with "gcc XDnDSource.c -o XDnDSource -lX11 && 
./XDnDSource".
+    Attached file is a simple drag source client, written using XDND protocol.
+    It has single mime-type to transfer: `text-plain`.
  2. try to perform drag and drop starting from black area.
  3. drop to gedit, firefox, etc.
- 4.  
+ 4. 
  
  Actual results:
  
- It fails to find any window having XdndAware property(except for apps running 
on XWayland), 
+ It fails to find any window having XdndAware property(except for apps running 
on XWayland),
  so it unable to perform drop action.
  
  Expected results:
  Performed drop.
+ 
+ Additional information:
+ 
+ The same example works for Ubuntu 21.04, Oracle Linux 8u5 on Wayland, but not 
on Fedora 35.
+ --
+ 
+ The issue was fixed in Gnome 47 (plucky, oracular), but still present in
+ Gnome 46 (noble).
+ 
+ [1] https://bugzilla.redhat.com/show_bug.cgi?id=2027569#c0)

** No longer affects: mutter

** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #3511
   https://gitlab.gnome.org/GNOME/mutter/-/issues/3511

** Also affects: mutter via
   https://gitlab.gnome.org/GNOME/mutter/-/issues/3511
   Importance: Unknown
   Status: Unknown

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

Title:
  Ubuntu 24.04, mutter: drag and drop does not work between x11 and
  wayland applications

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


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

[Bug 2097415] Re: Ubuntu 24.04, mutter: drag and drop does not work between x11 and wayland applications

2025-02-05 Thread Bug Watch Updater
Launchpad has imported 7 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=2027569.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2021-11-30T05:26:23+00:00 ZVEGINTSEV.ALEX wrote:

Created attachment 1844113
gcc XDnDSource.c -o XDnDSource -lX11 && ./XDnDSource

Description of problem:

Unable to perform Drag and Drop using XDND protocol from Xlib
application to application running on Wayland display server natively.


How reproducible:
always

Steps to Reproduce:
1. compile attached file with "gcc XDnDSource.c -o XDnDSource -lX11 && 
./XDnDSource". 
   Attached file is a simple drag source client, written using XDND protocol.
   It has single mime-type to transfer: `text-plain`.
2. try to perform drag and drop starting from black area.
3. drop to gedit, firefox, etc.
4.  

Actual results:

It fails to find any window having XdndAware property(except for apps running 
on XWayland), 
so it unable to perform drop action.

Expected results:
Performed drop.

Additional info:

The same example works for Ubuntu 21.04, Oracle Linux 8u5 on Wayland,
but not on Fedora 35.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2097415/comments/0


On 2021-11-30T06:21:12+00:00 ofourdan wrote:

Hi Alexander,

Thanks for the reproducer!

Xwayland is just an Xserver, it doesn't play any active role in DnD nor
copy/paste.

The Wayland compositor itself plays the role of proxy between X11 and
Wayland clients, therefore DnD or copy/paste issues usually find their
root in either the client or the mutter, in the case of GNOME.

Moving to mutter.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2097415/comments/1


On 2021-11-30T07:58:54+00:00 ofourdan wrote:

FWIW, I see a fairly consistent behaviour regardless on Wayland or X11
clients, the pointer turns to a question mark when hovering either
Wayland or X11 windows (tried in Nautilus, gnome-terminal, for Wayland
and also in X11 clients such as Google Chrome or geany running with
GDK_BACKEND=x11).

In all cases the logs show:

process_motion_drag:339 0x167: Sending XdndPosition: (2543,397) 
XdndActionCopy
main:413 167: XDnDStatus will accept: 0 action: None
main:413 167: XDnDStatus will accept: 0 action: None
find_aware_window:83 0x2B4: checking window for XdndAware
find_aware_window:83 0x600583: checking window for XdndAware
find_aware_window:83 0x167: checking window for XdndAware
find_aware_window:106 0x167: XA_XdndAware found

(that's a DnD onto gnome-terminal running on Wayland native, FWIW).

And the drop fails in both cases (Wayland native or X11 client).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2097415/comments/2


On 2021-11-30T08:09:46+00:00 ofourdan wrote:

I can confirm the same works in mutter 40.6 (on el9) but not in mutter
41.1 (on F35).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2097415/comments/3


On 2021-11-30T17:32:42+00:00 ofourdan wrote:

Ran a bisection in git and filed the issue upstream

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2097415/comments/4


On 2022-11-29T17:25:10+00:00 bcotton wrote:

This message is a reminder that Fedora Linux 35 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora Linux 35 on 
2022-12-13.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with 
a
'version' of '35'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, change the 'version' 
to a later Fedora Linux version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora Linux 35 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora Linux, you are encouraged to change the 'version' to a later version
prior to this bug being closed.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2097415/comments/5


On 2022-12-13T16:00:54+00:00 bcotton wrote:

Fedora Linux 35 entered end-of-life (EOL) status on 2022-12-13.

Fedora Linux 35 is no longer maintained, which means that it
will not receive any further

[Bug 2097415] Re: Ubuntu 24.04, mutter: drag and drop does not work between x11 and wayland applications

2025-02-05 Thread Daniel van Vugt
** Tags added: dnd noble

** Bug watch added: Red Hat Bugzilla #2027569
   https://bugzilla.redhat.com/show_bug.cgi?id=2027569

** Also affects: mutter (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=2027569
   Importance: Unknown
   Status: Unknown

** Changed in: mutter (Ubuntu Noble)
Milestone: None => noble-updates

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

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

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

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

** Tags added: desktop-needs-sru

** Tags added: fixed-in-mutter-46.5 fixed-upstream

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

Title:
  Ubuntu 24.04, mutter: drag and drop does not work between x11 and
  wayland applications

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


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

[Bug 2097415] Re: Ubuntu 24.04, mutter: drag and drop does not work between x11 and wayland applications

2025-02-05 Thread Vladimir Petko
I have tried applying
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/382 to noble
version of mutter, but it still does not solve the issue. Probably we
need to backport additional patches.

** Description changed:

  Original report[1]:
  --
  Description of problem:
  
  Unable to perform Drag and Drop using XDND protocol from Xlib
  application to application running on Wayland display server natively.
  
  How reproducible:
  always
  
  Steps to Reproduce:
  1. compile attached file with "gcc XDnDSource.c -o XDnDSource -lX11 && 
./XDnDSource".
     Attached file is a simple drag source client, written using XDND protocol.
     It has single mime-type to transfer: `text-plain`.
  2. try to perform drag and drop starting from black area.
  3. drop to gedit, firefox, etc.
  4. 
  
  Actual results:
  
  It fails to find any window having XdndAware property(except for apps running 
on XWayland),
  so it unable to perform drop action.
  
  Expected results:
  Performed drop.
  
  Additional information:
  
  The same example works for Ubuntu 21.04, Oracle Linux 8u5 on Wayland, but not 
on Fedora 35.
  --
  
  The issue was fixed in Gnome 47 (plucky, oracular), but still present in
  Gnome 46 (noble). Attached reproducer from the original report.
  
+ Why it is important:
+ 
+ ---
+ Alexander zvegint...@zvegintsev.alex
+ · 8 months ago
+ Author
+ OpenJDK has only just finished the work to support XWayland, and so the 
timing of this bug is very unfortunate.
+ 
+ It causes a CONFORMANCE test failure, which means that no JDK
+ distribution, from any vendor can claim to support Java in this
+ configuration (Gnome 46).
+ 
+ This includes at least Ubuntu 24.04, Fedora 40, Manjaro 24.
+ 
+ A fix for this needs to be in place and backported as a Gnome 46 patch
+ for those distros.
+ 
+ Related JDK issue https://bugs.openjdk.org/browse/JDK-810
+ 
+ Thanks in advance.
+ -
+ [2]
+ 
+ 
  [1] https://bugzilla.redhat.com/show_bug.cgi?id=2027569#c0)
+ [2] https://gitlab.gnome.org/GNOME/mutter/-/issues/3511

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

Title:
  Ubuntu 24.04, mutter: drag and drop does not work between x11 and
  wayland applications

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


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

[Bug 2097496] Re: libglib: Crash due to infinite recursion in MIME subclassing

2025-02-05 Thread Daniel van Vugt
** Bug watch added: gitlab.gnome.org/GNOME/glib/-/issues #2833
   https://gitlab.gnome.org/GNOME/glib/-/issues/2833

** Also affects: glib via
   https://gitlab.gnome.org/GNOME/glib/-/issues/2833
   Importance: Unknown
   Status: Unknown

** Changed in: glib2.0 (Ubuntu)
   Status: New => Fix Released

** Tags added: fixed-in-glib-2.79.0 fixed-upstream jammy

** Also affects: glib2.0 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: glib2.0 (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: glib2.0 (Ubuntu Oracular)
   Importance: Undecided
   Status: New

** Also affects: glib2.0 (Ubuntu Plucky)
   Importance: Undecided
   Status: Fix Released

** Changed in: glib2.0 (Ubuntu Oracular)
   Status: New => Fix Released

** Changed in: glib2.0 (Ubuntu Noble)
   Status: New => Fix Released

** Changed in: glib2.0 (Ubuntu Jammy)
Milestone: None => jammy-updates

** Changed in: glib2.0 (Ubuntu Jammy)
   Importance: Undecided => Medium

** Changed in: glib2.0 (Ubuntu Jammy)
   Status: New => Triaged

** Changed in: glib2.0 (Ubuntu Noble)
   Importance: Undecided => Medium

** Changed in: glib2.0 (Ubuntu Oracular)
   Importance: Undecided => Medium

** Changed in: glib2.0 (Ubuntu Plucky)
   Importance: Undecided => Medium

** Tags added: desktop-needs-sru

** Description changed:

  There's an infinite recursion in MIME resolution bug which affects
  processes using gio to resolve certain MIME types.  In my case, tracker-
  miner-fs-3 has been crashing in a loop for weeks due to this issue.
  
  I reported the issue to the GLib maintainers here:
  https://gitlab.gnome.org/GNOME/glib/-/issues/3601
  
  The fix is given here: 
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3714
- The backport to 2.7 is here: 
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3718
+ The backport to 2.78 is here: 
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3718
  
  I'm requesting the fix be backported into ubuntu.  Thank you for your
  consideration!
  
- ➜  ~ lsb_release -rd
+ ➜  ~ lsb_release -rd
  Description:  Pop!_OS 22.04 LTS
  Release:  22.04
  
- 
  ➜  ~ apt-cache policy libglib2.0-0
  libglib2.0-0:
-   Installed: 2.72.4-0ubuntu2.4
-   Candidate: 2.72.4-0ubuntu2.4
-   Version table:
-  *** 2.72.4-0ubuntu2.4 500
- 500 http://apt.pop-os.org/ubuntu jammy-security/main amd64 Packages
- 500 http://apt.pop-os.org/ubuntu jammy-updates/main amd64 Packages
- 100 /var/lib/dpkg/status
-  2.72.1-1 500
- 500 http://apt.pop-os.org/ubuntu jammy/main amd64 Packages
+   Installed: 2.72.4-0ubuntu2.4
+   Candidate: 2.72.4-0ubuntu2.4
+   Version table:
+  *** 2.72.4-0ubuntu2.4 500
+ 500 http://apt.pop-os.org/ubuntu jammy-security/main amd64 Packages
+ 500 http://apt.pop-os.org/ubuntu jammy-updates/main amd64 Packages
+ 100 /var/lib/dpkg/status
+  2.72.1-1 500
+ 500 http://apt.pop-os.org/ubuntu jammy/main amd64 Packages

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

Title:
  libglib: Crash due to infinite recursion in MIME subclassing

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


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

[Bug 2097471] Dependencies.txt

2025-02-05 Thread Khairul Aizat Kamarudzzaman
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/2097471/+attachment/5855162/+files/Dependencies.txt

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

Title:
  nautilus onedrive online account not working

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


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

[Bug 2089709] Re: Ubuntu 24.04 (X11) sometimes logs in to a black screen with only an X cursor

2025-02-05 Thread bmaupin
** Attachment added: "prevjournal-20250205.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2089709/+attachment/5855103/+files/prevjournal-20250205.txt

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

Title:
  Ubuntu 24.04 (X11) sometimes logs in to a black screen with only an X
  cursor

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


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

[Bug 2089709] Re: Ubuntu 24.04 (X11) sometimes logs in to a black screen with only an X cursor

2025-02-05 Thread bmaupin
I disabled every single custom gnome shell extension. The only enabled
extensions are the ones that come with Ubuntu:

$ gnome-extensions list --enabled
ubuntu-appindicat...@ubuntu.com
ubuntu-d...@ubuntu.com
d...@rastersoft.com

It happened again this morning. sudo systemctl restart gdm3 didn't work
so I did killall gnome-shell and that worked.

I'm not sure if it's helpful or not, but I regularly change monitor
configurations. It's a laptop and I frequently connect it to different
external monitors or none at all.

** Attachment added: "journal-20250205.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2089709/+attachment/5855102/+files/journal-20250205.txt

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

Title:
  Ubuntu 24.04 (X11) sometimes logs in to a black screen with only an X
  cursor

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


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

[Bug 2097475] [NEW] nautilus crashes while moving files

2025-02-05 Thread Christians
Public bug reported:

crash while dragging files into subdirectory in grid view

ProblemType: Bug
DistroRelease: Ubuntu 24.10
Package: nautilus 1:47.0-1ubuntu1
ProcVersionSignature: Ubuntu 6.11.0-14.15-generic 6.11.0
Uname: Linux 6.11.0-14-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.30.0-0ubuntu4
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Wed Feb  5 20:26:35 2025
GsettingsChanges:
 b'org.gnome.nautilus.preferences' b'default-folder-viewer' b"'icon-view'"
 b'org.gnome.nautilus.preferences' b'migrated-gtk-settings' b'false'
InstallationDate: Installed on 2023-06-06 (610 days ago)
InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
SourcePackage: nautilus
UpgradeStatus: Upgraded to oracular on 2024-10-14 (114 days ago)
mtime.conffile..etc.apport.crashdb.conf: 2024-03-06T17:35:57.237100
usr_lib_nautilus:
 file-roller   44.3-1
 nautilus-extension-gnome-terminal 3.54.0-1ubuntu1
 nautilus-image-converter  0.4.0-2build2
 nautilus-wipe 0.4.alpha2-0.1ubuntu2
 python3-nautilus  4.0.1-1

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


** Tags: amd64 apport-bug oracular third-party-packages

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

Title:
  nautilus crashes while moving files

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


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

[Bug 2065432] Re: Unable to authenticate with smartcard: gnome-shell throws on unhandled promise rejection

2025-02-05 Thread Andreas Hasenack
Was this tested as well? It's not clear to me from the comments above:

 * Ensure that other login/lockscreen options are still working as expected
   following the GDM test plan:
   https://wiki.ubuntu.com/DesktopTeam/TestPlans/GDM

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

Title:
  Unable to authenticate with smartcard: gnome-shell throws on unhandled
  promise rejection

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


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

[Bug 2097471] [NEW] nautilus onedrive online account not working

2025-02-05 Thread Khairul Aizat Kamarudzzaman
Public bug reported:

2025-02-06T02:45:09.879354+08:00 X1Extreme gnome-shell[5852]: Impossible to 
mount removable Khairul Aizat Kamarudzzaman: Gio.IOErrorEnum: Invalid mount 
spec#012#012Stack trace:#012  
_promisify/proto[asyncFunc]/https://bugs.launchpad.net/bugs/2097471

Title:
  nautilus onedrive online account not working

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


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

[Bug 2097471] ProcEnviron.txt

2025-02-05 Thread Khairul Aizat Kamarudzzaman
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/2097471/+attachment/5855165/+files/ProcEnviron.txt

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

Title:
  nautilus onedrive online account not working

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


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

[Bug 2097471] monitors.xml.txt

2025-02-05 Thread Khairul Aizat Kamarudzzaman
apport information

** Attachment added: "monitors.xml.txt"
   
https://bugs.launchpad.net/bugs/2097471/+attachment/5855167/+files/monitors.xml.txt

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

Title:
  nautilus onedrive online account not working

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


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

[Bug 2097471] ProcCpuinfoMinimal.txt

2025-02-05 Thread Khairul Aizat Kamarudzzaman
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/2097471/+attachment/5855164/+files/ProcCpuinfoMinimal.txt

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

Title:
  nautilus onedrive online account not working

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


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

[Bug 2097471] ShellJournal.txt

2025-02-05 Thread Khairul Aizat Kamarudzzaman
apport information

** Attachment added: "ShellJournal.txt"
   
https://bugs.launchpad.net/bugs/2097471/+attachment/5855166/+files/ShellJournal.txt

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

Title:
  nautilus onedrive online account not working

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


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

[Bug 2097471] GsettingsChanges.txt

2025-02-05 Thread Khairul Aizat Kamarudzzaman
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/2097471/+attachment/5855163/+files/GsettingsChanges.txt

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

Title:
  nautilus onedrive online account not working

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


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

[Bug 2097496] [NEW] libglib: Crash due to infinite recursion in MIME subclassing

2025-02-05 Thread Jonah
Public bug reported:

There's an infinite recursion in MIME resolution bug which affects
processes using gio to resolve certain MIME types.  In my case, tracker-
miner-fs-3 has been crashing in a loop for weeks due to this issue.

I reported the issue to the GLib maintainers here:
https://gitlab.gnome.org/GNOME/glib/-/issues/3601

The fix is given here: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3714
The backport to 2.7 is here: 
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3718

I'm requesting the fix be backported into ubuntu.  Thank you for your
consideration!

➜  ~ lsb_release -rd
Description:Pop!_OS 22.04 LTS
Release:22.04


➜  ~ apt-cache policy libglib2.0-0
libglib2.0-0:
  Installed: 2.72.4-0ubuntu2.4
  Candidate: 2.72.4-0ubuntu2.4
  Version table:
 *** 2.72.4-0ubuntu2.4 500
500 http://apt.pop-os.org/ubuntu jammy-security/main amd64 Packages
500 http://apt.pop-os.org/ubuntu jammy-updates/main amd64 Packages
100 /var/lib/dpkg/status
 2.72.1-1 500
500 http://apt.pop-os.org/ubuntu jammy/main amd64 Packages

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  libglib: Crash due to infinite recursion in MIME subclassing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/2097496/+subscriptions


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

[Bug 2089709] Re: Ubuntu 24.04 (X11) sometimes logs in to a black screen with only an X cursor

2025-02-05 Thread Daniel van Vugt
system-monitor-next is still installed according to those logs, even if
not "enabled". It was also reinstalled just yesterday:

  Feb 05 08:44:16 hostname gnome-shell[4586]: Archive:  
/tmp/198P12.shell-extension.zip
  Feb 05 08:44:16 hostname gnome-shell[4586]:   inflating: 
/home/username/.local/share/gnome-shell/extension-updates/system-monitor-n...@paradoxxx.zero.gmail.com/stylesheet.css
  ...

Please deleted it:

  cd ~/.local/share/gnome-shell
  rm -rf extensions extension-updates

and then reboot.

Please do not install 'system-monitor-next' or any other third party
extensions while we're debugging this issue because there is a
significant chance that such extensions are the cause.

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

Title:
  Ubuntu 24.04 (X11) sometimes logs in to a black screen with only an X
  cursor

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


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

[Bug 2089709] Re: Ubuntu 24.04 (X11) sometimes logs in to a black screen with only an X cursor

2025-02-05 Thread Daniel van Vugt
These are the only suspicious messages happening on login that I can
see:

Feb 05 08:44:15 hostname gnome-shell[3844]: Failed to open sliced image: 
Operation was cancelled
Feb 05 08:44:15 hostname gnome-shell[3844]: Failed to open sliced image: 
Operation was cancelled
Feb 05 08:44:15 hostname gnome-shell[3844]: Failed to open sliced image: 
Operation was cancelled

which may be related to wallpapers and multi-monitor or even to one of
the built-in extensions that ships with Ubuntu.

Try disabling d...@rastersoft.com first and then log in again. If the
bug persists then also try disabling ubuntu-appindicat...@ubuntu.com and
ubuntu-d...@ubuntu.com

Certainly there are image size limit problems we've seen that only exist
in X11 sessions and only with large multi-monitor desktops. So you might
also want to try using Wayland instead (which we strongly recommend).

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

Title:
  Ubuntu 24.04 (X11) sometimes logs in to a black screen with only an X
  cursor

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


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

[Bug 2097471] Re: nautilus onedrive online account not working

2025-02-05 Thread Daniel van Vugt
** Package changed: gnome-shell (Ubuntu) => gnome-shell-extension-
ubuntu-dock (Ubuntu)

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

Title:
  nautilus onedrive online account not working

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


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

[Bug 2011350] Re: ERROR:../src/nautilus-gtk4-helpers.c:116:gtk_widget_get_first_child: assertion failed: (GTK_IS_CONTAINER (widget))

2025-02-05 Thread Eugene Romanenko
> it feels like more of a workaround

Yes, but as I stated in comments #16 and #17, it much better than
nothing, as with it Nautilus in jammy become usable. Without this patch
it just crashed on any active use (more than one window and more than
one tab per window) under X11 environment.

Also, digging to root of this bug not worth the effort, as it dead-end
branch and nautilus-gtk4-helpers.c just removed in next version.

(Reworked merge request on on salsa.debian.org)

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

Title:
  ERROR:../src/nautilus-gtk4-helpers.c:116:gtk_widget_get_first_child:
  assertion failed: (GTK_IS_CONTAINER (widget))

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


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