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
    • 最新
    • 标签
主页 / user-594043

DarkTrick's questions

Martin Hope
DarkTrick
Asked: 2024-06-15 11:32:04 +0800 CST

24.04 Thunderbird 提示“另一个实例正在运行”

  • 6

故事:

我用一天时间从 22.04 逐步升级到 24.04。在升级到 24.04 的过程中,出现一条消息,说从现在起,Thunderbird 只能以 snap 方式运行。我照做了(当时没有打开任何 Thunderbird 实例)。

问题:

现在,当我打开 Thunderbird 时,它会告诉我:

Thunderbird is already running, but is not responding. To use Thunderbird, you must first close the existing Thunderbird process, restart your device, or use a different profile.

当我使用该选项指定不同的配置文件时,一切都正常--profile。

我删除了path/to/profile/.parentlock和path/to/profile/.lock,但结果是一样的。

我该如何解决这种情况?Thunderbird 是否有任何选项可以强制清除之前的会话?

thunderbird
  • 1 个回答
  • 77 Views
Martin Hope
DarkTrick
Asked: 2020-12-05 14:25:16 +0800 CST

Docker & Ubuntu:如何永久安装软件?

  • 3
  • 背景:我使用docker run -it ubuntu.
  • 我想做什么:我想在该容器内持久地安装来自 repos 的任何软件(gjiten例如)。
  • 问题:在exiting 容器后,安装的软件消失了。
  • 问题:如何gjiten在我的容器中持续安装软件(例如 )?

杂项

  • Afaik 卷不起作用,因为我不知道apt在哪里安装软件包。(如果apt允许指定目标目录,这将是最好的解决方案。)
  • 我知道我可以在 docker 卷中使用 appimages,但是我不能使用apt并且更新软件变得很痛苦。
  • 我知道我可以在 docker 卷上创建一个 chroot,但事实证明这非常痛苦。

编辑:答案:

退出的 docker 容器仍然存在,并且容器内部的更改不会丢失。我为此创建了一个答案。

software-installation docker
  • 4 个回答
  • 2403 Views
Martin Hope
DarkTrick
Asked: 2019-09-12 20:42:38 +0800 CST

删除旧内核的配置文件是否安全?

  • 1

使用dpkg -l显示,仍然有旧内核(?)的配置文件可用:

rc  linux-image-4.13.0-32-generic          4.13.0-32.35~16.04.1 
rc  linux-image-4.13.0-36-generic          4.13.0-36.40~16.04.1
...
rc  linux-image-4.13.0-36-generic          4.13.0-36.40~16.04.1
...
rc  linux-modules-4.15.0-32-generic        4.15.0-32.35
...
rc  linux-modules-extra-4.15.0-29-generic  4.15.0-29.31
...
rc  linux-signed-image-4.4.0-112-generic   4.4.0-112.135

删除所有这些配置文件是否安全apt-get purge <package name>?或者是否有可能,当前使用的配置文件也会被删除?

package-management dpkg kernel apt
  • 1 个回答
  • 599 Views
Martin Hope
DarkTrick
Asked: 2017-08-19 19:17:56 +0800 CST

Ubuntu 16 鼠标提升速度

  • 2

我想让鼠标速度更快。但是“鼠标和触摸屏”设置窗口似乎什么也没做(它实际上有什么作用吗?它显示完全错误的值并且那里的更改没有任何改变)

我该怎么做才能提高鼠标速度?

像这样的问题在这里被问和回答(例如)

他们建议使用

xset

或者

xinput

此外,使用 dconf不起作用,因为我的系统上没有这样的条目。

xset 不会更改我系统上的任何内容。xinput 在我的系统上不提供任何鼠标速度/灵敏度选项:

Device Enabled (139):   1
Coordinate Transformation Matrix (141): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Accel Speed (276): -1.000000
libinput Accel Speed Default (277): 0.000000
libinput Accel Profiles Available (278):    1, 1
libinput Accel Profile Enabled (279):   1, 0
libinput Accel Profile Enabled Default (280):   1, 0
libinput Natural Scrolling Enabled (281):   0
libinput Natural Scrolling Enabled Default (282):   0
libinput Send Events Modes Available (260): 1, 0
libinput Send Events Mode Enabled (261):    0, 0
libinput Send Events Mode Enabled Default (262):    0, 0
libinput Left Handed Enabled (283): 0
libinput Left Handed Enabled Default (284): 0
libinput Scroll Methods Available (285):    0, 0, 1
libinput Scroll Method Enabled (286):   0, 0, 0
libinput Scroll Method Enabled Default (287):   0, 0, 0
libinput Button Scrolling Button (288): 2
libinput Button Scrolling Button Default (289): 274
libinput Middle Emulation Enabled (290):    0
libinput Middle Emulation Enabled Default (291):    0
Device Node (263):  "/dev/input/event6"
Device Product ID (264):    1203, 12556
libinput Drag Lock Buttons (292):   <no items>
libinput Horizonal Scroll Enabled (265):    1

那么有什么办法可以提高鼠标速度呢?...为什么鼠标支持这么差?oO

16.04
  • 1 个回答
  • 646 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