web-dev-qa-db-ja.com

イルカのファイルのアクティビティを選択すると、プラズマシェルがクラッシュします

私がしたこと:イルカ、ファイルのマーク、右クリック、アクティビティ、をクリックします。何が起こるか:すべての在庫、ムースカーソル付きの黒い画面、Windowsとプラズマシェルが再び表示され、イルカを除くすべてのWindowsとトレイが開いたままになります。 gdb出力:

    GNU gdb (Ubuntu 7.10-1ubuntu2) 7.10
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos Word" to search for commands related to "Word"...
Reading symbols from /usr/bin/plasmashell...(no debugging symbols found)...done.
Attaching to program: /usr/bin/plasmashell, process 4052
Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Vorgang nicht zulässig.
(gdb) 

必要な詳細をお尋ねいただきありがとうございます。 Kubuntu 15.10、Nvidia Zotac Geforce GT750、NVidia352がインストールされています。

1
zulu34sx

私はまったく同じバグを経験しました。解決策を見つけることができませんでした(まだ検索している場合でも)。マウスクリックに関連するバグであるため、可能な限りDolphinでキーボードショートカットを使用することをお勧めします。

1
WD_SeaSerpent