Bug 11965 - [Anolis23.2][桌面图形化测试] 设置-声音-音量级别 滚动条无法选中
Summary: [Anolis23.2][桌面图形化测试] 设置-声音-音量级别 滚动条无法选中
Status: IN_PROGRESS
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: Desktop (show other bugs) Desktop
Version: 23.2
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Yang_X_Y
QA Contact:
URL:
Whiteboard:
Keywords: Function
Depends on:
Blocks:
 
Reported: 2024-11-20 17:01 UTC by czj01599342
Modified: 2024-12-13 10:33 UTC (History)
3 users (show)

See Also:


Attachments
滚动条无法拖动 (51.43 KB, image/jpeg)
2024-11-20 17:07 UTC, czj01599342
Details

Note You need to log in before you can comment on or make changes to this bug.
Description czj01599342 alibaba_cloud_group 2024-11-20 17:01:07 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 1 czj01599342 alibaba_cloud_group 2024-11-20 17:05:37 UTC
镜像地址
 https://build.openanolis.cn/kojifiles/rsync/anolis/23.2/isos/RC1/


机器信息:


机型	                         架构	   CPU
H3C UniServer R4700 G5	         x86	   Intel(R) Xeon(R) Silver 4314 
AliServer-Xuanwu2.0AM-1UC1P-5B   Arm	   Neoverse-N2 Yitian710-128 

Description of problem:

 进入图形化桌面,点击设置-声音-音量级别,滚动条无法选中
Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.点击  设置 - 声音
2. 点击 音量级别,拖拽滚动条调节音量级别

Actual results:

滚动条无法选中
见附件

Expected results:
可以正常调节音量级别

Additional info:

x86和arm架构均有此问题
Comment 2 czj01599342 alibaba_cloud_group 2024-11-20 17:07:29 UTC
Created attachment 1227 [details]
滚动条无法拖动
Comment 3 feifei-test 2024-12-13 10:33:42 UTC
https://gitee.com/src-anolis-os/pulseaudio/pulls/15
在开机自启动脚本中start-pulseaudio-x11 增加了命令
/usr/bin/pactl info > /dev/null 2>&1 || /usr/bin/pulseaudio --start "$@"

在root 用户登录时启动pulseaudio --start