我正在运行 gnome-shell 3.2.0,当我单击顶部面板中间的时钟小程序时,会显示以下内容:

我不需要整个右侧部分,即虚线右侧,专门用于“在线帐户”与进化日历的集成。有没有办法删除/禁用它,所以我可以只拥有日历小程序的日期部分(垂直虚线左侧)?
我只是喜欢浏览日期,看看这个月还剩多少天之类的。我将 Google 的网络界面用于我的“日历”。
I was using vim on Debian 7 to edit an HTML document. I started typing: <HTML>Return…
After the initial return, the cursor was indented one level, so that as I typed <head>, and the rest of my document, it would show up like this:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Test page</title>
</head>
<body>
<div>
<p>This is a paragraph.</p>
</div>
</body>
</html>
Run Code Online (Sandbox Code Playgroud)
The tag on each line was simply followed by a Return and no presses on …