[Bug 2102051] [NEW] GNOME's system menu pretty weird with round buttons

2025-03-11 Thread Marcos Alano
Public bug reported: As you can see in the attached screenshot, the buttons to expand the option menus like Wi-Fi, are completely round, instead of half-circle that fits in the size of the bar with the option title. ** Affects: gnome-shell (Ubuntu) Importance: Undecided Status: New

[Bug 2101804] Re: Can't connect over SSL with the public server

2025-03-09 Thread Marcos Alano
I just saw on the changelog this line: "* Mention disabled TLS and metrics in server.toml template" The problem is: disabling TLS is bad because it's used by the client too. I can't sync to the official sync server because it needs TLS. If I was running my own server, that wouldn't be such an iss

[Bug 2101804] [NEW] Can't connect over SSL with the public server

2025-03-09 Thread Marcos Alano
Public bug reported: I installed Atuin using the package manager, I'm running Ubuntu Plucky, and when I try to execute `atuin sync` I get this message: ➜ atuin sync Error: a request to the sync server failed: "error sending request for url (https://api.atuin.sh/api/v0/record)" Location: cra

[Bug 2101195] [NEW] Papers crash with X error

2025-03-07 Thread Marcos Alano
Public bug reported: I try to open Papers but I got this error: ➜ papers (papers:106766): Gdk-WARNING **: 19:05:59.800: The program 'papers' received an X Window System error. This probably reflects a bug in the program. The error was 'BadRegion (invalid Region parameter)'. (Details: serial 18

[Bug 2100624] Re: python3 -m sysconfig showing the wrong optimization flag

2025-03-04 Thread Marcos Alano
> pick up the flags from the environment. You mean, the build systems use the output of this module, or they actually use environment variables? If they use the output of this module, that declares many env variables, that's ok at first, but I still think we could check if the change from -O3 to

[Bug 2100624] [NEW] python3 -m sysconfig showing the wrong optimization flag

2025-03-03 Thread Marcos Alano
Public bug reported: If I execute `python3 -m sysconfig`, I can see all the options related to how Python was compiled. The problem is: Python now is compiled with '-O3' flag by default on upstream and also downstream, but for some reason the previously mentioned command shows '-O2'. It's becau

[Bug 2100615] [NEW] Bump wpasupplicant to version 2.11

2025-02-28 Thread Marcos Alano
Public bug reported: wpasupplicant latest version was released on July 2024. It will be good to update because of things like support for WiFi 7, improvements to Wi-Fi Easy Connect, and compatibility with OpenSSL 3.0. I think this wasn't done yet because for some reason, Debian still packages th

[Bug 1609424] Re: Encrypt hard drive with /boot encrypted

2025-02-27 Thread Marcos Alano
Simon, could you reopen this bug from "Won't fix" for "new"? I think we can work it agains subiquity since it's a useful feature for servers and desktops that improves security. Thanks. ** Package changed: ubuntu => subiquity -- You received this bug notification because you are a member of Ubun

[Bug 1609424] Re: Encrypt hard drive with /boot encrypted

2025-02-22 Thread Marcos Alano
@tsimonq2 I think this improvement isn't just for Ubiquity. Since we changed what is our installer, we can start working on this in our newer installer. What do you think? I removed the attribution for Ubiquity package and added the subiquity project since this feature would be great with servers,

[Bug 1609424] Re: Encrypt hard drive with /boot encrypted

2025-02-22 Thread Marcos Alano
** Package changed: ubiquity (Ubuntu) => ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1609424 Title: Encrypt hard drive with /boot encrypted To manage notifications about this bug go to: ht

[Bug 2098525] Re: Add dracut support for update-initramfs command

2025-02-21 Thread Marcos Alano
Benjamin, the script is pretty great, thanks! I just found out this log lines that seems strange. Any clue about why they happen? mhalano@mhalano-Standard-PC-Q35-ICH9-2009:~$ sudo update-initramfs -k 6.12.0-12-generic -u update-initramfs: Generating /boot/initrd.img-6.12.0-12-generic Creating gro

[Bug 2098608] [NEW] Group "power" necessary for thermald but doesn't exist

2025-02-16 Thread Marcos Alano
Public bug reported: Thermald package has some lines in the default config file /usr/share/dbus-1/system.d/org.freedesktop.thermald.conf that mentions the group "power", but this group isn't used by Ubuntu (I suppose neither for Debian). I had to create this group and add myself to it because o

[Bug 2098525] Re: Add dracut support for update-initramfs command

2025-02-15 Thread Marcos Alano
One more thought: I searched about `kernel-install`, I never used TBH, and it seems that also touches, or can touch, kernel configs, and the goal is to update just the initrds. Also is, AFAIK, a tool from systemd, so if the user is using others init systems (not ideal, I know), update-initramfs

[Bug 2098525] Re: Add dracut support for update-initramfs command

2025-02-15 Thread Marcos Alano
My 0.02 USD: calling `kernel-install add-all`, can we keep the same syntax of the command? For me, what I use most is `update-initramfs -k all -u` to update all the initrds, but we should support the existent syntax. In your opinion, can we do that calling kernel-install instead of directly call

[Bug 2098525] [NEW] Add dracut support for update-initramfs command

2025-02-14 Thread Marcos Alano
Public bug reported: As requested by bdrung here: https://discourse.ubuntu.com/t/spec-switch- to-dracut/54776/7?u=mhalano, I'm opening this ticket. The idea is to add support for dracut in the `update-initramfs` command. The idea is to use the same easy syntax with dracut as we use to use with in

[Bug 1681993] Re: Systemd service for packages without support

2025-02-09 Thread Marcos Alano
The difference between the two follow below. We can see multiple packages don't have a sysvinit file anymore, like buildd. But there is a new package, though: mlat-client-adsbfi. This package wasn't in Oracular, but it's in Plucky. The problem is: It just has a sysvinit script. As I said before,

[Bug 1681993] Re: Systemd service for packages without support

2025-02-09 Thread Marcos Alano
Here is a list that I got from Plucky version, running with multipass. There are differences: +activemq +ahcpd +amavisd-milter +amule-daemon +and +apt-cacher +arpalert +aumix-common +avr-evtd +bitlbee-common +bluemon +btpd +bucardo +bwbar +cachefilesd +caml-crush-server +clamav-milter +cntlm +coll

[Bug 1681993] Re: Systemd service for packages without support

2025-02-09 Thread Marcos Alano
Hi Paul, here is a list of packages that have just a file in /etc/init.d, but nothing for systemd. I think the time is quite critical because sysvinit support will be disabled from systemd soon, so it would be nice to add systemd's unit files for this packages before the next release. ➜ diff -u

[Bug 2089050] Re: package nvidia-dkms-560-open 560.35.03-0ubuntu5 failed to install/upgrade: installed nvidia-dkms-560-open package post-installation script subprocess returned error exit status 10

2024-12-05 Thread Marcos Alano
Yeah. the 0ubuntu7 release fix that. I think it should be backported for Oracular. I can't install Linux 6.12 kernels anymore. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2089050 Title: package nv

[Bug 2085862] [NEW] Update to Taskwarrior 3

2024-10-29 Thread Marcos Alano
Public bug reported: Fedora 41 already have Taskwarrior version 3. It would be nice to have on Ubuntu too. I know the prefered way is to wait Debian to package and just import it, but I think there is no interest to package since Taskwarrior 3 was released some time ago and yet there is no package

[Bug 2081849] Re: Failed to upgrade libllvm19:i386: tries to overwrite /usr/lib/llvm-19/lib/libLLVM.so.19.1 from libllvm19:amd64

2024-09-24 Thread Marcos Alano
I got the same problem today. What I did now was to install version 1:19.1.0-4ubuntu1 from proposed and worked. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2081849 Title: Failed to upgrade libllvm

[Bug 2077181] [NEW] tracker seems to crash the session when find big files

2024-08-16 Thread Marcos Alano
Public bug reported: I uploaded the crash 1bb25a68-5bdc-11ef-8c76-fa163ec8ca8c about this problem. I'm getting multiple, strange logs that don't seem right, like these ones: -- Boot 6b95043f663c4fbcbd311d98c06b43ca -- ago 16 11:30:15 glados tracker-miner-fs-3[7549]: (tracker-extract-3:7549): GLi

[Bug 1875178] Re: Package "thefuck" missing a dependendency on "python3-distutils"

2024-07-03 Thread Marcos Alano
I completely forgot about this bug report. :) Unfortunately, with Ubuntu 24.04 LTS thefuck stopped working again, but this time because of Python 3.12. There are folks trying to work on this, though. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2024-05-24 Thread Marcos Alano
I wasn't able to get any error related with Firefox and AppArmor. Plenty of errors related with AppArmor and some snaps, but I think it's expected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2046844

