/srv/irclogs.ubuntu.com/2023/04/27/#ubuntu.txt

loswedsededupgraded to 23.04 and encountered an error: Error! Bad return status for module build on kernel: 6.2.0-20-generic (x86_64)00:33
loswedsededdon't know how to go on00:33
loswedsededdpkg: error processing package linux-image-6.2.0-20-generic (--configure):00:33
loswedseded installed linux-image-6.2.0-20-generic package post-installation script subproc00:33
loswedsededess returned error exit status 100:33
loswedsededam I gonna break something if I poweroff the computer>?00:34
=== chris14_ is now known as chris14
hatesecHello. I have been working for 24 hours trying to solve an ssh problem. I can't login to my remote server -- permission denied (publickey). I've followed every guide for generating key pairs, adding the new key contents to authorized_keys, every combination of options in sshd_config, and more. Even when I enable password authentication, it refuses my connection with (publickey). It's almost as if my server is not responding01:44
hatesecto any of the changes I made. This, after restarting sshd.service and rebooting the server01:44
hatesecI verified file and dir permissions, they are correct. In the past, I connected to the server just fine. That was months ago, though, and I've since reinstalled Windows on my work computer. I thought it might be related to reinstalling Windows and it not trusting my machine, but I still can't login from Windows or a linux laptop. Both are denied (publickey). I am at a loss01:46
Max-Phatesec: refused pubkey is a pretty explicit error, you're likely not providing the right keys or the server is not reading those keys (or refusing to)01:56
Max-PMake sure .ssh is 0700 and authorized_keys is 0600, and that both are owned by the user you're connecting as01:57
hatesecThanks, I'm in02:08
tcurdthow can I set group of systemd service? I tried [Service] Group=foo ... but it seems like the process still creates files as root:root instead of root:foo ... I have the feeling it might not be that simple02:14
ChurchDid something change in jammy wrt debhelper? dh_install --sourcedir / worked fine in focal to package up /opt but fails now in jammy.02:40
ChurchSeems it doesn't like having the sourcedir be root?02:40
Bashing-omChurch: Changelog does not show any recent changes: http://changelogs.ubuntu.com/changelogs/pool/main/d/debhelper/debhelper_13.6ubuntu1/changelog .02:44
ChurchHmm... well that's interesting then02:45
ChurchSo why would it fail then...02:45
029AAGS47hello02:45
ChurchSince I repeatedly get "dh_install: error: Invalid --sourcedir - must not be empty nor /"02:51
ChurchGuess I'll go open up dh_install's source02:51
=== guiverc2 is now known as guiverc
=== Mibixy is now known as Mibix
Macwinneron my jammy boxes, I notice dmesg entries about xfs fileystem being remounted.. when I look at syslog, it all seems to be coinciding with "Apr 26 09:28:40 server1 systemd[1]: Reloading."04:24
Macwinnerwhat would cause systemd to reload?  is it some automatic process?04:24
Macwinneroh.. nm, I remember now.. i called systemctl daemon-reload04:25
=== xenial is now known as Guest7984
=== kinghat8 is now known as kinghat
=== dongcarl1 is now known as dongcarl
=== xenial is now known as Guest9603
=== Kamilion|ZNC is now known as Kamilion
=== BinarySavior_ is now known as BinarySavior
=== jimmyb8 is now known as jimmyb
akiki can move a window by pressing the super key + mouse, but how do i resize a windows with that method?06:42
akikusing gnome06:42
akikthere's resize in super + right click but that's awkward06:48
SteelRoseHi all!06:51
SteelRosePending updated of "telegram-desktop" snap06:52
SteelRoseClose the app to avoid disruptions (12 days left)06:52
SteelRosebut: # snap refresh06:52
SteelRoseAll snaps up to date.06:52
SteelRoseany ideas? Thanks!06:52
toddcSteelRose: close the app and wait while it updates then reopen app06:53
SteelRosetoddc: will it update automatically?06:54
SteelRoseor should I do something?06:54
toddcSteelRose: snap are small containers and will update when closed but take a few minutes   if snap refresh and or store show updateed then the snap should be already downloaded and installed so nothing else06:55
SteelRosetoddc: will I see any indication that tells me "the snap is updated" or similar? or is it blind trust? :-)06:56
toddcSteelRose: you can always check the snap version before and after if you want to06:57
SteelRosetoddc: how?06:57
toddcSteelRose: snap list06:58
SteelRosetelegram-desktop     4.8.1-2-g382558671          4762   latest/stable    telegram-desktop✓     -06:59
SteelRoseso I guess I'm all set06:59
SteelRosethanks06:59
toddcmost snaps also list the version somewhere in a the gui snap also but list is a better way --- great easy!!07:00
toddcSteelRose: if you do not update the snap it kill it in 13 days then replace and restart so warnings are not a big deal07:11
toddcit will kill and update and restart it07:12
paul424Hello , my build system is on focal -- Ubuntu 20 . Now I need relatively new libpython-dev -- best would be 3.11 but 3.10 would also go. What to do  ? The https://packages.ubuntu.com/ doesn't list such high versions , only libpython-3.9 which doesn';t work for me07:16
SteelRoseOne more question: every time my Ubuntu 20.04 LTS gets a new kernel-related update, I must manually sign some kernel module for ESET to work... and it sucks. Is there any way to automate the process? Thanks07:21
koffeinfriedhofpaul424: https://packages.ubuntu.com/kinetic/libpython3-dev → Kinetic provides 3.10. As Ubuntu makes heavily use of Python I would not recommend merging old and new in your focal. Parallel setup a virtual machine (qemu/kvm), use a deebootstrapped minimal version or so.07:23
tarzeaupaul424: what hinders you upgrading to ubuntu 22.04 ?07:23
paul424I am using snapcraft -- core2007:23
paul424core20 == Ubuntu 2007:23
tarzeauSteelRose: disable signing?07:23
paul424and upgrading to higher core, means rewritign the snapcraft.yaml file07:23
tarzeaupaul424: getting rid of snapcraft/snap?07:24
paul424tarzeau, you don't undersand I AM prepering a package FOR SNAPCRAFT that way, and I am asking on it's behalf07:24
SteelRosetarzeau: ESET is the one asking for the module to be signed...07:25
koffeinfriedhofpaul424: https://stackoverflow.com/questions/42991501/snapcraft-custom-ld-library-path → You can provide your own libs, but it would be more difficult. Why do you need the newer library? Can you probably write a wrapper?07:28
SteelRoseSecureBoot, enabled or disabled on Ubuntu 20.04 LTS?07:35
paul424koffeinfriedhof, I really need to go for a bus sorry07:44
koffeinfriedhofpaul424: No problem. I'm not waiting for a solution^^07:50
vm1hello07:52
tarzeaupaul424: ah sorry, now i understand07:54
tarzeauSteelRose: yes secureboot disabled, no more signing needed07:55
vm1hi07:55
=== shokohsc2 is now known as shokohsc
=== Tomtom is now known as TomTom
vm3hi08:06
vm1hi08:06
=== chiselfu1e is now known as chiselfuse
iomari891greetings: xscreensaver not locking under wayland08:49
floownHi. I want to switch to X11, because I can not have Virtualbox VM integrated on Ubuntu08:57
floownI have no problem with Kubuntu, witch is un X11 by default08:58
floownOn Ubuntu's login, I don't see what option I can use to08:59
floownI don't have gear wheel09:07
paul424_It's me again , the guy which had problem with python3.8-dev on ubuntu 2009:13
paul424_what were  your advices  ?09:13
=== paul424_ is now known as paul424
floownOk, Ubuntu does not works in X11 too, in a Virtualbox vm09:22
floownback to Kubuntu09:22
floownproblem with integrated mode09:22
=== kostkon_ is now known as kostkon
ograSteelRose, "snap changes" (and "snap change $ID") is your friend to find out if some update happened in the background09:47
ograand in general i'd recommend talking a look at "snap help", there is a lot of features people often do not know about09:47
SteelRoseogra: thanks!09:55
floown(I said integrated mode, I would say steamless mode)09:55
floownThe virtualbox add-ons is installed, sure09:56
* ogra thinks steamless mode is a general thing today ... must have been several decades ago that computers have been run by steam 😛09:57
ogra(i think yu mean "seamelss" 🙂 )09:58
ograbah ,,, seamless09:58
* ogra can't type09:58
floownOh, yes10:04
=== realivanjx0 is now known as realivanjx
floownI have reinstall the add-on, and restart completely the vm, uncheck the Nested Paging before, but it's the same10:08
=== NeoFAT32_ is now known as NeoFAT32
changoxGood morning11:38
phabletzssss12:08
francisv-localHi, I am using Ubuntu 22.04 and I would like to install SRT 1.5.1-1.  If I do `apt search srt`, I cannot see anything about 1.5.  I check https://launchpad.net/ubuntu/+source/srt and it seams that it is available, but not for Jammy?12:21
francisv-localAny recommendation on how to install it?12:21
ravagecompile it yourself12:22
ravage22.04 only offers 1.4.412:23
francisv-localor use Lunar Lobster12:26
ravagesur12:26
ravagee12:26
iconoclastheroshould one use an anti-virus with ubuntu?12:26
francisv-localI will try to compile it12:26
francisv-localthank you ravage for confirming that it is not in Jammy12:27
paul424hello, hello how do I solve my problem with python-3.9-dev ? That's the highest possible version on Ubuntu 20.0. And I need higher version for my game project12:38
paul424I use snapcraft core2012:38
SteelRoseHi again! I hit another wall with DNS configuration on 18.04 LTS... https://dpaste.org/Kvywj <-- can someone please shed some light and help? Thanks!12:39
paul424https://forum.snapcraft.io/t/pybind11-availability/34789/612:40
paul424are there 3rd party repos for that ?12:43
paul424on opensuse there is no problem to get homebrew 3rd party libraries12:44
BluesKajHi all12:49
lunatiqHow do I find how what eidtor is being used by crontab -e12:52
lunatiqIt's usually nano but this time is diff12:52
lunatiqand I don't know how to exit12:52
lunatiqIt's not vim12:52
[twisti]i have an ubuntu lts 22 headless, which i picked because at the time, our wsl install did not support gui apps. now that it does, can i retrofit this install to be able to run desktop/gui apps ?12:58
iconoclasthero[twisti]: you can just pick a DE and install it.13:03
leftyfb[twisti]: try asking in #windows-wsl13:04
[twisti]iconoclasthero: so just `sudo apt install ubuntu-desktop` ?13:04
iconoclastherohttps://help.ubuntu.com/community/ServerGUI13:04
iconoclastherothat is one...13:05
iconoclastherothat will give you GNOME13:05
leftyfb[twisti]: iconoclasthero that's is not all that is needed with WSL13:05
[twisti]leftyfb: im good on the wsl side13:05
[twisti]a new install works fine, i just dont want to move all my settings and whatnot so i would prefer to upgrade the one im using now13:06
iconoclastheroif they're user settings, just preserve your /home13:06
iconoclastheroif they're system settings, you can pick out the things from /etc and migrate them to the new install13:06
iconoclastheroso if i want my mpd settings, i'd move my /etc/mpd.conf to the new install...13:07
iconoclastherobut most of the user settings should be in /home13:07
iconoclastheroand i don't know much about WSL so i'll defer on that13:07
leftyfb[twisti]: did you enable systemd?13:07
leftyfbon the WSL side13:08
paul424koffeinfriedhof, what do you advise me to do then ?13:09
[twisti]leftyfb: not explicitly, but theres like a thousand things installed13:19
leftyfb[twisti]: this is why I suggested going to #windows-wsl. There's more to it than just installing gnome.13:20
[twisti]well, i followed all the instructions for wsl and it all worked fine and i just wanted to have it work for my former headless instance too, which after installing what iconoclasthero said it did, so what would i be asking them ?13:22
leftyfb[twisti]: if you're all working now, then it sounds like you did this install recently and systemd might have been enabled by default. It wasn't in the past.13:23
[twisti]i dont think its enabled now13:24
koffeinfriedhofpaul424: depends on what you exactly need. If you need a full 3.10 working environment you must provide it yourself in the snap environment. See https://forum.snapcraft.io/t/why-isnt-there-a-python-snap-with-the-latest-version/32941 why it is how it is13:24
francisv-localI have a machine running Ubuntu 22.04 with this DeckLink Quad 2 PCI card https://www.blackmagicdesign.com/products/decklink/techspecs/W-DLK-30.  I am trying to find the drivers for it in launchpad.net but cannot find anything related to 'decklink' https://launchpad.net/+search?field.text=decklink.  Do you know if someone has package those drivers somewhere else launchpad.net?13:42
paul424koffeinfriedhof, oki many thanks for the reply13:42
realguyHello, my raspberryPi (Ubuntu 22.04 LTS) Shows the following message: `9 additional security updates can be applied with ESM Apps` why do I need ESM subscription for a release that is fully supported and not end-of life? I thought esm upgrades are to support older ubuntu versions.13:51
lotuspsychje!ubuntupro | realguy13:52
lotuspsychje!pro | realguy13:52
ubotturealguy: Ubuntu Pro is a service offered by Canonical for expanded CVE patching, ten-years security maintenance and optional support. Anyone can use Ubuntu Pro for free for personal use on up to 5 machines. For details please see https://ubuntu.com/pro and https://discourse.ubuntu.com/t/ubuntu-pro-faq13:52
realguyI'm aware of that, but 22.04 is supported why do I need pro? Pro is to support older Ubuntu versions.13:53
lotuspsychjerealguy: there's still a bug in critical process going on that right now13:53
realguy22.04 is not old 16.04 is for 16.04 I need pro I got that, fine but I don't understand why I need pro for current versions.13:53
WaVfrancisv-local: It should work out of the box from what I'm reading, without the need for additional kernel modules/drivers. There is a desktop video software package on the website you linked that adds additional support for Linux as it relates to their capture/playback devices though.13:54
lotuspsychjerealguy: bug #199202613:54
-ubottu:#ubuntu- Bug 1992026 in ubuntu-advantage-tools (Ubuntu) "Ubuntu Pro APT integration is a bit much" [Critical, In Progress] https://launchpad.net/bugs/199202613:54
ograrealguy, up to about a month ago there were close zero security updates for universe packages, even in fully supported releases ... recently canonical started providing CVE fixes to such releases via pro13:54
realguylotuspsychje: thanks13:54
francisv-localWaV: hmm, I get "no driver" when I want to use the card, therefore I am trying to find out which drivers it is missing13:55
ograrealguy, so you can now get security fixes for universe ... and i doubt the bit that tells you about them in apt will be fully turned off (since it is the general security fixes notice it is tied into and we do not want people to be silently vulnerable)13:55
WaVfrancisv-local: You may want to try downloading the Desktop Video package from https://www.blackmagicdesign.com/support/family/capture-and-playback ?? The latest available for Linux is 12.4.1.13:57
francisv-localWaV: I am trying to run the sample GStreamer pipeline in https://gstreamer.freedesktop.org/documentation/decklink/decklinkvideosrc.html?gi-language=c.  But it complains that decklink has no driver.13:57
francisv-localWaV: Yes, I am trying the pckage from the Blackmagic page.  I was just wondering if this is already in a package manager that I could add to my Ubuntu installation.13:58
francisv-locals/package manager/package repository13:58
ografrancisv-local, there seems to be an obs-plugins package wit decklink drivers, but no idea if that helps in any way outside of obs14:00
WaVfrancisv-local: I haven't looked at how they packaged the software, but if its a .deb file, you can install it with your package manager.14:00
ogra(it most probably does not, FWIW)14:01
francisv-localogra, WaV, thank you for the suggestions, will simply continue with the Blackmagic website.14:01
=== pizzaiolo is now known as pizza
WaVfrancisv-local: So it's a tar archive that has a .deb, a .rpm and some other extensions as well. There is a pretty detailed readme with installation instructions for Ubuntu. You may want to look through it.14:03
SteelRoseHi again! I hit another wall with DNS configuration on 18.04 LTS... https://dpaste.org/Kvywj <-- can someone please shed some light and help? Thanks!14:04
WaVfrancisv-local: One thing that stuck out to me in the readme is this: "* desktopvideo: This package includes the driver and firmware utility. This package is required."14:04
WaVfrancisv-local: That appears to answer your question about drivers14:05
francisv-localYes, following the README, thanks WaV14:07
UbuntuAdmin3744apt update downloads for the 5.4.0-148 kernel are super slow.14:17
francisv-localWaV: it seems that the only thing that I was missing was to install `dkms`14:21
WaVfrancisv-local: So all is well now?14:21
francisv-localyes14:21
WaVcool14:21
francisv-localwithout the need to install anything from the blackmagic page14:21
WaVGood deal. Enjoy :)14:21
francisv-local`dkms` was a requirement written in the README14:22
francisv-localWaV: thank you :-)14:22
tomreynUbuntuAdmin3744: maybe you have a slow mirror server. where are you downlaoding from?14:39
UbuntuAdmin3744tomreyn:  apt just shows us.archive.ubuntu.com    Is there a tool to test and set a faster mirror?14:45
ravageUbuntuAdmin3744: the installer usually chooses the country mirror near you14:47
ravageis your system in the US?14:47
ravageyou can just test the mirror in your browser with http://us.archive.ubuntu.com/ubuntu/ls-lR.gz for example14:48
ravagechoose any mirror that works best for you from https://launchpad.net/ubuntu/+archivemirrors14:49
tomreynUbuntuAdmin3744: you can try using this script to see which of the US mirror servers is giving you the slow download: https://github.com/tomreyn/scripts#check_mirrors_speed_at_url14:51
UbuntuAdmin3744thanks ravage and tomreyn!14:59
tomreyn91.189.91.39:80 seems to be slower than the other 3 servers15:00
Znevnaor just you know, use the mirror protocol15:12
Znevnaavoid hammering one server15:12
Guest5195Hi all! I have problems importing GIF animations to Impress. They lost resolution. There is any way to insert the GIF animations without loss of resolution?15:22
lotuspsychjeGuest5195: please try the #libreoffice channel15:23
Guest5195I tried, but nobody answer :(15:24
sale_ping16:28
ikoniapeople are here16:28
francisI have a problem with something simple. I am trying to have rhythmbox write flac files to a mp3 media player. rhythmbox is suggested i install packages, but, i think the correct apt sources arent setup because nothing is getting installed, nor is rhythmbox suggesting what libraries should be add. so, my question is, what libs should be installed? source is flac, destination should be aac/mp3 on the media player16:36
jhutchinsfrancis: Can you mount the player as a block device?16:38
leftyfbfrancis: please pastebin or screenshot the errors16:39
francisAdditional software is required to convert 1 file into a format supported by the target device:16:43
francisID3 tag muxer16:43
francisMPEG-4 AAC encoder16:43
francisim using the standard software sources @leftyfb. i didnt activate anything additional16:44
leftyfbfrancis: (cat /etc/os-release ; uname -a ) | nc termbin.com 999916:44
francisPRETTY_NAME="Ubuntu 22.04.2 LTS"16:46
francisNAME="Ubuntu"16:46
francisVERSION_ID="22.04"16:46
francisVERSION="22.04.2 LTS (Jammy Jellyfish)"16:46
francisVERSION_CODENAME=jammy16:46
francisID=ubuntu16:46
leftyfbfrancis: you didn't copy/paste the command as I gave it to you16:46
leftyfbfrancis: sudo apt install gstreamer1.0-plugins-ugly16:47
francisgstreamer1.0-plugins-ugly is already the newest version (1.20.1-1)16:50
nikolamInkscape in 22.04 can't export SVG into .PNG image. I'll try newer Inkscape form flatpak.16:53
leftyfbfrancis: sudo apt install gstreamer1.0-plugins-bad16:54
leftyfbnikolam: I just opened inkscape for the first time on my 22.04 install, opened an svg and exported as a png16:56
leftyfbthe flatpak is not necessary16:56
nikolamleftyfb, try exporting https://static.wikia.nocookie.net/expanse/images/a/af/MCR_Seal-vector.svg/revision/latest?cb=2017092501515516:57
beowuffHello! I'm trying to get autoinstalls to work and I've run into an issue with the serial console. I can get everything to boot with pxe just fine, but when the installer starts, it shows a "basic mode" due to the serial connection and doesn't start the autoinstall. Is there a way to make the installer skip the "basic mode" and go to the autoinstall script?16:58
nikolamleftyfb, well, maybe but it brings newer apps to 22.04/LTS  Seems that porting apps to LTS over PPA is lower these days..16:58
leftyfbnikolam: works fine16:58
nikolamleftyfb, well, dunno, if Xubuntu made any difference.. it made 0 bytes PNG file here, hmm.16:59
leftyfbnikolam: the latest 1.2.2 version of inkscape is available on ubuntu 22.04 as a snap16:59
nikolamleftyfb, I tend to avoid snap fully. Had problems accessing local data with snap apps (Skype)17:00
leftyfbnikolam: that's just a setting17:01
nikolamYeah I see now it is also available as a snap. But I learn with Firefox form snap that binaries in snaps are not actually made by Ubuntu.17:01
mybalzitchhow do I get the image thumbnail generation to work real-time in the new gnome file picker, like inside of an app such as firefox17:01
leftyfbnikolam: no, they're made by Mozilla (in the case of Firefox) and by Inkscape (in the case of Inkscape)17:02
francisleftyfb: Unable to send file to MTP device: PTP Layer error a809: send_file_object_info(): Could not send object property list17:03
nikolamleftyfb, and that is exactly the problem. It's not "software distribution" anymore. If it is not distributing software, why use Ubuntu for distributing other people binaries17:06
nikolamIt was always compiling then distributing, it is different now.17:07
arraybolt3I thought Snaps are still compiled by Canonical's servers? Also Canonical owns the repo with the Firefox Snap packaging.17:07
ravageyou can upload the snaps yourself17:10
ravagebut they can also be compiled on the launchpad server farm17:10
ravagethe easiest way is to link your github account and it will release from there17:11
francisim a bit disapointed to be honest, i have been using ubuntu since warty, and that these things still dont work..17:11
nikolamravage, As I were informed, Firefox snap binaries are compiled by Mozilla, provided by Mozilla, nowone ever mentioned that they are compiled on Ubuntu/launchpad server farm..17:12
nikolamTill now.17:12
ravageit is possible that mozilla uses their own build system17:12
ravagethe snap itself is maintained by mozilla17:13
nikolamSo Ubuntu can't make sure whatever is in those snap binaries. So no, thank you.17:13
ravagethat is probably right yes17:13
alkisgOuch, there's no requirement to have the source code in snaps, to test it with reproducible builds etc?17:14
leftyfbnikolam: ok, so you just contradicted your previous statement that you preferred ubuntu to "distribute" the code/binaries itself and not by the vendors. Now you're saying you don't trust ubuntu distributing the code/binaries17:15
ravagealkisg: there is a skype or discord snap. that should answer your question17:15
alkisgravage: there's a skype.deb too, but we can't upload it to launchpad; I mean, it's just about policy, not a techinical reason to have the sources or not...17:16
alkisgBut OK I got it :)17:17
leftyfbThe source code is available for both inkscape and firefox, it doesn't actually matter who compiles it.17:17
alkisgI would like it better if they said "open source projects: upload your sources along with your snap, so that anyone can test with reproducible builds; close source projects: do whatever you want, people may opt not to trust you"17:17
alkisgSure, if each release is git-tagged in some repository, that's fine too17:18
=== bad_1 is now known as badbodh
leftyfbhttps://github.com/canonical/firefox-snap17:19
alkisgDoes snap have "components" like main, contrib, non-free? So that people can opt only for e.g. open source snaps?17:19
ravageno17:19
ravageyou can set a license17:20
ravagebut that is totally optional17:20
leftyfbno, but it has channels https://snapcraft.io/docs/channels17:20
ravageyou trust the snap creator17:20
ravagethat is all there is17:20
ravagewith mozilla i am not really concerned17:20
leftyfbyep17:20
ravageand for skype it does not matter where i get my binary blob17:20
ravageat least with the snap it updates :)17:21
alkisg:D17:21
dominic_New HTTP/S load testing tool 230% faster than k6 https://github.com/domsolutions/gopayloader17:22
hsiktas[m]if I have Gnome Software installed, is there anything Ubuntu Software can do, that Gnome Software can't?17:22
ravage!ot | dominic_17:22
ubottudominic_: #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!17:22
ravagehsiktas[m]: search the snap store for example17:22
ravagethat may be it17:23
nikolamleftyfb, I don't trust binaries distributed without compiling and knowing what is inside. No contradiction here. And flatpak is larger community, not only Ubuntu. I don't see and point in snaps if ubuntu didn't compile them and doesn't support them. It's not software distribution anymore, but binaries distribution. But I won't talk about that anymore. I came to report about Inkscape and it couldn't be reproduced.17:26
pyzozordhello, on ubuntu 22 with x11 when I'm in activities view, the tab key doesn't work anymore to switch focus between windows17:29
pyzozordit seems like I need to use arrow keys, which is somewhat annoying, is it possible to change this?17:29
arraybolt3nikolam: You do know what's inside though. Mozilla's source code and some packaging that's here: https://github.com/canonical/firefox-snap17:29
lotuspsychjepyzozord: check the hotkeys in gnome settings, or tweak things in dconf-editor17:31
nikolamarraybolt3, No I don't . I do when I download it from Mozilla site, that they do. But what comes between mozilla and snap in Ubuntu I don't know.  Ubuntu does not know nor cares. snap doesn't know. So no thanks.17:32
nikolamsnap is security hole.17:33
leftyfb nikolam only if you don't trust ubuntu. If you don't then why are you running it?17:33
nikolamleftyfb, Ubuntu doesn't have idea what is in snap binaries. So it's like not trusting water pipes.17:34
leftyfbnikolam: mozilla does, which you just said you trusted17:34
leftyfband also, if it's built in the snap store from a snapcraft yaml, using mozilla's source code, then yes, Ubuntu does know what's in it17:35
nikolamso I download it from Mozilla. I don't need snap for that. And I use flatpak, because they who make it, they know ehat's inside too. Ubuntu does not.17:35
leftyfbok, good luck17:35
nikolamleftyfb, one can't audit binaries. I can only audit source and build from it. Ubuntu makes itself useless with snaps, if not building them.17:36
arraybolt3nikolam: If the problem is prebuilt binaries, .deb files have the exact same problem. Built from Mozilla's source, using Canonical's servers.17:37
arraybolt3(Also, this may be a discussion better had in #ubuntu-discuss.)17:37
nikolamarraybolt3, nope, .deb binaries are build from sorce by the software distribution.17:37
nikolamThey are under community and maintainers control17:37
nikolamsnaps are not as said..17:38
leftyfbnikolam: I'm not here to convince you either way. But please don't make false statements. Mozilla creates a yaml which is basically a make file that tells snapcraft to pull down the mozilla source code (the one from their site or github) and how to build it.17:38
arraybolt3Which the Firefox Snap is also. The GitHub link above is the repo with the Snap packaging.17:38
nikolamarraybolt3, and missing info is who makes binaries? Nobody knows.17:39
leftyfbnikolam: said file is here https://github.com/canonical/firefox-snap/blob/stable/snapcraft.yaml17:39
nikolambut binaries are not compiled by ubuntu so they can include more things.17:40
leftyfbnikolam: the snap build system run by Ubuntu/Canonical builds it. Very similar to how they build .debs which you already trust17:40
leftyfbnikolam: yes, they are17:40
pyzozordlotuspsychje: i didn't find anything in either17:40
leftyfbnikolam: you do know snap is owned and run by Canonical/Ubuntu right?17:40
leftyfbnikolam: this is exactly how the snap is built https://github.com/canonical/firefox-snap/blob/stable/snapcraft.yaml17:41
leftyfbby Ubuntu17:41
nikolamleftyfb, now you say contrary things. First binaries in snap are provided by mozilla , now that Ubuntu builds it. And Ubuntu does not have any control over what is included in it or not.17:41
leftyfbnikolam: Mozilla has control over what goes into it, Ubuntu(snap builds it)17:42
leftyfbnikolam: it's ok, you don't like snap. That's completely fine. We don't need to keep going back and forth. Good luck17:42
nikolamSo the sentence "binaries in snap are provided by .." should be said as: "binaries are build on Ubuntu servers, without Ubuntu community nor maintenance or choosing what is inside".17:43
leftyfbnikolam: the snapcraft files are all open source. You can see what goes into them17:44
leftyfbthey are just yaml files17:44
nikolamleftyfb, being opensource and binaries you use are two separate things. It is like people use "opensource" Microsoft Codium, but Microsoft-distributed binaries include multiple layers of added telemetry..17:45
leftyfbnikolam: again, you're just going to keep coming up with reasons why you don't like snaps. You don't need to like them. I do encourage you to look at what goes into building a snap. Maybe even try building one yourself. And then make better informed decisions. Good luck17:46
nikolamleftyfb, you are trying to turn things like I am the problem.17:46
lotuspsychjepyzozord: could this be what you need? https://help.ubuntu.com/stable/ubuntu-help/shell-windows-switching.html.en17:48
nikolamleftyfb, I use snap with Skype, because, you know, it is fully proprietary so it is more in line with snap philosophy of not knowing what's inside.17:53
nikolamOk, let me drop the subject.17:53
leftyfbnikolam: again, please don't make false statements17:53
pyzozordlotuspsychje: nope, this works fine as expected18:07
pyzozordlotuspsychje: i am talking after you press just the "super" key and you activate the "activities" mode18:07
lotuspsychjeworks here pyzozord18:07
pyzozordlotuspsychje: what do you mean by works?18:08
lotuspsychjepyzozord: super to enter activities, tab to select a window, keys to move between18:09
pyzozordlotuspsychje: keys as in arrow keys?18:10
lotuspsychjeyep18:10
pyzozordyeah arrow keys work here too18:10
pyzozordbut in activities mode tab works wonky, doesn't select all windows18:11
pyzozordselects only first window and shift+tab only last18:11
pyzozordand that's it18:11
pyzozordi cannot tab-select throught windows to focus on in the activities mode, like I could in ubuntu 20.0418:11
pyzozordin 20.04 I could press super, tab, tab, tab, enter to select third window in activities mode18:12
lotuspsychjepyzozord: how about mouse scroll18:13
pyzozordmouse scroll changes between "desktops" in activities mode18:13
paul424Could someone create libOIS-1.5.0 for focal -- Ubuntu 20 ?18:14
lotuspsychjepyzozord: checkout dconf-editor and search on keyword for your need like focus or window18:15
ravagepaul424: https://sourceforge.net/projects/wgois/files/Source%20Release/ there is no version 1.518:17
ravageoh there is on github18:17
ravageubuntu still uses SF :P18:17
paul424yeah sourceforge >_>18:18
paul424how do I search the homebrew == third party package repositories ?18:18
pyzozordlotuspsychje: does it behave the same for you btw?18:18
pyzozordI don't think it's a dconf setting, I couldn't find anything18:18
ravagepaul424: there is no such thing for Ubuntu. There may be 3rd party packages on the internet18:19
pyzozordwhat would I even search for...18:19
paul424how to search for them , ravage  ?18:19
ravageyour favorite search engine :)18:19
paul424what a crap, on openSuse you have taht site search.opensuse.org or whatever and you can easily search the third party packages as well18:21
loswedsededI have a clock issue. Since I upgraded to 23.04 fonts is much smaller and the window doesn't enlarge if I want to show both time and date. Now both time and date are in a very small window on the upper panel but in order to show both, font is size 5 or 618:30
loswedsededhow do I enlarge this window?18:31
bblinkyHello, this article says that ubuntu supports uefi capsule updates18:31
bblinkyhttps://www.dell.com/support/kbdoc/en-us/000131486/update-the-dell-bios-in-a-linux-or-ubuntu-environment#updatebios201518:31
bblinkyHow do I do that?18:32
bblinkySry, this is the correct link18:32
bblinkyhttps://www.dell.com/support/kbdoc/en-us/000131486/update-the-dell-bios-in-a-linux-or-ubuntu-environment#Flashing%20a%20Dell%20BIOS%20in%20a%20Linux%20Only%20Environment18:32
WaVpaul424: you can download your distributions official package from the apt repository, but it will likely not be the latest one. if you need the latest one, you can build it from the github page which has instructions on how to do that.18:33
paul424WaV, yeah I know that .... thanks for the reply anyway, yo !18:39
jhutchinsHow do you update the BIOS on a non-uefi system?18:46
leftyfbjhutchins: fwupdmgr18:49
jhutchinsleftyfb: Yeah, specifically doesn't work with BIOS according to the error messages and docs.18:51
leftyfbjhutchins: can you point to the documentation that says it doesn't work with BIOS?18:54
jhutchinsleftyfb: How would that help you?19:00
leftyfbjhutchins: because I would like to see the documentation saying fwupdmgr doesn't work for updating a BIOS19:01
=== akik is now known as akik139
bblinkyDo IWhat is intel sgx used for in ubuntu?19:08
=== shokohsc4 is now known as shokohsc
bblinkydoes ubuntu support laptop fastboot?19:55
leftyfbbblinky: if you're referring to the Windows "fast startup", no. Ubuntu does not do that19:58
=== akik139 is now known as akik140
=== xenial is now known as Guest6039
bblinkydoes the ubuntu installer image have haveged ?20:08
ravagewhat is haveged?20:08
bblinkycreates more entropy fr /dev/random20:09
leftyfbbblinky: https://releases.ubuntu.com/jammy/ubuntu-22.04.2-desktop-amd64.manifest20:12
leftyfbbblinky: doesn't look like it20:12
=== anwesha_ is now known as anwesha
bblinkyI'm still writing at 322 MB/s20:13
bblinkyso.. I guess it's not needed so far20:13
bblinky*shrugs*20:14
David_HedlundHow do I report the same bug from two different versions (say 22.04, and 23.04) of Ubuntu?20:49
=== akik140 is now known as akik

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