/srv/irclogs.ubuntu.com/2022/02/13/#ubuntu.txt

=== flaf_ is now known as flaf
=== Kilroy is now known as MrRobto
=== MrRobto is now known as Kilroy
=== Kilroy is now known as MrRoboto
=== MrRoboto is now known as Kilroy
fikran_Hi all! I have an ubuntu server that is headless. I want to have the serial port function as a terminal. Are there instructions on how to do that?01:19
fikran_Its running Ubuntu 20.0401:19
=== fikran_ is now known as fikran
jhutchins"A serial console can be used to administrate a system or capture kernel crash/panic information.01:25
jhutchins             https://www.kernel.org/doc/html/latest/admin-guide/serial-console.html .  You will also want your bootloader to use the01:25
jhutchins             serial console"01:25
=== veemo is now known as veemouse
=== veemouse is now known as veemo
fikranhi all. does anyone know if there is a way to have a console port function as a terminal?03:49
fikrani recall there is a way, but I haven't been abl eto figure it out.03:49
zer0funfikran. I found and article about it.  Its from 2018 but it seems fairly straight forward.  Would you like me to send it to you?03:51
zer0funI thought I would ask again, I have been trying all day to disable vsync on my ubuntu 20.04 install.  I get terrible frame rates with it enabled and I just can't find a solution03:53
=== hello-smile4858 is now known as hello-smile6
fikranzer0fun: figured it out04:14
fikranits a systemd service...04:14
fikranwow, that was confusing.04:14
fikranand unnecessarily difficult04:14
Marmottefikran: once you know this, it's a single simple command to run to enable a new console :)04:15
leftyfbfikran: you mean to start and enable serial-getty@ttyS0.service ?04:16
fikranyes.04:17
fikrani had to edit it04:17
fikranI'm new'ish to systemd (still). I'm coming from FreeBSD04:17
leftyfbwhat did you have to edit?04:17
fikranuff.../lib/systemd/...I lost the path...04:17
fikranI'm sorry04:17
leftyfbfikran: I mean what did you have to change in the file exactly?04:18
fikran/lib/systemd/system/serial-getty@.service04:18
leftyfbfikran: right, what did you have to change in the file exactly?04:19
fikranChanged the ExecStart to this: ExecStart=-/sbin/getty -L 115200 %I vt10204:19
fikranthen restarted the service with ttyS0 as the option04:19
fikranand it worked04:19
fikranI'm using it as a backup04:19
leftyfbfikran: you didn't actually have to edit it04:22
leftyfbfikran: sudo systemctl enable serial-getty@ttyS0.service && sudo systemctl start serial-getty@ttyS0.service04:22
leftyfbfikran: editing it was the wrong way. You should put it back04:23
Marmotte(you can enable --now to do both operations in a single command :P)04:23
leftyfbor that04:23
leftyfbfikran: enabling serial-getty@ttyS0.service creates a link back to /lib/systemd/system/ serial-getty@.service, but since the link name has the @ttyS0, it knows it's for the 1st serial port04:24
Marmotteeven if the command is wrong for a reason, adding a drop-in override is a cleaner way to change it, instead of editing files installed from packages :)04:27
leftyfbfikran: right, if you're going to edit a service, do:   sudo systemctl edit serial-getty@.service    # and then make your changes. That will create an override and not edit the file in /lib04:28
gevreeenis ubuntu and subsidiaries of canonical, in particular launchpad.net subject to US export restrictions?04:29
gevreeens/and/alongside/04:29
leftyfbgevreeen: ask in #launchpad or contact Canonical04:30
gevreeenwhat of ubuntu then?04:30
leftyfbgevreeen: it's software downloadable from the internet04:30
gevreeenonly ubuntu and launchpad is of concern to me04:30
gevreeenleftyfb: but does the export restriction apply when I hand the downloaded software to a third party?04:31
Rockwoodo/04:31
Rockwoodrockwood@cyberia:~$ ping registry.npmjs.org04:32
Rockwoodping: registry.npmjs.org: Temporary failure in name resolution04:32
Rockwoodi am facing this error04:32
leftyfbgevreeen: Canonical is a UK based company04:32
gevreeentry dig on registry.npmjs.org, Rockwood?04:32
Rockwoodmeans?04:33
leftyfbRockwood: can you resolve other hosts on the internet?04:33
gevreeenmeaning just "dig registry.npmjs.org a" or s/a/aaaa/04:33
gevreeenor drill if you run the unbound toolchain04:34
leftyfbgevreeen: https://www.linuxfoundation.org/blog/understanding-us-export-controls-and-open-source-projects-2021-update/04:34
gevreeenleftyfb: nice articles. my thanks!04:34
Rockwoodgevreeen, https://dpaste.com/763N8HTQE04:35
leftyfbRockwood: can you resolve other hosts on the internet?04:35
Rockwoodrockwood@cyberia:~$ ping www.google.com04:35
Rockwoodping: www.google.com: Temporary failure in name resolution04:35
leftyfb!paste | Rockwood04:36
ubottuRockwood: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.04:36
Rockwoodunable to resolve others too04:36
gevreeendo you even have a dns server set up in /etc/resolv.conf?04:36
gevreeen(which points a loop-back address)04:36
leftyfbRockwood: systemd-resolve --status | grep "DNS Servers"04:36
Rockwoodleftyfb, ok04:37
Rockwooddone but still the same issue04:37
leftyfbRockwood: what did the command result in?04:37
leftyfbRockwood: it should spit out an ip address, maybe 204:38
Rockwoodleftyfb, https://dpaste.com/FAPDQFRWM no result04:39
gevreeenif you could dig/drill the name with @74.82.42.42 then you have a configuration problem, or you have a network problem04:39
Marmottesystemd-resolve has been replaced by resolvectl a while ago04:39
leftyfbRockwood: dpaste isn't working. Either way, you don't have a DNS server configured.04:39
gevreeenleftyfb: or a caching server who listens on loopback04:39
leftyfbRockwood: what version of ubuntu is this?04:40
RockwoodWelcome to Ubuntu 20.04.3 LTS (GNU/Linux 5.4.0-91-generic x86_64)04:40
leftyfbRockwood: desktop or server?04:40
gevreeenif it's a caching server, then you need check the upstream dns04:40
leftyfbgevreeen: I got this, you are going way too far into the weeds04:41
RockwoodVM based OS04:41
Rockwoodleftyfb, ^^04:41
leftyfbRockwood: which hypervisor?04:41
Rockwoodwhat is means of hypervisor?04:42
gevreeena vm04:42
gevreeenfor example kvm/xen04:42
leftyfbRockwood: which Virtual Machine software are you using on the host?04:42
n-iCeGuys, just bought a new laptop, AMD A10-8700P Radeon R6, 12GB RAM, SSD 256GB HDD 1TB, just installed Ubuntu, how am I sure if all drivers were the correct ones and all installed?04:43
n-iCemost important the graphics ones04:43
leftyfbn-iCe: does everything work?04:43
n-iCeleftyfb: yes, but slower than Windows. Which makes me think something is not correct.04:43
gevreeenwell, lsmod is your friend and look for amdgpu04:43
leftyfbn-iCe: run: ubuntu-drivers04:44
n-iCewith list I guess?04:44
leftyfbRockwood: yeah, sorry04:45
n-iCeI'm not getting any outputs04:46
leftyfbn-iCe: you can also just open the Software & Updates util and click on the Additional Drivers tab04:46
gevreeenthis reminds me of those years when we could get a ubuntu/kubuntu live cd mailed to the door alongside opensolaris04:46
gevreeenand those people are always in need of someone troubleshooting04:48
leftyfbgevreeen: lets stay on topic please. Feel free to join #ubuntu-discuss or #ubuntu-offtopic for chatting04:48
gevreeenah, all right.04:49
leftyfbRockwood: did you get your issue sorted?04:50
Rockwoodno04:54
Rockwoodsorry i was doing breakfast04:54
Rockwoodleftyfb, yes04:54
leftyfbRockwood: What Virtual Machine software are you running on the host? Is the Ubuntu 20.04 guest OS a server or desktop? Does it have a GUI?04:55
Rockwoodits not GUI04:56
Rockwoodserver04:56
leftyfbRockwood: ok, What Virtual Machine software are you running on the host?04:56
RockwoodOracle VM VirtualBox04:56
leftyfbRockwood: is the networking the default NAT or a bridged interface?04:57
Rockwoodi have to chk04:57
gevreeen(and possibly a network namespace)04:57
Rockwoodbcz i forget settings04:57
leftyfbgevreeen: it's VirtualBox, there's no namespacing. Please stop taking this 4 levels deeper than it needs to be04:58
RockwoodNAT network is empty04:59
leftyfbRockwood: what do you mean by empty?05:00
Rockwood2 sec sharing screen shot05:00
lord_daemonCan anyone help with one of these questions:05:04
lord_daemon- some website that offers free shell;05:04
lord_daemon- some website that offers free BNC/PSYBNC (bouncer)05:04
leftyfb!ot | lord_daemon05:05
ubottulord_daemon: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!05:05
Rockwoodleftyfb, https://ibb.co/GRCyyTX05:05
leftyfbRockwood: how did you configure the networking on your Ubuntu guest?05:06
Rockwoodfrom where i can chk it?05:08
leftyfbRockwood: cat /etc/netplan/*05:08
Rockwoodleftyfb, https://dpaste.com/74RUGRUCL05:09
leftyfbRockwood: please stop using dpaste, it's a very poor pastebin site05:10
n-iCeone more thing guys, my cpu is not going over 1.8Ghz how to set it free? lol supposed to be max to 3.2Ghz05:10
tyklingleftyfb: how is it a poor pastebin site05:10
leftyfbn-iCe: maybe don't worry about that until you actually need it05:10
leftyfbtykling: "DNS_PROBE_FINISHED_NXDOMAIN"05:11
leftyfbtykling: it's intermittent05:11
tyklinguh, what?05:11
n-iCeleftyfb:  might be the reason why the laptop feels slow you know05:11
* mybbgirl https://www.mybbgirl.com BENEFITS OF MEMBERSHIP 20% Extra Credit. www.mybbgirl.com 05:12
leftyfb!op | mybbgirl05:12
ubottumybbgirl: Help! Channel emergency! (ONLY use this trigger in emergencies) - CarlFK DJones el Flannel genii hggdh ikonia krytarik mneptok mwsb nhandler Pici popey sarnold tomreyn Unit193 wgrant05:13
leftyfbRockwood: ?05:14
leftyfbRockwood: try termbin.com, pastebin.com or pastebin.ubuntu.com05:14
gevreeenleftyfb: wow, what did that line just do?05:15
Rockwoodok05:15
leftyfbgevreeen: ?05:15
gevreeenthe line ending with "mybbgirl"05:15
leftyfbgevreeen: it's spam, ignore it05:15
Rockwoodhttps://pastebin.ubuntu.com/p/xgPR5hZPjw/05:16
Rockwoodleftyfb, ^^05:16
leftyfbRockwood: ok, so you did manually edit your network config. You have 1 interface on DHCP and the other with a static ip but no DNS configured05:17
leftyfbRockwood: https://netplan.io/examples/05:17
Rockwoodso now05:18
leftyfbRockwood: why do you have 2 network interfaces configured for the VM?05:19
Rockwoodone for internet i think05:19
leftyfb:/05:19
Rockwoodone for ssh and other stuff05:19
leftyfbRockwood: what is the purpose of this VM?05:19
Rockwoodfor backend of my app05:20
Rockwoodeven my node also there05:20
Rockwoodoops node react05:20
leftyfbRockwood: shut the VM down, delete the 2nd network interface and boot it back up. You should be fine at that point05:20
Rockwoodbut it was working05:20
leftyfbRockwood: do you have other VM's that this machine talks to?05:21
Rockwoodafter delete my setting will be disturb05:21
Rockwoodyes other OS also in05:22
leftyfbRockwood: is the 2nd interface set to NAT or bridged?05:22
=== hello-smile48100 is now known as hello-smile6
leftyfbRockwood: hello?05:25
Rockwoodyes05:25
leftyfbRockwood: if you'd like help, you really need to focus on the task at hand and be a bit more responsive to answering questions.05:26
leftyfbRockwood: is the 2nd interface set to NAT or bridged?05:26
Rockwood2 sec i was on call05:26
Rockwoodnow free05:26
Rockwoodlet me chk05:26
Rockwoodfirst one on NAT05:27
Rockwoodsecond having Host only Adapter05:27
leftyfbRockwood: what's the point?05:27
leftyfbRockwood: why would you have a NAT and a host only(with a static ip)?05:28
Rockwoodit was created by another person05:29
Rockwoodso i don't know the proper reason05:29
Rockwood64 bytes from 192.168.200.200: icmp_seq=1 ttl=64 time=0.036 ms05:30
leftyfbRockwood: shut the VM down, delete the 2nd network interface and boot it back up. Leave the single interface on NAT and set to DHCP. If you need more than that, you need to spend some time learning and understanding basic networking, mainly NATing, bridged and how to configure netplan properly05:31
Rockwoodokay05:31
leftyfbRockwood: if the machine needs a static ip on the main physical network, it needs to be bridged. You do not need a static ip to access the vm from your host machine05:32
=== mkv is now known as m4v
n-iCehi06:21
fdanhi there07:31
fdani keep getting this error07:31
fdanhttps://dpaste.org/53XZ07:31
Bashing-omfdan: See: http://ppa.launchpad.net/damien-moore/codeblocks-stable/ubuntu/dists/ - that the author has not upgraded the ap for bionic.07:34
fdanBashing-om what can be done07:35
chrononIs Unity desktop still supported?07:37
hello-smile6Probably07:37
Bashing-omfdan: Contact damien-moore and see what his plan is - also in respect to the Debian repo: https://wiki.debian.org/DontBreakDebian -- the reverse holds true too.07:39
Bashing-om!unity | chronon07:39
ubottuchronon: Unity is a graphical shell for the GNOME desktop environment. Ubuntu used it by default from 11.04 to 17.04. For more information, see https://wiki.ubuntu.com/Unity07:39
fdanBashing-om can anything else be done to fix this07:40
Bashing-omfdan: Well of ya remove the source - the error notice will go away. Agerall the source is bob-supported in bionic.07:41
fdanwhre is the source located?07:41
Bashing-omafterall*07:41
chrononYes, I am using Unity, but I am fearful to upgrade to a later Ubuntu release because there seems to be a prevalence of apps that do not work neatly with Unity.07:41
Bashing-omNon-supported ** sheesh :(07:42
chrononFor example, I tested a later release and even after installing Unity, I had lots of apps with buttons in the title bar of the windows, so obviously the titlebars did not merge seamlessly into the Unity menu bar, instead they took up gobs of wasted space.07:43
chrononWho on earth thought to put buttons in window title bars?07:44
fdanhi there, when i do a ls on /var/lib/apt/lists07:44
fdani dont see the file that has codeblocks or damien moore07:44
chrononI cannot live with that. So I'm wondering how to get the sleek well-integrated Unity experience on later Ubuntu releases. Does anyone know?07:44
alkisgchronon: the trend in gnome is to use such buttons and popovers and a lot of other stuff we see in chrome/android. The only way to avoid that afaik is not to use anything based on gnome, i.e. to use kde07:49
alkisg(which of course is in major conflict with the "unity" requirement)07:49
Bashing-omfdan: ' cat -n /etc/apt/sources.list ' but chances are wull find then in the 3rd party directory ' tail -v -n +1 /etc/apt/sources.list.d/* ' .07:50
chrononalkisg, wow, so this infection of mobile design in a desktop GUI is deliberate?07:51
alkisgchronon: yeah, many users left gnome because of that07:52
chrononMobile needs big fat buttons for fat fingers, but on a desktop system it is just wasteful of screen real estate.07:52
alkisgE.g. I"m using MATE, and some of the apps are from gnome, so I do see these silly burger buttons07:52
chrononWould I lose some of my favourite apps if I leave Gnome for KDE?07:52
alkisgYou can install the apps you want. If they're from gnome, they'll keep their big buttons07:53
chrononDamn, there's no escape?07:53
=== bakux is now known as milkshake
alkisgMaybe someone could dig into the libraries and pull the buttons from there and put them e.g. in normal menus, but I doubt any sane developer would want to chase after them like that07:54
chrononWho is setting such a policy and what can possibly be the advantage of it?07:54
fdanBashing-om https://dpaste.org/qgFO07:54
alkisgchronon: eh, these questions are outside of what can be discussed in #ubuntu, but in general, redhat sets the gnome human interface guidelines07:55
Bashing-omfdan: run in teminal ' apt show codeblocks ' . is this the sdame as what was in the PPA ?07:55
fdanhttp://dpaste.org/gE4907:55
alkisgWhen the bar is "what is the UI that facebook / android users are used to?", then productivity takes a big dive07:55
chrononHmmm, so if I want to stick with Ubuntu, but absolutely do not want to have huge buttons in title bars, what are my options?07:56
matsamanalkisg: psyops? =)07:56
alkisgmatsaman: nah, plain disappointment :)07:56
chrononI liked Unity because it stayed out of the way and maximised application workspace.07:56
matsamanalkisg: heh07:56
matsamanchronon: what're you using now, GNOME 3 without Unity?07:57
alkisgchronon: reusing the titlebar for buttons saves even more space; and you even save the left unity bar. If space is the goal, then gnome is better than unity07:57
fdanBashing-om http://dpaste.org/j77V07:57
gevreeenI never ran the Unity *Desktop*, but does it have something to do with the *Unity* engine who maintains a fork of mono/dotnet?07:57
chrononI have an onld Unity system and a VM running Gnome that I hate with a burning passion because of the appalling waste of space on buttons that are in the wrong place anyway.07:58
chrononThis has held me back from upgrading Ubuntu for years now, but it cannot go on.07:58
matsamangevreeen: the game engine? No07:58
matsamanjust a dumb english word that people like to name lots of different projects07:58
chrononI need to make a decision about whether I can stay on Ubuntu, (and keep my users on Ubuntu), or whether I just have to abandon it and retrain on a while new distro.07:59
alkisgDesktop environments != distributions07:59
gevreeenwell, U.E. could stand for Unity of the Empire. we should refrain from labelling any word *dumb* on its own07:59
fdanBashing-om http://dpaste.org/j77V08:00
fdananything to fix?08:00
gevreeena better alternative would be *overused*08:00
chrononalkisg, I do not see how giant bat buttons in title bars, takign up about three times the screen area *below* the menu bar, can possibly be seens as a saving over just the menu bar with title bar merged into it.08:01
matsamanchronon: I'm sure you can have whatever you want, with an up-to-date system08:01
Bashing-omfdan: Ehat I am asking you is if codeblocks from " apt show " is the same package as you got from the PPA - - maybe the PPA version has mograted to mainline and we can:08:01
Bashing-om!ppa-purge | fdan08:01
ubottufdan: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html08:01
matsamanchronon: I don't really know what change it is you're disliking, though08:01
matsamanchronon: screenshot?08:02
alkisgchronon: there's no menu now => space saved. Anyways, even if we agree on that, you cannot change the gnome HIG (guidelines) from this channel08:02
chrononThe huge buttons in title bars of windows is what I object to. The title bars of such windows no longer disappear into the Unity menu bar, they take up twice as much space below it, and often that's for buttons I rarely use, and there's no way to collape them away.08:03
alkisgThere's no unity menu bar. The bigger title bars are for hi-dpi08:03
chrononThat's the other issue, you've just reminded me, many of these new style apps have no menu, so discovering functionality by browsing a menu is impossible.08:03
matsamanchronon: still don't know what you're talking about, but I'm sure you can change them or use something else mostly the same but without them08:04
matsamanchronon: you should probably switch to Xfce and be wary of GTK changes in general08:04
alkisgchronon: anyways, my goal in a DE is productivity, not saving screen space; so I'm preferring MATE and KDE; while saving space is a goal for GNOME and Unity; I can't defend any of these too...08:05
chrononSome of these new style apps have a button in the title bar that I believe means Menu, but the menu that appears is never complete. And instead of opening up as the mouse passes over, you have to keep clicking and watching an animation as the submenu slides into place. Productivity killer.08:05
alkisg*two08:05
chrononSo can anyone tell me about MATE? Is it as mature as Unity was, with good support for multiscrreen and hi dpi, and so on?08:06
matsamanchronon: it's basically GNOME 2, so fairly mature08:07
chrononThat sounds good.08:07
matsamanUnity was never that mature, it was pretty experimental its entire time08:07
alkisgI left vanilla Ubuntu for MATE when they started Unity, so I can't really compare them. I can tell you that it's mature/stable though.08:08
matsamanbut you could probably still use Unity now if you want08:08
chrononMaybe but it worked really well for me.08:08
chrononI wonder if I could install Unity under Ubuntu MATE. That would presumably give me a space saving desktop, plus apps that were properly designed for a desktop environment instead of trying to look like smartphone apps. Right?08:09
matsamanso08:10
matsamanI'm not 100% sure which Unity experience you're talking about08:10
matsamanbut Unity was basically a window manager combined with what mostly was GNOME 308:10
alkisgchronon: the apps are the same in any distribution and desktop environment08:10
matsamannow Ubuntu is apparently using plain entirely GNOME 308:10
matsamanif you can get unity7/8/lomiri whatever to install & run, you can probably use it with GNOME 3 in a similar fashion08:11
alkisgIf the applications you're using have been upgraded to the new gnome guidelines, they'll be the same in any distro/de08:11
matsamanbut sure, MATE/MATE+Unity might give you a similar experience to what you were used to also08:11
chrononAh, so using MATE is not going to save me from the fat title bar buttons?08:11
alkisgchronon: for example, mate has *forked* gedit into pluma. Pluma doesn't have these buttons08:11
matsamanchronon: well, it might not, but my point is that you likely do not need to make such a large change to avoid this issue08:11
alkisgBut this is true only for the "desktop environment apps", not for "additional apps"08:12
chrononAh, so MATE is philosophically againt the fat title bar buttons? If so, I want to give them money.08:12
alkisgMATE emerged as a fork of gnome2 because they didn't like the new directions, yeah08:12
alkisgBut for example, 2-3 applications in mate are not forked, so they still have the big buttons. They might get forked in the future.08:13
matsamanchronon: it probably is08:13
chrononIt is amazing to me that someone, RedHat?, is able to do something so destructive to the user experience, and push it out into every other desktop and distro whether they ant it or not. How does that level of influence and control come about?08:13
matsamanchronon: MATE spawned from people being philosophically against a ton of GNOME changes08:13
matsamanchronon: no not Red Hat, this time08:14
alkisgchronon: they're the ones that pay the developers that write the code08:14
matsamanthe leadership of the GNOME project has long been kinda bananas08:14
matsamanKDE made a similar huge change, too, though08:14
chrononbananas? Please elaborate.08:14
matsamanit's hard to find projects that set goals, meet those goals, and then _stop tinkering_08:14
matsamanunfortunately that's the human condition08:15
matsamanXfce is a pretty good example, though08:15
chrononI'm totally with you matsaman. I just want stability. Get it right and then stop fiddling.08:15
matsamanI've had very few surprises with Xfce over many, many yeras08:15
matsamanyears*08:15
chrononThere is an Ubuntu Xfce flavour I think. Can't remember its name.08:16
chrononXubuntu?08:16
chrononIs that still well supported?08:17
matsamansure, but you can just install Xfce or the desktop metapackage08:17
matsamanI'm beginning to think you're talking about a GTK change, though08:17
matsamanit's annoying how much GTK is tied to GNOME, but08:17
matsamanyou can simply config your way out of this08:17
matsamanif you've never had to config your way out of a change you didn't like before, consider yourself lucky08:17
matsamanthis won't be the last time08:17
chrononI have to suppurt a number of other people (friends, clients, family) so I'm looking for an out of the box experience as much as is possible.08:18
matsamanyeah, but08:18
matsamanyou're not going to find something that never changes08:18
matsaman_one_ change you don't like that you can config around is not a good reason, IMO, to swtich your entire stack08:18
chrononWhy do you think I like LTS releases?08:18
matsamanespecially if it's tied to GTK in general and not merely GNOME in particular08:18
matsamanchronon: you tell me?08:18
chrononStability.08:19
matsamanLTS isn't really about stability08:19
matsamanit's about putting off updates08:19
matsamanit only gives you a longer amount of time to figure out your update path08:19
chrononI have work to do. I don't want to waste part of every day fretting over how to reverse config changes that were pushed onto me.08:19
matsamanI feel you, truly08:19
matsamanbut if you switch your whole DE, you could easily have two problems instead of one08:19
chrononYaeah, there is that.08:20
matsamanthat said, I will say again, switching to Xfce might make you much happier in the long run08:20
alkisgXFCE will still have the big buttons for their extra GNOME apps08:20
matsamanyup, a GNOME app will be a GNOME app, no matter what you run it from08:21
alkisgKDE too. No DE too. The buttons are in the app, not in the DE.08:21
matsamanif you have GNOME apps you can't replace (weird, but arguably possible), you'll be in trouble08:21
chrononSo I want to choose carefully and then go all in on a DE that is philosophically committed to a stable and productive environment, that doesn't waste space, and doesn't chase new gimmicks for the sake of it.08:22
matsamanfrom some casual browsing, it seems like a pretty simple CSS-style rule you can pop into your GTK config08:22
matsamanwhich will probably work for the lifespan of GTK 308:22
matsamaner, 4 I guess08:22
matsamanchronon: sounds smart08:22
matsamanI'd say Xfce is the easiest choice to investigate at this time08:23
matsamanGNOME & KDE have both betrayed their users to varying extents, in the name of being as macOS-like as possible, and other odd goals they have08:23
chrononSo are Inkscape, GIMP, Audacity, etc, considered to be Gnome apps?08:23
matsamannot Inkscape & Audacity I don't think08:24
matsamanGIMP might be08:24
matsamanyeah, GIMP probably is08:25
chrononI wonder why Gnome did not provide a config option, so that people could still get the tranditional layout, and not be forced into putting fat buttons in title bars.08:25
matsamanthey did, but I know what you mean -- and _easy_ config option08:25
matsamanthat isn't GNOME's way08:25
matsamanthey like to hide things, like macOS08:25
matsamanan* _easy08:26
chrononSo are you saying there *is* a config options I could apply?08:26
matsamanyup08:26
chrononTo globally turn off the fat buttons?08:26
chrononAnd restore the full and complete app menus?08:27
matsamanalmost certainly08:27
alkisgThe developers go to their code and remove the menus and replace them with popovers etc. You can't undo hard code removal. You can only mitigate some stuff by moving the popover elsewhere.08:27
chrononWell, what is the config option you are alluding to?08:28
chrononAnd if the code for menus and sensibly placed dialogue buttons has actually been hacked out of the code base of numerous large important apps, then I tihnk the whole world has gone bonkers.08:29
alkisgThat's exactly the reason why migrating an app from gtk2 to gtk3 may take months, and then to gtk4 more months. For gimp, it needs years...08:31
matsamanit's a total pain in the butt sometimes, but you should be able to fix it from GTK's regular config/style system08:31
alkisgBut functions get deprecated and then removed in later versions; if you want your app to keep using gtk, you need to obey08:31
matsamangtk.css or something08:32
matsamanif you can find an engine other than adwaita that you like, that might be enough, too08:36
matsamanother than adwaita or yaru*08:37
chrononHmmm, I have much to learn it seems. Perhaps it's too much swimming against the tide.08:48
chrononI'm shocked that the Gnome people can do so much damage to the world of open source apps, and there not be a practical way for anyoen to avoid that damage.08:50
chrononI wonder what political or economic structures exist to be able to fight against what Gnome are doing.08:51
chrononI bet it comes down to just a handful of powerfully positioned people.08:52
chrononIt's odd to me that so many open source authors feel forced to comply.08:53
matsamanoh there's a really easy way08:54
matsamandon't use their software08:54
matsamanit's hard work maintaining software08:54
matsamanI'm honestly amazed MATE still exists08:54
matsamanit'd be nice if someone forked GTK and stopped fiddling with it for a while08:54
chrononOr maybe they are drinking the coolaid too. Maybe I should get myself some of that and convince myself that fat buttons and thick titlebars are really a space saving rather than a waste of scpace, and that limiting the accessibility and discoverability of menus is somehow a good thing.08:55
matsamanI don't think I'd worry about the space, but08:55
matsamannot sure I care for the style regardless08:55
matsamananyway, I'm not sure why you use open source software, but this is the #1 reason I do08:55
dkjfkcombining tittlebars with toolbars definitely saves space08:55
matsamanI can fix anything without having to find complete alternatives to switch to08:56
matsamanso I save time in the long run by not having to relearn entire systems08:56
chrononI care about space in my terminal windows, every line of code I'm editing is more valuable when I can see it.08:56
matsamanseeing all the code at once isn't realistic =)08:56
chrononSame with graphical apps like GIMP and Inkscape. I want to see more. I don't want to give up a whle inch of screen to a super fat title bar.08:57
matsamanthey certainly have poor leadership, but most projects have08:58
chrononI was, perhaps naively, under the impression that open source projects did not suffer from the design by pointy haired boss syndrome.08:59
chrononWhere did the freedom go?09:00
lotus|TUX!ot09:02
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!09:02
matsamanlotus|TUX: boy you really cleared the way for all the rest of the 4am conversation =P09:11
lotus|TUXwe got some nice channels to discuss & chat in matsaman09:13
=== zakame_ is now known as zakame
B1773rm4nAny recommendations or warnings regarding webcam companies?13:08
B1773rm4nI plan to get a new webcam but want to avoid those which aren't UVC compliant13:09
=== jje5 is now known as jje
MaikB1773rm4n: since it's not a ubuntu related support question try asking in #ubuntu-offtopic, #linux or #hardware...?13:12
ice9why apt installs snap packages instead?13:46
leftyfbice9: which package?13:48
ice9leftyfb, chromium browser13:48
leftyfbice9: chromium has only been available as a snap in ubuntu for years13:48
ice9leftyfb, what about google chrome?13:49
BluesKaj'Morning folks13:49
leftyfbice9: google chrome is provided by google as a .deb from their own repository. It is not available in ubuntu13:50
lotus|TUXice9: try falkon browser as apt alternate13:52
leftyfbice9: mind you, the Falkon browser is completely unsupported here13:52
lotus|TUXits on our repos leftyfb13:53
leftyfblotus|TUX: ah, sorry about that.13:54
lotus|TUXpretty nifty lightweight, i reccomend13:55
coz_hello all14:20
izzy_Hi, I'm on Ubuntu 20.04.3. How do I install a pkg-config file for udisks2?14:23
leftyfbizzy_: like any other package. But why do you need pkg-config for udisks2? Did you try just: sudo apt install udisks2?14:25
izzy_leftyfb: I need it for an application I maintain that uses udisks2, so the CMake file is looking for it. sudo apt install udisks2 doesn't do anything because it's installed by default on this version of Ubuntu if I'm not mistaken.14:27
izzy_But yes, I tried that, and apt told me udisks2 was already installed.14:27
leftyfbizzy_: then you're done.14:27
izzy_There is no udisks2.pc file in /usr/lib/pkgconfig though14:27
izzy_And cmake can't find udisks2 either.14:28
leftyfbizzy_: libudisks2-dev14:29
izzy_Ah thanks, I was trying stuff, how did you find the name of that package?14:30
BluesKajcheck your package manager14:30
BluesKaj:-)14:30
leftyfbizzy_: apt-file search udisks2.pc    # but also, you should be installing the dev libraries of packages if you want to compile against it.14:30
izzy_leftyfb: Right, I suppose the convention is lib<package_name>-dev?14:31
leftyfbsometimes14:31
izzy_Ok cool. Thanks again, my Ubuntu build is working again!14:33
=== Scotty_Trees3 is now known as Scotty_Trees
=== Guest5134 is now known as Myron
BlackMagewhatis the recommend kernel version for Ubuntu 20.04.3 LTS?16:17
Maikthe current one is 5.13.0-28-generic16:18
BlackMagehmm, ok. why exists 5.13.0-29-generic and linux-image-5.13.0-30-generic ?16:23
leftyfbBlackMage: the latest HWE kernel for 20.04 is 5.13.0.28.31~20.04.15. Feel free to update to it16:26
=== fling is now known as contractor
BlackMagewhat is a HWE kernel?16:27
Maik!HWE16:28
ubottuThe Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack16:28
MaikBlackMage: ^16:29
leftyfbBlackMage: sudo apt install linux-image-generic-hwe-20.0416:30
=== contractor is now known as fling
Maikleftyfb: isn't that already installed by default on 20.04.3?16:32
leftyfbMaik: if it is, they'll update it16:32
jhutchinsBlackMage: Hardware Enablement - adds hardware support to Long Term Support kernels.16:32
Maiksince he's on 20.04.3 he should have the 5.13.0-28-generic kernel16:33
ioria-29 and -30 are in focal-proposed16:35
BlackMageohh, okay16:35
alkisg20.04.3 users may have either 5.4 or 5.13, depending on their initial installation, if it was <= 20.04.1 or >= 20.04.216:55
alkisgI.e. the -hwe kernels are only preinstalled since the .2 minor LTS releases16:56
Jeremy31And people that installed the 20.04 beta can still be using 5.416:56
=== gschanuel215 is now known as gschanuel21
recycleherohi18:20
recycleherodoes ubuntu download differs for uefi and bios?18:20
recyclehero20.04 lte18:21
recycleherolts18:21
rfmrecyclehero, no, same iso for both.  May have to select boot mode in bios setup.18:23
=== jje6 is now known as jje
morganuPlease, beginners question. (man grep sends me in a tizzy) this is all I want to do- search for a file path.  VIZ:  search ls of home, recursively, for all filenames containing <any expression containing "word"> and print each on a line with its path.  --- How do I do that?18:39
leftyfbmorganu: find -iname <some regex> -exec ls -l {} \;18:40
hello-smile48Use `find ~|grep word`18:41
morganuleftyfb, thanks. It is much fancier than I figured. hello-smile48  OK. -- Appreciations.18:41
hello-smile48morganu  the kind of person who uses `for` loops and `find /` together.18:42
hello-smile48I'm'18:42
EriC^^morganu: find /home -iname '*word*'18:42
mattfhow can i check out how ubuntu is building some package?18:48
mattfwell i want to see how it is building curl, is there something like an arch pkgbuild equivalent for ubuntu packages18:48
rfmmattf, look at https://askubuntu.com/questions/28372/how-do-i-get-and-modify-the-source-code-of-packages-installed-through-apt-get19:13
leftyfbmattf: apt source <package name>19:14
mattfi want to know what were the configure flags19:14
mattfbut i think i figured it out from curl --version19:15
recycleherothanks rfm19:45
eliHi!19:54
eliWhat's up?19:54
eliWhat do you guys normally do in this channel?19:55
Maikeli: if you have a Ubuntu support question just ask, casual talk is in #ubuntu-offtopic19:55
Maikand they left...19:55
n-iCeHello guys, is there a way to set cpu gpu to performance?20:12
Guest8319hello20:19
Guest8319i have Problems with sddm20:19
Guest8319it doesnt start a lxde session20:20
=== hello-smile4830 is now known as hello-smile48
=== Guest8319 is now known as Guest2534789
Swift110-mobilesup folks21:31
MaikSwift110-mobile: if your looking for a chit-chat join #ubuntu-offtopic for that21:36
tomreynGuest2534789: i responded in #lubuntu, where you asked the same question.21:39
=== pong is now known as Guest0000
jafaseeing a problem with 20.04 where memory utilization for a process is miss-reported by tools like top when using hugetlb pages (locked resident)22:47
jafafree reports the correct utilization for the entire system, as does top reporting the summary for entire system22:48
jafaproblem is the process information reported by top, htop, etc22:48
jafareports correctly when not using hugetlb pages22:48
jafasystem configured without hugetlb, allocate 97GB (locked) - top reports the app is using a bit over 97GB22:53
jafasystem configured with 97x1GB hugetlb pages, allocate 97GB hugetlb (locked) - top reports small memory utilization22:53
jafasystem-wide summary information correctly reports >100GB memory used22:55
=== Myron is now known as Guest8531
=== themill_ is now known as themill
cluelesspersonsigh23:35
cluelesspersonI hate fighting ubuntu23:35
gordonjcpcluelessperson: hello23:39
gordonjcpcluelessperson: what are you trying to do?23:39
cluelesspersongordonjcp, meh, just random errors here and there.23:51
cluelesspersonMy wifi card *never* gets gigabit, MTP isn't currently working,  printing barely works.23:52
cluelesspersonI recognize it's not entirely ubuntu's fault23:52
cluelesspersonbut I do fault it for not being clear about what's going on in UIs and errors and such.23:52
cluelesspersonI just installed a brother printer driver23:54
cluelesspersonand no printing works at all.23:54
gordonjcpwhat kind of printer?23:55
cluelesspersonbrother laser printer23:55
Nickfra05hello23:58

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