/srv/irclogs.ubuntu.com/2024/04/28/#kubuntu.txt

Guest58Hello. I think there is a mistake on the Downloads page. It says Kubuntu 24.04 will be supported until April 2032. The release notes say it will be supported for 3 years.06:58
kirvesAxeXLTS? :P07:24
bombastickother than the desktop UI, what differences exist between Kubuntu and Ubuntu?07:32
bombastickIf we ignore the UI, and we ignore the default GUI packages07:32
bombasticklike will multiple monitor usage be harder on Kubuntu due to the much smaller team and  testing?07:33
bombastickthat sort of stuff07:33
guivercbombastick, if you wanted to contrast what kubuntu ISOs install & Ubuntu Desktop; you could always explore the manifest (do note some install options won't install all packages..)  Kubuntu is a Ubuntu Desktop system but with certain packages changed (KDE Plasma instead of GNOME, Qt5/KF5 instead of GTK etc... 3 years flavor support instead of 5 year Canonical support..07:46
guivercI'd not expect any difference between monitor.usage.. as that's generally handled much closer to kernel where systems are identical (eg. kernel modules aka drivers; they're identical)07:47
bombastickguiverc: yeah I knew that, just wondering what major things run worse on Kubuntu in practice. Even if we ignore the packages common to both, Ubuntu probably has 100x the developer and tester count Kubuntu does. So there's gonna be stuff they do better.07:48
guivercthough do note flavors install a different kernel stack by default to Ubuntu Desktop; that won't make a difference for some time though (Ubuntu Desktop will move to use 24.10 kernel in the future; a Kubuntu ISO will use GA)07:48
guivercI don't see the difference in the way you do....  Testers are still Ubuntu community testers... Ubuntu Desktop does benefit from Ubuntu Security team checks; Ubuntu Security team do not check universe (community packages) unless you enroll with Ubuntu Pro  (and then only some packages)07:50
guiverceg.  during mantic cycle this box with 5 displays connected had 2 show black screen... it impacted all 3 desktops I have installed equally...   I ended up non-destructively re-installing this system eventually to fix it.. then all 3 desktops worked again... same reaction with GNOME as per LXQt, Xfce etc07:51
guivercMuch of the KDE Plasma comes from upstream KDE Project... just as Ubuntu Desktop is very much GNOME from upstream.  Yes there are a few Ubuntu Desktop team (paid staff) that tweak & refine it more than maybe Kubuntu does the upstream KDE Plasma ... but the team isn't that big (just full-time paid)..07:54
bombastickI see. Thanks.07:57
bombastickhuh, website says "Kubuntu 24.04 supported with security and maintenance updates, until April 2032". I thought Kubuntu was 3 years?08:55
bombastickmust be a typo, the wiki's release notes say 3 years08:56
KangaroooTo what package to report that Latvian keyboard in Kubuntu one keyboard shortcut makes wrong symbol08:56
bombastickThe tyypo is here: https://kubuntu.org/getkubuntu/08:56
=== i is now known as Guest773
guivercthanks bombastick, it'll need to be fixed by a kubuntu team member with authority to login to site & change  (website)10:35
=== Lord_of_Life_ is now known as Lord_of_Life
BluesKajHi all12:13
=== julien is now known as julien_
bombastickis it possible to make the desktop context menu have a "Open Terminal" option like normal Ubuntu does?13:50
bombastickI guess I can just add a desktop shortcut13:51
bombastickwhat's the point of enabling 32-bit packages by default as Kubuntu seems to? All it does is make "apt update" slower.13:51
BluesKajor install yakuake drop down terminal  which opens with F12 key13:54
bombastickBluesKaj: nice! me likey13:56
bombastickit's been years since ive browsed apps.kde.org, i think I need to give it another drive by13:57
BluesKajbombastick:  yup, it's worth the drive :-)13:57
bombastickBluesKaj: I just wish apps would use the same keyboard shortcuts we're all used to. Like I dont get why CTRL+T doesnt create a new tab, or CTRL+TAB cycle between tabbed sessions14:18
bombastickJust adopt the same shortcuts as every browser does14:18
bombastickinstead of being a snowflake14:18
terraHi! One quick question. Just did a fresh install of 24.04 LTS! Loving it so far... I have one point of confusion over some packages that install with a t64 ending.14:18
terrain particular when trying to reinstall Da Vinci Resolve, I get a missing dependency: "14:19
terraPlease install the following missing packages:14:19
terra    libapr1 libaprutil1 libasound2 libglib2.0-014:19
terrabut "sudo apt install libapr1" defaults to package ending in t64 (terminal output: Note, selecting 'libapr1t64' instead of 'libapr1')14:20
bombastickterra: idk why it does that, i'm new to it myself, but this shouldnt affect anything (also you will need to install libasoundt64)14:21
terrahere I find libapr1 referred to as a "virtual package" https://packages.ubuntu.com/noble/allpackages14:22
terrathe Da Vinci installer does not see those packages as the ones it requires14:22
bombastickthe tool you're trying to use is looking for specific libraries on the system, not package names, that's just a convenient message. So if libasound2t64 installs /usr/lib/x86_64-linux-gnu/libasound.so.2 (it does), that's all that matters14:23
bombastickoh shit, it refuses to run based on package names?14:23
terraI can run the Da Vinci Resolve installer with this variable SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_Studio_18.6.6_Linux.run and it will install but then it doesn't run14:23
terragoing to give that another shot, actually14:24
bombastickterra: can you run "ldd ./path/to/davinci/binary?14:24
bombastickand list the ones that say "Not found"14:24
bombastickthen apt install apt-fil, then "sudo apt-file update", then for each library not found, run "apt-file find <filename of missing file>"14:25
terrachecked /usr/lib/x86_64-linux-gnu/libasound.so.2 and I have the file indeed14:26
terrathank you, reinstalling Resolve now and trying that14:26
bombastickbefore you reinstall14:26
bombastick"ldd somebinary" tells you what C/C++ dependencies the binary needs to run14:27
bombastickyou dont need to reinstall, it doesnt change this14:27
terraoh I see14:27
bombastickif DaVinci's only requirements are C/C++ libraries then the approach I described will allow you to run it.14:28
bombastick(libXXXX packages are usually all C libraries)14:28
terradd ./DaVinci_Resolve_Studio_18.6.6_Linux.run14:28
terra        not a dynamic executable14:28
bombastickno that's an installer, not the final binary you run to launch it14:28
terra*ldd14:28
terraI see14:29
bombastickyou said "it will install but not run", I want you to try it on the executable that doesnt run14:29
bombastickfor example ~/tools/davinci/bin/davinci or whatever14:29
bombastickI've never installed this tool so idk14:29
terraokay14:29
terraI see, so I will reinstall and run it on the executable in /opt14:30
terrahmm, the libraries all seem to be found... https://pastebin.ubuntu.com/p/wZxPdZXTM3/14:38
bombastickterra: ouch, I'm out of ideas then. If they have forums you should ask there. This is too specific to be solveable here. I think their doc is not up to date for Ubuntu 24.04 that just came out, and in the coming week you will have new doc, or perhaps someone will post on the forum ahead of time (forum or subreddit)14:41
terraWhen I try to run the binary from terminal I get this message14:42
bombastickI think therir installer's package check must be fetching other (not C) packages, like Python or Javascript14:42
terraterra@terra-alienwarem17:/opt/resolve/bin$ ./resolve14:42
terra./resolve: symbol lookup error: /lib/x86_64-linux-gnu/libpango-1.0.so.0: undefined symbol: g_once_init_leave_pointer14:42
bombastickoh, it is a C issue...14:43
terrainterestingly it seems to be a different library14:43
bombastickNot sure what you can do. This is a mismatch in the pango library Davinci depends on. Their next update will probably fix it. Maybe someone on the forums has a temporary fix before then (probably building an older libpango)14:45
terrathank you very much bombastick, I will wait for their next release14:46
bombastickwith Linux you c ant really be on the bleeding edge of software if you're not a more advanced user who can investigate/fix issues himself. For example I installed Kubuntu in a VM just now and the Virtualbox Guest Addition tools have some errors. It will probably be fixed in the next version of Virtualbox, but it is what it is14:47
bombastickso try to stay 1 month behind on stuff (ie dont update immediatley)14:48
terraI managed14:56
terrahttps://www.reddit.com/r/Fedora/comments/12z32r1/davinci_resolve_libpango_undefined_symbol_g/?rdt=33605 https://www.reddit.com/r/voidlinux/comments/12g71x0/davinci_resolve_18_symbol_lookup_error_libgdk/14:56
terraoddly enough deleting14:57
terra/opt/resolve/libs/libglib-2.0.so*14:57
terra/opt/resolve/libs/libgio-2.0.so*14:57
terra/opt/resolve/libs/libgmodule-2.0.so*14:57
terradid the trick14:57
terraI updated to the new LTS because this laptop has been always having problems with all previous releases and it had just recently broken (nvidia drivers), oddly enough 24.04 looks great on (it's an hdpi and it's first time that it looks right)14:58
terrait's not my main driver14:58
terrathank you for helping me out14:59
=== Profe_Johny is now known as ProfeJohny
=== unclea is now known as jhm_nope
=== jhm_nope is now known as JHMisatFamilyDol
=== JHMisatFamilyDol is now known as JHMFamilyDollar
mas886So I noticed my plasma being a little sluggish, so I tried to switch GPU drivers to a newer version using additional drivers tab (I'm on an Nvidia 4070). This popped a warning saying it was not compatible with my kernel, and apparently switched back to previous version. But when I reebooted my system it is showing a console with text "UBSAN:21:03
mas886array-index-out-of-bounds in /var/lib/dkms/virtualbox..." and plasma won't boot (tho i can use the system console mode in another session). Any idea how to get my system working? Found the issue in google, but any solution so far.21:03
=== unclea is now known as JHMneedsCHEETOS
=== fcekalovic is now known as Kalov
=== JHMneedsCHEETOS is now known as JHMflaminhot

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!