[Bug 2098766] [NEW] Ctrl-V to wrong TAB

2025-02-18 Thread K I A
Public bug reported: When switching tabs, using the paste operation (Ctrl+V or via the menu) inserts the fragment into the previous tab instead of the current one. This happens regardless of whether any changes were made in the current tab. It occurs twice, after which clipboard functionality retu

[Bug 2078854] Re: samba-gpupdate drops segmentation fault

2024-11-20 Thread Igor I Shatunov
Thanks, this error does not appear anymore -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078854 Title: samba-gpupdate drops segmentation fault To manage notifications about this bug go to: https:/

[Bug 2078854] Re: samba-gpupdate drops segmentation fault

2024-11-15 Thread Igor I Shatunov
After few attempts this error has gone. It seems that this patch works -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078854 Title: samba-gpupdate drops segmentation fault To manage notifications a

[Bug 2078854] Re: samba-gpupdate drops segmentation fault

2024-11-15 Thread Igor I Shatunov
Hi, Andreas, now I get this error lpcfg_do_global_parameter: WARNING: The "idmap gid" option is deprecated lpcfg_do_global_parameter: WARNING: The "idmap uid" option is deprecated ldb: Unable to open tdb '/var/lib/samba/private/secrets.ldb': No such file or direc

[Bug 2072612]

2024-11-11 Thread i
I am also experiencing the same issue on my Thinkbook 14p G2 ACH laptop. I also have my touchpad first become somewhat unresponsive for a few seconds and then completely lost input. Running `rmmod i2c_hid_acpi i2c_hid` before suspend, and running `modprobe i2c_hid_acpi` after resume usually

[Bug 2060534]

2024-11-01 Thread Vseerror-i
*** Bug 220179 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060534 Title: Thunderbird doesn't always clean nstmp cache files To manage notification

[Bug 2060534]

2024-10-25 Thread Vseerror-i
(In reply to Worcester12345 from comment #67) > Will this interrupt users, or require they do anything with this? There are no manual actions nor prompts. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1458593]

2024-09-13 Thread Vseerror-i
reflecting reality, that this is more of a meta as previously mentioned -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1458593 Title: Super-slow startup and sluggish performance when using the GCAL

[Bug 2078854] Re: samba-gpupdate drops segmentation fault

2024-09-11 Thread Igor I Shatunov
Also I noticed that if the computer is not the member of group listed in "security filtering" i get segmentation fault, if I add computer to this group GPO applies successfully -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 2078854] Re: samba-gpupdate drops segmentation fault

2024-09-11 Thread Igor I Shatunov
I noticed two GPO, which causes this error One of it installs applications on windows servers, other applies some administrative templates and makes chqnges in windows registry. Theses policies are successfully ignored by other linux servers (ubuntu 22.04) GPOs are attached ** Attachment added

[Bug 2078854] Re: samba-gpupdate drops segmentation fault

2024-09-05 Thread Igor I Shatunov
I'm using Windows Server 2024 as AD/DC. Debug output attached ** Attachment added: "samba-gpupdate debug output" https://bugs.launchpad.net/ubuntu/+source/samba/+bug/2078854/+attachment/5813640/+files/debug-gpupdate.txt -- You received this bug notification because you are a member of Ubuntu

[Bug 2078854] [NEW] samba-gpupdate drops segmentation fault

2024-09-03 Thread Igor I Shatunov
Public bug reported: When I try to run samba-gpupdate as root it falls with segmentation fault: $ sudo samba-gpupdate === INTERNAL ERROR: Signal 11: Segmentation fault in () () pid 269490 (4.19.5-Ubuntu) If you are running a recent

[Bug 1959747]

2024-08-02 Thread Vseerror-i
794632548, how is 128 for you? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1959747 Title: [upstream] Very high CPU and slow responsiveness in Thunderbird 91-102 To manage notifications about this

[Bug 1959747]

