Skip to content

使用过程中发现的3个问题:两个“打印”、清空回收站、小狼毫崩溃传染 #177

@CKlimeths

Description

@CKlimeths

1. Word菜单中出现两个“打印”

Word菜单中出现两个“打印”(图1),关闭注入后问题消失(图2)。

通过 MenuInspector 插件观察两个“打印”,发现 wID 分别为 3113631138name_resid 均为 8513@windows.storage.dll

ImageImage

2. 回收站为空时,“清空回收站”依然可以点击

Image

3. 任务栏中的小狼毫输入法菜单也被注入,小狼毫崩溃可能会传染到 breeze shell

小狼毫输入法(Rime)在Windows任务栏上面的中英文指示图标的菜单也被注入了,如果小狼毫意外崩溃,有可能顺着这个注入蔓延到 breeze shellexplorer.exe

这个事件发生的概率比较低,我之前清理了一次配置文件夹重新配置,现在也没法提供调试日志了😶。

Image


版本 Windows 11 专业版
版本号 24H2
操作系统版本 26100.3775

breeze shell:0.1.19
插件:仅打开 MenuInspector

配置文件 config.json

{
    "$schema": "https://raw.githubusercontent.com/std-microblock/breeze-shell/refs/heads/master/resources/schema.json",
    "context_menu": {
        "reverse_if_open_to_up": false,
        "theme": {
            "radius": 6,
            "item_height": 24,
            "item_gap": 4,
            "item_radius": 8,
            "margin": 6,
            "padding": 6,
            "text_padding": 8,
            "icon_padding": 4,
            "right_icon_padding": 20,
            "multibutton_line_gap": -6
        }
    },
    "plugin_load_order": []
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions