正如标题所说,Mendeley Desktop 说“无法打开 PDF - 它可能已损坏”,但我可以通过Right click > Open File Externally
.
编辑:在 Mendeley 的网络版本中打开相同的文件。
从 16.04 更新到Ubuntu 18.04后,无法安装一些R 包(统计编程语言) 。问题与共享库的使用有关。更确切地说:libcurl
/usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not
found (required by /home/avila/R/x86_64-pc-linux-gnu-library/3.4/curl
/libs/curl.so)
sudo apt-get install libcurl3
,但在该过程中卸载了其他库并且 R 不可用。尝试安装名为“forecast”的软件包时,例如:
install.packages("forecast")
installing to /home/avila/R/x86_64-pc-linux-gnu-library/3.4/forecast/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared
object '/home/avila/R/x86_64-pc-linux-gnu-library/3.4/curl/libs/curl.so':
/usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not
found (required by /home/avila/R/x86_64-pc-linux-gnu-library/3.4/curl
/libs/curl.so)
ERROR: lazy loading failed for package ‘forecast’
* removing ‘/home/avila/R/x86_64-pc-linux-gnu-library/3.4/forecast’
Warning in install.packages :
installation of package ‘forecast’ had non-zero exit status
我刚刚升级到 Ubuntu 18.04,跟踪点显示出不稳定的行为。向一个方向移动光标时,它首先向某个方向移动,然后向右移动。
这是一种奇怪的行为,就好像在我休息一段时间后再次开始移动时释放的轨迹点中有某种动量(惯性)“卡住”了。
该问题仅发生在跟踪点上,并且仅当两个移动都与跟踪点无关时。(也就是说,如果我用鼠标(或触摸板)移动,然后用轨迹点移动,没问题。)
它在 UBUNTU 17.10 上运行良好。
这是相关命令的输出。
avila@t420s ~> xinput list-props "TPPS/2 IBM TrackPoint"
Device 'TPPS/2 IBM TrackPoint':
Device Enabled (142): 1
Coordinate Transformation Matrix (144): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (281): 0
libinput Natural Scrolling Enabled Default (282): 0
libinput Scroll Methods Available (285): 0, 0, 1
libinput Scroll Method Enabled (286): 0, 0, 1
libinput Scroll Method Enabled Default (287): 0, 0, 1
libinput Button Scrolling Button (288): 2
libinput Button Scrolling Button Default (289): 2
libinput Middle Emulation Enabled (290): 0
libinput Middle Emulation Enabled Default (291): 0
libinput Accel Speed (292): -0.683453
libinput Accel Speed Default (293): 0.000000
libinput Accel Profiles Available (294): 1, 1
libinput Accel Profile Enabled (295): 1, 0
libinput Accel Profile Enabled Default (296): 1, 0
libinput Left Handed Enabled (297): 0
libinput Left Handed Enabled Default (298): 0
libinput Send Events Modes Available (266): 1, 0
libinput Send Events Mode Enabled (267): 0, 0
libinput Send Events Mode Enabled Default (268): 0, 0
Device Node (269): "/dev/input/event8"
Device Product ID (270): 2, 10
libinput Drag Lock Buttons (283): <no items>
libinput Horizontal Scroll Enabled (284): 1
我将键盘布局设置/usr/share/X11/xkb/symbols/
为使用键H、J、K、L作为箭头Left、Down和作为第三和第四档位Up。Right主要是我关注了这篇文章。这R. Alt是我的替代字符键。
虽然此自定义将“基本上”起作用,但我无法通过将文本与 结合键入来选择文本Shift。例如,我不能通过按Alt Gr+ Shift+选择文本H,就像按Shift+那样Left。但我可以跳一个完整的词Ctrl。
, H, J,K的L工作方式与 Firefox 中的箭头完全相同(带有Shift和Ctrl),但在 Gedit、Rhythmbox 或 Chrome 上则不同,可能还有更多...
有任何想法吗?我正在使用 Ubuntu 14.04。
编辑:我正在使用带有AltGr. 文件如下:
(希望链接现在有效)