2024-08-02 Thread Vseerror-i
(In reply to Frank from comment #71) > Thanks Wayne. I think the confusing part in this ticket is that there must > have been multiple regressions in terms of CPU over time and I think we are > also mixing X and Wayland (in case that matters). Certainly I also saw a big > slowdown b

[Bug 1265898]

2024-08-01 Thread Vseerror-i
Does this still reproduce for you? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1265898 Title: thunderbird doesn't remember maximized window state in Ubuntu Gnome To manage notifications about thi

[Bug 2060534]

2024-07-18 Thread Vseerror-i
(In reply to Matt from comment #59) > I've tripped over this bug so many times and it's killing my SSD. Please report your version when posting. And if you are not on beta 127.0b5 or newer, or esr 128, it will helpful if you can update and report results based on the newest version. The "rewrite

[Bug 1999308] Re: Snap keeps uninstalling apt Firefox, and reinstalling snap Firefox

2024-06-26 Thread Jan I
The issue is not caused by unattended-upgrades, but by whatever installs the transitional firefox package over the PPA-installed package. The issue in unattended-upgrades is *related*, though. ** Changed in: firefox (Ubuntu) Status: Invalid => Confirmed -- You received this bug notificat

[Bug 2033646] Re: unattended-upgrade ignores apt-pinning to not-allowed origins

2024-06-26 Thread Jan I
@juliank - the whole point of using the Firefox package repo is to get timely security updates, which are regrettably impossible with Ubuntu's current snap-based implementation. Perhaps this should be reassigned as an issue for whatever reinstalls the firefox transitional package, which should not

[Bug 2060534]

2024-06-20 Thread Vseerror-i
Also bear in mind these files can be in a non-standard location, not in the profile directory proper. People do all kinds of weird, wacky stuff in the name of efficiency, performance or whatever comes to mind. -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 2068731] Re: yadifad crashes on start up

2024-06-14 Thread Y:A:D::I::F:A
Root cause (credit Richard Biener) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115432 struct file_output_stream { union { void *voidp; int fd; } data; const output_stream_vtbl* vtbl; }; struct output_stream { void* data; const output_stream_vtbl* vtbl; }

[Bug 2058823] Re: ubuntu 24.04 installer crash

2024-06-11 Thread Mista I. Nangabo
** Changed in: ubuntu-desktop-provision Status: Incomplete => Fix Committed ** Changed in: ubuntu-desktop-provision Status: Fix Committed => Confirmed ** Changed in: ubuntu-desktop-provision Assignee: (unassigned) => Mista I. Nangabo (mista-12) ** Also affect

[Bug 2068731] [NEW] yadifad crashes on start up

2024-06-07 Thread Y:A:D::I::F:A
Public bug reported: Compiler optimization bug generates wrong assembly causing SEGFAULT. # apt -y install yadifa --- # systemctl start yadifa # systemctl status yadifa × yadifa.service - YADIFA Domain Name Server Loaded: loaded (/usr/lib/systemd/system/yadifa.service; enabled; preset: en

[Bug 1959747]

2024-06-06 Thread Vseerror-i
(In reply to Wayne Mery (:wsmwk) from comment #72) > > Thanks Wayne. I think the confusing part in this ticket is that there must > > have been multiple regressions in terms of CPU over time and I think we are > > also mixing X and Wayland (in case that matters). Certainly I a

[Bug 2060534]

2024-06-06 Thread Vseerror-i
A user with a single 600gb nstmp file https://support.mozilla.org/en- US/questions/1448644#answer-1655093 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060534 Title: Thunderbird doesn't always clea

[Bug 2060534]

2024-05-30 Thread Vseerror-i
FWIW, Bug 1798181 - when compact runs out of disk, partial nstmp is left behind, disk remaining full - fixed in version 102 a listener issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060534 Titl

[Bug 2060534]

2024-05-30 Thread Vseerror-i
FWIW, Bug 1798181 - when compact runs out of disk, partial nstmp is left behind, disk remaining full - fixed in version 102 a listener issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060534 Titl

[Bug 2060534]

2024-05-30 Thread Vseerror-i
*** Bug 1879897 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060534 Title: Thunderbird doesn't always clean nstmp cache files To manage notificatio

[Bug 2060534]

2024-05-30 Thread Vseerror-i
*** Bug 1883001 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060534 Title: Thunderbird doesn't always clean nstmp cache files To manage notificatio

[Bug 711305]

2024-05-23 Thread I-dan-j
In Windows, delete the entry in Windows Environment: In Windows Settings, search for environment | Choose "Edit system environment variables" Select "Environment Variables" and under "System Variables," DELETE the environment variable MOZ_NO_REMOTE It doesn't matter whether the variable value is

[Bug 1481835]

2024-05-22 Thread Stephane-guillou-i
*** Bug 122179 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481835 Title: [UPSTREAM] Unable to group raster image(s) with drawing object(s) To mana

[Bug 1481835]

2024-05-22 Thread Stephane-guillou-i
*** Bug 143417 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481835 Title: [UPSTREAM] Unable to group raster image(s) with drawing object(s) To mana

[Bug 1481835]

2024-05-22 Thread Stephane-guillou-i
*** Bug 152672 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481835 Title: [UPSTREAM] Unable to group raster image(s) with drawing object(s) To mana

[Bug 1458593]

2024-04-25 Thread Vseerror-i
A performance profile will be useful https://support.mozilla.org/en- US/kb/profiling-thunderbird-performance -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1458593 Title: Super-slow startup and slugg

[Bug 2036817]

2024-04-20 Thread Stephane-guillou-i
*** Bug 157855 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2036817 Title: soffice.bin crashed with SIGSEGV in com::sun::star::uno::Reference::ope

[Bug 959823]

2024-04-13 Thread Vseerror-i
(In reply to Wayne Mery (:wsmwk) from comment #21) > Does this still reproduce? > WFM with nightly build. And quick filter bar is heavily changed in recent > versions. => WFM -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 119441]

2024-04-04 Thread Vseerror-i
*** Bug 1374803 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/119441 Title: enhance thunderbird to include option to forward original msg in reply To

[Bug 1729433]

2024-03-21 Thread Stephane-guillou-i
Ben didn't provide version details in comment 55. Jeff, thank you for the follow-up, but because this report is about the barely visible, minuscule window issue, and because there's 60+ comments, let's see if your issue is already better described elsewhere, or if it needs a fresh start in a ne

[Bug 1949291]

2024-03-09 Thread Stephane-guillou-i
(In reply to Heiko Tietze from comment #20) > (In reply to Stéphane Guillou (stragu) from comment #19) > > Heiko, are these delayed until the next opportunity, or are they just not > > shown at all? > Just delayed. GetInvolved will come first and Donate the next program start, > if no other infobar

[Bug 1949291]

2024-03-08 Thread Stephane-guillou-i
(In reply to Heiko Tietze from comment #16) > The patch hides the Donate and GetInvolved infobar if another one is visible. Heiko, are these delayed until the next opportunity, or are they just not shown at all? -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1975856] [NEW] Gimp crashes on occasions when using Gutenprint

2022-05-26 Thread i...@croft6.com
Public bug reported: This is the first time I have experienced a crash with Gutenprint when clicking on the "Print" button. I am using Ubuntu 22.04 with Gimp 2.10.30 ** Affects: gimp (Ubuntu) Importance: Undecided Status: New -- You received this bug notification becau

[Bug 1965179] Re: fail to install ubuntu 21.10 on my komputer

2022-03-16 Thread I Wayan Gde Mertha Yasa
I don't know how to fix the problem. I hope very quickly to give me solution,so I can enjoy to use Ubuntu 21.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1965179 Title: fail to install u

[Bug 1965179] [NEW] fail to install ubuntu 21.10 on my komputer

2022-03-16 Thread I Wayan Gde Mertha Yasa
Public bug reported: Installer fail on Lenovo Thinkpad 2325 and crash for ubuntu 21.10 ProblemType: Bug DistroRelease: Ubuntu 21.10 Package: ubiquity 21.10.10 ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14 Uname: Linux 5.13.0-19-generic x86_64 NonfreeKernelModules: zfs zunicode zavl ic

[Bug 1958019]

2022-02-06 Thread i
Hello all, I recently bought a new IdeaPad (Yoga) Slim 7 Carbon and still can't get the sound fully working after trying different things in this bug. My laptop has ALC287/ALC3306 + 2 CS35L53 (denoted as CLSA0102 in the DSDT) and 0x17aa3856 as subsystem id. There are 4 speakers on this lapt

[Bug 25830]

2022-01-06 Thread Z-sam-i
les in the profile? I tried messing around with `handlers.json` (the file that holds the mime type preferences set in `about:preferences` under the "Files and Applications" header) but had no luck. Some content types in `about:preferences` permit users to select "Open in Firefox&q

[Bug 1952934] Re: Intel HDA Sound Card not detected on Ubuntu 20.04

2021-12-01 Thread I-Cat
your media dir is incorrect media.filename = "/usr/share//sounds/Yaru/stereo/dialog-question.oga ** Changed in: alsa-driver (Ubuntu) Assignee: (unassigned) => I-Cat (i-cat) ** Changed in: alsa-driver (Ubuntu) Status: New => Opinion -- You received this bug notification

[Bug 1950002] Re: /etc/acpi/ Is incorrect

2021-11-05 Thread I-Cat
h.sh file in the build is setting my lap top pc to a amd64 device. In the squash.sh "image" ? It is setting my AcerPC to a ASUS phone? the path is [squash.sh] /etc/acpi/ Any one know where I can find a Official build For my Acer Laptop pc? I know My Acer laptop has a T

[Bug 1950002] [NEW] /etc/acpi/ Is incorrect

2021-11-05 Thread I-Cat
acpi/ Any one know where I can find a Official build For my Acer Laptop pc? I know My Acer laptop has a Toshiba Hdd The way acer is branding its pc's are honestly fishy in the first place. o.0 ** Affects: acpi (Ubuntu) Importance: Undecided Status: New ** Description changed:

[Bug 1949909] Re: Bluetooth crashes on resume from suspend

2021-11-04 Thread I-Cat
sudo apt install bluz snap install bluz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1949909 Title: Bluetooth crashes on resume from suspend To manage notifications about this bug go to: https://b

[Bug 1949909] Re: Bluetooth crashes on resume from suspend

2021-11-04 Thread I-Cat
uhh, wow The cpu info dont match and proc info let me look at the package. This looks more like a driver issue. I Have seen this before. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1949909

[Bug 1949909] Re: Bluetooth crashes on resume from suspend

2021-11-04 Thread I-Cat
** Changed in: bluez (Ubuntu) Status: In Progress => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1949909 Title: Bluetooth crashes on resume from suspend To manage notifications

[Bug 1949909] Re: bluetooth crashes on resume from suspend

2021-11-04 Thread I-Cat
** Tags added: bluz ** Changed in: bluez (Ubuntu) Status: New => In Progress ** Changed in: bluez (Ubuntu) Assignee: (unassigned) => I-Cat (i-cat) ** Summary changed: - bluetooth crashes on resume from suspend + Bluetooth crashes on resume from suspend -- You received th

[Bug 1949630] Re: kmail upgrade to 20.10 mysql corruption / data loss

2021-11-03 Thread I-Cat
debbug log? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1949630 Title: kmail upgrade to 20.10 mysql corruption / data loss To manage notifications about this bug go to: https://bugs.launchpad.net

[Bug 1949630] Re: kmail upgrade to 20.10 mysql corruption / data loss

2021-11-03 Thread I-Cat
** Package changed: ubuntu => akonadi (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1949630 Title: kmail upgrade to 20.10 mysql corruption / data loss To manage notifications about this bu

[Bug 1843588] Re: Nautilus doesn't copy filenames for paste to other programs anymore

2021-11-02 Thread I-Cat
Just Got the Update now -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1843588 Title: Nautilus doesn't copy filenames for paste to other programs anymore To manage notifications about this bug go to

[Bug 1947499] Re: Xubuntu installation on Lenovo E325 fails on EFI mode

2021-10-17 Thread I-Cat
** Changed in: grub-installer (Ubuntu) Assignee: I-Cat (i-cat) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1947499 Title: Xubuntu installation on Lenovo E325 fails on

[Bug 1947499] Re: Xubuntu installation on Lenovo E325 fails on EFI mode

2021-10-17 Thread I-Cat
Looks like partman made ext2 EfI requires FAT File system I see no Fat File system on your device to make EFI work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1947499 Title: Xubuntu installation

[Bug 1947499] Re: Xubuntu installation on Lenovo E325 fails on EFI mode

2021-10-17 Thread I-Cat
** Changed in: grub-installer (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1947499 Title: Xubuntu installation on Lenovo E325 fails on EFI mode To manage

[Bug 1947499] Re: Xubuntu installation on Lenovo E325 fails on EFI mode

2021-10-17 Thread I-Cat
** Summary changed: - Xubuntu installation on Lenovo E325 fails in EFI mode + Xubuntu installation on Lenovo E325 fails on EFI mode ** Changed in: grub-installer (Ubuntu) Assignee: (unassigned) => I-Cat (i-cat) -- You received this bug notification because you are a member of Ubuntu B

[Bug 1942955] Re: Ubuntu MATE 20.04.3 installer crashed

2021-09-08 Thread I-Cat
Yes I am Awsome... lol. j.k UEFI booting looks like this its kinda :D => File Name = autorun.inf txt in file = [Autorun] icon = autorun.ico label = Ubuntu You Could Use a bootable Usb Device To Format/Partition The Disk. To install Python 2 version on Ubuntu open a terminal

[Bug 1942971] Re: Progress buttons go out of the screen in the VirtualBox (800x600 fixed screen size), when one of CJK languages is selected

2021-09-07 Thread I-Cat
A Virtual box has many limitations. It has driver issues. Idea: Make the VM On your P.C and Export it as .ova file Share the .ova file To Your Students Import the VM Done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 1942955] Re: Ubuntu MATE 20.04.3 installer crashed

2021-09-07 Thread I-Cat
There is 5 People in charge of Ubuntu mate https://github.com/orgs/ubuntu-mate/people It took me a few hours to read this log. I Do suspect a driver issue. I Would like to know What Your System is as it is saying Two Different things. I also Know that the Partition setup is Wrong

[Bug 1942955] Re: Ubuntu MATE 20.04.3 installer crashed

2021-09-07 Thread I-Cat
jump drive as MBR with - bootable partition, a EFI partition for Windows compatibility and the + a bootable partition, a EFI partition for Windows compatibility and the rest of the drive (59GB) as unusable. I purchased a 1TB WD Blue SATA SSD and tried to install in it. The first five times f

[Bug 1942971] Re: Progress buttons go out of the screen in the VirtualBox (800x600 fixed screen size), when one of CJK languages is selected

2021-09-07 Thread I-Cat
Convert this bug to a question ** Changed in: ubiquity (Ubuntu) Status: New => Invalid ** Converted to question: https://answers.launchpad.net/ubuntu/+source/ubiquity/+question/698656 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1942971] Re: Progress buttons go out of the screen in the VirtualBox (800x600 fixed screen size), when one of CJK languages is selected

2021-09-07 Thread I-Cat
change the view. To seamless mode. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1942971 Title: Progress buttons go out of the screen in the VirtualBox (800x600 fixed screen size), when one of CJK

[Bug 1941998] Re: Installing Ubuntu error:I-Cat, Requesting more info.

2021-08-30 Thread I-Cat
** Changed in: grub-installer (Ubuntu) Assignee: I-Cat (i-cat) => (unassigned) ** Changed in: grub-installer (Ubuntu) Status: Incomplete => Opinion -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1928393] Re: linux-firmware 1.197 causes kernel to report error "amdgpu: [gfxhub0] retry page fault"

2021-08-29 Thread I-Cat
It is the Blue-Tooth Driver. I Got This Too on my Acer Aspire F5-573 series "Laptop" There is a sticker that says "Intel i-5 core" Know amd is a possablity ? I Do not think My Processor Is an amd? Also It set my Screen Res to like 1377x768 (Its a 6k screen) 17" screen Whe

[Bug 1941998] Re: Installing Ubuntu error

2021-08-29 Thread I-Cat
What computer are you using? It is listing 2 computers in the log. Sda =sda is the root of your disk. NTFS is a read-only file system. You cannot write files to a read-only file system. ** Changed in: grub-installer (Ubuntu) Status: In Progress => Incomplete ** Summary changed: - Insta

[Bug 1941998] Re: Installing Ubuntu error

2021-08-29 Thread I-Cat
** Description changed: - while iwas installing linux it happend, i've install ubuntu for several - times but this time i faced an unseen error :( + While Mohammadreza.Sharifi (M.S) Was installing Ubuntu 20.04 LTS. An + error happend, M.S installed Ubuntu before several times but this time

[Bug 1941998] Re: while iwas installing linux it happend, i've install ubuntu for several times but this time i faced an unseen error

2021-08-29 Thread I-Cat
** Changed in: grub-installer (Ubuntu) Status: New => In Progress ** Changed in: grub-installer (Ubuntu) Assignee: (unassigned) => I-Cat (i-cat) ** Summary changed: - while iwas installing linux it happend, i've install ubuntu for several times but this time i faced an u

[Bug 1930721]

2021-07-03 Thread I-svr
*** Bug 1717231 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1930721 Title: Issue after update Ubuntu on version 21. Firefox often freeze To manage

[Bug 1926165] Re: Bass speakers not enabled on Lenovo Yoga 9i

2021-06-20 Thread I And
@Hui Wang Any chance to get working verbs for Yoga C930? ) I have managed to run Win10 into QEMU with working bass speakers and got the RtHDDump.txt Maybe it will be useful.. ** Attachment added: "RtHDDump.txt" https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1926165/+

[Bug 1874096]

2021-06-19 Thread Amy-i
As far as I understand it, this is a race condition inside PyQt5 related to the order of destruction of Python-based QObject instances. Since the call that trigger the crash is the destruction of the plugin itself (which in turn stops the Python engine, etc... as your stacktrace shows), I believe

[Bug 1874096]

2021-06-18 Thread Amy-i
Reopening this bug because, with PyQt 5.15.4, PtQt5_sip 12.9 and SIP 6.1, this arose again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1874096 Title: Closing Krita normally always result in "Krit

[Bug 1874096]

2021-06-18 Thread Amy-i
Git commit a6296beb25c98d9a4b5a136e0088959bf51d550a by L. E. Segovia. Committed on 18/06/2021 at 15:38. Pushed by lsegovia into branch 'master'. Apply the PyKrita workaround to Qt 5.12 This should've been done previously but it was marked as UPSTREAM. M +2-2plugins/extensions/pykrita/pl

[Bug 1874096]

2021-06-18 Thread Amy-i
*** Bug 438842 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1874096 Title: Closing Krita normally always result in "Krita closed unexpectedly" noti

[Bug 1926165] Re: Bass speakers not enabled on Lenovo Yoga 9i

2021-05-31 Thread I And
@Hui Wang I've tested. Verbs from #17 have no effect, verbs from set-verbs-c930.sh completely disable all speakers, no sound. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926165 Title: Bass speak

[Bug 1926165] Re: Bass speakers not enabled on Lenovo Yoga 9i

2021-05-30 Thread I And
@Hui Wang Eventually, i have applied your patch to the kernel. I have DAC1 and DAC2 now and somehow sound is better now than before, but rear speakers are not working. If i change the level of DAC1 - the sound volume changes, but the changing of DAC2 level does nothing. Update: The alsa-info is

[Bug 1926165] Re: Bass speakers not enabled on Lenovo Yoga 9i

2021-05-24 Thread I And
@Hui Wang, the alsa-info.txt for Yoga C930 is here http://alsa-project.org/db/?f=1ffb1551a46965865ee272cef105769e879397c7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926165 Title: Bass speakers n

[Bug 1926165] Re: Bass speakers not enabled on Lenovo Yoga 9i

2021-05-21 Thread I And
@Hui Wang if you will have time to make the same script for Lenovo C930 i'll be glad to help with testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926165 Title: Bass speakers not enabled on L

[Bug 1921125] Re: Ubuntu ISO recognizes an internal monitor not connected to motherboard

2021-03-24 Thread I May Need
** Description changed: Problem: Ubuntu Install ISO recognizes internal monitor of a notebook (whether it is connected to the motherboard or not) when it is at the stage asking user to try or install Ubuntu with a GUI. Since, Ubuntu Install ISO is programmed to use 'extend monitors' functi

[Bug 1921125] [NEW] Ubuntu ISO recognizes an internal monitor not connected to motherboard

2021-03-24 Thread I May Need
Public bug reported: Problem: Ubuntu Install ISO recognizes internal monitor of a notebook (whether it is connected to the motherboard or not) when it is at the stage asking user to try or install Ubuntu with a GUI. Since, Ubuntu Install ISO is programmed to use 'extend monitors' function autom

[Bug 1910151] Re: Installation on laptop with windows failed

2021-01-13 Thread I-Cat
* buy a hdd make a back up now. (if you have important files) also donload ubuntu from https://ubuntu.com/ closed ** Changed in: grub-installer (Ubuntu) Status: In Progress => Opinion ** Changed in: grub-installer (Ubuntu) Assignee: I-Cat (i-cat) => (unassigned) **

[Bug 1910151] Re: Installation on laptop with windows failed

2021-01-13 Thread I-Cat
Answer = Run Run as admin powershell.exe cd / C:\Windows\System32\chkdsk.exe -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1910151 Title: Installation on laptop with windows failed To manage noti

[Bug 1910496] Re: nvidia-dkms-440 440.100-0ubuntu0.20.04.1: nvidia kernel module failed to build

2021-01-11 Thread I ain't telling you my full name wtf
For future reference, if anyone has the same issue I fixed it by upgrading the driver to the version `nvidia-driver-460`. So fix: ``` # Allow yourself to get the newest driver versions sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt install nvidia-driver-460 ``` I also threw in a

[Bug 1910496] Re: nvidia-dkms-440 440.100-0ubuntu0.20.04.1: nvidia kernel module failed to build

2021-01-08 Thread I ain't telling you my full name wtf
I've also faced this issue, and after trying out some of the older drivers I can also confirm that nvidia-graphics-435 also doesn't work. This is my first post on the forum, and as such if I need to reformat it or create a new ticket I'd thank you for telling me so. -- You re

[Bug 1878045] Re: doing dist-upgrade got error related do Broadcom

2021-01-07 Thread Angels Trias-i-Valls
I am also on 20.04.1 and my wifi connection has never worked. I have BCM4312. I tried all the steps above, but it did not work. It can detect if I am on airplane mode, but it does not switch to wi-fi. I have followed all the https://ubuntuforums.org/showthread.php?t=2214110 previous threads too

[Bug 1910151] Re: Installation on laptop with windows failed

2021-01-04 Thread I-Cat
wip -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1910151 Title: Installation on laptop with windows failed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/g

[Bug 1910151] Re: Installation on laptop with windows failed

2021-01-04 Thread I-Cat
** Changed in: grub-installer (Ubuntu) Assignee: (unassigned) => I-Cat (i-cat) ** Changed in: grub-installer (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1897905] [NEW] Unable to upgrade to Ubuntu Focal Fossa

2020-09-30 Thread Monika I. Jurkovic
Public bug reported: The message from the upgrader was "An unresolvable problem occurred while calculating the upgrade." and it suggested that I send this bug- report. Ubuntu 18.04.5 LTS apt-cache policy pkgname N: Unable to locate package pkgname I wanted to upgrade from 18.04 to 2

Re: [Bug 1896345] Re: package libreoffice-help-de (not installed) failed to install/upgrade: unable to securely remove '/target/usr/share/libreoffice/help/media/helpimg/de.dpkg-new': Input/output erro

2020-09-21 Thread Pio Rommel I. Dasal
Hi! Fresh install of 20.04. Was able to manually remove the package and reinstall! Thank you very much! Ubuntu rocks! On Mon, 21 Sep 2020 at 11:45 PM Heather Ellsworth < 1896...@bugs.launchpad.net> wrote: > Thank you for taking the time to report this! > > > > What exactly were you doing when t

[Bug 1896345] [NEW] package libreoffice-help-de (not installed) failed to install/upgrade: unable to securely remove '/target/usr/share/libreoffice/help/media/helpimg/de.dpkg-new': Input/output error

2020-09-19 Thread Pio Rommel I. Dasal
Public bug reported: issue with removal of some packages during OS install. ProblemType: Package DistroRelease: Ubuntu 20.04 Package: libreoffice-help-de (not installed) ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.4

[Bug 1893517] [NEW] Scan document crashes with log record 'Not a JPEG file: starts with 0xfd 0xfd'

2020-08-29 Thread I Am
Public bug reported: Scan document crashes with log record: Aug 29 16:19:13 Core simple-scan.desktop[23990]: Not a JPEG file: starts with 0xfd 0xfd Device: samsung scx-4824fn connected via usb root@Core:/var/log# lsusb Bus 002 Device 003: ID 04e8:342c Samsung Electronics Co., Ltd root@Core:/va

[Bug 1888864] [NEW] package libnvidia-gl-418-server (not installed) failed to install/upgrade: new libnvidia-gl-418-server:amd64 package pre-installation script subprocess returned error exit status 2

2020-07-24 Thread I Made Mahendra
Public bug reported: can't install it ProblemType: Package DistroRelease: Ubuntu 20.04 Package: libnvidia-gl-418-server (not installed) ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.4 Architecture: amd64 CasperMD5Chec

[Bug 1865130] Re: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, trying to reset the VCPU!!!

2020-05-28 Thread Denis I. Morozov
Hi, I still have the same issue with UVD not responding: uname -a Linux dim-VPCSA2S9R 5.4.0-33-generic #37-Ubuntu SMP Thu May 21 12:53:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 20.04 LTS Release

[Bug 1872476] Re: Shared files are shown as folders

2020-05-09 Thread H I Murphy
When I try, using Thunar, to open my fileserver, error message appears: Failed to open 'fileserver'. Failed to retrieve share list from server: Software caused connection abort. affects ubuntu/samba affects thunar May be related to Bug #1872476 Steps to recreate: 1. Open FileManag

[Bug 1866347] Re: /usr/share/apport/whoopsie-upload-all:AssertionError:/usr/share/apport/whoopsie-upload-all@168:collect_info:process_report:add_gdb_info:crash_signature_addresses:_address_to_offset:_

2020-05-07 Thread Kirill I.
workaround which worked for me: cd /tmp git clone https://git.launchpad.net/ubuntu/+source/apport sudo cp apport/apport/report.py /usr/lib/python3/dist-packages/apport/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 1866347] Re: /usr/share/apport/whoopsie-upload-all:AssertionError:/usr/share/apport/whoopsie-upload-all@168:collect_info:process_report:add_gdb_info:crash_signature_addresses:_address_to_offset:_

2020-05-07 Thread Kirill I.
How can I find 2.20.11-0ubuntu19 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1866347 Title: /usr/share/apport/whoopsie-upload-all:AssertionError:/usr/share/apport /whoopsie-upload- all@168

[Bug 1866347] Re: /usr/share/apport/whoopsie-upload-all:AssertionError:/usr/share/apport/whoopsie-upload-all@168:collect_info:process_report:add_gdb_info:crash_signature_addresses:_address_to_offset:_

2020-05-07 Thread Kirill I.
Installed apport 2.20.11-0ubuntu8.8 in bionic, still same problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1866347 Title: /usr/share/apport/whoopsie-upload-all:AssertionError:/usr/share/apport

[Bug 1866347] Re: /usr/share/apport/whoopsie-upload-all:AssertionError:/usr/share/apport/whoopsie-upload-all@168:collect_info:process_report:add_gdb_info:crash_signature_addresses:_address_to_offset:_

2020-05-07 Thread Kirill I.
** Tags added: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1866347 Title: /usr/share/apport/whoopsie-upload-all:AssertionError:/usr/share/apport /whoopsie-upload- all@168:collect_info:

[Bug 1866347] Re: /usr/share/apport/whoopsie-upload-all:AssertionError:/usr/share/apport/whoopsie-upload-all@168:collect_info:process_report:add_gdb_info:crash_signature_addresses:_address_to_offset:_

2020-05-07 Thread Kirill I.
Can anybody advise any workaround for bionic with apport 2.20.9-ubuntu7.14 ? For example, if I create empty maps file, can it hepl? If yes, what exact it's location? When approximately package update for bionic may apper? Thanks in advance. -- You received this bug notification because yo

  1   2   3   4   5   6   7   8   9   10   >