[Bug 1995199] Re: Renaming home folders corrupts side panel behavior

2022-11-03 Thread Coeur Noir
Well renaming $HOME is questionable, at least, depending on how you made it.
And the names of usual folders inside $HOME follow some conventions ( XDG, 
freedesktop ) which are expected by your desktop environment and system. 

It's probably your ~/.config/user-dirs.dirs file which has been emptied
after such renaming.

By default it looks like :

# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run.
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
# 
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Download"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"

If you only renamed the $HOME folder then you'll have to replace

$HOME/

by

/home/new_name_for_user/

If you also renamed one or all of those 8 usual and conventional folders,
you'll have to replace

XDG_DESKTOP_DIR="$HOME/Desktop"

by

XDG_DESKTOP_DIR="/home/new_name_for_user/new_name_for_desktop"

and for each renamed folder.

This mechanic is handled at start of session by xdg-user-dirs / xdg-
user-dirs-gtk

Folder for $HOME is expected to be the user's name, in lower case
letters, as given by command

id

The matching of user's name + « real » name + other info about one user
+ place for his $HOME + uid + primary gid is stored into the file
/etc/passwd you may look at it using

grep -E :[0-9]{4}: /etc/passwd

which will show you only the « human » users on your system ( those with
uid ≥ 1000 )

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

Title:
  Renaming home folders corrupts side panel behavior

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


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

[Bug 1995134] Re: WiFi captive portals stopped working after Kinetic upgrade

2022-11-03 Thread Bug Watch Updater
** Changed in: gnome-shell
   Status: New => Fix Released

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

Title:
  WiFi captive portals stopped working after Kinetic upgrade

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


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

[Bug 1971130] Re: Repeated "time zone updated" notifications when "Automatic Time Zone" enabled

2022-11-03 Thread djandiek
I am having this happen to me as well in the past few days. If this is
an old bug then why did I just suddenly start having the issue?

Nov  4 06:47:25 : gweather_location_get_city_name: assertion 'loc != NULL' 
failed
Nov  4 06:47:25 : gweather_location_get_country: assertion 'loc != NULL' failed
Nov  4 06:47:25 : gweather_location_has_coords: assertion 'loc != NULL' failed

Operating System: Ubuntu 22.04.1 LTS 
  Kernel: Linux 6.0.5-060005-generic
Architecture: x86-64
 Hardware Vendor: HP
  Hardware Model: HP Spectre x360 2-in-1 Laptop 14-ef0xxx

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

Title:
  Repeated "time zone updated" notifications when "Automatic Time Zone"
  enabled

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


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

[Bug 1995642] [NEW] Gimp hace un error fatal al intentar utilizar Batch Process

2022-11-03 Thread Benito Puente Rodero
Public bug reported:


A veces da el siguiente mensaje:

El complemento ha fallado: «dbp»
(/usr/lib/gimp/2.0/plug-ins/dbp)

El complemento que ha fallado puede haber estropeado el estado interno
de GIMP. Sería conveniente que guardase todas sus imágenes y reiniciase
GIMP, para no arriesgarse.


En otras ocasiones aparece la siguiente información sobre el error:




```
GNU Image Manipulation Program version 2.10.30
git-describe: GIMP_2_10_30
Build: unknown rev 0 for linux
# C compiler #
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 
11.2.0-16ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs 
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr 
--with-gcc-major-version-only --program-suffix=-11 
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-gnu-unique-object 
--disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib 
--enable-libphobos-checking=release --with-target-system-zlib=auto 
--enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet 
--with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 
--enable-multilib --with-tune=generic 
--enable-offload-targets=nvptx-none=/build/gcc-11-O5cEXJ/gcc-11-11.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-O5cEXJ/gcc-11-11.2.0/debian/tmp-gcn/usr
 --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu 
--host=x86_64-linux-gnu --target=x86_64-linux-gnu 
--with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.2.0 (Ubuntu 11.2.0-16ubuntu1) 

# Libraries #
using babl version 0.1.92 (compiled against version 0.1.88)
using GEGL version 0.4.34 (compiled against version 0.4.34)
using GLib version 2.72.1 (compiled against version 2.71.1)
using GdkPixbuf version 2.42.8 (compiled against version 2.42.6)
using GTK+ version 2.24.33 (compiled against version 2.24.33)
using Pango version 1.50.6 (compiled against version 1.50.3)
using Fontconfig version 2.13.1 (compiled against version 2.13.1)
using Cairo version 1.16.0 (compiled against version 1.16.0)

```
> fatal error: Violación de segmento

