[Bulletin] 2021/08/27 Internal Testing For deepin
Tofloor
poster avatar
deepin-mq
deepin
2021-08-28 01:16
Author

Dear deepin friends, in order to ensure version quality of the next update, we're now launching internal testing seeking participation from all members in this team.

 

Changelog:

1. Optimizing the interface display issue in Control Center.

2. Fixing some bugs in File Manager and optimizing the overall user experience.

3. Fixing the issue that it was unavailable to access App Store sometimes.

4. Fixing the issue the input method does not work after switching accounts.

 
 
Testing Schedule

 


Test Procedure

  •     Connect to the internal source and upgrade the system to the latest edition.
 

 

Upgrade method:The internal test version may be unstable. Please do not use it in production environment

 

  1. Change the sources, run in terminal:

 

sudo deepin-editor /etc/apt/sources.list

 

  1. Paste the following contents to sources.list, then save and exit.

 

## Generated by deepin-installer

deb [by-hash=force] https://community-packages.deepin.com/deepin/ apricot main contrib non-free

#deb-src https://community-packages.deepin.com/deepin/ apricot main contrib non-free



deb [trusted=yes] https://proposed-packages.deepin.com/dde-apricot unstable main contrib non-free

 

3、Execute sudo apt-get update && sudo apt-get dist-upgrade command in terminal. After upgrade successful, please reboot your computer.

 
 

 

Note:

How to manually upgrade your kernel:sudo apt install linux-image-deepin-stable-amd64 linux-headers-deepin-stable-amd64  


Attention

  • The internal testing is limited to members. Click here  to join it.
  • All members of Internal Testing Team will participate by default.
  • Members who consecutively absent themselves for 3 times without asking for leave, will be dismissed from the Team.
  • Please do not distribute the content and data of the Internal Testing. Otherwise you will be dismissed from the Team.


Acknowledgments


Many thanks to all the Internal Testing Team members for your active participation!

Reply Favorite View the author
All Replies
igatjens
deepin
2021-08-28 14:18
#1

There are problems with the repository key https://proposed-packages.deepin.com/dde-apricot.

W: GPG error: https://proposed-packages.deepin.com/dde-apricot unstable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 243A16C859595D31

 

It is solved with the command

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 243A16C859595D31

Reply View the author