[Bug 1710421] Re: Keyboard accelerators for window menus aren't implemented

2022-04-13 Thread Gon Solo
Bugzilla was closed. Please file a new issue on gitlab. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1710421 Title: Keyboard accelerators for window menus aren't implemented To manage

[Bug 1963976] [NEW] Installing nvidia-cuda-toolkit removes nvidia-driver-510

2022-03-07 Thread Gon Solo
Public bug reported: I tried to install the CUDA toolkit. When doing a "sudo apt install nvidia-cuda-toolkit" apt tries to remove my driver "nvidia-driver-510". Also the cuda toolkit is 11.3 whereas 11.6 is available. I think the two packages should be in sync. ProblemType: Bug DistroRelease:

[Bug 1908461] Re: pyside2-uic missing

2021-02-22 Thread Gon Solo
Pixar USD from https://github.com/PixarAnimationStudios/USD fails with: ERROR: pyside2-uic not found -- please install PySide2 and adjust your PATH. (Note that this program may be named pyside2-uic or python2-pyside2-uic or pyside2-uic-2.7 depending on your platform) -- You received this bug

[Bug 1914555] [NEW] cal should report today

2021-02-04 Thread Gon Solo
Public bug reported: I know about "ncal -b" and I know how to create an alias but I think a plain "cal" should highlight today too *especially* if the man page only gives an option for turning off highlighting of today (which doesn't work because cal is a symlink to ncal). The whole "cal is a

[Bug 1903836] [NEW] Gnome-maps search does not work

2020-11-11 Thread Gon Solo
Public bug reported: Search in gnome-maps does not work in bionic. It seems to be because of an old version. I found this bug which seems to be related: https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1736900.html Since bionic is still supported for three years this should

[Bug 1835660] Re: initramfs unpacking failed

2020-10-24 Thread Gon Solo
Has this to do with BLK_DEV_RAM being compiled as a module? From init/initramfs.c: > if (IS_ENABLED(CONFIG_BLK_DEV_RAM)) >printk(KERN_INFO "Trying to unpack rootfs image as > initramfs...\n"); >else >printk(KERN_INFO "Unpacking initramfs...\n"); >

[Bug 1883672] [NEW] Can't convert to pdf

2020-06-16 Thread Gon Solo
Public bug reported: I tried to convert a jpg to a pdf. I doesn't work. I had to change /etc/ImageMagick-6/policy.xml to enable pdf writing again. This was forbidden because of a security bug in ghostscript before version 9.26. The installed gs is 9.50, so I think it can be enabled again. See

[Bug 1878881] [NEW] clang-10 depends on libstdc++-9-dev instead of libstdc++-10-dev

2020-05-15 Thread Gon Solo
Public bug reported: I tried to compile a simple c++ program and clang++-10 fails with: /usr/bin/ld: -lstdc++ can't be found clang++ searches in /usr/lib/gcc/x86_64-linux-gnu/10 but depends on libstdc++-9-dev which only installs it in /usr/lib/gcc/x86_64-linux- gnu/9. I installed

[Bug 1826604] Re: Extension causes saving files to desktop to be slow

2019-05-04 Thread Gon Solo
This hits me twofold: 1. Quitting vim in a terminal takes more than one second which is very annoying. 2. I don't want desktop icons. My (sledgehammer) solution: "sudo rm -rf /usr/share/gnome- shell/extensions/desktop-icons@csoriano" -- You received this bug notification because you are a