⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 98standard-apps

📁 GPE内核镜像文件 已在qemu上跑过的
💻
字号:
#!/bin/sh# If the clock is hopelessly unset, prompt the user to set the timeif [ `date "+%Y"` = "1970" ]; then  gpe-conf time &  time_set_already=yeselse  time_set_already=nofi# No action if .mbdock existsif [ ! -f $HOME/.matchbox/mbdock.session ]; then  mkdir -p $HOME/.matchbox  cp /etc/gpe/gpe.mbdock $HOME/.matchbox/mbdock.session  if [ "$time_set_already" = "no" ]; then    gpe-conf time user_only &  fi  gpe-question --icon !gtk-dialog-info --question "<b>Welcome to GPE!</b>I have added some standard programs to the panel at the bottom of the screen.To remove these, or add more,  tap and hold on an empty area of the panel." --buttons !gtk-ok &fi

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -