/srv/irclogs.ubuntu.com/2023/01/17/#ubuntu-desktop.txt

=== popey2 is now known as popey
ricotzgood morning desktopers :)08:12
ricotzseb128, hi, https://launchpad.net/~mozillateam/+archive/ubuntu/ppa/+sourcepub/14443372/+listing-archive-extra08:13
seb128goood morning desktopers!08:13
seb128hey ricotz, thanks, I noticed the new version thanks to the snap auto updates :)08:14
ricotzseb128, there were some more changes required to adjust for the new comm-l10n repository08:15
ricotzhttps://paste.debian.net/plain/126750108:15
seb128ricotz, ok, I will review the debdiff ... do you have a vcs for your changes?08:15
ricotzseb128, I could push them directly to the packaging repo08:17
ricotzI kept the changes minimal so there is likely room for improvement08:18
seb128ricotz, feel free to push to the vcs if you want otherwise I will do that later08:20
GunnarHjOn a freshly installed and updated lunar in VirtualBox it doesn't let me log in to Ubuntu on Xorg. I'm just bumped back to the login screen.12:10
GunnarHjOn my regular (updated) lunar install, logging in to Ubuntu on Xorg works fine. But that's anything but a fresh install.12:10
GunnarHjMissing dependency?12:10
seb128GunnarHj, hey, unsure, do you have a journal log?12:11
GunnarHjseb128: Well, not easily available since it's VirtualBox. Not sure how I best could show it...12:12
seb128GunnarHj, well if it go back to the login screen and you can log into a wayland session you can do journalctl | pastebin from there12:14
GunnarHjWill try that.12:15
GunnarHjseb128: https://pastebin.ubuntu.com/p/9NhtrH9qGG/12:29
seb128GunnarHj, thx, unsure why it's exiting from the log but maybe Trevinho or jbicha have a clue there12:34
seb128hum, thunderbird on arm fails to build due to DEBUG: llvm_objdump: Looking for llvm-objdump :/12:52
seb128ricotz, the create-tarball.py update is following upstream vcs changes right? which means technically we should do the same to stable series?12:55
ricotzseb128, yes, create-tarball.py should be kept in sync in all thunderbird stable repos13:00
seb128ricotz, thanks13:00
seb128ricotz, also any reason to not move those repository to git? do you know why Olivier did do it?13:01
ricotznot sure, maybe there was some trouble with the export/import scripts13:02
ricotzpreserving the history seems not trivial with all the branches13:02
seb128ricotz, those are debian/ dir only vcs-es so I would expect it to be not too complicated, I will give it a try :)13:06
=== JanC is now known as Guest8007
=== JanC_ is now known as JanC
=== JanC is now known as Guest7254
=== JanC_ is now known as JanC
ricotzseb128, ok :)13:39
=== JanC is now known as Guest2780
=== JanC_ is now known as JanC
bandaligood morning13:55
bandalihey ricotz, so i followed your lto-related rules.mk change from firefox-beta.bionic in firefox.bionic as well, but it seems that for some reason the rule is being invoked twice:13:56
bandalihttps://launchpadlibrarian.net/646393129/buildlog_ubuntu-bionic-i386.firefox_109.0+build2-0ubuntu0.18.04.1_BUILDING.txt.gz13:56
bandaliand we apparently end up with multiple 'lto = "thin"' which is seemingly problematic13:56
bandalii'm not super familiar with all of those make targets, but i'll investigate a bit, and either make that sed invocation more robust so it doesn't add a duplicate, or try reverting that bit from 'pre-build' back into 'debian/stamp-mach-configure' and see if it helps13:58
ricotzbandali, hi, this some race condition which already happened without the syncing this change with focal13:58
ricotzbandali, re-try the build please13:58
bandaliricotz, ah ok i see :) thanks, sure i'll retry it14:00
bandalibut yeah it might be worth making that sed invocation look ahead and make sure there's no lto = "thin" in that section already before it adds another one14:00
ricotzbandali, there is already a "stamp" file (Cargo.toml.bak) as guard, seems the i386 builders are way faster while this doesn't happen on arm64/armhf14:04
dob1hi, I am using i3 as my wm and I have problem with firefox: for example when I upload a photo to gmail and I want to see it it gives me the option to use "System handler" or download it,  the problem is that "System handler" fails, it does nothing and I have to download the photo to see it.  The same for pdf.... I am sure that on gnome this works but I am not using gnome14:22
dob1even if I set a specific command to handle photo or pdf it doesn't work because it can't access to them14:23
dob1I had no problems with the no-snap version of fireforx when it was available14:24
=== JanC is now known as Guest191
=== JanC_ is now known as JanC
=== JanC is now known as Guest803
bandaliricotz, hmm i see14:54
bandalihi dob1, just to confirm, do you use i3 from ubuntu's repos? and do you log into it via gnome's display manager gdm (i.e. login screen)?14:55
dob1bandali: yes14:55
bandalidob1, i see, thanks for confirming. i haven't tried the firefox snap outside the gnome desktop, but i've been meaning to install i3 on this machine and try it. i'll see if i can reproduce the issue14:56
dob1bandali: if you have an email on gmail with a pdf try to see it not with gmail preview or firefox preview but with system hanlder, or  create a draft upload a photo and try to view it in the draft, it gives the option for system handler and it fails14:57
bandalidob1, right. i don't really use gmail, so i'll probably have to try with another upload/download site, but if absolutely necessary, i should be able to try on gmail too14:58
bandalibut taking a guess, i believe the firefox snap uses the xdg-desktop-portal to communicate with the outside world for the most part, and perhaps your i3 environment doesn't have that process running14:59
ograIIRC the "system handler" should just make it call "xdg-open /path/t👋file" ... have you tried running that manually for a file type you see issues with ?14:59
ogratsk ... silly emoji plugin14:59
ograi.e. does it open the file with the default app for that mime type ? 15:00
dob1if I run firefox on console and I try to view a pdf via system handler I get  env: ‘/snap/bin/firefox’: Permission denied15:02
ogranot what i asked 🙂15:02
ograxdg-open /fo👋bar/mydoc.pdf ... does that open your default pdf viewer with the file you gave it15:03
dob1/path/to/file what is in my case?  I didn't have download the file15:03
ogradownload a file then 🙂15:03
dob1ah ok! sorry now it's clear15:03
ograit is to test if the expected mechanics outside of firefox work at all 15:03
dob1it works15:04
dob1it open it15:04
ogragood, so that bit at last works ... 15:04
ograso the issue must be between FF and xdg-open ... do you have the xdg-desktop-portal* packges installed ? 15:04
ograthey should handle that communication bit on a desktop level15:05
ograthough not sure if that can work with just plain window manager witout proper session mgmt15:05
dob1yes15:06
dob1this is what I have https://termbin.com/srz1415:07
ograyeah, i guess the session management is the issue here ... 15:09
dob1I would like to understand where firefox store the file, if it store it somewhere or it's in ram, when I use system handler.  and then use xdg-open file to that file15:10
ograit ands it t the portal ... and IIRC that stores it somewere in a privat area of /tmp or so 15:12
ogra*hands it15:12
dob1no /tmp15:12
dob1on /tmp there are few dirs owned by my user so I don't consider them15:13
dob1imho it cannot store the file (hence the permission errror) so it cannot open it15:15
ograah, it seems to not be /tmp but XDG_RUNTIME_DIR (i.e. /run/user/$UID/)15:17
dob1I found the file there and xdg-open can open it15:18
ograright, proves my point from above ... communicaion error wih the session mgmt somewhere 15:19
nteodosioI use dwm and `. /etc/X11/Xsession.d/*dbus*` solves many of these kind of problems.15:20
ograah, sourcing the dbus address ? 15:20
nteodosioThough you mention that you start i3 via GDM, I'd bet it would do it for you15:20
ograit should ... theoretically ... but there might also be logind involved and whanot15:21
dob1no it's the same15:21
dob1source if from a terminale, launched firefox from the same terminale and still this     env: ‘/snap/bin/firefox’: Permission denied15:22
dob1no infos about this "permission denied"15:22
ograrun journalctl -f alongside and reproduce it ... see if there are any denials/errors15:24
dob1ok more infos https://dpaste.org/qr0nV15:26
dob1it still doesn't explain 15:26
dob1(at least to me)15:27
ogralooks like gdm actually tries to exec firefox for some reason ... not sure that should run through gdm at all 15:27
dob1I have no clue15:28
ografile a bug and attach that info ... 15:28
dob1or at least what change on gnome when you do the same operation15:28
dob1where to file it? ubuntu bug?15:28
ograwell, in gnome gdm hands over authority to gnome-shell i think 15:29
ograyeah, start with "ubuntu-bug firefox" i should DTRT (it at least does on gnome 😛 )15:29
dob1DTRT stands for?15:29
ogrado the right thing ...15:30
ogra*it should ... btw my keyboard is solwly giving up 15:32
=== JanC_ is now known as JanC
=== cpaelzer_ is now known as cpaelzer
dob1here https://bugs.launchpad.net/ubuntu  ?15:33
ogra"ubuntu-bug firefox" ... run that in a terminal 15:33
dob1it says I can'ut use it15:34
dob1because it is published by mozilla (I am translating)15:34
ograit should give you a url 15:34
dob1https://support.mozilla.org/it/kb/segnalare-bug-richiedere-funzionalita15:34
dob1it's not the right place on mozilla imho15:35
bandaliyeah i think we currently ask that people file firefox snap bugs against mozilla, on bugzilla.mozilla.org15:35
ogra right, but we usually provide the correct URL to do that15:35
dob1so it's mozilla where to file the bug for this?15:36
bandaliunfortunately it seems 'ubuntu-bug firefox' doesn't do that when choosing the snap package for the affected package, it directs people o the above mozill akb page15:36
ograwell, and thats a 404 here on my german install UGH !15:37
bandalidob1, https://bugzilla.mozilla.org15:37
ograoh, LOVELY ! there is a dot at the end of the line here for me ... which indeed ends up as part of the url if i click it15:38
ograsigh15:38
ograhttps://support.mozilla.org/de/kb/file-bug-report-or-feature-request-mozilla.15:38
ograthis is what i get when clicking what apport gives me ... 15:38
* ogra wonders if thats an apport or mozilla bug now ... 15:39
bandalithe ubuntu bug tracker for firefox is at https://bugs.launchpad.net/ubuntu/+source/firefox/+bugs?orderby=-id&start=0 and you can report a bug from https://bugs.launchpad.net/ubuntu/+source/firefox/+filebug but i think you should report the bug to mozilla's bugzilla i linked above15:39
bandaliogra, right :p i was gonna ask if you know whether that string/dialog is coming from15:39
ograhaha, i wish i did 15:39
dob1ok I will file it on bugzilla15:40
bandalidob1, thanks :) feel free to drop a link to it here as well15:40
dob1I will do later when I am home15:40
bandality15:41
bandali*thank you15:41
=== popey8 is now known as popey
=== JanC_ is now known as JanC
bandalifwiw the message is indeed coming from apport https://git.launchpad.net/ubuntu/+source/apport/tree/apport/ui.py?h=ubuntu/lunar#n1580 and looks fine in english, so i would guess it's the particular translation that's problematic15:49
=== JanC is now known as Guest1127
ograbandali, yeah16:06
ogra(and thanks for looking it up)16:07
ograhmm, though the string "snap["contact"]" comes from somewhere else 16:11
ogra(seemingly something somewhere calls "snap info firefox" and grabs the "contact:" string from there ... but thats also untranslated if i manually call snap info ...)16:13
=== JanC_ is now known as JanC
KGB-0gnome-shell signed tags 46d755f Jeremy Bicha ubuntu/43.2-1ubuntu1 * gnome-shell Debian release 43.2-1ubuntu1 * https://deb.li/31nHd16:14
KGB-2gnome-shell ubuntu/master a0cdd83 Jeremy Bicha * pushed 39 commits (first 5 follow) * https://deb.li/3pApF16:14
KGB-2gnome-shell ubuntu/master 250b730 Florian Müllner js/ui/overview.js * overview: Don't block on wayland popovers * https://deb.li/7NKi16:14
KGB-2gnome-shell ubuntu/master 0149558 Alessandro Bono js/ui/overviewControls.js * overviewControls: Group prepare to enter/leave overview code * https://deb.li/3rlah16:15
KGB-2gnome-shell ubuntu/master dab3632 Alessandro Bono js/ui/ overview.js overviewControls.js * overview: Make preparation to enter/leave overview explicit * https://deb.li/ij2b116:15
KGB-2gnome-shell ubuntu/master 000c678 Alessandro Bono js/ui/overview.js * overview: Start animation after setting coverPane initial state * https://deb.li/xbNe16:15
KGB-2gnome-shell ubuntu/master 3d638cb Jonas Ã…dahl js/perf/basic.js * perf/basic: Toggle quick settings instead of old menu * https://deb.li/3lnE016:15
* ogra wishes olivier was sill here 😞16:15
ogra*still16:16
nteodosioYes16:17
nteodosioogra, that's Apport16:17
nteodosiohttps://github.com/canonical/apport/blob/75540cb0f665e50495d994b529c8418a1ebca178/apport/report.py#L44916:18
nteodosioAh Amin had already answered that :p16:18
ograright, i just dont know where that string lives .... i see the code that processes it 16:20
nteodosioogra, ah, OK, pretty sure it's https://github.com/canonical/apport/blob/f0386909272207593f1baa5fee900ac387ca04fa/apport/fileutils.py#L18416:25
ograoh ! a direct store query !16:25
ograbut i think that is still untranslated ... hmm16:26
bandalihow about https://translations.launchpad.net/apport/main/+pots/apport/de/68/+translate16:26
* ogra hugs bandali 16:27
ograyou'Re a hero !16:27
bandali=) you're too kind ogra :p16:27
bandalihmm, so, looking at that translation, i'm guessing whatever code is linkifying URLs is buggy and inclues that period right after the %s ?16:28
ograwell, credit where credit is due 🙂16:28
ograright, the dot needs to be dropped 16:29
bandaliright16:29
nteodosioThe terminal emulator is at fault for making URLs clickable. Use Xterm. :P16:29
ograwell, it is actually a GTK popup window ... 16:30
KGB-2gnome-remote-desktop signed tags 965912c Jeremy Bicha upstream/43.3 * Upstream version 43.3 * https://deb.li/ilbFx16:30
ogra(try yourself "ubuntu-bug firefox")16:30
KGB-2gnome-remote-desktop upstream/latest 0984992 Olga Smirnova po/ LINGUAS ie.po * Add Interlingue translation * https://deb.li/3xzPC16:30
KGB-2gnome-remote-desktop upstream/latest e17336c Nathan Follens po/nl.po * Update Dutch translation * https://deb.li/bEOh16:30
KGB-2gnome-remote-desktop upstream/latest aab4317 Jonas Ã…dahl meson.build * build: Bump version to 43.3 * https://deb.li/39Amc16:30
KGB-2gnome-remote-desktop upstream/latest 8086b28 Jeremy Bicha meson.build po/LINGUAS po/nl.po po/ie.po * New upstream version 43.3 * https://deb.li/3CQJd16:31
KGB-2gnome-remote-desktop pristine-tar a27d840 Jeremy Bicha gnome-remote-desktop_43.3.orig.tar.xz.delta gnome-remote-desktop_43.3.orig.tar.xz.id * pristine-tar data for gnome-remote-desktop_43.3.orig.tar.xz * https://deb.li/s6KF16:31
ograLOL16:34
ograokay ... so sad ... but the bug is already reported and a fix was applied ... sadly rejected because the bug # was not mentioned in the changelog 16:34
* ogra head -> wall16:34
ograhttps://bugs.launchpad.net/apport/+bug/197830116:34
-ubottu:#ubuntu-desktop- Launchpad bug 1978301 in apport (Ubuntu Jammy) "Broken contact URL in German translation" [Undecided, Confirmed]16:34
ograhttps://github.com/canonical/apport/commit/e0a90520b84d8c46b1474fb3c9421d72e3a9996016:37
-ubottu:#ubuntu-desktop- Commit e0a9052 in canonical/apport "apport-gtk: Exclude trailing dot from URL links"16:37
ograheh, even a code fix, not just dropping the dot from the translation16:37
bandaliah16:39
ogranot sure if bdrung plans to re-submit it though 16:40
=== JanC is now known as Guest7146
=== JanC is now known as Guest5659
=== JanC_ is now known as JanC
bdrungogra, on 2022-12-15 I uploaded apport 2.20.11-0ubuntu82.4 to jammy to fix this bug. It is waiting in the unapproved queue.16:54
ograbdrung, awesome ! thx !17:01
=== JanC is now known as Guest6929
=== JanC_ is now known as JanC
=== JanC is now known as Guest3813
=== JanC_ is now known as JanC
=== JanC_ is now known as JanC
=== chromebittin is now known as lemoncat
KGB-2gnome-shell-extension-desktop-icons-ng upstream/latest 06f2352 Jeremy Bicha * pushed 15 commits (first 5 follow) * https://deb.li/3QDTV19:42
KGB-0gnome-shell-extension-desktop-icons-ng pristine-tar 48809ed Jeremy Bicha gnome-shell-extension-desktop-icons-ng_46+really47.0.2.orig.tar.bz2.delta gnome-shell-extension-desktop-icons-ng_46+really47.0.2.orig.tar.bz2.id * https://deb.li/1xY119:42
KGB-2gnome-shell-extension-desktop-icons-ng upstream/latest 40aeca6 Sergio Costas HISTORY.md metadata.json * Removed "session-modes" * https://deb.li/fJRs19:42
KGB-0pristine-tar data for gnome-shell-extension-desktop-icons-ng_46+really47.0.2.orig.tar.bz219:42
KGB-2gnome-shell-extension-desktop-icons-ng upstream/latest 98fb585 Sergio Costas desktopManager.js * Fix incorrect call * https://deb.li/3Yu6U19:43
KGB-2gnome-shell-extension-desktop-icons-ng upstream/latest 0169c70 Sergio Costas createThumbnail.js * Fixed thumbnail generation when using external program * https://deb.li/348vn19:43
KGB-2gnome-shell-extension-desktop-icons-ng upstream/latest 8047a4c Sergio Costas extension.js * Fixed bug * https://deb.li/iWxt719:43
KGB-2gnome-shell-extension-desktop-icons-ng upstream/latest 863544f Sergio Costas fileItemMenu.js * Fixed another bug * https://deb.li/iMrd19:43
KGB-0mozjs signed tags 854b79b Jeremy Bicha upstream/102.7.0 * Upstream version 102.7.0 * https://deb.li/3VJON19:43
KGB-2mozjs upstream/102 b06f1f1 Jeremy Bicha config/milestone.txt js/src/devtools/automation/autospider.py mozglue/build/TsanOptions.cpp * New upstream version 102.7.0 * https://deb.li/DJfc19:43
KGB-0mozjs pristine-tar ec700b5 Jeremy Bicha mozjs102_102.7.0.orig.tar.xz.delta mozjs102_102.7.0.orig.tar.xz.id * pristine-tar data for mozjs102_102.7.0.orig.tar.xz * https://deb.li/3RM3y19:43

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