AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题

问题[mega](ubuntu)

Martin Hope
Filbuntu
Asked: 2020-09-09 04:08:13 +0800 CST

Nemo 中的 MEGASync 显示错误:(nemo:70308): WARNING ** connect() failed

  • 0

当我使用调试后缀 ( nemo --debug)启动 Nemo 并且未启动和连接MEGASync时,我在命令行上收到错误消息:

** (nemo:70308): WARNING **: 14:01:02.206: connect() failed

并且:

** (nemo:70308): WARNING **: 14:21:07.205: connect() failed
** (nemo:70308): DEBUG: 14:21:07.221: mega_ext_get_file_items: 0
** (nemo:70308): DEBUG: 14:21:07.474: mega_ext_get_file_items: 0
** (nemo:70308): DEBUG: 14:21:07.681: mega_ext_get_file_items: 0
** (nemo:70308): DEBUG: 14:21:07.908: mega_ext_get_file_items: 0
** (nemo:70308): DEBUG: 14:21:08.158: mega_ext_get_file_items: 0

当我启动 MEGASync 时,警告消失。由于我的 Ubuntu 20.04 上出现 Nemo 随机崩溃,我想知道是否存在连接以及如何停止这些警告。我没有在 MEGASync 的首选项中找到停止 MEGASync Nemo 扩展要求每秒检查连接的选项。可能这个警告是良性的,我就离开了。

任何提示或帮助?

connection crash mega nemo
  • 1 个回答
  • 2473 Views
Martin Hope
Psychotechnopath
Asked: 2020-04-28 23:51:34 +0800 CST

在 Ubuntu 20.04 上安装 MegaSync 时出错

  • 1

我正在尝试在我的新 ubuntu 20.04 安装上安装 MegaSync =)。他们已经为 ubuntu 20.04 发布了一个版本。(见https://mega.nz/sync)。但是,当我尝试安装它时,sudo dpkg -i megasync-xUbuntu_20.04_amd64.deb我会得到一大堆依赖错误。在我看来 Megasync 缺少一些软件包。但是,当我打开软件更新程序时,它说没有需要进行新的更新。我对 Ubuntu 还不是很有经验,所以任何帮助都将不胜感激。

Selecting previously unselected package megasync.
(Reading database ... 195014 files and directories currently installed.)
Preparing to unpack megasync-xUbuntu_20.04_amd64.deb ...
Unpacking megasync (4.3.1-15.1) ...
dpkg: dependency problems prevent configuration of megasync:
 megasync depends on libc-ares2 (>= 1.7.4); however:
  Package libc-ares2 is not installed.
 megasync depends on libcrypto++6; however:
  Package libcrypto++6 is not installed.
 megasync depends on libmediainfo0v5 (>= 0.7.56); however:
  Package libmediainfo0v5 is not installed.
 megasync depends on libqt5core5a (>= 5.12.2); however:
  Package libqt5core5a is not installed.
 megasync depends on libqt5dbus5 (>= 5.0.2); however:
  Package libqt5dbus5 is not installed.
 megasync depends on libqt5gui5 (>= 5.8.0) | libqt5gui5-gles (>= 5.8.0); however:
  Package libqt5gui5 is not installed.
  Package libqt5gui5-gles is not installed.
 megasync depends on libqt5network5 (>= 5.1.0); however:
  Package libqt5network5 is not installed.
 megasync depends on libqt5svg5 (>= 5.6.0~beta); however:
  Package libqt5svg5 is not installed.
 megasync depends on libqt5widgets5 (>= 5.11.0~rc1); however:
  Package libqt5widgets5 is not installed.
 megasync depends on libzen0v5 (>= 0.4.31-2~); however:
  Package libzen0v5 is not installed.

dpkg: error processing package megasync (--install):
 dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu2) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
 megasync
dpkg mega 20.04
  • 2 个回答
  • 4801 Views
Martin Hope
cipricus
Asked: 2019-12-18 02:04:33 +0800 CST

Megasync 自动停止同步

  • 1

我确定 megasync 客户端正在上传在专用文件夹中创建的所有文件,但我只是注意到情况并非如此。

18.04 mega
  • 1 个回答
  • 638 Views
Martin Hope
Jye R.
Asked: 2019-11-15 23:39:36 +0800 CST

从命令行下载 mega.nz 文件

  • 12

我正在运行 Ubuntu Server 18.04,我想知道是否可以从命令行下载 mega.nz 文件,例如使用 putty 或其他工具?

server command-line 18.04 mega
  • 4 个回答
  • 28852 Views
Martin Hope
Sergio Arce Barrera
Asked: 2019-03-12 06:21:52 +0800 CST

从 tar.gz 安装时出现“需要构建”错误

  • 0

要安装,我在终端中执行了以下操作。

  1. tar -zxvf nombre del paquete.tar.gz

  2. cd入档

  3. ./configure

  4. make

  5. make install

尝试了选项 3 并得到以下结果:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for OPENSSL... yes
checking for LIBCURL... yes
checking for a2x... no
configure: error: a2x is required to build docs, install asciidoc
software-installation tar mega
  • 1 个回答
  • 90 Views
Martin Hope
LauraG
Asked: 2018-03-03 13:30:39 +0800 CST

无法在 Kubuntu 16.04 中启动 MegaSync?

  • 1

我刚刚安装了 Kubuntu 16.04,我需要在其中安装 MegaSync。我从https://mega.nz/sync下载了安装程序 megacmd-xUbuntu_16.04_amd64.deb 文件并点击安装。但是安装完成后,我找不到 MegaSync 应用程序。

所以我决定重新启动,但仍然没有。然后我从终端安装了它,这里显示的是:http: //linuxpitstop.com/install-mega-megasync-cloud-file-storage-client-on-ubuntu-16-04-linux/并且安装似乎成功完成...但我仍然找不到该应用程序!我在 Kubuntu 搜索栏中寻找它,但它根本不存在。

kubuntu mega
  • 1 个回答
  • 1752 Views
Martin Hope
alecarnevale
Asked: 2018-02-24 15:16:06 +0800 CST

点击通知打开 Telegram 或 MEGAsynch 前台

  • 1

使用 Ubuntu 17.10,当收到通知时,如果我在后台有 Telegram 或 MEGAsynch(在系统托盘中,而不仅仅是在面板中最小化),我会点击它(电子邮件、网络通知...),它们会获得焦点并在前台打开。

我怎样才能解决这个问题?

notification gnome 17.10 telegram mega
  • 1 个回答
  • 815 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve