| 21 Jul 2023 |
Jan Tojnar | I meant telegram settings | 18:34:15 |
| 22 Jul 2023 |
@rmtt:matrix.org | show tray icon is always on | 01:46:40 |
| 23 Jul 2023 |
| sysarcher joined the room. | 16:06:14 |
| 24 Jul 2023 |
| wriver4 joined the room. | 14:18:11 |
| @rimuru:gentoo.chat changed their profile picture. | 20:20:11 |
| 25 Jul 2023 |
| @federicodschonborn:matrix.org changed their profile picture. | 01:57:10 |
| @spaziale:mozilla.org joined the room. | 14:04:44 |
@spaziale:mozilla.org | Hi, I am trying to use gnome calendar (the flatpak version) but it crashes at startup.
(gnome-calendar:2): GLib-CRITICAL **: 16:01:18.644: g_date_time_unref: assertion 'datetime != NULL' failed
**
GcalDateChooserDay:ERROR:../src/gui/event-editor/gcal-date-chooser-day.c:177:gcal_date_chooser_day_set_date: assertion failed: (date != NULL)
Bail out! GcalDateChooserDay:ERROR:../src/gui/event-editor/gcal-date-chooser-day.c:177:gcal_date_chooser_day_set_date: assertion failed: (date != NULL)
| 14:05:54 |
@spaziale:mozilla.org | also window won't tile as usual | 16:41:04 |
@spaziale:mozilla.org | works only with super + right/left arrow and not with mouse | 16:41:37 |
Jan Tojnar | Spaziale: if flatpak version crashes, that sounds like an upstream bug | 18:55:32 |
Jan Tojnar | the mouse tiling appears to be broken on Wayland for me as well (or maybe it is when there are multiple monitors?) | 18:56:34 |
Jan Tojnar | it works when I install tiling assistant extension | 18:59:05 |
| pbsds changed their display name from pbsds to pbsds (UTC+1). | 19:03:37 |
@spaziale:mozilla.org | In reply to @jtojnar:matrix.org Spaziale: if flatpak version crashes, that sounds like an upstream bug but the flatpak version works perfectly on fedora | 20:04:03 |
@spaziale:mozilla.org | In reply to @jtojnar:matrix.org the mouse tiling appears to be broken on Wayland for me as well (or maybe it is when there are multiple monitors?) i have a single monitor setup | 20:04:32 |
| 26 Jul 2023 |
| @rimuru:gentoo.chat changed their profile picture. | 18:40:51 |
| @tsmarcnk:matrix.org joined the room. | 19:43:41 |
| 27 Jul 2023 |
| ribosomerocker joined the room. | 02:58:23 |
| UserSv4 joined the room. | 16:57:29 |
| Oscar Vargas Torres left the room. | 21:12:03 |
| 28 Jul 2023 |
| @rimuru:gentoo.chat changed their profile picture. | 16:05:37 |
@lehmanator:gnulinux.club | Is there a NixOS way to ensure GNOME shell & all desktop UI stays responsive when CPU utilization is very high?
nix-collect-garbage & nixos-rebuild often make my systen lock up when running. Other tasks do too sometimes, but most of the time, its one of these two processes. | 18:57:37 |
uep | you can run both of those with nice | 22:55:08 |
uep | there are also some options for controlling the priority of tasks the nix daemon starts, but not all of those are run from the daemon | 22:55:40 |
uep | * there are also some options for controlling the priority and number of tasks the nix daemon starts, but not all of those are run from the daemon | 22:56:11 |
| 31 Jul 2023 |
| diamond (it/its) changed their profile picture. | 05:58:10 |
| @rimuru:gentoo.chat changed their profile picture. | 15:41:14 |
| Garmelon joined the room. | 18:26:00 |
Julian Stecklina | In reply to @lehmanator:gnulinux.club
Is there a NixOS way to ensure GNOME shell & all desktop UI stays responsive when CPU utilization is very high?
nix-collect-garbage & nixos-rebuild often make my systen lock up when running. Other tasks do too sometimes, but most of the time, its one of these two processes.
That could be an I/O / paging problem as well. Do you have enough RAM? I found that having /tmp as a tmpfs is not smart on a NixOS machine that builds stuff in /tmp ;) | 18:26:05 |