=== tomreyn_ is now known as tomreyn [06:32] Good morning [10:37] Hi, I am what system requiments must have for kubuntu [10:37] I am mark* [10:59] https://help.ubuntu.com/community/Installation/SystemRequirements [11:01] Kubuntu will be a bit lighter than Ubuntu (especially in Firefox, since Ubuntu will be shipping Firefox in a snap), but those are reasonable recommendations. If you can upgrade, I prefer to upgrade to an SSD over adding memory, but YMMV. [11:02] And recently, KDE stack has been improving performance, while the Gnome stack has not. [13:53] "since Ubuntu will be shipping firefox in a snap" ==> unfortunately that will affect all flavors, right? [13:53] I.e. it won't be available as a .deb for 21.10+ at all, afaik... [13:55] alkisg: the debs will still exist and be maintained for 21.10. only mainline Ubuntu will be shipping the snap for 21.10 [13:56] RikMills: excellent news; will that be the case for 22.04 as well? /me crosses fingers... [13:57] alkisg: nope. the deb builds will not be available in 22.04 [13:57] :( === genii-core is now known as genii [15:52] Hello. I am trying to get X to use the synaptics driver instead of libinput for my touchpad. To achieve that, I have created a new udev rule to tag the device with tag "alps_touchpad", and created /usr/share/X11/xorg.conf.d/39-alps.conf which specifies a MatchTag "alps_touchpad" and Driver "synaptics". udevadm info shows TAGS=:alps_touchpad:, but Xorg log says that the device is tagged by udev as Mouse and continues to apply the default "libinput pointer [15:52] catchall" instead of mine. Any thoughts on what I might be doing wrong? [18:56] How do I make Kubuntu fullscreen in VirtualBox? I get this error when inserting the guest additions CD image: Unable to insert the virtual optical disk C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso into the machine Kubuntu. [18:56] Could not mount the media/drive 'C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso' (VERR_PDM_MEDIA_LOCKED). [18:56] Result Code: E_FAIL (0x80004005) [18:56] Component: ConsoleWrap [18:56] Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed} [18:56] Callee: IMachine {85632c68-b5bb-4316-a900-5eb28d3413df} [18:59] that's a virtualbox error, most likely unrelated to kubuntu [18:59] there is channel #vbox on the irc.oftc.net IRC network === Lord_of_Life_ is now known as Lord_of_Life [21:37] hi [23:04] Hello [23:04] I am having some difficulties following directions on mysql. The directions say GRANT ALL PRIVILEGES ON *.* TO 'yourusername'@'localhost' IDENTIFIED BY 'yourpassword' WITH GRANT OPTION; [23:05] I've tried putting it in as [23:05] GRANT ALL PRIVILEGES ON *.* TO marcie@localhost IDENTIFIED BY Welcome123! WITH G [23:05] RANT OPTION; [23:05] GRANT ALL PRIVILEGES ON *.* TO marcie@localhost IDENTIFIED BY Welcome123! WITH G [23:05] RANT OPTION; [23:06] for the area in quotes I've tried keeping it in quotes, but putting my information in, I've tried taking out the quote marks, but it still gives me a syntax error.