Stack trace:
```

# Stack traces obtained from PID 7485 - Thread 7485 #

[Nuevo LWP 7488]
[Nuevo LWP 7489]
[Nuevo LWP 7490]
[Nuevo LWP 7491]
[Nuevo LWP 7492]
[Nuevo LWP 7493]
[Nuevo LWP 7494]
[Nuevo LWP 7495]
[Nuevo LWP 7496]
[Nuevo LWP 7500]
[Depuración de hilo usando libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
__GI___libc_read (nbytes=256, buf=0x7ffe6aaad790, fd=18) at 
../sysdeps/unix/sysv/linux/read.c:26
  Id   Target IdFrame 
* 1Thread 0x7fa79a7dbe80 (LWP 7485) "gimp-2.10" __GI___libc_read 
(nbytes=256, buf=0x7ffe6aaad790, fd=18) at ../sysdeps/unix/sysv/linux/read.c:26
  2Thread 0x7fa799c2f640 (LWP 7488) "worker"syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  3Thread 0x7fa79942e640 (LWP 7489) "worker"syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  4Thread 0x7fa798c2d640 (LWP 7490) "worker"syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  5Thread 0x7fa793fff640 (LWP 7491) "worker"syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  6Thread 0x7fa7937fe640 (LWP 7492) "worker"syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  7Thread 0x7fa792ffd640 (LWP 7493) "worker"syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  8Thread 0x7fa7927fc640 (LWP 7494) "worker"syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  9Thread 0x7fa791ebd640 (LWP 7495) "gmain" 0x7fa79b4dad7f in 
__GI___poll (fds=0x55ca3ef8afa0, nfds=2, timeout=-1) at 
../sysdeps/unix/sysv/linux/poll.c:29
  10   Thread 0x7fa7916bc640 (LWP 7496) "gdbus" 0x7fa79b4dad7f in 
__GI___poll (fds=0x55ca3ef5f9f0, nfds=2, timeout=-1) at 
../sysdeps/unix/sysv/linux/poll.c:29
  11   Thread 0x7fa766408640 (LWP 7500) "async" syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38

Thread 11 (Thread 0x7fa766408640 (LWP 7500) "async"):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locales.
#1  0x7fa79b775203 in g_cond_wait () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2  0x55ca3d1cb006 in ?? ()
No symbol table info available.
#3  0x7fa79b755a41 in ?? () 

[Bug 1950040] Re: Wayland Screensharing broken in Ubuntu 21.10

2022-11-03 Thread Matej Kovacic
Weel, the bug may be closed, but it is not gone. I have Ubuntu 22.10
with Firefox 106.0 (Mozilla Firefox Snap for Ubuntu / canonical-002 -
1.0) and when I open https://www.webrtc-experiment.com/Pluginfree-
Screen-Sharing/ and try to share one window - Firefox just crashes.

I installed pipewire-media-session package, but of course it doesn't
help.

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

Title:
  Wayland Screensharing broken in Ubuntu 21.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1950040/+subscriptions


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

[Bug 1995311] Re: seahorse-nautilus not working on ubuntu 22.10

2022-11-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nautilus (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/1995311

Title:
  seahorse-nautilus not working on ubuntu 22.10

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


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

[Bug 1995619] [NEW] /usr/bin/gnome-shell:11:std::__atomic_base:mozilla::detail::IntrinsicMemoryOps:mozilla::detail::AtomicBaseIncDec:js::gc::CellWithTenuredGCPointer:JSObject::shape

2022-11-03 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
43.0-1ubuntu2, the problem page at 
https://errors.ubuntu.com/problem/d31a7f723bab2a42586060136dc27f56bc71 
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/.

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


** Tags: jammy kinetic kylin-22.10

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

Title:
  /usr/bin/gnome-
  
shell:11:std::__atomic_base:mozilla::detail::IntrinsicMemoryOps:mozilla::detail::AtomicBaseIncDec:js::gc::CellWithTenuredGCPointer:JSObject::shape

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


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

[Bug 1988859] Re: Periodic black frames and stutter [Failed to post KMS update: drmModeAddFB does not support format 'AR24' (0x34325241)]

2022-11-03 Thread Bug Watch Updater
** Changed in: mesa
   Status: Unknown => New

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

Title:
  Periodic black frames and stutter [Failed to post KMS update:
  drmModeAddFB does not support format 'AR24' (0x34325241)]

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


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

[Bug 1995305] Re: Cursor blurry with fractional scaling in some apps

2022-11-03 Thread Daniel van Vugt
Yes we should fix the cursor at the same time as window contents:
https://gitlab.gnome.org/GNOME/mutter/-/issues/2328

A first attempt was made a while ago:
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/845

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

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

Title:
  Cursor blurry with fractional scaling in some apps

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


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

[Bug 1995305] Re: Cursor blurry with fractional scaling in some apps

2022-11-03 Thread Daniel van Vugt
** Tags added: kinetic

** Package changed: wayland (Ubuntu) => mutter (Ubuntu)

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

Title:
  Cursor blurry with fractional scaling in some apps

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


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

[Bug 1988859] Re: Periodic black frames and stutter [Failed to post KMS update: drmModeAddFB does not support format 'AR24' (0x34325241)]

2022-11-03 Thread Daniel van Vugt
** Bug watch added: gitlab.freedesktop.org/mesa/mesa/-/issues #7621
   https://gitlab.freedesktop.org/mesa/mesa/-/issues/7621

** Also affects: mesa via
   https://gitlab.freedesktop.org/mesa/mesa/-/issues/7621
   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/1988859

Title:
  Periodic black frames and stutter [Failed to post KMS update:
  drmModeAddFB does not support format 'AR24' (0x34325241)]

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


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

[Bug 1995305] [NEW] Cursor blurry with fractional scaling in some apps

2022-11-03 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When using fractional scaling, the mouse cursor is blurry in some
applications. Notably, this includes Settings and Nautilus. See the two
screenshots for comparison.

I'm on Ubuntu 22.10 on Wayland.

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


** Tags: bot-comment kinetic
-- 
Cursor blurry with fractional scaling in some apps
https://bugs.launchpad.net/bugs/1995305
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to mutter in Ubuntu.

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

[Bug 1990089] Re: Screen freeze when performing memory stress in Wayland mode

2022-11-03 Thread Andy Chi
** Tags added: originate-from-1992399

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

Title:
  Screen freeze when performing memory stress in Wayland mode

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


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