安装StackApplet后,使用:
sudo apt install stackapplet该应用程序没有打开,因此,它修正了:
sudo apt-get install python-appindicator现在它打开了,出现在显示器面板上,但是,
当我试图添加我的帐户时,用于登录身份验证的弹出对话框没有打开,屏幕变得黑暗,但其他任何事情都没有发生:
按Add a new account**:**后的屏幕

屏幕应该如下所示:

在浏览器控制台中,此错误在启动时出现:
jquery.js:9835 GET http://stackauth.com/1.0/sites?key=_qlxmEAOH06hLA1_FsZIGQ&jsonp=jQuery111304529615512861749_1478608610966&_=1478608610967 404 (Not Found)send @ jquery.js:9835ajax @ jquery.js:9214(anonymous function) @ (index):438fire @ jquery.js:3147fireWith @ jquery.js:3259ready @ jquery.js:3471completed @ jquery.js:3502在按压Add a new account时:
jqueryui.js:167 Uncaught TypeError: Cannot read property 'msie' of undefined(…)width @ jqueryui.js:167create @ jqueryui.js:162overlay @ jqueryui.js:161open @ jqueryui.js:151_init @ jqueryui.js:148_createWidget @ jqueryui.js:30b.(anonymous function).(anonymous function) @ jqueryui.js:28(anonymous function) @ jqueryui.js:29each @ jquery.js:383each @ jquery.js:135b.fn.(anonymous function) @ jqueryui.js:29AddNew @ (index):212onclick @ (index):1如果对话框无法打开,我如何添加我的帐户?
发布于 2017-03-29 22:19:02
我也有同样的问题--我就是这样解决的。
不显示-安装sudo apt-get install python-appindicator
无法添加帐户-先尝试临时修复,看看它是否有效,然后去寻找永久的解决方案。
http://ppa.launchpad.net/stackapplet-dev/stackapplet/ubuntu/pool/main/s/stackapplet/stackapplet_1.5.2-0~201406200412~ubuntu14.04.1_all.deb
我下载了一个较旧的版本并安装了它,它就能工作了。您可以运行该应用程序并添加用户,然后使用以下方法更新该应用程序:
sudo apt install stackapplet
这是暂时的解决办法。因为新版本中的错误,您将无法再添加帐户。
永久修复--这就是我所做的
从以下链接下载旧的stackapplet的源文件:http://ppa.launchpad.net/stackapplet-dev/stackapplet/ubuntu/pool/main/s/stackapplet/stackapplet_1.5.2-0~201406200416~ubuntu14.10.1.tar.xz
解压缩文件,然后查找一个名为html的文件夹。您需要用旧的html文件夹替换最新的stackapplet使用的html文件夹。
html的位置是:/usr/share/stackapplet/html/
您将需要根访问来替换这些文件。
不知道该怎么做。好吧,这是技术含量较低的方法。在终端机中运行此命令:
sudo nautilus /usr/share/stackapplet/
这将打开具有根访问权限的文件浏览器。现在只需删除html文件夹或重命名它。最后,复制从存档中提取的html文件夹。
如果您打开了应用程序,
时自动启动
注意-链接到实际的开发人员页面。所以可以信任
https://askubuntu.com/questions/847019
复制相似问题