Ryo Nakano

Results 118 issues of Ryo Nakano

`meson.source_root()` was deprecated in 0.56.0, so replace it with `meson.project_source_root`. See also: https://mesonbuild.com/Reference-manual_builtin_meson.html#mesonsource_root

The location where the custom icons are stored depends on the prefix path specified to meson. Especially, it's "/app" instead of "/usr" in case of Flatpak. So, provide the icons...

### Problem We're using the deprecated apt-key during the build process: https://github.com/elementary/os/blob/dcfbeb5229fbbce862c66e05c01ebb97a4faca14/build.sh#L33 You can see the warning if you build the image: ``` Warning: apt-key is deprecated. Manage keyring files...

Priority: Low
Status: Blocked

### Problem The daily image for Raspberry Pi 4 available on https://builds.elementary.io/ is built on 7.1 Daily, which is now out of active feature improvements, while the one for 64-bit...

Priority: Low

### What Happened? Not sure if this is an issue of Harvey itself or AppCenter, but [Harvey before re-RDNN](https://github.com/elementary/appcenter-reviews/blob/52109ed2ed281bc71cb47e9bb21e7bcd87e51360/applications/com.github.danrabbit.harvey.json) is shown as unstable instead of EOL in AppCenter: ![Screenshot from...

### Problem We haven't provided Monitor in our PPA yet. ### Proposal Setup [a source recipe](https://code.launchpad.net/~elementary-os/+recipes) on Launchpad and make it possible to install Monitor through our PPA. Note that...

### Problem We're currently using Granite.SettingsSidebar and Granite.SimpleSettingsPage for the preference view: ![Screenshot from 2024-10-12 10-18-29](https://github.com/user-attachments/assets/a9db4c77-f806-415a-a761-9d07b1ede6c2) But these widgets were moved to Switchboard and deprecated in Granite 7 (see https://github.com/elementary/switchboard/issues/265)...

``` ../src/Widgets/BasePane.vala:78.33-78.48: warning: `Gtk.ComboBoxText' has been deprecated since 4.10 78 | var combobox_text = new Gtk.ComboBoxText () { | ^~~~~~~~~~~~~~~~ ../src/Widgets/BasePane.vala:78.13-78.25: warning: `Gtk.ComboBoxText' has been deprecated since 4.10 78 |...