Bug#1071989: Applet crashes on load

2024-05-27 Thread Sergio Vavassori
Package: mate-panel
Version: 1.27.1-3
Severity: important


Dear Maintainer,

Since the update from 1.27.1-2-b2 to 1.27.1-3 the panel doesn't load any
applet or window list, but just the menus.
Here is some dmesg logs that may be helpful:

[  100.088966] traps: mate-multiload-[2447] trap int3 ip:7f2e21938117
sp:7ffe2e991d20 error:0 in libglib-2.0.so.0.8000.2[7f2e218f2000+9d000]
[  100.120451] traps: notification-ar[2451] trap int3 ip:7f01b9728117
sp:7fff3c805880 error:0 in libglib-2.0.so.0.8000.2[7f01b96e2000+9d000]
[  100.130117] traps: wnck-applet[2449] trap int3 ip:7f01655e2117
sp:7ffe68ae79e0 error:0 in libglib-2.0.so.0.8000.2[7f016559c000+9d000]
[  100.131184] traps: clock-applet[2453] trap int3 ip:7f263f180117
sp:7ffd83ec7f60 error:0 in libglib-2.0.so.0.8000.2[7f263f13a000+9d000]
[  110.087554] traps: clock-applet[2559] trap int3 ip:7fc321480117
sp:7ffc35a2e160 error:0 in libglib-2.0.so.0.8000.2[7fc32143a000+9d000]
[  111.833188] traps: clock-applet[2569] trap int3 ip:7f898a380117
sp:7ffcd2c62d10 error:0 in libglib-2.0.so.0.8000.2[7f898a33a000+9d000]
[  112.282178] traps: clock-applet[2579] trap int3 ip:7f9193b80117
sp:7fff04a34b60 error:0 in libglib-2.0.so.0.8000.2[7f9193b3a000+9d000]
[  112.939025] traps: clock-applet[2588] trap int3 ip:7f6294452117
sp:7fff4ddc65b0 error:0 in libglib-2.0.so.0.8000.2[7f629440c000+9d000]
[  113.329062] traps: clock-applet[2598] trap int3 ip:7fb308552117
sp:7ffde7f385e0 error:0 in libglib-2.0.so.0.8000.2[7fb30850c000+9d000]
[  114.030064] traps: clock-applet[2607] trap int3 ip:7f71023bc117
sp:7ffd3de19dd0 error:0 in libglib-2.0.so.0.8000.2[7f7102376000+9d000]
[  114.352499] traps: clock-applet[2617] trap int3 ip:7f9449852117
sp:7ffe16eafd10 error:0 in libglib-2.0.so.0.8000.2[7f944980c000+9d000]
[  114.715552] traps: clock-applet[2626] trap int3 ip:7fc16c3e6117
sp:7fff65c3d6a0 error:0 in libglib-2.0.so.0.8000.2[7fc16c3a+9d000]

The installed libglib-2.0 is: libglib2.0-0t64:amd64
   2.80.2-2  amd64GLib library of C
routines
I'm not 100% sure if the actual problem is in this package or in
libmate-panel-applet-4-1 maybe.
Reverting to the previous version solves the problem.

Regards,
Sergio


Bug#1060746: Info received (Wrong text for resource tab)

2024-01-24 Thread Sergio Vavassori
Hello,

Here is the recently published upstream release with the fix:
https://github.com/mate-desktop/mate-system-monitor/releases/tag/v1.26.3

Regards,
Sergio



Bug#1060746: Wrong text for resource tab

