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 / 问题

问题[xorg](ubuntu)

Martin Hope
ENIAC
Asked: 2025-03-30 18:33:57 +0800 CST

修补 X 服务器

  • 5

我遇到了键盘快捷键冲突的问题(按下键而不是释放键时会触发事件)。(这是一个非常老的问题,对于使用 2 个或更多键盘布局的用户来说很常见)。

这个问题有一个X server补丁。我想应用它,但我不知道如何正确执行。

此评论中的解决方案:

作为一名普通的 Gentoo Linux 用户,我:
- 下载此问题附带的名为“相同补丁,但基于 1.19.1(已修复)”的补丁到目录中/etc/portage/patches/x11-base/xorg-server/
- 运行emerge xorg-server以重新安装应用此补丁的 Xorg
- 重新启动 X 以享受工作热键 :)

问:你如何(正确地)修补X server?Ubuntu(我目前正在使用Ubuntu 24.04。)

xorg
  • 1 个回答
  • 35 Views
Martin Hope
SergiusPro
Asked: 2024-12-23 23:21:01 +0800 CST

在 Ubuntu 24.04.1 LTS 下永久禁用 Wayland 在 VirtualBox 中不起作用

  • 6

我非常清楚,要永久禁用 Wayland 以便使用 Xorg,只需运行:

sudo nano /etc/gdm3/custom.conf

并取消注释该行:

#WaylandEnable=false

如果我在 Ubuntu 24.04.1 LTS 下执行此操作然后重新启动,那么我最终会看到黑屏而不是登录屏幕。

Reddit 上有这样的讨论:

https://www.reddit.com/r/Ubuntu/comments/1coyrc2/2404_has_anyone_been_able_to_disable_wayland/

在底部的一条评论中,主题发起者甚至说他已经解决了这个问题,但没有提供他编辑了哪个服务文件的任何详细信息。

这里也提到了这一点:

在 24.04 上设置 waylandEnable=false 不起作用,仍然使用 Wayland,我想使用 Xorg

但问题作者本人提供的答案也对我没有什么帮助。

我也尝试gdm3用lightdm或替换sddm,但在登录屏幕输入密码后,我被返回到登录屏幕。

有没有办法彻底解决这个问题?以前的 Ubuntu 版本中没有这个问题!我需要永久禁用 Wayland,因为它是一台远程无人值守的计算机,而且大多数远程控制软件(在我的情况下是 TeamViewer、Anydesk 和 Rustdesk)都不支持 Wayland。

编辑: 这个问题也存在于 Ubuntu 24.10 中,我刚刚测试过它。顺便说一句,我不确定,但以防万一:所有这些测试我都在 VirtualBox 中的虚拟机上进行。这可能是问题的根源吗?

xorg
  • 2 个回答
  • 110 Views
Martin Hope
Shobhit Verma
Asked: 2024-11-14 14:03:48 +0800 CST

GDK 后端:wayland(HelloWorldGuiApp:91366):Gtk-WARNING **:22:44:58.503:无法打开显示::0

  • 5

我正在使用 .net 和 sdk 创建一个简单的 hello world GUI 应用程序,当我将它转换为 snap 并运行它时,我首先收到此错误,我确实添加了 x11 包,但我希望我的应用程序仅使用 wayland 服务器进行显示,因为我正在为 ubuntu 核心构建此应用程序。

GDK Backend: wayland (HelloWorldGuiApp:91366):Gtk-WARNING **: 22:44:58.503: cannot open display: :0

这是我的 .net apk 的 snapcraft.yaml。

{
name: helloworldguiapp

base: core22

version: ‘1.0’

summary: A simple Hello World GUI app

description: | This is a simple .NET Gtk# Hello World GUI application designed to run in kiosk mode using ubuntu-frame.

grade: stable

confinement: strict

architectures:

build-on: amd64
build-on: arm64
apps:

helloworldguiapp:

command: HelloWorldGuiApp
daemon: simple
restart-condition: always
plugs:
  - wayland
  - opengl
  - network
  - content[graphics-core22]  # Added the missing graphics-core22 plug
environment:
  WAYLAND_DISPLAY: wayland-0
parts:

helloworldguiapp:

plugin: dotnet
dotnet-build-configuration: Release
dotnet-self-contained-runtime-identifier: linux-x64
source: .
build-packages:
  - dotnet-sdk-8.0
stage-packages:
  - libgtk-3-0
  - libglib2.0-0
  - libwayland-client
}

我应该对我的 yaml 文件做哪些更改?

我尝试在 ubuntu core 上运行 .net snap,并期望它在 ubuntu core 上打开 hello world gui,但却出现了这个警告=>

GDK Backend: wayland (HelloWorldGuiApp:91366):Gtk-WARNING **: 22:44:58.503: cannot open display: :0
xorg
  • 2 个回答
  • 70 Views
Martin Hope
DftGuru
Asked: 2024-10-17 20:29:53 +0800 CST

升级到 Ubuntu 24.10 后,Windows 的远程桌面连接停止工作

  • 5

更新至 24.10 后,从 Windows/Mac 到 Linux 的远程桌面停止工作。这在 24.06 上曾经有效。.xorgxrdp.10.log 文件中出现以下错误:

[ 85458.384] expected xrdp client_info version 20230425, got 20210723
[ 85458.384] (EE)
Fatal server error:
[ 85458.384] (EE) Incompatible xrdp version detected  - please recompile(EE)
[ 85458.384] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[ 85458.384] (EE) Please also check the log file at ".xorgxrdp.10.log" for additional information.
[ 85458.384] (EE)
[ 85458.385] rdpmouseControl: what 4
[ 85458.385] rdpkeybControl: what 4
[ 85458.385] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 85458.385] rdpLeaveVT:
[ 85458.385] (EE) Server terminated with error (1). Closing log file.

该消息似乎表明客户端版本比预期的要旧。我更新了 mac/windows 上的远程桌面应用程序,但日志中仍然出现相同的错误:

[131068.505] expected xrdp client_info version 20230425, got 20210723

运行 X.Org X Server 1.21.1.13

任何建议都将不胜感激。

xorg
  • 1 个回答
  • 81 Views
Martin Hope
Maxim Gritsenko
Asked: 2024-07-20 23:21:47 +0800 CST

终端有时会跳过最后一次重绘

  • 4

最近我开始注意到我的 Ubuntu 22.04.3 Gnome 终端感觉有点滞后。如果我注意的话,就会发现有时我输入时终端会滞后一次重绘。例如,如果我输入“bin”,终端将只显示“bi”,直到触发另一个重绘操作(例如,按左键或打印另一个字符)。然后,如果我按“u”,终端将显示“bin”,而“u”会等待下一次按键。

这种情况也会发生在更复杂的操作中。例如,按下enter运行一个不打印任何内容的命令通常会显示新命令的新行,但就我而言,只有当我开始输入时才会出现新行。

值得注意的是,它不会 100% 发生,并且通常不会在刚打开的终端窗口中发生,仅在执行了几个命令之后才会发生。

我尝试修复它的方法:

  • 安装了所有更新 - 没有效果
  • 检查它是否与 CPU 过热和节流有关(因为它只在我运行某些程序后才会发生)。CPU 温度没有任何影响。
  • 检查是否与正在使用的 GPU 有关 - 将 NVidia 设置从Balance更改为Performance并改回 - 没有影响
  • 尝试过和终端模拟器terminator,而不是 Gnome 模拟器。所有模拟器都运行正常(延迟也一样)。xtermIdea
  • 尝试了没有 X11 的终端(Alt+Ctrl+F3)——反应超灵敏,我可能不得不在那里工作,直到找到这个问题的解决方案
  • 尝试过类似终端的应用程序(neovide- neovim 的 GUI),没有延迟

我完全迷路了,不知道该去哪里寻找解决方案,但我真的需要一个,因为有时在这样的终端上工作变得完全无法忍受。我觉得这一定与 X11 以及它如何与 Windows 通信有关(因为本机终端工作正常),但不知道如何挖掘它...

xorg
  • 1 个回答
  • 44 Views
Martin Hope
Lead Vaxeral
Asked: 2024-06-22 07:04:28 +0800 CST

DISPLAY 环境变量定义中的 hostname 是什么意思

  • 5

环境DISPLAY变量的格式为 hostname:D.S。主机名可接受的值有哪些?

xorg
  • 1 个回答
  • 33 Views
Martin Hope
Oeshen Playz1036
Asked: 2024-05-23 07:19:14 +0800 CST

Ubuntu 24.04 上的窗口错误

  • 6

就在今天,我升级到了 Ubuntu 24.04。我注意到 Minecraft、Discord、VSCode 和 GitHub Desktop 等应用程序的窗口系统开始出现窗口故障。Steam、Thunderbird 邮件和 Firefox 等应用程序没有这个问题。

我已尝试过:

  • 重新安装应用程序
  • 更新驱动程序
  • 重启 ubuntu

最小化小窗口

效果很好,当鼠标单击时,可能会切换到其下方的窗口,但很快就会切换回来

最大化窗口

整个屏幕的右半部分都有同样的问题。

全屏

右半部分完全切换到其下方的窗口。

我还注意到调整窗口大小实际上是不可能的。


我在 VSCode 存储库下发现了这个 GitHub 问题,这让我决定用上面列出的应用程序进行测试。不过我使用的是 X11,而不是 Waylands。所以我相信这是一个 Ubuntu 错误。


系统信息:

  • 操作系统名称:Ubuntu 24.04 LTS,
  • 操作系统类型:64位
  • Gnome版本:46
  • 窗口系统:X11
xorg
  • 1 个回答
  • 302 Views
Martin Hope
jgosar
Asked: 2024-04-05 20:45:24 +0800 CST

自最新更新以来 IntelliJ 崩溃

  • 18

今天早上 IntelliJ 从版本 2023.3 更新到了 2024.1,从那以后它就不再工作了。我使用的是 Ubuntu 22.04。

当我尝试运行它时,它会打开几秒钟,然后除终端之外的所有当前正在运行的应用程序都将关闭。

我在 idea.log 中看不到任何特别有趣的内容:

[removed this very long log from the question because it did not contain anything related to the issue]

我试过:

  • 重新启动计算机
  • 卸载并重新安装 IntelliJ
  • 再次下载并运行 IntelliJ 2023.3
  • 禁用 OOM 杀手:如何在 Ubuntu 22.04 中禁用 systemd OOM 进程杀手?
  • 重命名此处列出的 IntelliJ Configuration/Plugins/System 目录:https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings -缓存插件和日志?页=3

唯一有效的方法是以 root 身份而不是我自己运行 IntelliJ,但我不想这样做,除非这是最后的手段。

然后我看了看/var/log/syslog,在那里我发现了这个:

systemd[3656]: Started snap.intellij-idea-ultimate.intellij-idea-ultimate-f57e7f9d-943c-4fd7-a013-2536fe031f75.scope.
gnome-shell[45831]: malloc(): unaligned tcache chunk detected
gnome-shell[45831]: (EE)
gnome-shell[45831]: (EE) Backtrace:
gnome-shell[45831]: (EE) 0: /usr/bin/Xwayland (0x5a5623050000+0x165369) [0x5a56231b5369]
gnome-shell[45831]: (EE) 1: /usr/bin/Xwayland (0x5a5623050000+0x165472) [0x5a56231b5472]
gnome-shell[45831]: (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7aa585e00000+0x42520) [0x7aa585e42520]
gnome-shell[45831]: (EE) 3: /lib/x86_64-linux-gnu/libc.so.6 (pthread_kill+0x12c) [0x7aa585e969fc]
gnome-shell[45831]: (EE) 4: /lib/x86_64-linux-gnu/libc.so.6 (raise+0x16) [0x7aa585e42476]
gnome-shell[45831]: (EE) 5: /lib/x86_64-linux-gnu/libc.so.6 (abort+0xd3) [0x7aa585e287f3]
gnome-shell[45831]: (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7aa585e00000+0x89676) [0x7aa585e89676]
gnome-shell[45831]: (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7aa585e00000+0xa0cfc) [0x7aa585ea0cfc]
gnome-shell[45831]: (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (0x7aa585e00000+0xa53dc) [0x7aa585ea53dc]
gnome-shell[45831]: (EE) 9: /usr/bin/Xwayland (0x5a5623050000+0xf9d92) [0x5a5623149d92]
gnome-shell[45831]: (EE) 10: /usr/bin/Xwayland (0x5a5623050000+0xa72ce) [0x5a56230f72ce]
gnome-shell[45831]: (EE) 11: /usr/bin/Xwayland (0x5a5623050000+0x34c63) [0x5a5623084c63]
gnome-shell[45831]: (EE) 12: /lib/x86_64-linux-gnu/libc.so.6 (0x7aa585e00000+0x29d90) [0x7aa585e29d90]
gnome-shell[45831]: (EE) 13: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0x80) [0x7aa585e29e40]
gnome-shell[45831]: (EE) 14: /usr/bin/Xwayland (0x5a5623050000+0x36495) [0x5a5623086495]
gnome-shell[45831]: (EE)
gnome-shell[45831]: (EE)
gnome-shell[45831]: Fatal server error:
gnome-shell[45831]: (EE) Caught signal 6 (Aborted). Server aborting
gnome-shell[45831]: (EE)
gnome-shell[3923]: Connection to xwayland lost
pulseaudio[3715]: X11 I/O error handler called
google-chrome.desktop[45806]: [45913:45913:0405/133205.156084:ERROR:connection.cc(61)] X connection error received.
pulseaudio[3715]: X11 I/O error exit handler called, preparing to tear down X11 modules
gnome-shell[3923]: X Wayland crashed; attempting to recover
systemd[3656]: Stopped target GNOME session X11 services.
systemd[3656]: Stopping GNOME XSettings service...
systemd[3656]: org.gnome.SettingsDaemon.XSettings.service: Main process exited, code=exited, status=1/FAILURE
gnome-shell[3923]: Using public X11 display :0, (using :1 for managed services)
systemd[3656]: org.gnome.SettingsDaemon.XSettings.service: Failed with result 'exit-code'.
systemd[3656]: Stopped GNOME XSettings service.
systemd[3656]: Stopped target GNOME session X11 services.
systemd[3656]: app-gnome-google\x2dchrome-45799.scope: Consumed 5.204s CPU time.
systemd[3656]: snap.intellij-idea-ultimate.intellij-idea-ultimate-f57e7f9d-943c-4fd7-a013-2536fe031f75.scope: Consumed 26.830s CPU time.

