Ryo Nakano

Results 260 comments of Ryo Nakano

I can confirm the issue, but it also happens everywhere the datetime is shown in the UI, so I suppose this may be a GLib or Granite issue.

Adw.Banner does not seem to support style variants like info, warning, and error unlike Gtk.InfoBar, so it would be nice to cover that use case by creating our own replacement...

@lenemter Thank you very much for your quick fix! I confirmed the wingpanel icon no longer appears in the dock when opening the power off and logout dialog. However, I...

What if we do when the system locale isn't available on Flathub website? 🤔

I think the reason why it doesn't work as your expectation would be because the yad for the first tab passes nothing to the next yad through the pipe. What...

> コメントの最後に言っているように、最初のタブでaaa、2番目のタブでbbbを表示したいと思っています。 I'm not sure why we need the infinite loop here then. What about the following code? ```bash #!/bin/bash echo aaa | yad --plug=$$ --tabnum=1 --form --field=: --cycle-read &...

The latest master branch uses an account that was set up in Switchboard Online Accounts Plug, but the Plug does not support setting up accounts at the moment. You can...

There was the same issue report at https://github.com/elementary/quick-settings/issues/50 but the issue seems to still present.

This seems like because the fix for the previously reported issue (https://github.com/elementary/gala/pull/2020) was removed in https://github.com/elementary/gala/pull/2586 somehow. The reason for removal: > DesktopIntegration: it doesn't make sense checking for shell...

@lenemter @leolost2605 Sorry to ping you, but would you take a look at this? I'm not familiar with code of Gala……