2024-01-13 Thread Sergio Vavassori
I found the similar issue on upstream repo
(https://github.com/mate-desktop/mate-system-monitor/issues/257), so
I've opened another one
(https://github.com/mate-desktop/mate-system-monitor/issues/258) since
it looks like it doesn't depend on the packaging itself.

Regards,
Sergio



Bug#1060746: Wrong text for resource tab

2024-01-13 Thread Sergio Vavassori
Package: mate-system-monitor-common
Version: 1.26.2-1
Severity: minor

Dear Maintainer,

With the latest update (1.26.2-1) on Debian testing, the text of the
Resources tab in the Italian localization is clearly wrong since it
says "Do not hesitate to contribute and have fun by improving MATE!"
instead of "Resources" (see attached screenshots).

Reverting to 1.26.0-1 or just replacing
/usr/share/locale/it/LC_MESSAGES/mate-system-monitor.mo with the
previous version brings back the correct text "Resources".


Regards,
Sergio


Bug#1060405: Segmentation fault on opening .deb files

2024-01-10 Thread Sergio Vavassori
Il giorno mer 10 gen 2024 alle ore 21:54 Mike Gabriel
 ha scritto:
>
> Hi Sergio,
>
> > [...]
>
> The fix is on its way to unstable, is the change only required in
> Debian unstable, or is a stable upload to bookworm also required?

Hello Mike,

Thanks for the quick response.

I just tested with a VM and Debian Stable is working properly since
dpkg-deb has spaces in its output as shown in:
https://github.com/mate-desktop/engrampa/issues/496#issuecomment-1720468487

Regards,
Sergio



Bug#1060405: Segmentation fault on opening .deb files

2024-01-10 Thread Sergio Vavassori
Package: engrampa
Version: 1.26.1-1
Severity: important


Dear Maintainer,

Since mid December 2023 engrampa (on Debian testing) has been crashing with
segmentation fault when opening any .deb files.
By looking with GDB it seems the error is thrown here (
https://github.com/mate-desktop/engrampa/blob/1.26/src/fr-command-dpkg.c#L76
). After some searches I found that the same bug was already reported to
upstream ( https://github.com/mate-desktop/engrampa/issues/496 ) and it has
been fixed since October 2023; however upstream hasn't released a new
version yet (as of today, last is 1.27.1 from Aug 22, 2023).

Taking in account that this is the patch to fix the bug (
https://github.com/mate-desktop/engrampa/commit/bdafd0c2db93e85ed0e7b19fd502e254e5b587ea
) and it is compatible with 1.26.1 code (
https://github.com/mate-desktop/engrampa/blob/1.26/src/glib-utils.c#L422-L425
), would you consider to add it to the package's patch set and release as
1.26.1-2?

$ cat /etc/issue
Debian GNU/Linux trixie/sid \n \l
$ uname -a
Linux debian-zooplus 6.5.0-5-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.5.13-1
(2023-11-29) x86_64 GNU/Linux

$ gdb -batch -n -ex 'set pagination off' -ex run -ex bt -ex 'bt full' -ex
'thread apply all bt full' --args engrampa grep_3.11-3_amd64.deb >
engrampa.log
76 ./src/fr-command-dpkg.c: File o directory non esistente

engrampa.log
-
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7592e6c0 (LWP 28785)]
[New Thread 0x7fffed12d6c0 (LWP 28786)]
[New Thread 0x7512d6c0 (LWP 28787)]
[New Thread 0x748966c0 (LWP 28788)]
[New Thread 0x7fffeebff6c0 (LWP 28789)]
[Thread 0x7fffeebff6c0 (LWP 28789) exited]
[New Thread 0x7fffeebff6c0 (LWP 28790)]
[New Thread 0x7fffee3fe6c0 (LWP 28791)]
[Thread 0x7fffeebff6c0 (LWP 28790) exited]
[Thread 0x7fffee3fe6c0 (LWP 28791) exited]
[New Thread 0x7fffee3fe6c0 (LWP 28792)]
[New Thread 0x7fffeebff6c0 (LWP 28793)]
[Thread 0x7fffee3fe6c0 (LWP 28792) exited]
[Thread 0x7fffeebff6c0 (LWP 28793) exited]
[New Thread 0x7fffeebff6c0 (LWP 28794)]
[New Thread 0x7fffee3fe6c0 (LWP 28795)]
[New Thread 0x7fffedbfd6c0 (LWP 28796)]
[Thread 0x7fffee3fe6c0 (LWP 28795) exited]
[New Thread 0x7fffee3fe6c0 (LWP 28797)]
[Thread 0x7fffedbfd6c0 (LWP 28796) exited]
[New Thread 0x7fffedbfd6c0 (LWP 28798)]
[Thread 0x7fffee3fe6c0 (LWP 28797) exited]
[Thread 0x7fffedbfd6c0 (LWP 28798) exited]
[Detaching after fork from child process 28799]

Thread 1 "engrampa" received signal SIGSEGV, Segmentation fault.
0x55581fbe in process_metadata_line (comm=0x55b20350,
line=0x55a89150 "1083 bytes,26 lines  control") at
./src/fr-command-dpkg.c:76
#0  0x55581fbe in process_metadata_line (comm=0x55b20350,
line=0x55a89150 "1083 bytes,26 lines  control") at
./src/fr-command-dpkg.c:76
#1  process_data_line (line=0x55a89150 "1083 bytes,26 lines
 control", data=0x55b20350) at ./src/fr-command-dpkg.c:110
#2  0x5558e12a in fr_channel_data_read
(channel=channel@entry=0x5576b160)
at ./src/fr-process.c:144
#3  0x5558fca8 in check_child (data=0x5576b140) at
./src/fr-process.c:857
#4  0x7715702e in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x771530d9 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x77156317 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x77156930 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#8  0x77388b7d in g_application_run () from
/lib/x86_64-linux-gnu/libgio-2.0.so.0
#9  0x5556b45a in main (argc=, argv=)
at ./src/main.c:357
#0  0x55581fbe in process_metadata_line (comm=0x55b20350,
line=0x55a89150 "1083 bytes,26 lines  control") at
./src/fr-command-dpkg.c:76
fdata = 0x55ac9dd0
fields = 0x55b082a0
name = 
fdata = 
fields = 
name = 
__func__ = 
_g_boolean_var_10 = 
#1  process_data_line (line=0x55a89150 "1083 bytes,26 lines
 control", data=0x55b20350) at ./src/fr-command-dpkg.c:110
fdata = 
comm = 0x55b20350
fields = 
time_s = 
name = 
__func__ = "process_data_line"
#2  0x5558e12a in fr_channel_data_read
(channel=channel@entry=0x5576b160)
at ./src/fr-process.c:144
line = 0x55a89150 "1083 bytes,26 lines  control"
length = 41
terminator_pos = 40
#3  0x5558fca8 in check_child (data=0x5576b140) at
./src/fr-process.c:857
process = 
info = 0x55aa46a0
pid = 
status = 0
continue_process = 
channel_error = 
__FUNCTION__ = "check_child"
#4  0x7715702e in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#5  0x771530d9 in ?? () from 

Bug#1054248: Fails to show weather information

2023-10-19 Thread Sergio Vavassori
Package: libmateweather1
Version: 1.26.0-1.1

The system is Debian testing: Linux debian 6.5.0-1-amd64 #1 SMP
PREEMPT_DYNAMIC Debian 6.5.3-1 (2023-09-13) x86_64 GNU/Linux

Since a couple of days, clock-applet has stopped showing weather information.

Looking at the upstream, it has recently been patched, so it should be
just a matter of updating the debian package to version 1.26.2. (see
https://git.mate-desktop.org/libmateweather/log/?h=1.26 and
https://git.mate-desktop.org/libmateweather/commit/?h=1.26=b75056f5bccf506959a2075305f7e8abbb2502dd
)

By patching the library with this command, as suggested here (
https://ubuntu-mate.community/t/clock-applet-has-stopped-showing-weather-information/22013/11
) and reloading it by killing the clock-applet process makes the
applet to show again the weather information.

sed -i 
's|https://www.aviationweather.gov/adds/dataserver_current/httpparam|https://www.aviationweather.gov/cgi-bin/data/dataserver.php\x0\x0\x0\x0\x0\x0|g'
libmateweather.so.1.6.9

kill $(ps -ef | grep "[m]ate-panel/clock-applet" | awk '{ print $2 }'

Regards,
Sergio



Bug#1039603: fixed in mate-panel 1.27.1-2

2023-06-28 Thread Sergio Vavassori
I experienced the same problem yesterday (debian testing), thanks for the
quick fix.

As a suggestion for those on testing while waiting the fix, temporary
downgrading mate-panel, mate-panel-common and libmate-panel-applet to
1.27.0-1 makes them work again.

Regards,
SV


Bug#1006318: openconnect: failed to request VPN secrets #3: No agents were available for this request

2022-02-27 Thread Sergio Vavassori
Il giorno dom 27 feb 2022 alle ore 15:13 Luca Boccassi 
ha scritto:

> Have you updated network-manager-openconnect and network-manager-
> openconnect-gnome to 1.2.6-4? Have you restarted
> NetworkManager/rebooted since doing that?
>

Yesterday (it wasn't available before in testing) I updated
network-manager-openconnect and network-manager-openconnect-gnome from
1.2.6-3 to 1.2.6-4 and that resolved the issue, no need to reboot.

>From my side I consider the bug closed, thanks for the quick fix.

Regards,
Sergio


Bug#1006318: openconnect: failed to request VPN secrets #3: No agents were available for this request

2022-02-24 Thread Sergio Vavassori
Package: libopenconnect5
Version: 8.20-1
Followup-For: Bug #1006318
X-Debbugs-Cc: vavass...@gmail.com


After having done some tests, I found that the problem is in libopenconnect5 
package since this configuration shows it.

ii  libopenconnect5:amd64  8.20-1  
amd64open client for various network vendors SSL VPNs - shared library
ii  openconnect8.10-8  
amd64open client for Cisco AnyConnect, Pulse, GlobalProtect VPN


Regards



Bug#1006318: openconnect: failed to request VPN secrets #3: No agents were available for this request

2022-02-23 Thread Sergio Vavassori
Package: openconnect
Followup-For: Bug #1006318
X-Debbugs-Cc: vavass...@gmail.com

Dear maintainer,

I found this morning that upgrating to 8.20-1 introduced
a problem with Network-Manager applet.

The notification error message is "Unable to connect, no valid VPN secrets 
available"
while in syslog it reports: "failed to request VPN secrets #3: User canceled 
the secrets request."

I'm using SAML authentication.

Rolling back to 8.10-8 makes everything working again.


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.16.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it_IT:it
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages openconnect depends on:
ii  libc62.33-6
ii  libgnutls30  3.7.3-4+b1
ii  libopenconnect5  8.20-1
ii  libproxy1v5  0.4.17-1
ii  libxml2  2.9.12+dfsg-6
ii  vpnc-scripts 0.1~git20210402-1

Versions of packages openconnect recommends:
ii  python3 3.9.8-1
ii  python3-asn1crypto  1.4.0-1
ii  python3-mechanize   1:0.4.7-1
ii  python3-netifaces   0.11.0-1+b1

Versions of packages openconnect suggests:
ii  bash-completion  1:2.11-5

-- no debconf information



Bug#931930: firmware-misc-nonfree: Please, include i915/icl_dmc_ver1_07.bin

2020-02-24 Thread Sergio Vavassori
On Wed, 19 Feb 2020 17:02:13 +0100 Romain Perier 
wrote:
> On Fri, Jan 31, 2020 at 06:10:01PM -0800, Todd Troxell wrote:
> > Is there a reason why it's not included?  I can make a patch and try
it...
>
> Hi,
>
> icl_dmc_ver1_07.bin and bxt_huc_ver01_8_2893.bin seems to be included
already,
> see
https://salsa.debian.org/kernel-team/firmware-nonfree/blob/master/debian/config/misc-nonfree/defines
>
> At least in 20190717-1.
>
> Messages about "W: Possible missing firmware  for module " is
> thrown by the hook functions of initramfs-tools, when a kmod requires
> firmware images not found on your systemd in /lib/firmware. Are you sure
> that your firmware packages are up-to-date ?

Hello,

I have installed 20190717-2 and they are still missing

https://packages.debian.org/bullseye/all/firmware-misc-nonfree/filelist

Moreover tgl_dmc_ver2_04.bin isn't in that list but it has been in the
linux-firmware repo since tag 20190923

Regards,
Sergio


Bug#862307: mate-control-center: desktop background settings no longer honored

2017-05-16 Thread Sergio Vavassori
On Sat, 13 May 2017 18:45:47 -0400 =?UTF-8?Q?Lucas_Sali=c3=a9s_Brum?=
 wrote:
> On Thu, 11 May 2017 00:02:40 + "brian m. carlson"
>  wrote:
>  > Package: mate-control-center
>  > Version: 1.16.1-1
>  > Severity: normal
>  >
>  > I recently restarted my computer (after quite some time) and noticed
>  > that my custom background is being ignored. Instead, I have the default
>  > background from desktop-base.
>  >
>  > I'm unclear whether this is a mate-settings-daemon bug or a
>  > mate-control-center bug, or whether the problem lies elsewhere entirely.

Just to add some log info to help debug: when changing the background
image, syslog gets a lot of 'Theme parsing error: gtk-widgets.css', so
I suppose it is a problem with the css used. Maybe an old version?

Here a log sample:

May 16 08:38:47 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:153:27: The style property GtkButton:image-spacing is
deprecated and shouldn't be used anymore. It will be removed in a
future version
May 16 08:38:47 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:154:26: The style property GtkButton:inner-border is
deprecated and shouldn't be used anymore. It will be removed in a
future version
May 16 08:38:47 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:578:27: The style property GtkButton:image-spacing is
deprecated and shouldn't be used anymore. It will be removed in a
future version
May 16 08:38:47 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:579:28: The style property GtkWidget:interior-focus is
deprecated and shouldn't be used anymore. It will be removed in a
future version
May 16 08:38:47 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:580:28: The style property GtkButton:default-border is
deprecated and shouldn't be used anymore. It will be removed in a
future version
May 16 08:38:47 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:581:26: The style property GtkButton:inner-border is
deprecated and shouldn't be used anymore. It will be removed in a
future version
May 16 08:38:47 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:1214:18: Not using units is deprecated. Assuming 'px'.
May 16 08:38:48 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:2:10: The 'engine' property is ignored
May 16 08:38:48 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:2:19: Theming engine 'adwaita' not found
May 16 08:38:48 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:12:36: The style property
GtkCheckButton:indicator-size is deprecated and shouldn't be used
anymore. It will be removed in a future version
May 16 08:38:48 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:13:38: The style property
GtkCheckMenuItem:indicator-size is deprecated and shouldn't be used
anymore. It will be removed in a future version
May 16 08:38:48 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:25:32: The style property GtkExpander:expander-size is
deprecated and shouldn't be used anymore. It will be removed in a
future version
May 16 08:38:48 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:27:33: The style property GtkMenu:horizontal-padding
is deprecated and shouldn't be used anymore. It will be removed in a
future version
May 16 08:38:48 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:28:31: The style property GtkMenu:vertical-padding is
deprecated and shouldn't be used anymore. It will be removed in a
future version
May 16 08:38:48 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:30:27: The style property GtkWidget:link-color is
deprecated and shouldn't be used anymore. It will be removed in a
future version
May 16 08:38:48 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:31:35: The style property GtkWidget:visited-link-color
is deprecated and shouldn't be used anymore. It will be removed in a
future version
May 16 08:38:48 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:37:30: The style property GtkWidget:focus-padding is
deprecated and shouldn't be used anymore. It will be removed in a
future version
May 16 08:38:48 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:38:33: The style property GtkWidget:focus-line-width
is deprecated and shouldn't be used anymore. It will be removed in a
future version
May 16 08:38:48 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:67:18: The :focused pseudo-class is deprecated. Use
:focus instead.
May 16 08:38:48 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:72:13: The :insensitive pseudo-class is deprecated.
Use :disabled instead.
May 16 08:38:48 piccolo mate-appearance[7167]: Theme parsing error:
gtk-widgets.css:116:24: The :prelight pseudo-class is deprecated. Use
:hover instead.