Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[port] upgrade Gio #146

Open
mattia-b89 opened this issue Oct 12, 2024 · 1 comment
Open

[port] upgrade Gio #146

mattia-b89 opened this issue Oct 12, 2024 · 1 comment

Comments

@mattia-b89
Copy link

journal reports:

Oct 12 14:21:16 arch-xps gnome-shell[1685]: Gio.unix_mount_points_get has been moved to a separate platform-specific library. Please update your code to use GioUnix.mount_points_get instead.
                                            0 getPartitions() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/lib/shared.js":160:23]
                                            1 _refreshFS() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/lib/fs.js":352:29]
                                            2 refresh() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/lib/fs.js":347:14]
                                            3 addToPanel/<() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/extension.js":71:21]
                                            4 forEach() ["self-hosted":160:22]
                                            5 addToPanel() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/extension.js":68:33]
                                            6 enable() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/extension.js":141:25]
                                            7 _callExtensionEnable() ["resource:///org/gnome/shell/ui/extensionSystem.js":264:38]
                                            8 loadExtension() ["resource:///org/gnome/shell/ui/extensionSystem.js":476:32]
                                            9 InterpretGeneratorResume() ["self-hosted":1417:34]
                                            10 AsyncFunctionNext() ["self-hosted":804:27]
                                            11 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:20]
Oct 12 14:21:16 arch-xps gnome-shell[1685]: Gio.UnixMountPoint has been moved to a separate platform-specific library. Please update your code to use GioUnix.MountPoint instead.
                                            0 getPartitions() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/lib/shared.js":160:27]
                                            1 _refreshFS() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/lib/fs.js":352:29]
                                            2 refresh() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/lib/fs.js":347:14]
                                            3 addToPanel/<() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/extension.js":71:21]
                                            4 forEach() ["self-hosted":160:22]
                                            5 addToPanel() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/extension.js":68:33]
                                            6 enable() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/extension.js":141:25]
                                            7 _callExtensionEnable() ["resource:///org/gnome/shell/ui/extensionSystem.js":264:38]
                                            8 loadExtension() ["resource:///org/gnome/shell/ui/extensionSystem.js":476:32]
                                            9 InterpretGeneratorResume() ["self-hosted":1417:34]
                                            10 AsyncFunctionNext() ["self-hosted":804:27]
                                            11 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:20]
Oct 12 14:21:16 arch-xps gnome-shell[1685]: Gio.unix_mount_at has been moved to a separate platform-specific library. Please update your code to use GioUnix.mount_at instead.
                                            0 getPartitions/<() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/lib/shared.js":175:34]
                                            1 forEach() ["self-hosted":160:22]
                                            2 getPartitions() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/lib/shared.js":167:20]
                                            3 _refreshFS() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/lib/fs.js":352:29]
                                            4 refresh() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/lib/fs.js":347:14]
                                            5 addToPanel/<() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/extension.js":71:21]
                                            6 forEach() ["self-hosted":160:22]
                                            7 addToPanel() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/extension.js":68:33]
                                            8 enable() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/extension.js":141:25]
                                            9 _callExtensionEnable() ["resource:///org/gnome/shell/ui/extensionSystem.js":264:38]
                                            10 loadExtension() ["resource:///org/gnome/shell/ui/extensionSystem.js":476:32]
                                            11 InterpretGeneratorResume() ["self-hosted":1417:34]
                                            12 AsyncFunctionNext() ["self-hosted":804:27]
                                            13 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:20]
Oct 12 14:21:16 arch-xps gnome-shell[1685]: Gio.UnixMountEntry has been moved to a separate platform-specific library. Please update your code to use GioUnix.MountEntry instead.
                                            0 getPartitions/<() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/lib/shared.js":175:38]
                                            1 forEach() ["self-hosted":160:22]
                                            2 getPartitions() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/lib/shared.js":167:20]
                                            3 _refreshFS() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/lib/fs.js":352:29]
                                            4 refresh() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/lib/fs.js":347:14]
                                            5 addToPanel/<() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/extension.js":71:21]
                                            6 forEach() ["self-hosted":160:22]
                                            7 addToPanel() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/extension.js":68:33]
                                            8 enable() ["file:///home/mattia/.local/share/gnome-shell/extensions/[email protected]/extension.js":141:25]
                                            9 _callExtensionEnable() ["resource:///org/gnome/shell/ui/extensionSystem.js":264:38]
                                            10 loadExtension() ["resource:///org/gnome/shell/ui/extensionSystem.js":476:32]
                                            11 InterpretGeneratorResume() ["self-hosted":1417:34]
                                            12 AsyncFunctionNext() ["self-hosted":804:27]
                                            13 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:20]

sooner or later, we have to upgrade the code

@mattia-b89
Copy link
Author

mattia-b89 commented Oct 12, 2024

this #145 could be the right opportunity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant