/srv/irclogs.ubuntu.com/2022/12/09/#ubuntu-desktop.txt

KGB-2gnome-software ubuntu/master 5fa0de8 Jeremy Bicha debian/ control control.in * Restore explicit Build-Depends on libsoup-3.0-dev * https://deb.li/77se00:04
KGB-2gnome-software ubuntu/master 8cf5b1d Jeremy Bicha debian/changelog * releasing package gnome-software version 43.2-3 * https://deb.li/3FYF000:04
KGB-2gnome-software ubuntu/master 1e91a01 Jeremy Bicha debian/ changelog control control.in * Merge tag 'debian/43.2-3' into ubuntu/master * https://deb.li/aSUA00:04
KGB-2gnome-software ubuntu/master 807954f Jeremy Bicha debian/changelog * releasing package gnome-software version 43.2-3ubuntu1 * https://deb.li/3u5Yi00:04
=== diddledani3 is now known as diddledani
=== teward_ is now known as teward
oSoMoNgood morning desktoppers06:58
ricotzoSoMoN, hello 07:13
oSoMoNhey ricotz 07:13
dufluMorning oSoMoN and ricotz 07:33
seb128goood morning desktopers!08:22
dufluHi seb128 08:28
seb128duflu, hey, how are you? managing to wrap up things before holidays?08:29
dufluseb128, not feeling 100% today but succeeding in wrapping up (and then closing my eyes so I can't see anything till next year)08:31
dufluseb128, how are you?08:32
seb128I'm alright thanks!08:32
KGB-2gnome-session Will Thompson 360714 * commented merge request !8 * https://deb.li/e8Mx10:42
jbichahappy Friday!12:49
ograhrm12:52
ograwho made the decision to package gedit as a strict snap ? 12:52
ogra(and why)12:53
ograeditors and IDEs are exactly the reason why classic snaps exist at all ... and we seem to get more and more users in #ubuntu that blindly installed the snap from the store ("hey there is a newer version !") and can not edit their own hidden config files anymore 12:54
juliankyikes gnome-terminal doesn't appear to be sending startup notifications anymore13:04
julianktry an upgraded lunar system and open the terminal, it won't appear in alt+tab and the cursor keeps spinning until the startup notification protocol times ouit13:04
jbichajuliank: yeah, I see it takes 15 seconds for it to resolve13:07
juliankneat13:07
juliankthis is a lot better than the same issue in Chrome that's only reproducible with my profile :)13:08
juliankjbicha: thanks for confirming13:08
juliankoh also my mouse cursor disappears over the terminal windows in wayland now13:09
juliankhooray13:09
jbichayou could try gnome-console as an alternative. Debian bug 1017015 is annoying but otherwise, I've been using it for months without a problem13:09
-ubottu:#ubuntu-desktop- Debian bug 1017015 in src:gnome-console "gnome-console: copying won't work if end of line is selected" [Important, Open] https://bugs.debian.org/101701513:09
juliankis that a new replacement?13:09
juliankis gnome-terminal dead?13:09
ograthe new upstream replacement at least13:10
jbichawe had a MIR for it last cycle, but it got stalled on that bug & Didier wanted a purple background :)13:10
jbichaGNOME has switched their recommended terminal to Console, but gnome-terminal is still maintained by its maintainer13:10
juliankgnome-console has a huge cursor13:11
jbichaHowever, most distros are still using Terminal (including Fedora) because Console is quite minimal13:11
juliankI think my cursor is screwed up13:11
juliankit uses the 200% scaling from my internal screen on my external when hovering over console13:12
jbichayeah, big cursor sounds like scaling13:12
juliankok this is a more generic issue13:13
juliank:D13:13
juliankthe cursor only works in xwayland and hovering the shell, but not in wayland apps13:13
jbichajuliank: ha, I installed updates in my Lunar VM, logged out and logged back in and Terminal starts up cleaner now13:14
juliankI think I'll try a new session to something is weird13:14
juliankI mean this is a fresh session after reboot13:15
juliankoh well13:15
juliankI suspended13:15
juliankLet me just reboot13:15
jbichajuliank: never mind, it comes up cleanly if I use Ctrl+T or if I use Alt-F2 gnome-terminal but now with the Activities Overview13:15
jbicha*not with13:15
jbichaCtrl+Alt+T13:16
jbichajuliank: I found an upstream issue/commit that might fix this startup glitch13:19
juliankjbicha: hmm dconf-editor also fails to notify, so I think it's a gnome-shell / mutter bug?13:19
jbichajuliank: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/7952 blames gtk313:19
-ubottu:#ubuntu-desktop- Issue 7952 in GNOME/gnome-terminal "Fix for build error and misassignment related to recent XDG-Activation support" [Closed]13:19
juliankI think dconf-editor is also gtk313:19
jbichayes13:19
juliankso we need to cherry-pick https://gitlab.gnome.org/joanbrugueram/gtk/-/commit/ab4e8604664ffb22574488135c6b55e0f8d2f8ef13:20
-ubottu:#ubuntu-desktop- Commit ab4e860 in joanbrugueram/gtk "gdk/wayland: save custom xdg-activation startup_id"13:20
jbichayes13:20
juliankwell https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5301/commits13:21
-ubottu:#ubuntu-desktop- Merge 5301 in GNOME/gtk "fixes for xdg-activation regressions (GTK3)" [Opened]13:21
juliankoh god console requires a lot of work13:24
juliankI think I need to install custom dbus services for my custom app-id terminal windows13:24
juliankI have gnome-terminal --disable-factory --class weechat-ssh --name weechat-ssh --app-id org.weechat.weechat-ssh --title WeeChat -- ssh -oControlMaster=no -i /home/jak/.ssh/weechat_ssh_id_rsa -o IdentitiesOnly=yes -t weechat@10.0.0.1 -- tmux attach -dt ir13:24
juliankjak@jak-t14-g3:~/.local/share$ kgx --gapplication-app-id=org.weechat.weechat-ssh --title WeeChat 13:25
juliankGDBus.Error:org.freedesktop.DBus.Error.NotSupported: Application does not handle command line arguments13:25
juliankjak@jak-t14-g3:~/.local/share$ kgx --gapplication-service --gapplication-app-id=org.weechat.weechat-ssh --title WeeChat 13:25
juliankFailed to register: Unable to acquire bus name 'org.weechat.weechat-ssh13:25
juliankIt doesn't like that :D13:25
jbichait's minimal but gnome-terminal will still be around even after we switch13:28
KGB-2gtk3 ubuntu/master d42e6c7 Jeremy Bicha debian/patches/ series gdk-wayland-save-custom-xdg-activation-startup_id.patch window-focus-on-window-show-for-wayland-activation.patch * Cherry-pick 2 proposed patches to fix app startup regressions * https://deb.li/3GJK113:41
KGB-2gtk3 ubuntu/master d89b3d0 Jeremy Bicha debian/changelog * releasing package gtk+3.0 version 3.24.35-3 * https://deb.li/3wZ3d13:41
KGB-2gtk3 ubuntu/master 6eecc2b Jeremy Bicha debian/ changelog patches/series patches/gdk-wayland-save-custom-xdg-activation-startup_id.patch patches/window-focus-on-window-show-for-wayland-activation.patch * Merge tag 'debian/3.24.35-3' into ubuntu/master * https://deb.li/it8JV13:42
KGB-2gtk3 ubuntu/master da41bd5 Jeremy Bicha debian/changelog * releasing package gtk+3.0 version 3.24.35-3ubuntu1 * https://deb.li/zaC13:42
=== JanC_ is now known as JanC
juliankjbicha: Thanks a bunch, just upgraded to proposed, works well17:33
juliankFor some reason gnome-console now also works for my weechat ssh --app-id use case, weird17:35
juliankbut the color scheme is bleh17:35
julianknow just need to get my cursor back when in a terminal window, lol17:36
juliankoh, the cursor is gone in any gtk3 app too17:36
juliankgtk4 cursor has the scaling from the wrong screen and gtk3 cursor is MIA17:37
juliankIn a vanilla gnome session, didn't check the ubuntu session17:38
juliankOK, no cursor theme was set17:39
juliankor well one that doesn't exist (anymore)17:39
juliankcursor-theme = "Adwaita"17:40
juliankah I was missing adwaita-icon-theme-full17:41
juliankI wonder if vanilla-gnome-default-settings shouldn't depend on the themes it's setting17:41
juliankjbicha: when you uploaded ubuntu-gnome-default-settings did you commit that somewhere? The bzr branch seems to have died with focal17:44
juliankI think I want to upload that with vanilla-gnome-default-settings Depends adwaita-icon-theme-full added17:44
juliankSo that if people install that they have a cursor :)17:44
* juliank needs to add a local changes to his Ansible playbook for redeployment, sigh17:46
jbichajuliank: I think gnome-session should depend on adwaita-icon-theme-full. That change is staged in Salsa for Debian17:56
jbichaI've been telling people to just install gnome-session instead of the vanilla thing17:57
jbichavanilla-gnome-default-settings shouldn't be needed anymore; those overrides should be set in ubuntu-settings and vanilla-gnome-default-settings could be a transitional package17:59
KGB-0balsa Jeremy Bicha 360826 * commented merge request !2 * https://deb.li/3Mdwd18:17
KGB-2balsa upstream/latest ab8300a Jeremy Bicha * pushed 167 commits (first 5 follow) * https://deb.li/ZdfN18:57
KGB-2balsa upstream/latest b07cdd3 Albrecht Dreß (18 files in 4 dirs) * notification improvements: play sound, basic system tray icon support * https://deb.li/3LTix18:57
KGB-2balsa upstream/latest 682e6ac Peter Bloomfield (18 files in 4 dirs) * Merge branch '77-notification' into 'master' * https://deb.li/0GAg18:57
KGB-2balsa upstream/latest 92dcf10 Peter Bloomfield images/meson.build meson.build * images/meson.build: Clean up icon-cache code * https://deb.li/ipkhl18:57
KGB-2balsa upstream/latest 290994a Yuri Chornoivan po/uk.po * Update Ukrainian translation * https://deb.li/jGMs18:58
KGB-2balsa upstream/latest 5b05874 Peter Bloomfield libnetclient/meson.build libnetclient/test/meson.build meson.build * meson.build: Meson deprecation cleanup * https://deb.li/3ZkLU18:58
KGB-2balsa pristine-tar 80bd2c8 Jeremy Bicha balsa_2.6.4.orig.tar.xz.delta balsa_2.6.4.orig.tar.xz.id * pristine-tar data for balsa_2.6.4.orig.tar.xz * https://deb.li/BTjn18:58
KGB-0anjuta Jeremy Bicha 360832 * commented merge request !1 * https://deb.li/xh2D19:02
KGB-2babl Jeremy Bicha 360834 * commented merge request !4 * https://deb.li/PThE19:10
KGB-2bst-external signed tags 8b24643 Jeremy Bicha upstream/0.29.0 * Upstream version 0.29.0 * https://deb.li/609119:32
KGB-2bst-external pristine-tar eea3219 Jeremy Bicha bst-external_0.29.0.orig.tar.bz2.delta bst-external_0.29.0.orig.tar.bz2.id * pristine-tar data for bst-external_0.29.0.orig.tar.bz2 * https://deb.li/4vI019:32
KGB-0cheese Jeremy Bicha 360837 * commented merge request !3 * https://deb.li/WIkM19:57
KGB-2gnome-session Simon McVittie 360839 * commented merge request !8 * https://deb.li/AvF419:58
KGB-2cheese Jeremy Bicha 360841 * commented merge request !1 * https://deb.li/3YfVl20:02
KGB-0cheese Jeremy Bicha 360842 * commented merge request !2 * https://deb.li/34Hdx20:04
KGB-0gnome-browser-connector upstream/latest a59c153 Jeremy Bicha * pushed 105 commits (first 5 follow) * https://deb.li/QoaV21:50
KGB-0gnome-browser-connector upstream/latest 9c9130c Yuri Konotopov gnome-browser-connector gnome_browser_connector/logging.py * Added custom logger name abbr filter * https://deb.li/3DlDg21:50
KGB-0gnome-browser-connector upstream/latest 71a0da8 Yuri Konotopov README.md gnome-browser-connector meson.build * meson: drop requests from dependencies * https://deb.li/B4pN21:50
KGB-0gnome-browser-connector upstream/latest 98c3c70 Yuri Konotopov gnome_browser_connector/application.py meson.build contrib/org.gnome.BrowserConnector.desktop contrib/org.gnome.BrowserConnector.service.in * Rename DBus service name to org.gnome.BrowserConnector * https://deb.li/3TRzx21:50
KGB-0gnome-browser-connector upstream/latest 7382b91 Yuri Konotopov meson.build contrib/org.gnome.browser_connector.firefox.json contrib/org.gnome.browser_connector.json * Rename native messaging manifest file to org.gnome.browser_connector * https://deb.li/LRuy21:50
KGB-0gnome-browser-connector upstream/latest 2413ee3 Yuri Konotopov meson.build contrib/org.gnome.chrome_gnome_shell.firefox.json contrib/org.gnome.chrome_gnome_shell.json * Revert "Rename native messaging manifest file to org.gnome.browser_connector" * https://deb.li/3qoR421:50
KGB-2gnome-browser-connector pipeline Jeremy Bicha 468328 * pending (extract-source: pending; build: created; build i386: created; build source: created; test-build-any: created; test-build-all: created; test-crossbuild-arm64: created; reprotest: created; lintian: created; autopkgtest: created; blhc: created; piuparts: created)21:55
KGB-2gnome-browser-connector pipeline Jeremy Bicha 468328 * running (extract-source: running; build: created; build i386: created; build source: created; test-build-any: created; test-build-all: created; test-crossbuild-arm64: created; reprotest: created; lintian: created; autopkgtest: created; blhc: created; piuparts: created)21:56
KGB-2gnome-browser-connector pipeline Jeremy Bicha 468328 * [6 minutes and 25 seconds] failed (extract-source: success; build: success; build i386: success; build source: success; test-build-any: success; test-build-all: success; test-crossbuild-arm64: success; reprotest: success; lintian: success; autopkgtest: success; blhc: success; piuparts: failed)22:03
KGB-0gnome-browser-connector pipeline Jeremy Bicha 468333 * pending (extract-source: pending; build: created; build i386: created; build source: created; test-build-any: created; test-build-all: created; test-crossbuild-arm64: created; reprotest: created; lintian: created; autopkgtest: created; blhc: created; piuparts: created)22:07
KGB-2gnome-browser-connector pipeline Jeremy Bicha 468342 * pending (extract-source: pending; build: created; build i386: created; build source: created; test-build-any: created; test-build-all: created; test-crossbuild-arm64: created; reprotest: created; lintian: created; autopkgtest: created; blhc: created; piuparts: created)22:24
KGB-2gnome-browser-connector pipeline Jeremy Bicha 468342 * running (extract-source: running; build: created; build i386: created; build source: created; test-build-any: created; test-build-all: created; test-crossbuild-arm64: created; reprotest: created; lintian: created; autopkgtest: created; blhc: created; piuparts: created)22:24
KGB-0gnome-browser-connector pipeline Jeremy Bicha 468342 * [8 minutes and 8 seconds] success (extract-source: success; build: success; build i386: success; build source: success; test-build-any: success; test-build-all: success; test-crossbuild-arm64: success; reprotest: success; lintian: success; autopkgtest: success; blhc: success; piuparts: success)22:33
KGB-0brasero Jeremy Bicha 360859 * commented merge request !2 * https://deb.li/RF8G22:58
holmanbI've been putting off reporting a multi-monitor bug since I'm not sure which project to report to. I see an issue frequently when I switch a window from my secondary monitor (portrait right) to my primary monitor (landscape). After switching monitors, the window fails to resize and the top of the window renders offscreen.23:00
holmanbWhen this happens, gnome usually doesn't allow me to switch the window back to the portrait right monitor and I kill and restart the app23:01
holmanbWhere best to report?23:02

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