×

使用C#创建自己的桌面环境

消耗积分:0 | 格式:zip | 大小:0.00 MB | 2023-06-19

20615

分享资料个

描述

我有了使用 C# 创建自己的桌面环境的想法。当然,那里有几个桌面 gui 系统,但困扰我的一件事是所有我不需要或不想要的额外应用程序。除此之外,如果有新版本可用,系统如何自动从服务器获取桌面环境的基本 GUI。

现在我得到了下面的方法让 raspbian 直接启动并启动我的桌面,但我也有能力在 Windows 和 Mac 上编码/测试相同的环境(Mac 需要像 linux 一样的单声道)。

我/您可以使用 Visual Studio 进行编码,仅使用一个小的 dll 引用来编译您的 exe 应用程序,并将属性添加到主启动窗体。然后,您可以使用网站(即将推出)添加或更新您希望在您控制的用户下可用的应用程序。您可以拥有可以使用该网站添加或更新的依赖项(目前仅适用于程序集)。

例如,关于用户权限(有点陈词滥调),但用户 a 在登录时只能访问计算器和文件资源管理器,而用户 b 在登录时只能查看/访问计算器。文件资源管理器对用户 b 不可用,因此他们无法运行它,因为它不在机器上。

步骤1

从https://www.raspberrypi.org/downloads/raspbian/下载 Raspbian Buster Lite

第2步

使用操作系统闪存 2GB 或更大的芯片

步骤 3

启动你的树莓派,并使用 sudo raspi-config 对网络、区域设置、键盘等进行任何设置更改(如果需要,请重新启动)

第4步

我们需要一些基础应用程序

sudo apt update
sudo apt install xserver-xorg-core
sudo apt install xinit
sudo mono-complete

从此 Git Repo 下载 Athena GUI 启动应用程序,然后将其放入主目录 (/home/pi) 下名为 Athena Athena.Common.Base.exe 的文件夹中

Athena.Desktop.API.dll 文件

Newtonsoft.Json.dll

System.Net.Http.Formatting.dll

如果您希望拥有启动映像而不是默认控制台输出,请转到https://github.com/HerbFargus/Raspberry-Pi-Scripts/wiki/Plymouth我建议您在完成为您提供系统的步骤后执行此操作更精致的外观。

步骤 5

配置X11开始加载显卡驱动和默认windows管理器

启动X11

sudo nano /etc/rc.local 

在 exit 0 行之前添加以下行 /bin/bash startx &

需要 & 这样 X11 就不会退出

接下来我们将启动 Athena GUI 而不是默认的 X11

sudo nano /etc/X11/xinit/xinitrc 

备注行。/etc/X11/XSession 通过在开头添加 # 然后在您注释掉的行之后添加以下行

setterm -blank 
xset s off 
xset -dpms 
mono /home/pi/Athena/Athena.Common.Base.exe

步骤 6

通过在提示符下键入 reboot 重新启动 pi 系统将启动并打开 Athena GUI 并要求登录。演示用户/密码是用户:pi 密码:pi

您将看到一个文件资源管理器应用程序和一个计算器应用程序以供试用。

 

poYBAGOINBOAaqM7AAIcG49pGc0829.png
 

 

poYBAGOINBiACJfpAAEZsUB-Uk8092.png
 

 

poYBAGOINCWALXJQAAF2VPt12Wg251.png
 

 


声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !

'+ '

'+ '

'+ ''+ '
'+ ''+ ''+ '
'+ ''+ '' ); $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code ==5){ $(pop_this).attr('href',"/login/index.html"); return false } if(data.code == 2){ //跳转到VIP升级页面 window.location.href="//m.obk20.com/vip/index?aid=" + webid return false } //是会员 if (data.code > 0) { $('body').append(htmlSetNormalDownload); var getWidth=$("#poplayer").width(); $("#poplayer").css("margin-left","-"+getWidth/2+"px"); $('#tips').html(data.msg) $('.download_confirm').click(function(){ $('#dialog').remove(); }) } else { var down_url = $('#vipdownload').attr('data-url'); isBindAnalysisForm(pop_this, down_url, 1) } }); }); //是否开通VIP $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code == 2 || data.code ==5){ //跳转到VIP升级页面 $('#vipdownload>span').text("开通VIP 免费下载") return false }else{ // 待续费 if(data.code == 3) { vipExpiredInfo.ifVipExpired = true vipExpiredInfo.vipExpiredDate = data.data.endoftime } $('#vipdownload .icon-vip-tips').remove() $('#vipdownload>span').text("VIP免积分下载") } }); }).on("click",".download_cancel",function(){ $('#dialog').remove(); }) var setWeixinShare={};//定义默认的微信分享信息,页面如果要自定义分享,直接更改此变量即可 if(window.navigator.userAgent.toLowerCase().match(/MicroMessenger/i) == 'micromessenger'){ var d={ title:'使用C#创建自己的桌面环境',//标题 desc:$('[name=description]').attr("content"), //描述 imgUrl:'https://'+location.host+'/static/images/ele-logo.png',// 分享图标,默认是logo link:'',//链接 type:'',// 分享类型,music、video或link,不填默认为link dataUrl:'',//如果type是music或video,则要提供数据链接,默认为空 success:'', // 用户确认分享后执行的回调函数 cancel:''// 用户取消分享后执行的回调函数 } setWeixinShare=$.extend(d,setWeixinShare); $.ajax({ url:"//www.obk20.com/app/wechat/index.php?s=Home/ShareConfig/index", data:"share_url="+encodeURIComponent(location.href)+"&format=jsonp&domain=m", type:'get', dataType:'jsonp', success:function(res){ if(res.status!="successed"){ return false; } $.getScript('https://res.wx.qq.com/open/js/jweixin-1.0.0.js',function(result,status){ if(status!="success"){ return false; } var getWxCfg=res.data; wx.config({ //debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId:getWxCfg.appId, // 必填,公众号的唯一标识 timestamp:getWxCfg.timestamp, // 必填,生成签名的时间戳 nonceStr:getWxCfg.nonceStr, // 必填,生成签名的随机串 signature:getWxCfg.signature,// 必填,签名,见附录1 jsApiList:['onMenuShareTimeline','onMenuShareAppMessage','onMenuShareQQ','onMenuShareWeibo','onMenuShareQZone'] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2 }); wx.ready(function(){ //获取“分享到朋友圈”按钮点击状态及自定义分享内容接口 wx.onMenuShareTimeline({ title: setWeixinShare.title, // 分享标题 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享给朋友”按钮点击状态及自定义分享内容接口 wx.onMenuShareAppMessage({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 type: setWeixinShare.type, // 分享类型,music、video或link,不填默认为link dataUrl: setWeixinShare.dataUrl, // 如果type是music或video,则要提供数据链接,默认为空 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ”按钮点击状态及自定义分享内容接口 wx.onMenuShareQQ({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 wx.onMenuShareWeibo({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ空间”按钮点击状态及自定义分享内容接口 wx.onMenuShareQZone({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); }); }); } }); } function openX_ad(posterid, htmlid, width, height) { if ($(htmlid).length > 0) { var randomnumber = Math.random(); var now_url = encodeURIComponent(window.location.href); var ga = document.createElement('iframe'); ga.src = 'https://www1.elecfans.com/www/delivery/myafr.php?target=_blank&cb=' + randomnumber + '&zoneid=' + posterid+'&prefer='+now_url; ga.width = width; ga.height = height; ga.frameBorder = 0; ga.scrolling = 'no'; var s = $(htmlid).append(ga); } } openX_ad(828, '#berry-300', 300, 250);