linuxdeepin / developer-center

Deepin developer center, provide developer wiki and community forum.
452 stars 73 forks source link

[Arch Linux]Deepin Boot Menu 失效 #305

Closed JulianLai closed 7 years ago

JulianLai commented 7 years ago

不能選擇圖片,按鈕按了沒用 deepinscreenshot20170609043516

electricface commented 7 years ago

我这用的正常

electricface commented 7 years ago

运行一下这个shell脚本试试

#!/bin/sh
DATA_DIR=/var/cache/deepin

JSON=$DATA_DIR/grub2-v1.json
echo file: $JSON
json_pp < $JSON

LOG=$DATA_DIR/grub2.log
echo
echo file: $LOG
cat $LOG

GRUB=/etc/default/grub
echo
echo file: $GRUB
cat $GRUB

gdbus introspect -y -d com.deepin.daemon.Grub2 -o /com/deepin/daemon/Grub2 -p

echo background info:
identify /boot/grub/themes/deepin/background.png
JulianLai commented 7 years ago

@electricface

file: /var/cache/deepin/grub2-v1.json
{
   "Resolution" : "auto",
   "EnableTheme" : true,
   "Timeout" : 5,
   "DefaultEntry" : 0
}

file: /var/cache/deepin/grub2.log
start=2017-06-12 21:40:02.07480305 +0800 CST
configHash=69fd256e9aa9da5b86c4666d80b7cffc
scriptMD5sum=21f573bd21161771ccc17cbed37ef5d6
end=2017-06-12 21:40:11.059000963 +0800 CST

file: /etc/default/grub
# Written by com.deepin.daemon.Grub2
GRUB_BACKGROUND="/boot/grub/themes/deepin/background.png"
GRUB_CMDLINE_LINUX=""
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_DEFAULT="0"
GRUB_DISABLE_RECOVERY=true
GRUB_DISTRIBUTOR="`/usr/bin/lsb_release -d -s 2>/dev/null || echo Deepin`"
GRUB_GFXMODE="auto"
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
GRUB_TERMINAL_INPUT=console
GRUB_THEME="/boot/grub/themes/deepin/theme.txt"
GRUB_TIMEOUT="5"
node /com/deepin/daemon/Grub2 {
  interface com.deepin.daemon.Grub2 {
    properties:
      readonly s DefaultEntry = 'Antergos Linux';
      readonly b EnableTheme = true;
      readonly s Resolution = 'auto';
      readonly u Timeout = 5;
      readonly b Updating = false;
  };
  node Theme {
  };
};
background info:
/boot/grub/themes/deepin/background.png PNG 1024x768 1024x768+0+0 8-bit sRGB 533113B 0.000u 0:00.000

這是輸出的結果

electricface commented 7 years ago

这后端很正常,是前端的问题吗?

electricface commented 7 years ago

把 dde-control-center 的版本更新了,也是前端版本不够的原因。

JulianLai commented 7 years ago

@electricface 請問更新是要過一段時間後才會釋出嗎?

electricface commented 7 years ago

是用Deepin系统吗?

justforlxz commented 7 years ago

@JulianLai Archlinux dde-control-center not upgraded,so the boot module is temporarily unavailable.A new version may be released in the near future.

JulianLai commented 7 years ago

@electricface 不是,是 Arch 這邊的

JulianLai commented 7 years ago

@kirigayakazushin 請問這星期會釋出更新嗎?

JulianLai commented 7 years ago

更新後已解決