当前位置:首页 > 技术 > LINUX > 正文内容

Ubuntu server openbox 安装笔记

Watrt3年前 (2023-02-21)LINUX17050

安装好ubuntu server 后开始安装openbox

sudo apt-get install --no-install-recommends openbox xorg tint2 xcompmgr fonts-wqy-zenhei language-pack-zh-hans fcitx mupdf feh moc smplayer dbus-x11 thunar bzip2 tar obconf


 --no-install-recommends  不安装推荐软件

openbox  窗口管理器

xorg   图形界面接口

xcompmgr 窗口混合器

fonts-wqy-zenhei  中文字体

language-pack-zh-hans  中文语言包

fcitx  中文输入法

mupdf PDF查看器

feh  背景工具

moc smplayer  媒体软件

dbus-x11 X11接口 不安装部分命令运行不了

thunar  文件管理器

bzip2 tar 压缩管理软件

obconf openbox配置软件

fbreader 电子书阅读器

abiword  轻小word处理软件

gnumeric 轻小的表格处理软件

leafpad 简易文本编辑器

xarchiver 压缩文件管理

galculator 计算器

evince PDF 阅读器

gpicview 看图软件

rgbpaint 画图软件

gweled 宝石方块游戏

osmo 个人日程管理

gdebi 包管理软件

sudo dpkg-reconfigure locales  

#设置中文语言

xrandr  查看支持分辨率

xrandr -s 1440x900 设置分辨率

feh --bg-scale  ~/Pictures/wallpaper/   设置背景


nano ~/.config/openbox/autostart

#设置自动启动环境

xrandr -s 1440x900

xcompmgr &

tint2 &


打赏 支付宝打赏 微信打赏
分享给朋友:

相关文章

使用buildroot构建根文件系统

使用buildroot构建根文件系统

使用buildroot构建根文件系统buildroot可用于构建小型的linux根文件系统。大小最小可低至2M,与内核一起可以放入最小8M的spi flash中。buildroot中可以方便地加入第三方软件包(其实已经内置了很多),省去了手工交叉编译的烦恼。下载安装首先安装一些依赖,比如linux头文件:apt-get install linux-headers-$(uname -r)然后下载安装:wget https://buildroot.org/do...

制作荔枝派Zero开发板(全志V3s) TF/SD卡启动盘

制作荔枝派Zero开发板(全志V3s) TF/SD卡启动盘

0. 前言近几天买了一块荔枝派0开发板,以及官方配的480×272的屏幕。让我记录一下入坑与采坑过程。1. u-boot的编译git clone https://github.com/Lichee-Pi/u-boot -b v3s-current cd u-boot make ARCH=arm LicheePi_Zero_480x272LCD_defconfig make ARCH=arm CROSS...

buildroot编译中的问题

buildroot编译中的问题

在编译中遇到flex 报错。一直过不了。后来发现安装flex bison两个包后解决sudo apt-get install flex bison...

 Debian 9.9 (stretch) 文件系统制作

Debian 9.9 (stretch) 文件系统制作

0. 准备工作:sudo apt install qemu-user-static -y sudo apt install debootstrap -y mkdir rootfs1. debootstrapdebootstrap --foreign --verbose --arch=armhf  stretch rootfs http...

[转]《保姆级教程》全志F1C100S/F1C200S spi-flash 启动全流程适配烧录及踩坑指南

[转]《保姆级教程》全志F1C100S/F1C200S spi-flash 启动全流程适配烧录及踩坑指南

转自哇酷网=丨晋丨通过参考荔枝派nano官方和论坛大佬的帖子,总结了烧录 spi-flash 启动的方法。通过搜寻资料,把其中有错误或者做了多余的操作的步骤做了修正,以免大家再次踩坑,耗费青春。以下包括 uboot、kernel、buildroot 和 烧录的详细步骤和需要注意的问题,尽量精简方法,以期容易上手和理解。各种配置项也做了详细注释,要知其然,也知其所以然。最理想的状态应该是是:有的坑,踩的人多了,也便没有了坑。论坛不太好排版,有需要的也可以去我的博客看:P:全志F1C100S/F1C...

debootstrap报"Release signed by unknown key"错误的解决方法

debootstrap报"Release signed by unknown key"错误的解决方法

1、下载最新的ASC文件:wget https://ftp-master.debian.org/keys/release-11.asc -qO- | gpg --import --no-default-keyring --keyring ./debian-release-11.gpg注意这里的11对应debian的版本号。我这里是debian11 (bullseye)2、debootstrap指定asc文件sudo&...

Configure & Build

Configure & Build

Configure and build Linux kernel for Surface RTEditing kernel build configurationFirst run the command make ARCH=arm tegra_defconfigThis will create a standard kernel config for tegra SoC's.Open the file .config in the kernel source directory wit...

f1c100s编译启动所需的uboot,kernel,rootfs

f1c100s编译启动所需的uboot,kernel,rootfs

 https://github.com/Icenowy/linux.git 有f1c100s-480272lcd-test和f1c100s分支, 然后自己手动修复一个 USB 问题,驱动就比较全了https://github.com/Lichee-Pi/linux.git 有nano-4.14-exp和nano-5.2-flash分支,用哪个合适个人画了块没有连接任何其他模块的F1C100S开发板,没有链接任何外设,本文是编译所有启动所需的三大件。(只要编...

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。