在 GNOME 3.6 中使用 Ubuntu 12.10
我已经在我的笔记本电脑上插入了第二台显示器,可以在它们之间拖动窗口。我正在使用 Compiz 来处理虚拟桌面,并已将其切换为同时滚动桌面。
如何在两个显示器上都显示任务栏,并且只有该显示器上的窗口显示在该任务栏上?
对于奖励积分,我可以设置它,以便当我插入台式机数量时会减少 - 我不再需要水平 2x,只需垂直。如果我拔掉插头,我希望第二个屏幕分别切换到桌面 2 和 4。
我的 gnome 工具栏显示了一个总是错误的电池指示器。我最近想出了原因;当单击它时,它将我的内部电池状态和我的键盘状态显示为两个单独的项目:
然而,我大部分时间都能看到的主显示合并了这些:
这只是让我失去工作,因为我的笔记本电脑电池很关键,我没有收到任何警告,因为键盘电池很好。我希望电源管理器忽略键盘,但是在看到各种错误报告和补丁以禁用设备电池触发关机/挂起程序时,没有在工具栏中显示它的希望较小的问题很少。
这是我的输出 $ upower -d
Device: /org/freedesktop/UPower/devices/line_power_AC
native-path: AC
power supply: yes
updated: Tue 15 Sep 2015 10:35:06 BST (566 seconds ago)
has history: no
has statistics: no
line-power
online: yes
Device: /org/freedesktop/UPower/devices/battery_BAT0
native-path: BAT0
vendor: SANYO
model: LNV-45N1
serial: 1336
power supply: yes
updated: Tue 15 Sep 2015 10:44:21 BST (11 seconds ago)
has history: yes
has statistics: yes
battery
present: yes
rechargeable: yes
state: charging
energy: 4.59 Wh
energy-empty: 0 Wh
energy-full: 47.52 Wh …Run Code Online (Sandbox Code Playgroud) 按照本文中有关如何在 Ubuntu 16.04 上现有 5.7 安装上安装 MySQL 5.6的说明进行操作后,我在启动该服务时遇到了多个问题。
首先发生了这种情况:
Failed to start mysql.service: Unit mysql.service is masked
Run Code Online (Sandbox Code Playgroud)
这是通过运行解决的systemctl unmask mysql.service。但是后来我反复收到这条消息:
Job for mysql.service failed because the control process exited with error code. See "systemctl status mysql.service" and "journalctl -xe" for details.
Run Code Online (Sandbox Code Playgroud)
检查systemctl status mysql.service显示:
Failed to start LSB: Start and stop the mysql database server daemon.
Run Code Online (Sandbox Code Playgroud)