| 10 Dec 2023 |
@adham-omran:matrix.org | In reply to @jtojnar:matrix.org https://github.com/NixOS/nixpkgs/issues https://github.com/NixOS/nixpkgs/issues/273314 | 10:36:55 |
@adham-omran:matrix.org | In reply to @jtojnar:matrix.org https://github.com/NixOS/nixpkgs/issues * Done | 10:37:00 |
| @/yvan:matrix.org changed their display name from Yvan Sraka to Yvan Sraka (old). | 10:56:07 |
| @rootname:matrix.org joined the room. | 12:06:31 |
Jan Tojnar | In reply to @adham-omran:matrix.org Done I cannot reproduce. Could you try temporarily removing ~/.config/GIMP? | 13:11:54 |
Jan Tojnar | other thing to try would be attaching to to the process with gdb and getting a backtrace | 13:20:56 |
@adham-omran:matrix.org | In reply to @jtojnar:matrix.org I cannot reproduce. Could you try temporarily removing ~/.config/GIMP? Ran rm -rf ~/.config/GIMP/ and it works now | 13:30:51 |
@adham-omran:matrix.org | I'll close the issue with this note, if it happens again I'll let you know
Thank you Jan | 13:31:52 |
@adham-omran:matrix.org | * I'll close the issue with a note about, if it happens again I'll let you know
Thank you Jan | 13:32:06 |
Jan Tojnar | GIMP stores window position so it might be that it put it on a wrong display that does not exist (according to https://discourse.gnome.org/t/gimp-2-10-32-1-not-opening/13382/4?u=jtojnar) | 13:32:43 |
Jan Tojnar | but I guess the only way to tell for certain would be comparing the config before and after | 13:34:07 |
@adham-omran:matrix.org | In reply to @jtojnar:matrix.org GIMP stores window position so it might be that it put it on a wrong display that does not exist (according to https://discourse.gnome.org/t/gimp-2-10-32-1-not-opening/13382/4?u=jtojnar) That is possible, I'm running a 2-display setup so maybe it was open during a suspend or during a period where I turned off one of the two displays. This would also explain why it appears in KDE once I tried switching | 13:34:31 |
@adham-omran:matrix.org | In reply to @jtojnar:matrix.org but I guess the only way to tell for certain would be comparing the config before and after Which we can't since I hastly rmed the thing.. | 13:34:49 |
Jan Tojnar | I guess keep that in mind for the next time it happens. I think it still should not happen but it is hard to tell if it is GIMP or GNOME Shell bug | 13:36:33 |
@adham-omran:matrix.org | In reply to @jtojnar:matrix.org I guess keep that in mind for the next time it happens. I think it still should not happen but it is hard to tell if it is GIMP or GNOME Shell bug Come to think of it I observed this on two other occasions, being a Firefox instance from https://github.com/clj-commons/etaoin and Minecraft Java Edition, I blamed both on 23.11 being 23.11 and did not report nor investigate further. I'll do so in the coming days | 14:06:07 |
@adham-omran:matrix.org | In reply to @jtojnar:matrix.org I guess keep that in mind for the next time it happens. I think it still should not happen but it is hard to tell if it is GIMP or GNOME Shell bug * Come to think of it I observed this on two other occasions, being a Firefox instance from Etaoin and Minecraft Java Edition, I blamed both on 23.11 being 23.11 and did not report nor investigate further. I'll do so in the coming days | 14:06:27 |
@adham-omran:matrix.org | * Come to think of it I observed this behavior on two other occasions, being a Firefox instance from Etaoin and Minecraft Java Edition, I blamed both on 23.11 being 23.11 and did not report nor investigate further. I'll do so in the coming days | 14:06:48 |
@adham-omran:matrix.org | In reply to @adham-omran:matrix.org Come to think of it I observed this behavior on two other occasions, being a Firefox instance from Etaoin and Minecraft Java Edition, I blamed both on 23.11 being 23.11 and did not report nor investigate further. I'll do so in the coming days After a lot of reboots, MC work.
Also Jan Tojnar I found a gimp config on my laptop that doesn't work, moved it to another directory and it works. How can I compare the configs?
| 14:15:51 |
vcunat | Standard text comparison isn't good enough? meld for example | 15:02:53 |
edgar.vincent | Is
services.gnome.gnome-browser-connector.enable = true;
programs.firefox.nativeMessagingHosts.packages = [ pkgs.gnome-browser-connector ];
enough for being able to install Gnome extensions from extensions.gnome.org with Firefox?
| 15:45:55 |