由于堆栈跟踪中提到了 Wayland,我尝试按照此处所述禁用它:https://jumpcloud.com/support/troubleshooting-remote-assist-disable-wayland-or-gpu-rendering-for-linux

这只会让问题变得更糟,因为除了所有应用程序崩溃之外,我现在还必须在崩溃后重新登录 Ubuntu。

新的堆栈跟踪非常相似:

intellij-idea-ultimate_intellij-idea-ultimate.desktop[70499]: 2024-04-05 13:59:13,248 [   1792]   WARN - #c.i.s.ComponentManagerImpl - com.intellij.platform.ide.menu.GlobalMenuLinux <clinit> requests com.intellij.openapi.application.Experiments instance. Class initialization must not depend on services. Consider using instance of the service on-demand instead.
intellij-idea-ultimate_intellij-idea-ultimate.desktop[70499]: 2024-04-05 13:59:13,521 [   2065]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
intellij-idea-ultimate_intellij-idea-ultimate.desktop[70499]: 2024-04-05 13:59:13,526 [   2070]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
intellij-idea-ultimate_intellij-idea-ultimate.desktop[70499]: 2024-04-05 13:59:13,527 [   2071]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
intellij-idea-ultimate_intellij-idea-ultimate.desktop[70499]: 2024-04-05 13:59:14,056 [   2600]   WARN - #c.i.u.x.Binding - No accessors for java.awt.Color. This means that state class cannot be serialized properly. Please see https://jb.gg/ij-psoc
intellij-idea-ultimate_intellij-idea-ultimate.desktop[70499]: 2024-04-05 13:59:14,895 [   3439]   WARN - #c.i.s.ComponentManagerImpl - com.github.copilot.platform.state.ToolWindowRegistrationSettings <clinit> requests com.github.copilot.platform.state.ToolWindowRegistrationSettings instance. Class initialization must not depend on services. Consider using instance of the service on-demand in>
systemd[3656]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Scheduled restart job, restart counter is at 138.
systemd[3656]: Stopped Service for snap application snapd-desktop-integration.snapd-desktop-integration.
systemd[3656]: Started Service for snap application snapd-desktop-integration.snapd-desktop-integration.
snapd-desktop-i[70805]: Failed to do gtk init. Waiting for a new session with desktop capabilities.
/usr/libexec/gdm-x-session[55967]: malloc(): unaligned tcache chunk detected
/usr/libexec/gdm-x-session[55967]: (EE)
/usr/libexec/gdm-x-session[55967]: (EE) Backtrace:
/usr/libexec/gdm-x-session[55967]: (EE) 0: /usr/lib/xorg/Xorg (OsLookupColor+0x139) [0x5b8231699ab9]
/usr/libexec/gdm-x-session[55967]: (EE) 1: /lib/x86_64-linux-gnu/libc.so.6 (__sigaction+0x50) [0x7d49e1a42520]
/usr/libexec/gdm-x-session[55967]: (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (pthread_kill+0x12c) [0x7d49e1a969fc]
/usr/libexec/gdm-x-session[55967]: (EE) 3: /lib/x86_64-linux-gnu/libc.so.6 (raise+0x16) [0x7d49e1a42476]
/usr/libexec/gdm-x-session[55967]: (EE) 4: /lib/x86_64-linux-gnu/libc.so.6 (abort+0xd3) [0x7d49e1a287f3]
/usr/libexec/gdm-x-session[55967]: (EE) 5: /lib/x86_64-linux-gnu/libc.so.6 (__fsetlocking+0x426) [0x7d49e1a89676]
/usr/libexec/gdm-x-session[55967]: (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (timer_settime+0x2cc) [0x7d49e1aa0cfc]
/usr/libexec/gdm-x-session[55967]: (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (malloc+0x33c) [0x7d49e1aa53dc]
/usr/libexec/gdm-x-session[55967]: (EE) 8: /usr/lib/xorg/Xorg (SetGlyphPicture+0x15d) [0x5b82315f311d]
/usr/libexec/gdm-x-session[55967]: (EE) 9: /usr/lib/xorg/Xorg (AddTraps+0x347a) [0x5b82315fb8da]
/usr/libexec/gdm-x-session[55967]: (EE) 10: /usr/lib/xorg/Xorg (SendErrorToClient+0x365) [0x5b8231523635]
/usr/libexec/gdm-x-session[55967]: (EE) 11: /usr/lib/xorg/Xorg (InitFonts+0x3c4) [0x5b82315276b4]
/usr/libexec/gdm-x-session[55967]: (EE) 12: /lib/x86_64-linux-gnu/libc.so.6 (__libc_init_first+0x90) [0x7d49e1a29d90]
/usr/libexec/gdm-x-session[55967]: (EE) 13: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0x80) [0x7d49e1a29e40]
/usr/libexec/gdm-x-session[55967]: (EE) 14: /usr/lib/xorg/Xorg (_start+0x25) [0x5b8231510605]
/usr/libexec/gdm-x-session[55967]: (EE)
/usr/libexec/gdm-x-session[55967]: (EE)
/usr/libexec/gdm-x-session[55967]: Fatal server error:
/usr/libexec/gdm-x-session[55967]: (EE) Caught signal 6 (Aborted). Server aborting
/usr/libexec/gdm-x-session[55967]: (EE)
/usr/libexec/gdm-x-session[55967]: (EE)
/usr/libexec/gdm-x-session[55967]: Please consult the The X.Org Foundation support
/usr/libexec/gdm-x-session[55967]: #011 at http://wiki.x.org
/usr/libexec/gdm-x-session[55967]:  for help.
/usr/libexec/gdm-x-session[55967]: (EE) Please also check the log file at "/home/jgosar/.local/share/xorg/Xorg.1.log" for additional information.
/usr/libexec/gdm-x-session[55967]: (EE)
/usr/libexec/gdm-x-session[55967]: (II) AIGLX: Suspending AIGLX clients for VT switch
snapd-desktop-i[70805]: Checking session /org/freedesktop/login1/session/_325...
snapd-desktop-i[70805]: Is a desktop session! Forcing a reload.
snapd-desktop-i[70805]: Loop exited. Forcing reload.
/usr/libexec/gdm-x-session[55967]: (EE) Server terminated with error (1). Closing log file.

/home/jgosar/.local/share/xorg/Xorg.1.log根本不包含任何有用的信息

有人对我还可以尝试什么有任何建议吗?

xorg
  • 5 个回答
  • 2420 Views
Martin Hope
John Carter
Asked: 2024-03-14 00:35:19 +0800 CST

Xorg 已被删除?

  • 5

我不再Ubuntu with Xorg在我的 DE 菜单中看到。我最近没有做或安装任何不寻常的事情。

问:这是好事还是坏事?怎么会发生这种事?最后,我应该还是不应该把它带回来?我该怎么做?

xorg
  • 1 个回答
  • 51 Views
Martin Hope
Bob Jansen
Asked: 2023-12-07 02:58:39 +0800 CST

X 和 kwin_wayland 同时运行

  • 5

我在 Ubuntu 上使用 NVidia 显卡运行 KDE。该命令nvidia-smi给出以下输出:

$ nvidia-smi 
... elided ...
                                                                                         
+---------------------------------------------------------------------------------------+
| Processes:                                                                            |
|  GPU   GI   CI        PID   Type   Process name                            GPU Memory |
|        ID   ID                                                             Usage      |
|=======================================================================================|
|    0   N/A  N/A      2098      G   /usr/lib/xorg/Xorg                           50MiB |
|    0   N/A  N/A      3425      G   /usr/bin/kwin_wayland                       486MiB |
+---------------------------------------------------------------------------------------+

Xorg 和 kwin_wayland 同时运行是正常还是有害?

xorg
  • 1 个回答
  • 65 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