[Bug 1857392] Re: Window manager warning: Overwriting existing binding of keysym...

2024-05-24 Thread Marcos Alano
I wasn´t able to get any error related with Firefox and AppArmor. Lots of errors related with AppArmor and some snaps, but I think it's expected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1857392

[Bug 1857392] Re: Window manager warning: Overwriting existing binding of keysym...

2024-05-23 Thread Marcos Alano
I get this messages and system freezes and I need to restart. Ubuntu 24.04 Dell G15 5511 GNOME 46.0 + x11 I know the crashes shouldn't be related, but in some way they are because so many people reported. I kept the kernelooops running to check if I can get anything. -- You received this bug no

[Bug 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2024-05-23 Thread Marcos Alano
Trying to get details. I just found one folk on the Internet with the exactly same error as me: https://forums.debian.net/viewtopic.php?t=159229 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2046844 T

[Bug 2007742] Re: Can't update stage views actor (regarding MetaWindowGroup, MetaWindowActorX11, MetaSurfaceActorX11)

2024-05-23 Thread Marcos Alano
Having the problem with: - gnome-shell: 46.0-0ubuntu5.1 - linux: Linux glados 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux - display manager: gdm3 46.0-2ubuntu1 -- You received this bug notification because you are a member of Ubuntu

[Bug 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2024-05-23 Thread Marcos Alano
I'm having a similar problem, but I don't know if it's related: I'm using Ubuntu 24.04, Firefox from Mozilla PPA (so no Snap), and I get this error in the journalctl -b: mai 23 15:39:24 glados firefox.desktop[8963]: [Parent 8963, IPC I/O Parent] WARNING: process 47676 is a zombie: file /builds/

[Bug 2066203] [NEW] Libraries compiled without Shadow Stack support

2024-05-20 Thread Marcos Alano
Public bug reported: I tried to execute VLC when I forcefully enabled Shadow Stack on my system using the environment variable GLIBC_TUNABLES=glibc.cpu.hwcaps=SHSTK and it didn't run correctly: ➜ GLIBC_TUNABLES=glibc.cpu.hwcaps=SHSTK vlc -v VLC media player 3.0.20 Vetinari (revision 3.0.20-0-g6f0

[Bug 1983010]

2024-05-02 Thread Marcos Alano
BTW, I'm using Firefox 125.0.2 on Ubuntu 24.04 LTS with .deb packages, not Snap. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1983010 Title: Sandbox: attempt to open unexpected file /sys/devices/

[Bug 1983010]

2024-05-02 Thread Marcos Alano
I got this error a lot on https://feedly.com. I have to close the browser and reopen so I can use Firefox again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1983010 Title: Sandbox: attempt to open

[Bug 1983010] Re: Sandbox: attempt to open unexpected file /sys/devices/system/cpu/cpu0/cache/index2/size

2024-04-27 Thread Marcos Alano
I have this problem a lot with https://feedly.com, but I can't mention any specific page from my RSS feed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1983010 Title: Sandbox: attempt to open unexp

[Bug 2060816] Re: App grid icon is Ubuntu logo, need to find override

2024-04-18 Thread Marcos Alano
Sorry, false alarm. I just did a reboot after an apt full-upgrade and the icon is being shown. It's a pretty icon, btw. (: -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060816 Title: App grid icon

[Bug 2060816] Re: App grid icon is Ubuntu logo, need to find override

2024-04-18 Thread Marcos Alano
I updated to the last version and the icon went back to the grid. I'm using pure Ubuntu Noble. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060816 Title: App grid icon is Ubuntu logo, need to find

[Bug 2015782] Re: System freeze [(EE) NVIDIA(GPU-0): WAIT (2, 8, 0x8000, 0x00039cbc, 0x00039cc4)]

2024-04-15 Thread Marcos Alano
I'm using Ubuntu 24.04 LTS with NVIDIA 550 and I still have this problem. Please let me know if you need any logs or try any procedure. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2015782 Title: S

[Bug 2059726] [NEW] GNOME Snapshot doesn't show webcam image

2024-03-28 Thread Marcos Alano
Public bug reported: I'm getting errors when I try to use GNOME Snapshot on Ubuntu Noble: ➜ snapshot 2024-03-28T19:30:02.289308Z INFO snapshot::application::imp: Snapshot (org.gnome.Snapshot) 2024-03-28T19:30:02.289323Z INFO snapshot::application::imp: Version

[Bug 2056506] Re: ubuntu-dock 89 crashes on gnome-shell 45 with signal 6 when right clicking on the dock [clutter_actor_dispose: assertion failed: (priv->parent == NULL)]

2024-03-14 Thread Marcos Alano
It seems odd. I know after a crash GNOME Shell starts with all the extensions unloaded, even the ones installed with the system like Ubuntu Dock still operates. Could you check if that's the case with the Extension Manager or Extensions app? -- You received this bug notification because you are

[Bug 2056506] Re: ubuntu-dock 89 crashes on gnome-shell 45 with signal 6 when right clicking on the dock [clutter_actor_dispose: assertion failed: (priv->parent == NULL)]

2024-03-14 Thread Marcos Alano
@vient1, Did you restarted your session after upgrading the package? It seems the very same error to me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056506 Title: ubuntu-dock 89 crashes on gnome-

[Bug 1959507] Re: gnome-shell crashed in clutter_actor_get_real_resource_scale() with assertion failed: (guessed_scale >= 1.f)

2024-03-10 Thread Marcos Alano
Yeah, I opened a bug report for that: https://bugs.launchpad.net/bugs/2056506 It's the Ubuntu Dock extension the culprit. I downgraded it and the problem was gone. Now we need to bisect to see what change caused this. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 2056506] Re: GNOME Shell crashes when I close any application

2024-03-08 Thread Marcos Alano
I did a rollback on the package gnome-shell-extension-ubuntu-dock to the version 87ubuntu2 and did work. Closing the applications using the right-button menu in the dock doesn't crash the session anymore. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 2056506] Re: GNOME Shell crashes when I close any application

2024-03-08 Thread Marcos Alano
I confess I used to use noble-proposed enabled globally, but I disabled it and downgraded all the packages that I could find that came from that archive. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2

[Bug 2056506] Re: GNOME Shell crashes when I close any application

2024-03-08 Thread Marcos Alano
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056506 Title: GNOME Shell crashes when I close any application To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/

[Bug 2056506] Re: GNOME Shell crashes when I close any application

2024-03-08 Thread Marcos Alano
I finally was able to upload a crash report for gnome-shell: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2056568 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056506 Title: GNOME She

[Bug 2056506] Re: GNOME Shell crashes when I close any application

2024-03-08 Thread Marcos Alano
I think this crash can be enlightening. It's related to mutter: 1859fc3a-dd48-11ee-ba9e-fa163e171f02 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056506 Title: GNOME Shell crashes when I close any

[Bug 2056506] Re: GNOME Shell crashes when I close any application

2024-03-08 Thread Marcos Alano
** Attachment added: "prevjournal.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2056506/+attachment/5754030/+files/prevjournal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/20

[Bug 2056506] Re: GNOME Shell crashes when I close any application

2024-03-08 Thread Marcos Alano
** Attachment added: "journal.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2056506/+attachment/5754029/+files/journal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056506 T

[Bug 2056506] [NEW] GNOME Shell crashes when I close any application

2024-03-07 Thread Marcos Alano
Public bug reported: I'm using Noble for sometime and I'm having a very annoying and odd problem: everytime I close an application on x11 (Wayland doesn't work any better) clicking with the right button in the dock and choosing "Quit" I got that screen saying that something went wrong and I need t

[Bug 1864215] Re: Please add webp loader to gdk-pixbuf

2022-05-20 Thread Marcos Alano
The correction was released? the pixbuf-loader was packaged in Ubuntu? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1864215 Title: Please add webp loader to gdk-pixbuf To manage notifications abou

[Bug 1879247] Re: [27C6:538D] Goodix fingerprint is not supported.

2022-05-20 Thread Marcos Alano
The support was really added? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1879247 Title: [27C6:538D] Goodix fingerprint is not supported. To manage notifications about this bug go to: https://bug

[Bug 1971072] Re: Missing new Ubuntu logo (2022)

2022-05-01 Thread Marcos Alano
Here it is how the character appears ** Attachment added: "Screenshot from 2022-05-01 18-51-34.png" https://bugs.launchpad.net/ubuntu/+source/fonts-ubuntu/+bug/1971072/+attachment/5585699/+files/Screenshot%20from%202022-05-01%2018-51-34.png -- You received this bug notification because you a

[Bug 1971072] Re: Missing new Ubuntu logo (2022)

2022-05-01 Thread Marcos Alano
Here it is the character:  -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971072 Title: Missing new Ubuntu logo (2022) To manage notifications about this bug go to: https://bugs.launchpad.net/ubun

[Bug 1969966] ProcEnviron.txt

2022-04-28 Thread Marcos Alano
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1969966/+attachment/5584726/+files/ProcEnviron.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1969966] Re: No support for Intel Killer AX1675i

2022-04-28 Thread Marcos Alano
apport information ** Tags added: apport-collected jammy ** Description changed: I just installed a Intel Killer AX1675i Wifi+Bluetooth card in my Dell G15 5511 laptop but can't get WiFi or Bluetooth. About WiFi I get these logs: ➜ sudo dmesg|grep wifi -i [4.917786] Loading modules

[Bug 1968929] Re: Missing Wayland login option on NVIDIA systems

2022-04-27 Thread Marcos Alano
May be a phased rollout? Can you download and install directly from the repository? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968929 Title: Missing Wayland login option on NVIDIA systems To ma

[Bug 1968929] Re: Missing Wayland login option on NVIDIA systems

2022-04-27 Thread Marcos Alano
@sagu, The version 42.0-1ubuntu7 is in jammy-updates repository. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968929 Title: Missing Wayland login option on NVIDIA systems To manage notifications

[Bug 1876632] Re: [nvidia] Corrupted/missing shell textures when switching users or resuming from suspend

2022-04-25 Thread Marcos Alano
I executed 'journalctl -b -f' to get the logs (they are in the file) and executed systemctl suspend. ** Attachment added: "gistfile1.txt" https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1876632/+attachment/5583559/+files/gistfile1.txt -- You received this bug notification because you a

[Bug 1876632] Re: [nvidia] Corrupted/missing shell textures when switching users or resuming from suspend

2022-04-25 Thread Marcos Alano
@os369510, Here is the content of the file as requested. ``` ResmanDebugLevel: 4294967295 RmLogonRC: 1 ModifyDeviceFiles: 1 DeviceFileUID: 0 DeviceFileGID: 0 DeviceFileMode: 438 InitializeSystemMemoryAllocations: 1 UsePageAttributeTable: 4294967295 EnableMSI: 1 RegisterForACPIEvents: 1 EnablePCIe

[Bug 1876632] Re: [nvidia] Corrupted/missing shell textures when switching users or resuming from suspend

2022-04-24 Thread Marcos Alano
I tried to set both options mentioned on comment #11 and with X11 after resume I got corrupted lock screen and corrupted shell. I had to restart shell with alt+f2 and type r. Furthermore, I think this is the kind of problem the bug talks about. I have a laptop with an option on BIOS to always us

[Bug 1968929] Re: Missing Wayland login option on NVIDIA systems

2022-04-23 Thread Marcos Alano
I have a Dell laptop that have an option in BIOS to always use the NVIDIA GPU instead of Intel/NVIDIA, and that the option I keep selected. In the login screen, the gear shows "Ubuntu" and "Ubuntu on Wayland" options, so I think it's ok for non-hybrid machines until we fix all the problems. --

[Bug 1968757] Re: New icon still not present on Ubuntu Desktop Guide

2022-04-22 Thread Marcos Alano
I tested with 22.04.5 and works flawlessly. ** Attachment added: "Circle of friends with transparency" https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/1968757/+attachment/5582640/+files/Screenshot%20from%202022-04-22%2019-45-17.png ** Tags removed: verification-needed-jammy ** Tags

[Bug 1969966] Re: No support for Intel Killer AX1675i

2022-04-22 Thread Marcos Alano
** Description changed: I just installed a Intel Killer AX1675i Wifi+Bluetooth card in my Dell G15 5511 laptop but can't get WiFi or Bluetooth. About WiFi I get these logs: - ➜ sudo dmesg|grep wifi -i + ➜ sudo dmesg|grep wifi -i [4.917786] Loading modules backported from iwlwifi

[Bug 1969966] Re: No support for Intel Killer AX1675i

2022-04-22 Thread Marcos Alano
I loaded the iwlwifi module with debug=1 option to get more details. I hope it helps ➜ sudo dmesg|grep wifi -i [6.484062] Loading modules backported from iwlwifi [6.484063] iwlwifi-stack-public:master:9858:4c7cba27 [6.576473] Intel(R) Wireless WiFi driver for Linux [6.577121]

[Bug 1969966] [NEW] No support for Intel Killer AX1675i

2022-04-22 Thread Marcos Alano
Public bug reported: I just installed a Intel Killer AX1675i Wifi+Bluetooth card in my Dell G15 5511 laptop but can't get WiFi or Bluetooth. About WiFi I get these logs: ➜ sudo dmesg|grep wifi -i [4.917786] Loading modules backported from iwlwifi [4.917787] iwlwifi-stack-public:mas

[Bug 1968929] Re: No Wayland support on NVIDIA systems

2022-04-19 Thread Marcos Alano
I read the comment #19 and I was able to suspend correctly using s0ix method. The problem is: The method requires using "echo mem |sudo tee /sys/power/state" to enter on suspend mode, but I think the default method, when using menu option and "systemctl suspend", is "freeze", not "mem". Using "echo

[Bug 1968929] Re: No Wayland support on NVIDIA systems

2022-04-19 Thread Marcos Alano
Here you can see the GNOME extension Vitals showing corrupted values after a suspend ** Attachment added: "Corrupted screen" https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1968929/+attachment/5581433/+files/Screenshot%20from%202022-04-19%2008-21-28.png -- You received this bug notificat

[Bug 1968929] Re: No Wayland support on NVIDIA systems

2022-04-19 Thread Marcos Alano
I read the comment #19 and I was able to suspend correctly using s0ix method. The problem is: The method requires using "echo mem |sudo tee /sys/power/state" to enter on suspend mode, but I think the default method, when using menu option and "systemctl suspend", is "freeze", not "mem". Using "echo

[Bug 1968757] Re: [UIFe] New icon still not present on Ubuntu Desktop Guide

2022-04-16 Thread Marcos Alano
I attached the icon I made. Someone could check if I didn't cut too much? There was a light orange bar between the white and the orange I made transparent, but I don't know if I should ** Attachment added: "Icon" https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/1968757/+attachment/55

[Bug 1968757] Re: [UIFe] New icon still not present on Ubuntu Desktop Guide

2022-04-16 Thread Marcos Alano
I did the transparency myself in GIMP. I don't have for sure the proportion is correct, but the apparence is pretty cool. ** Attachment added: "Icon with transparency" https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/1968757/+attachment/5581086/+files/Screenshot%20from%202022-04-16%2

[Bug 1968757] Re: [UIFe] New icon still not present on Ubuntu Desktop Guide

2022-04-15 Thread Marcos Alano
Wouldn't be better to use transparency for the lateral bars instead of white? ** Attachment added: "Screenshot with new icon" https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/1968757/+attachment/5581009/+files/Screenshot%20from%202022-04-15%2023-14-06.png -- You received this bug n

[Bug 1968809] Re: Verify that the gdm cherry-picks are wanted for jammy

2022-04-15 Thread Marcos Alano
Kevin, You can use the bug report I opened since this one is closed: https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1968929 Also, I would like you to comment that about if 42.0-1ubuntu3 version has the problem -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1968809] Re: Verify that the gdm cherry-picks are wanted for jammy

2022-04-15 Thread Marcos Alano
I put all the information in my original bug report and I will unmark as duplicate. https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1968929 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968809 Ti

[Bug 1968929] Re: No Wayland support on my NVIDA laptop

2022-04-15 Thread Marcos Alano
This patch implement these checks: https://salsa.debian.org/gnome- team/gdm/-/blob/ubuntu/master/debian/patches/data-Disable-wayland-on- nvidia-if-suspend-is-broken.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 1968929] Re: No Wayland support on my NVIDA laptop

2022-04-15 Thread Marcos Alano
The command executed right in the shell showing preserve option as 1 ** Attachment added: "Screenshot from 2022-04-15 10-08-31.png" https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1968929/+attachment/5580958/+files/Screenshot%20from%202022-04-15%2010-08-31.png ** This bug is no longer a d

[Bug 1968929] Re: No Wayland support on my NVIDA laptop

2022-04-15 Thread Marcos Alano
Even with all the steps for suspend/resume checked, I still don´t get Wayland support. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968929 Title: No Wayland support on my NVIDA laptop To manage n

[Bug 1968929] Re: No Wayland support on my NVIDA laptop

2022-04-15 Thread Marcos Alano
I got the gdm3 package version 42.0-1ubuntu4 and still don't get Wayland. I troubleshot and found the problem in the file /lib/udev/rules.d/61-gdm.rules in the following lines: IMPORT{program}="/bin/sh -c \"sed -e 's/: /=/g' -e 's/\([^[:upper:]]\)\([[:upper:]]\)/\1_\2/g' -e 's/[[:lower:]]/\U&/g'

[Bug 1968929] Re: No Wayland support on my NVIDA laptop

2022-04-15 Thread Marcos Alano
The preserve option enabled ** Attachment added: "Screenshot from 2022-04-15 10-14-35.png" https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1968929/+attachment/5580957/+files/Screenshot%20from%202022-04-15%2010-14-35.png -- You received this bug notification because you are a member of Ub

[Bug 1968809] Re: Verify that the gdm cherry-picks are wanted for jammy

2022-04-15 Thread Marcos Alano
The command executed right in the shell showing the necessary option as "1" ** Attachment added: "Screenshot from 2022-04-15 10-08-31.png" https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1968809/+attachment/5580955/+files/Screenshot%20from%202022-04-15%2010-08-31.png -- You received this

[Bug 1968809] Re: Verify that the gdm cherry-picks are wanted for jammy

2022-04-15 Thread Marcos Alano
The result of command showing the preserve option enabled in my system ** Attachment added: "Screenshot from 2022-04-15 10-14-35.png" https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1968809/+attachment/5580954/+files/Screenshot%20from%202022-04-15%2010-14-35.png -- You received this bug

[Bug 1968809] Re: Verify that the gdm cherry-picks are wanted for jammy

2022-04-15 Thread Marcos Alano
I got the gdm3 package version 42.0-1ubuntu4 and still don't get Wayland. I troubleshot and found the problem in the file /lib/udev/rules.d/61-gdm.rules in the following lines: IMPORT{program}="/bin/sh -c \"sed -e 's/: /=/g' -e 's/\([^[:upper:]]\)\([[:upper:]]\)/\1_\2/g' -e 's/[[:lower:]]/\U&/g'

[Bug 1969214] Re: ldconfig crashing after latest updates

2022-04-15 Thread Marcos Alano
Nevermind. I just did the old turn off and on again routine and now works. ** Changed in: glibc (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1969214 Title: l

[Bug 1969214] Re: ldconfig crashing after latest updates

2022-04-15 Thread Marcos Alano
** Package changed: ubuntu => glibc (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1969214 Title: ldconfig crashing after latest updates To manage notifications about this bug go to: https:

[Bug 1969214] [NEW] ldconfig crashing after latest updates

2022-04-15 Thread Marcos Alano
Public bug reported: Today I updated my Ubuntu 22.04 with the latest updates available but got this crash when executing ldconfig command. There is a way to debug further, like get the symbols to run using gdb? ** Affects: ubuntu Importance: Undecided Status: New ** Attachment add

[Bug 1968929] Re: No Wayland support on my NVIDA laptop

2022-04-14 Thread Marcos Alano
This screen show the firmware option related to hybrid graphics ** Attachment added: "Screenshot from 2022-04-14 09-01-14.png" https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1968929/+attachment/5580729/+files/Screenshot%20from%202022-04-14%2009-01-14.png -- You received this bug notific

[Bug 1968929] Re: No Wayland support on my NVIDA laptop

2022-04-14 Thread Marcos Alano
As you can see in the screen attached, the reported GPU is NVIDIA because I set the always-on option in BIOS. ** Attachment added: "Screenshot from 2022-04-14 08-58-44.png" https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1968929/+attachment/5580728/+files/Screenshot%20from%202022-04-14%200

[Bug 1968929] [NEW] No Wayland support on my NVIDA laptop

2022-04-13 Thread Marcos Alano
Public bug reported: I'm using Ubuntu 22.04 on a Dell G15 5511 laptop that have an NVIDIA 3060 GPU. I saw in the last update in the gdm3 package that Wayland will be disabled in machines with hybrid graphics. The question is: In this laptop I can enable optimus to use Intel and sometimes NVIDIA

[Bug 1968757] Re: New icon still not present on Ubuntu Desktop Guide

2022-04-12 Thread Marcos Alano
@dsmythies Sorry, bad English. It should be an example of what I'm talking about, not asking for. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968757 Title: New icon still not present on Ubuntu

[Bug 1968757] Re: New icon still not present on Ubuntu Desktop Guide

2022-04-12 Thread Marcos Alano
I attached a screenshot with the old icon ** Attachment added: "Screenshot from 2022-04-12 14-00-22.png" https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/1968757/+attachment/5580052/+files/Screenshot%20from%202022-04-12%2014-00-22.png -- You received this bug notification because y

[Bug 1968757] [NEW] New icon still not present on Ubuntu Desktop Guide

2022-04-12 Thread Marcos Alano
Public bug reported: When I press F1 to open Yelp and get help I still see the old Ubuntu icon, not the new one as the rest of the system ** Affects: ubuntu-docs (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bug

[Bug 1967632] Re: apparmor denied when trying to load pkcs11 module for smart card authentication

2022-04-11 Thread Marcos Alano
It seems the fix is coming. A new interface called pkcs11 was released. Now it just needs Firefox snap use it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1967632 Title: apparmor denied when tryin

[Bug 1509578] Re: Unable to load Dell SMM Signature

2022-04-01 Thread Marcos Alano
Still happens with my Ubuntu Jammy Jellyfish on a Dell G15 5511 running a fresh 5,17.1 kernel. I think the problem is related to dell-smm-hwmon module. I can't load this module in my machine. I think it needs change to support G15 series and XPS series as reported before. -- You received this bug

[Bug 1741074] Re: [snap] chrome-gnome-shell extension fails to detect native host connector

2022-03-22 Thread Marcos Alano
It seems 1Password is also affected for this bug. I don't understand what happens behind, but 1Password also fails to communicate with Firefox Snap. My original bug report: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1964546 -- You received this bug notification because you are a membe

[Bug 1964546] [NEW] 1Password doesn't integrate with Firefox Snap

2022-03-10 Thread Marcos Alano
Public bug reported: I use for sometime now 1Password for Linux on Ubuntu. 1Password integrates with the 1Password Firefox extension, but just when using Deb version. The most visible integration is to unlock via browser extension, which calls the desktop application to enter the password. The Fir

[Bug 1318327] Re: Can't open .webp files

2022-01-07 Thread Marcos Alano
There is available code to fix that. Someone could package so we can get it working in Jammy? I think it's quite important since it's a 5-years long release. Here is the code: https://github.com/aruiz/webp-pixbuf-loader -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 1953328] ProcEnviron.txt

2021-12-06 Thread Marcos Alano
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1953328/+attachment/5545711/+files/ProcEnviron.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1953328] Re: Can't monitor fan speed with my Dell G15

2021-12-06 Thread Marcos Alano
apport information ** Tags added: apport-collected impish ** Description changed: I own a Dell G15 5511. The G15 series is a budget-friendly version of Alienware series. My problem is I can't get the fan speed using either lm-sensors or GNOME applets (GNOME extensions Vitals or System Moni

[Bug 1953328] [NEW] Can't monitor fan speed with my Dell G15

2021-12-06 Thread Marcos Alano
Public bug reported: I own a Dell G15 5511. The G15 series is a budget-friendly version of Alienware series. My problem is I can't get the fan speed using either lm-sensors or GNOME applets (GNOME extensions Vitals or System Monitor). I think I find out why: the dell-smm-hwmon and i8k kernel mod

[Bug 1945100] Re: Widevine violates the sandbox and crashes

2021-09-26 Thread Marcos Alano
BTW, I'm using this website to check if works or crashes: https://bitmovin.com/demos/drm. it's faster than log in to a streaming service like Netflix to do a test. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1945100] Re: Widevine violates the sandbox and crashes

2021-09-26 Thread Marcos Alano
To disable the sandbox I use procedure detailed by Mozilla, set the environment variable MOZ_DISABLE_GMP_SANDBOX with value equals to 1. ** Description changed: - I just updated for Impish Indri beta release but Widevine is always crashing. With I disable the GMP sandbox it works fine. + I just

[Bug 1945100] Re: Widevine violates the sandbox and crashes

2021-09-26 Thread Marcos Alano
If I download Firefox and execute it, I get a new set of messages about sandboxing, but worked this time. I used Firefox 92.0.1 in this test. ➜ ./firefox Gtk-Message: 10:09:32.479: Failed to load module "appmenu-gtk-module" ###!!! [Child][RunMessage] Error: Channel closing: too late to send/

  1   2   3   >