Notice (8): file_put_contents(): Write of 270 bytes failed with errno=28 No space left on device [CORE/src/Log/Engine/FileLog.php, line 140]

Notice: file_put_contents() [function.file-put-contents]: Write of 1108 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8): unserialize() [<a href='https://secure.php.net/function.unserialize'>function.unserialize</a>]: Error at offset 4079 of 4085 bytes [APP/Controller/NewsController.php, line 5571]

Notice: file_put_contents() [function.file-put-contents]: Write of 2759 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (2): Undefined array key "nsort" [APP/Controller/NewsController.php, line 3613]

Notice: file_put_contents() [function.file-put-contents]: Write of 2075 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (2): Trying to access array offset on value of type null [APP/Controller/NewsController.php, line 3613]

Notice: file_put_contents() [function.file-put-contents]: Write of 2099 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (2): Undefined array key "nsort" [APP/Controller/NewsController.php, line 3613]

Notice: file_put_contents() [function.file-put-contents]: Write of 2075 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (2): Trying to access array offset on value of type null [APP/Controller/NewsController.php, line 3613]

Notice: file_put_contents() [function.file-put-contents]: Write of 2099 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8): unserialize() [<a href='https://secure.php.net/function.unserialize'>function.unserialize</a>]: Error at offset 4067 of 4085 bytes [APP/Controller/NewsController.php, line 5571]

Notice: file_put_contents() [function.file-put-contents]: Write of 2489 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
站搜网网友投稿:解决ReactOSDev编译之后功能残缺问题 - 站长搜索
首页 > 资讯列表 > 

站搜网网友投稿:解决ReactOSDev编译之后功能残缺问题

Warning (2): Undefined array key "nsort" [ROOT/plugins/Kuhuang/templates/Websites/view.php, line 430]
Notice: file_put_contents() [function.file-put-contents]: Write of 2423 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (2): Trying to access array offset on value of type null [ROOT/plugins/Kuhuang/templates/Websites/view.php, line 430]

Notice: file_put_contents() [function.file-put-contents]: Write of 2447 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
">
Warning (2): Undefined array key "nsort" [ROOT/plugins/Kuhuang/templates/Websites/view.php, line 430]

Notice: file_put_contents() [function.file-put-contents]: Write of 2423 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (2): Trying to access array offset on value of type null [ROOT/plugins/Kuhuang/templates/Websites/view.php, line 430]

Notice: file_put_contents() [function.file-put-contents]: Write of 2447 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
2018-12-09 21:01:06 转载来源: IThome

在文章开始之前,我们介绍一下什么是ReactOS:ReactOS是一款基于Windows NT架构的开源操作系统,通俗来说,它就是开源版的Windows,不过,其中不包含任何来自Windows的源代码,也不基于Linux,完全从零开始编写。一、解决ReactOS开发版功能残缺的问题有人从GitHub上拖源码下来,默认编译后发现功能相较正式版本,没有中文字体和Wine Gecko,没有壁纸,没有小程序

在文章开始之前,我们介绍一下什么是ReactOS:

ReactOS是一款基于Windows NT架构的开源操作系统,通俗来说,它就是开源版的Windows,不过,其中不包含任何来自Windows的源代码,也不基于Linux,完全从零开始编写。

一、解决ReactOS开发版功能残缺的问题

有人从GitHub上拖源码下来,默认编译后发现功能相较正式版本,没有中文字体和Wine Gecko,没有壁纸,没有小程序。很头疼,那是不是需要先安装正式版本,然后再用编译后的镜像升级呢?其实不用,编译时候稍微改一改就行。

1.添加中文字体和Wine Gecko

在源码目录中的modules文件夹中新建optional文件夹,将https://svn.reactos.org/optional/里的三个文件下载到该目录中。

2.添加小程序和壁纸

编译时加上参数-DENABLE_ROSAPPS=1 -DENABLE_WALLPAPERS=1即可,如果需

要ROSTESTS (测试套件)的话也可以加上-DENABLE_ROSTESTS=1。

二、修正中文版ReactOS自带的官方主题应用后中文乱码的问题

ReactOS中文版安装完之后默认显示为经典主题,是不好看的。自带的第三方主题尤其是Modern主题还是可以的,但是官方主题应用之后却出现了字体乱码的问题,这很头疼。

归结原因,是ReactOS字体机制不完善导致的,它没有在当前字体中文缺省的情况下调用默认字体的机制,官方字体的显示字体是Ubuntu Font,该字体是英文字体,所以在ReactOS这种字体机制不完善的系统上应用会无法显示中文。

那该怎么办?很简单,利用Font Substitutes机制将Ubuntu Font映射成Droid Sans Fallback字体,当然,有利也有弊,替换之后Ubuntu Font就无法显示了,两害相权取其轻,我们既然要解决中文乱码

问题,那只能如此。

1.打开注册表编辑器,定位到HKEY_LOCAL_MACHINE\SOFTWARE\Windows NT\ FontSubstitutes

2.新建字符串值,键值名称为Ubuntu,键值为Droid Sans Fallback。

3.重启计算机,应该就能解决这个问题了。

原创,Licensed under the CC BY-SA 4.0 license.

标签: 站搜 网友 投稿 解决 ReactOSDev 编译 之后 功能 残缺


声明:本文内容来源自网络,文字、图片等素材版权属于原作者,平台转载素材出于传递更多信息,文章内容仅供参考与学习,切勿作为商业目的使用。如果侵害了您的合法权益,请您及时与我们联系,我们会在第一时间进行处理!我们尊重版权,也致力于保护版权,站搜网感谢您的分享!

站长搜索

http://www.adminso.com

Copyright @ 2007~2025 All Rights Reserved.

Powered By 站长搜索

打开手机扫描上面的二维码打开手机版


使用手机软件扫描微信二维码

关注我们可获取更多热点资讯

站长搜索目录系统技术支持