| 26 Apr 2023 |
uep | it appears not to be using the file at all.. | 05:17:41 |
uep | I changed it to "TryExec=${pkgs.coreutils}/bin/touch /tmp/heif-thumbs-up" | 05:18:02 |
uep | no such file is made | 05:18:08 |
uep | ❯ echo $XDG_DATA_DIRS | sed -e 's/:/\n/g' | grep current-system
/run/current-system/sw/share
| 05:19:48 |
uep | so it should be found | 05:19:55 |
uep | OH
| 05:31:32 |
uep | fixed | 05:31:35 |
uep | rm ~/.cache/thumbnails/fail/gnome-thumbnail-factory/* | 05:32:01 |
Jan Tojnar | Yeah, that might be it, I was about to suggest playing with the API directly
env G_MESSAGES_DEBUG=all nix-shell -I nixpkgs=$HOME/Projects/nixpkgs -p glib gdk-pixbuf gnome-desktop gobject-introspection 'python3.withPackages(ps: with ps; [ pygobject3 ])' --run 'python3 -c "from gi.repository import GnomeDesktop; f = GnomeDesktop.DesktopThumbnailFactory.new(GnomeDesktop.DesktopThumbnailSize.NORMAL); print(f.generate_thumbnail(\"file:///home/jtojnar/samplefilehub2.heic\", \"image/heif\"))"'
and noticed that failures are cached mentioned there
| 05:33:25 |
uep | although, weirdly, still no /tmp/heif-thumbs-up which means that bit isn't getting used, and explains how it's not failing for everyone on other platforms too | 05:34:09 |
uep | so I suspect, in current nixpkgs, just having libheif.bin libheif.out in systemPackages, and SCROLLING FAR ENOUGH TO SEE NEW IMAGES, is enough to see it working | 05:39:42 |
uep | but it seems worth fixing and enabling by default, given the pkg is already pulled in by eog | 05:40:24 |
| 27 Apr 2023 |
@maralorn:maralorn.de | Anyone else experiencing weird artefacts around electron applications in gnome on unstable? | 13:12:47 |
hexa | the element channel bar is glitchy for me on sway, if that counts as a datapoint | 14:31:30 |
Fernando Rodrigues | In reply to @maralorn:maralorn.de Anyone else experiencing weird artefacts around electron applications in gnome on unstable? Might be an upstream bug. Fedora Rawhide is also having issues with electron on GNOME. | 14:37:36 |
Fernando Rodrigues | In reply to @maralorn:maralorn.de Anyone else experiencing weird artefacts around electron applications in gnome on unstable? * Might be a bug for upstream. Fedora Rawhide is also having issues with electron on GNOME. | 14:37:46 |
Fernando Rodrigues | * Might be a bug for upstream. Fedora Rawhide is also having issues with electron on GNOME. It might actually be an issue with mutter's XWayland implementation, not the apps themselves. | 14:49:49 |
uep | FWIW, I haven't seen any such problem, using vscode and signal, and I have environment.sessionVariables.NIXOS_OZONE_WL = "1"; | 15:12:23 |
uep | so if it actually is XWayland that could be bypassing it | 15:15:14 |
uep | * FWIW, I haven't seen any such problem, using vscode and signal and (until recently) teams, and I have environment.sessionVariables.NIXOS_OZONE_WL = "1"; | 15:15:55 |
@maralorn:maralorn.de | I have it with signal. So XWayland might be it. | 18:26:51 |
@maralorn:maralorn.de | In reply to @uep:matrix.org FWIW, I haven't seen any such problem, using vscode and signal and (until recently) teams, and I have environment.sessionVariables.NIXOS_OZONE_WL = "1"; I'll try that. | 18:27:06 |
@maralorn:maralorn.de | In reply to @uep:matrix.org FWIW, I haven't seen any such problem, using vscode and signal and (until recently) teams, and I have environment.sessionVariables.NIXOS_OZONE_WL = "1"; Yeah, that fixes it. | 18:57:31 |
@maralorn:maralorn.de | Awesome, thanks! | 18:57:39 |
@maralorn:maralorn.de | In reply to @uep:matrix.org FWIW, I haven't seen any such problem, using vscode and signal and (until recently) teams, and I have environment.sessionVariables.NIXOS_OZONE_WL = "1"; Any blockers for making that the default? | 19:18:59 |
@maralorn:maralorn.de | Is anyone else using pop-shell tiling? It works amazingly well in comparison to any gnome tiling plugin I have ever tried. Sadly it has the very unpleasing bug of randomly reshuffling windows.^^ that has happened before but it got more frequent when I switched to unstable. | 19:38:26 |
uep | In reply to @maralorn:maralorn.de Any blockers for making that the default? It kinda is the default for some apps / versions of chromium, iiuc. This just encourages the others that are lagging. | 23:21:17 |
uep | In reply to @maralorn:maralorn.de Is anyone else using pop-shell tiling? It works amazingly well in comparison to any gnome tiling plugin I have ever tried. Sadly it has the very unpleasing bug of randomly reshuffling windows.^^ that has happened before but it got more frequent when I switched to unstable. yes, and yes. | 23:21:50 |
uep | in particular, it tends to shuffle windows towards the first virtual desktop, if they were started on the second or later ones and their space is free on the first - but just once, the first time the screen unlocks after they've been started | 23:23:21 |
uep | it will sometimes also shuffle (say) a set of 4 instances of the same app, tiled on a single monitor, I think maybe based on which ones have generated alerts or popups or something. | 23:24:20 |