这很奇怪。
今天我用 LibreOffice 打开了一个 excel 文件。突然我看到鼠标变色了,粘在它上面的是一条阿拉伯语的消息,它每秒都在循环变化。我实际上可以阅读阿拉伯语,所以我立即认出它是赞美真主的伊斯兰信息(包括Takbir)。
这是一个屏幕截图:
起初我认为这是文件的问题,但后来我发现任何 LibreOffice 程序(但仅限 LibreOffice 程序)都会发生这种情况,即使它们打开,它也只会在鼠标悬停在 LibreOffice 程序上时改变鼠标,并在其他任何地方恢复正常。另外,重装也没用
我尝试运行软件更新程序 - 但我有一个错误,它无法加载一些 Steam 存储库,但这似乎是一个巧合:
Failed to fetch http://repo.steampowered.com/steam/dists/precise/steam/i18n/Translation-en_US
Failed to fetch http://repo.steampowered.com/steam/dists/precise/steam/i18n/Translation-en
Run Code Online (Sandbox Code Playgroud)
这是另一个提示 - 我尝试截取几条消息的几个屏幕截图,但它们最终都显示了相同的消息(上面的那个)。希望这意味着什么。
我应该注意到我最近没有安装任何可疑的东西,而且我几乎从不使用 LibreOffice(每当我需要处理文档时我更喜欢 Google Drive),所以我真的不确定这是怎么发生的。
无论如何,这很可怕。
是的,我知道,这之前已经问过。但是当使用chris-lea
ppa 或“官方方式”(我认为实际上是同一件事?)时,安装后你会得到这个:
~$ node --version
v0.10.36
Run Code Online (Sandbox Code Playgroud)
所以有什么问题?那么目前官网的node版本已经是0.12了。这对我来说似乎是相当大的差距。
有没有更频繁更新的ppa?
我可以禁用这样的设备:
xinput set-prop 13 "Device Enabled" 0
Run Code Online (Sandbox Code Playgroud)
但我想实际设置一个自定义快捷方式,在 0\1 之间切换。我的 bash 技能有点生疏,所以我该怎么做?没有 get-prop 命令,我做到了这一点:
xinput list-props 13 | grep "Device Enabled"
Run Code Online (Sandbox Code Playgroud)
哪个正确打印出来
Device Enabled (135): 1
Run Code Online (Sandbox Code Playgroud)
但我不知道接下来要做什么。帮助?
我正在尝试安装一个依赖 msxml6 的软件,并且仅提供 64 位版本(因此我无法使用 winetricks 提供的 32 位 msxml6)。
我从 microsoft下载了msxml6,并用 wine 运行它。安装中止说“安装被中断”。这是调试日志:
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:msi:ITERATE_Actions Execution …
Run Code Online (Sandbox Code Playgroud) 我刚刚安装了grub-customizer,它非常酷。它还允许您添加背景图像并更改字体。
然而,字体总是看起来很糟糕(即它使用了不同的字体或它认为与我选择的字体相似的字体)。我尝试了几种(包括 Ubuntu 字体等),但我想避免反复试验 - grub 中可用的字体和/或者我可以以某种方式扩展它,使其看起来像我配置的那样吗?
谢谢!