gnome

Ubuntu gnome安装Monaco字体,FontForge module is probably not installed

拜拜、爱过 提交于 2020-02-05 03:58:21
首先下载原始Monaco字体,注意我只找到了这一款在ubuntu的gnome下可见,其他的各种monaco即使安装了也看不到。 https://gist.github.com/epegzz/1634235 为了可以使得终端可以显示丰富多彩的nerd,我决定自己来为monaco patch上nerd字体 在使用nerd-font自定义一套monaco字体的时候,ubuntu18.04报了这个错误,官方说安装fontforge即可,但是安装过后依然无效,原来要安装的不是fontforge,卸载,安装如下两个包: sudo apt-get install python-fontforge sudo apt-get install python-configparser 开始patch字体,添加nerd ./font-patcher --fontawesome --fontawesomeextension --fontlinux --octicons --powersymbols --pomicons --powerline --powerlineextra --material --weather ./Monaco.ttf -out ./patched-fonts/ 注意,如果出现python报错 例如:'ascii' codec can't decode byte 0xe4 in

CentOS 7安装GNOME图形界面

落花浮王杯 提交于 2020-02-01 14:40:19
参考文档 https://www.linuxidc.com/Linux/2018-04/152000.htm 一、进入 root 模式 二、安装 X 窗口系统 yum groupinstall "X Window System"  //注意有引号 选择 y ,然后开始下载需要的 package 选择 y,开始进行安装 当出现 Complete!说明这里安装成功了。 yum grouplist 三、安装图形界面软件 GNOME 特别注意!!!!一定要注意 名称必须对应, 否则会出现No packages in any requested group available to install or update 的错误 。 这是因为不同版本的CentOS的软件名可能不同(其他 Linux 系统也是类似的) yum groupinstall "GNOME Desktop" "Graphical Administration Tools" 选择 y 开始下载需要安装的 package 这时,我们可以通过命令 startx 进入图形界面,第一次进入会比较慢,请耐心等待。(可能需要重启,命令为reboot) 安装失败: [root@local ~]# yum group info "Graphical Administration Tools" # 查看安装的包有哪些内容 重复安装 从上面

Ubuntu 10.04启动进入命令行模式

China☆狼群 提交于 2020-01-30 20:04:02
进终端先 运行 sudo gedit /etc/default/grub 找到 GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” 改为 GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash text” 运行 sudo update-grub (PS: quiet代表不显示详细启动过程; splash代表显示进度条 ) 重启 o了 在终端里启动Gnome就 startx 最后一点有意思的是,在Gnome里注销会直接退回到终端里,你必须logout才算注销滴。显然Gnome里的注销命令是失效的,还在想怎么退出Gnome回终端呢,歪打正着了.. 来源: https://www.cnblogs.com/soccer/p/3559030.html

Bug in GNOME's Java-Atk-Wrapper - how to disable accessibility for a Swing component or application?

喜欢而已 提交于 2020-01-24 13:54:51
问题 I believe I found a bug in the Java wrapper for GNOME Accessibility, resulting in a critical performance problem in my Scala/Java applications that use Tree or Table UI. bug bug report I need to avoid that AtkWrapper is listening to my tables and trees. How can I remove the Java Atk Wrapper from my system, or disable it from particular components of my application? 回答1: To disable GNOME accessibility globally, one can use this system property: -Djavax.accessibility.assistive_technologies= 来源:

Gtk theme in GTK# (Windows)

為{幸葍}努か 提交于 2020-01-21 11:28:12
问题 I'm trying to change the theme in GTK# ( OS: Windows, IDE: Xamarin ). But I get next issues: I was able to find only one theme which correctly render, it is "Orta". All was well, except for lags and freezes . Here is my code: string Resource_File = "Orta\\gtk-2.0\\gtkrc"; Application.Init (); Gtk.Rc.AddDefaultFile (Resource_File); Gtk.Rc.Parse (Resource_File); MainWindow win = new MainWindow (); win.Show (); Application.Run (); When I changing the size of the Paned or clicking on button I get

ubuntu18.04使用前的优化事项

半腔热情 提交于 2020-01-18 15:01:16
卸载系统自带的不常用软件 sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku landscape-client-ui-install onboard deja-dup 删除Amazon的链接 sudo apt-get remove unity-webapps-common 卸载libreOffice sudo apt-get remove libreoffice-common 安装WPS 官网下载后双击安装即可 https://www.wps.cn/product/wpslinux 点击图标最小化 gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize' 来源: https://www.cnblogs.com/xixixing/p/12209017.html

Ubuntu桌面环境 安装与切换

限于喜欢 提交于 2020-01-16 09:28:10
Ubuntu桌面环境 安装与切换 Ubuntu下安装卸载桌面系统 安装GNOME方法: sudo apt-get install gnome 或者 sudo apt-get install gnome-desktop 删除Gnome的方法: apt-get –purge remove liborbit2 安装kde方法: sudo apt-get install kde(实验可以) 安装KDE: 方法一: sudo apt-get install kubuntu-desktop sudo apt-get install language-pack-kde-zh language-pack-kde-zh-base language-pack-zh language-pack-zh-base language-support-zh 方法二: sudo apt-get install kde kde-i18n-zhcn sudo apt-get install language-pack-kde-zh language-pack-kde-zh-base language-pack-zh language-pack-zh-base language-support-zh 删除KDE的方法: for 5.04: apt-get –purge remove kdelibs4 libarts1

gnome-terminal doesn't work maybe because of locale setting

倖福魔咒の 提交于 2020-01-13 11:03:30
问题 I installed Antergos (easy version of Arch) with the Japanese environment. But I wanted to chaned the language to English, so I reffer the wiki article then run some commands after uncomment #en_US.UTF-8 UTF-8 in /etc/locale.gen and edit /etc/locale.conf into following: LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LC_NUMERIC=en_US.UTF-8 LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_NAME=en_US.UTF-8 LC_ADDRESS=en_US.UTF-8 LC

gnome-terminal doesn't work maybe because of locale setting

ε祈祈猫儿з 提交于 2020-01-13 11:03:28
问题 I installed Antergos (easy version of Arch) with the Japanese environment. But I wanted to chaned the language to English, so I reffer the wiki article then run some commands after uncomment #en_US.UTF-8 UTF-8 in /etc/locale.gen and edit /etc/locale.conf into following: LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LC_NUMERIC=en_US.UTF-8 LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_NAME=en_US.UTF-8 LC_ADDRESS=en_US.UTF-8 LC

gnome-terminal doesn't work maybe because of locale setting

大憨熊 提交于 2020-01-13 11:03:18
问题 I installed Antergos (easy version of Arch) with the Japanese environment. But I wanted to chaned the language to English, so I reffer the wiki article then run some commands after uncomment #en_US.UTF-8 UTF-8 in /etc/locale.gen and edit /etc/locale.conf into following: LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LC_NUMERIC=en_US.UTF-8 LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_NAME=en_US.UTF-8 LC_ADDRESS=en_US.UTF-8 LC