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-280674

x80486's questions

Martin Hope
x80486
Asked: 2023-07-03 23:33:04 +0800 CST

控制中心下 GNOME 图片丢失

  • 5

我正在使用GNOME 44.2下Arch Linux。我没有GNOME使用该gnome组进行安装,因为我并没有真正使用默认安装的大多数应用程序 - 如果需要,我可以使用它们的Flatpak对应项。

我正在尝试解决我所看到的几个问题,其中一些可能与自定义安装有关,也可能不相关:

[x80486@uplink:~]$ journalctl --boot --catalog --priority 3 
Jul 02 16:30:58 uplink kernel: x86/cpu: SGX disabled by BIOS.
Jul 02 16:30:58 uplink (sd-execu[288]: /usr/lib/systemd/system-generators/ostree-system-generator failed with exit status 1.
Jul 02 16:31:07 uplink gdm-password][965]: gkr-pam: unable to locate daemon control file
Jul 02 16:31:08 uplink systemd[1149]: Failed to start Application launched by gnome-session-binary.
░░ Subject: A start job for unit UNIT has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished with a failure.
░░ 
░░ The job identifier is 152 and the job result is failed.
Jul 02 16:31:08 uplink systemd[1149]: Failed to start Application launched by gnome-session-binary.
░░ Subject: A start job for unit UNIT has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished with a failure.
░░ 
░░ The job identifier is 156 and the job result is failed.
Jul 02 16:31:09 uplink pulseaudio[1403]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.

但到目前为止我无法弄清楚这些图像来自哪里GNOME Control Center?我确实安装了该软件包,所以我假设它正常工作所需的一切都应该随之而来,或者作为依赖项。

在此输入图像描述

在此输入图像描述

虽然它们应该像这些图像中所示:

  1. https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2382
  2. https://gitlab.gnome.org/Teams/Design/settings-mockups/-/blob/master/multitasking/multitasking.svg

这是我用的:

# pacman -Syu \
    adwaita-cursors adwaita-icon-theme \
    eog evince \
    file-roller \
    gdm \
    gnome-backgrounds gnome-console gnome-control-center gnome-disk-utility gnome-shell gnome-system-monitor \
    man-db man-pages \
    nautilus networkmanager noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extras \
    xdg-user-dirs-gtk

您对如何恢复这些文件有什么建议吗?我已经发布了我在启动过程中遇到的错误,因为我不完全确定它们可能会如何影响情况。

arch-linux
  • 1 个回答
  • 27 Views
Martin Hope
x80486
Asked: 2023-06-28 09:02:19 +0800 CST

LibreWolf 浏览器无法记住视图设置

  • 5

我使用NixOS的23.05.885.bb8b5735d6f是GNOME. 我安装了LibreWolf- 使用Flatpak. 我面临的问题是,每当我打开任何网站并将缩放级别设置为 120% 时,当我打开新选项卡(具有同一网站)时,我都希望保留相同的设置。目前发生的情况是,每个选项卡上的缩放级别都会重置,因此看起来我正在为每个选项卡打开一个全新的网站。

我在新安装上对此进行了测试;也有或没有我安装的常用扩展。

有人面临同样的问题吗?

gnome
  • 1 个回答
  • 18 Views
Martin Hope
x80486
Asked: 2023-06-27 07:10:03 +0800 CST

如何在 Nix 配置中查找值

  • 6

我最近开始使用 NixOS 版本23.05.885.bb8b5735d6f。我在配置中看到一些(预定义的)表达式,但我不知道绑定到这些表达式的实际值是什么。

例如,我已hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;设置为/etc/nixos/hardware-configuration.nix,并且我想知道 的实际值是多少config.hardware.enableRedistributableFirmware- 因为我希望将其设置为true。

有没有办法config.hardware.enableRedistributableFirmware从 ( Bash) 控制台或使用其他方法检索当前评估的内容(或任何其他内容)?

我还有其他一些方法来验证这一点(对于这种特殊情况):

[x80486@uplink:~]$ journalctl --dmesg --grep microcode
Jun 26 08:19:28 uplink kernel: microcode: microcode updated early to revision 0xf2, date = 2023-01-12
Jun 26 08:19:28 uplink kernel: SRBDS: Mitigation: Microcode
Jun 26 08:19:28 uplink kernel: microcode: sig=0x906ea, pf=0x2, revision=0xf2
Jun 26 08:19:28 uplink kernel: microcode: Microcode Update Driver: v2.2.

...但同样,我希望能够弄清楚最终的配置值是什么。

nixos
  • 1 个回答
  • 14 Views
Martin Hope
x80486
Asked: 2023-06-21 08:08:12 +0800 CST

在 NixOS 下以声明方式配置多个输入源

  • 5

我正在使用NixOS 23.05.885.bb8b5735d6f. 我通常配置由输入源设置的两种语言选择GNOME Settings:

[x80486@uplink:~]$ gsettings get org.gnome.desktop.input-sources sources
[('xkb', 'us'), ('xkb', 'es')]

我想看看是否有任何配置services.xserver可以达到相同的结果。到目前为止,唯一看起来可以做到这一点的关键是services.xserver.extraLayouts,但我无法让它工作。

有任何线索如何实现这一点吗?

gnome
  • 1 个回答
  • 33 Views
Martin Hope
x80486
Asked: 2023-06-20 03:27:35 +0800 CST

XkbOptions 在 NixOS 中无法在系统范围内工作

  • 5

我刚刚从 迁移Arch Linux到NixOS。我配置了系统来安装GNOME。此外,我发现了一个可以XkbOptions在其中设置的设置services.xserver:

// /etc/nixos/configuration.nix
...
services = {
  xserver = {
    desktopManager.gnome.enable = true;
    displayManager.gdm.enable = true;
    enable = true;
    excludePackages = with pkgs; [ xterm ];
    layout = "us";
    xkbVariant = "";
    xkbOptions = "numpad:microsoft"; # ...err, not fully working
  };
};
...

我假设设置应该产生与以下设置XkbOptions相同的结果:Num Lock on: ...Compatibility optionsGNOME Tweaks

在此输入图像描述

...但它并不能在整个系统范围内正常工作。例如,Text Editor其他一些应用程序无法正常工作。此外,我可以验证在GNOME Tweaks(有和没有设置XkbOptions)中进行设置将使我测试过的所有应用程序都能正常工作,所以我不确定我在NixOS配置文件中是否做错了什么,或者是否存在一些错误xkbOptions。

如果可能的话,我想以声明方式配置它NixOS。有什么线索表明我做错了什么吗?

gnome
  • 1 个回答
  • 25 Views
Martin Hope
x80486
Asked: 2022-01-09 17:21:55 +0800 CST

在 GNOME 终端中“重置并清除”后立即获得提示

  • 1

我reset在使用 GNOME 终端时确实经常运行。我一直在尝试找到一种方法来(确切地)使用快捷方式。Reset and Clear( Ctrl + K) 以类似的方式“重置”终端,但我必须按下Enter才能得到提示。

有没有办法得到我所描述的行为?

我已经在 macOS 中尝试过 iTerm 2.x,并且Ctrl + K确实做到了,所以我认为在 GNOME 终端中也必须有一种方法可以做到这一点,因为这看起来像是许多人每天可能使用的非常基本的工作流程基础。

arch-linux gnome
  • 1 个回答
  • 29 Views
Martin Hope
x80486
Asked: 2019-09-18 14:08:19 +0800 CST

更正 umask 值以使用 SSH 私钥内容自动创建文件

  • 0

我正在尝试找到一种方法来缩短这些行(CI_PRIVATE_SSH_KEY已设置):

mkdir -p "${HOME}/.ssh/"
chmod 700 "${HOME}/.ssh/"
echo "${CI_PRIVATE_SSH_KEY}" > "${HOME}/.ssh/id_rsa"
chmod 600 "${HOME}/.ssh/id_rsa"

这是我到目前为止所拥有的:

(umask 077; mkdir -p "${HOME}/.ssh/"; echo "${CI_PRIVATE_SSH_KEY}" > "${HOME}/.ssh/id_rsa")

但这并不完全有效,因为该目录是在没有group+other权限的情况下创建的。

所以我的问题是:是否有一个umask值可以让我创建目录700和文件600(假设默认值为0022)?

我也试过177了,但它也不起作用。

bash
  • 2 个回答
  • 598 Views
Martin Hope
x80486
Asked: 2019-01-30 19:53:23 +0800 CST

仅构建 OpenSSH 客户端

  • 1

我正在尝试从源代码构建OpenSSH 7.9p1,但我找不到删除(或不包含)的方法,例如,、、、、、等——当然ssh-agent,假设这些都不需要命令工作。ssh-keygenscpsftpsshdssh

理想情况下,我只需要客户端:ssh命令,但同样,我不确定还需要哪些其他部分。我认为大多数构建/安装的内容都是由服务器使用的,而不是由客户端使用的。

compiling package-management
  • 1 个回答
  • 1053 Views
Martin Hope
x80486
Asked: 2019-01-17 03:04:03 +0800 CST

克隆构建器进程:使用 Nix(Linux 下)更新通道时不允许操作

  • 7

我使用 Arch Linux 4.19.15-1-lts #1 SMP Sun Jan 13 13:53:52 CET 2019 x86_64 GNU/Linux。我也安装了 Nix nix-env (Nix) 2.2:.

在最近更新 version 之前,我从来没有遇到过任何问题2.2。我总是通过以下两个步骤进行升级/更新:

$ nix-channel --update
...
$ nix-env --upgrade
...

...但是在最近的2.2更新之后,我再也找不到nix-channel --update工作的方法了。我总是收到这些错误:

error: cloning builder process: Operation not permitted
error: unable to start build process
error: program '/nix/store/876x7a35qbn3q062b6zcz6va88m0990d-nix-2.2/bin/nix-env' failed with exit code 1

...即使我回滚以前的操作:

$ nix-channel --update 
unpacking channels...
error: cloning builder process: Operation not permitted
error: unable to start build process
error: program '/nix/store/876x7a35qbn3q062b6zcz6va88m0990d-nix-2.2/bin/nix-env' failed with exit code 1
$ nix-channel --rollback 
switching from generation 40 to 39
$ nix-channel --update 
unpacking channels...
error: cloning builder process: Operation not permitted
error: unable to start build process
error: program '/nix/store/876x7a35qbn3q062b6zcz6va88m0990d-nix-2.2/bin/nix-env' failed with exit code 1

这是我在更新列表中的内容:

$ nix-channel --list 
nixpkgs https://nixos.org/channels/nixpkgs-unstable

...最终我什至无法删除它:

$ nix-channel --remove nixpkgs 
uninstalling 'nixpkgs-19.03pre165281.7d864c6bd63'
error: cloning builder process: Operation not permitted
error: unable to start build process
error: program '/nix/store/876x7a35qbn3q062b6zcz6va88m0990d-nix-2.2/bin/nix-env' failed with exit code 1

我想避免重新安装。


更新

我等不及了!哦:)

我继续并删除了当前的安装......当我进行全新安装时,我基本上得到了相同的结果:

$ sh <(curl https://nixos.org/nix/install) --no-daemon 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2476  100  2476    0     0   5417      0 --:--:-- --:--:-- --:--:--  5406
downloading Nix 2.2.1 binary tarball for x86_64-linux from 'https://nixos.org/releases/nix/nix-2.2.1/nix-2.2.1-x86_64-linux.tar.bz2' to '/tmp/nix-binary-tarball-unpack.n5vqvsi4Uq'...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 22.5M  100 22.5M    0     0  4016k      0  0:00:05  0:00:05 --:--:-- 4377k
Note: a multi-user installation is possible. See https://nixos.org/nix/manual/#sect-multi-user-installation
performing a single-user installation of Nix...
directory /nix does not exist; creating it by running 'mkdir -m 0755 /nix && chown x80486 /nix' using sudo
[sudo] password for x80486: 
copying Nix to /nix/store.................................
initialising Nix database...
Nix: creating /home/x80486/.nix-profile
installing 'nix-2.2.1'
error: cloning builder process: Operation not permitted
error: unable to start build process
/tmp/nix-binary-tarball-unpack.n5vqvsi4Uq/unpack/nix-2.2.1-x86_64-linux/install: unable to install Nix into your default profile

...所以看起来,一般来说,Linux(或特别是使用的发行版)和 Nix 发生了一些事情。

nix nixpkgs
  • 2 个回答
  • 1591 Views
Martin Hope
x80486
Asked: 2018-07-28 07:16:01 +0800 CST

如何解决 gpg: bad data signature from key: KEY_ID Wrong key usage (0x19, 0x2)

  • 2

我正在使用 Arch Linux Linux uplink 4.14.56-1-lts #1 SMP Tue Jul 17 20:11:42 CEST 2018 x86_64 GNU/Linux。我正在尝试解决我目前在使用GnuPG 2.2.9(libgcrypt 1.8.3gpg

gpg: bad data signature from key 8975BA8B6100C6B1: Wrong key usage (0x19, 0x2)
gpg: bad data signature from key DEA16371974031A5: Wrong key usage (0x19, 0x2)

...所以我不确定这是否会干扰我的其他问题:签署 Git 提交并获取gpg failed to sign the data failed to write commit object.


这是我拥有的公钥/私钥列表:

[gorre@uplink ~]$ gpg --list-keys
gpg: bad data signature from key 8975BA8B6100C6B1: Wrong key usage (0x19, 0x2)
gpg: bad data signature from key DEA16371974031A5: Wrong key usage (0x19, 0x2)
/home/gorre/.gnupg/pubring.kbx
------------------------------
pub   rsa4096 2015-07-21 [SC] [expires: 2019-07-21]
      94AE36675C464D64BAFA68DD7434390BDBE9B9C5
uid           [ unknown] Colin Ihrig ...
sub   rsa4096 2015-07-21 [E] [expires: 2019-07-21]

pub   rsa4096 2014-04-01 [SCEA] [expires: 2024-03-29]
      FD3A5288F042B6850C66B31F09FE44734EB7990E
uid           [ unknown] Jeremiah Senkpiel ...
uid           [ unknown] keybase.io/fishrock ...
sub   rsa4096 2014-04-01 [SEA] [expires: 2024-03-29]

pub   rsa4096 2014-11-10 [SCEA]
      71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
uid           [ unknown] keybase.io/jasnell ...
uid           [ unknown] James M Snell ...
uid           [ unknown] James M Snell ...
sub   rsa2048 2014-11-10 [S] [expires: 2022-11-08]
sub   rsa2048 2014-11-10 [E] [expires: 2022-11-08]

pub   rsa2048 2013-11-18 [SC]
      DD8F2338BAE7501E3DD5AC78C273792F7D83545D
uid           [ unknown] Rod Vagg ...
uid           [ unknown] Rod Vagg ...
sub   rsa2048 2013-11-18 [E]

pub   rsa4096 2016-01-12 [SC]
      C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
uid           [ unknown] Myles Borins ...
uid           [ unknown] Myles Borins ...
uid           [ unknown] Myles Borins ...
uid           [ unknown] Myles Borins (Not used after January 2017) ...
sub   rsa2048 2016-01-12 [E] [expires: 2024-01-10]
sub   rsa2048 2016-01-12 [SA] [expires: 2024-01-10]

pub   rsa4096 2015-12-17 [SC] [expires: 2019-12-17]
      B9AE9905FFD7803F25714661B63B535A4C206CA9
uid           [ unknown] Evan Lucas ...
uid           [ unknown] Evan Lucas ...
sub   rsa4096 2015-12-17 [E] [expires: 2019-12-17]

pub   rsa4096 2016-04-07 [SC]
      8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
uid           [ unknown] Michaël Zasso (Targos) ...
sub   rsa4096 2016-04-07 [E]

pub   rsa4096 2016-10-07 [SC]
      77984A986EBC2AA786BC0F66B01FBB92821C587A
uid           [ unknown] Gibson Fahnestock ...
sub   rsa4096 2016-10-07 [E]

pub   rsa4096 2018-06-12 [SC]
      B1BEB985FA77CDF913E2EAE88E0DCA371CC3F4EC
uid           [ultimate] Gorre ...
sub   rsa4096 2018-06-12 [E]

[gorre@uplink ~]$ gpg --list-secret-keys
/home/gorre/.gnupg/pubring.kbx
------------------------------
sec   rsa4096 2018-06-12 [SC]
      MY_SECRET_KEY
uid           [ultimate] Gorre ...
ssb   rsa4096 2018-06-12 [E]

更新

看起来我最初的问题与gpg-agent; 我最终配置$HOME/.gnupg/gpg-agent.conf为:

[gorre@uplink ~]$ nano ~/.gnupg/gpg-agent.conf
max-cache-ttl 86400
default-cache-ttl 86400

default-cache-ttl-ssh 86400
max-cache-ttl-ssh 86400

# Run pacman -Ql pinentry | grep /usr/bin/ for more options, I'm using Gnome 2.x
pinentry-program /usr/bin/pinentry-gnome3

[gorre@uplink ~]$ gpg-connect-agent reloadagent /bye

......现在一切正常 - 对于我想要的。尽管如此,每次我执行gpg命令时,这些错误仍然存​​在,但看起来它不会影响gpg- 在我使用它的范围内的功能。

gpg git
  • 1 个回答
  • 4694 Views
Martin Hope
x80486
Asked: 2018-05-14 10:35:54 +0800 CST

将来自先前命令(管道)的参数传递给 awk/printf 函数并格式化输出

  • 0

我正在尝试过滤最常用的命令并以某种方式打印出来。到目前为止,我已经设法放置了所需的“过滤器”:

$ history | tr -s ' ' | cut -d ' ' -f3 | sort | uniq -c | sort -n | tail | awk '{ printf "%s%20s\n", $2, $1 }'

...但我无法正确获得输出。

我希望能够显示最终输出,例如:

checkupdates        16 ▄▄▄
find                16 ▄▄▄
./gradlew           17 ▄▄▄
./rebar3            21 ▄▄▄▄
nix-env             24 ▄▄▄▄
cd                  26 ▄▄▄▄▄
docker              33 ▄▄▄▄▄▄
rebar3              43 ▄▄▄▄▄▄▄▄
sudo                46 ▄▄▄▄▄▄▄▄▄
flatpak             56 ▄▄▄▄▄▄▄▄▄▄▄

我想使用awkor printf,但我不知道如何格式化输出。此外,管理命令和下一列(使用次数)之间的空间也很棘手——第三列与第二列之间只有一个空格。


PS: ▄的比例可以是任何东西。

bash shell
  • 3 个回答
  • 9223 Views
Martin Hope
x80486
Asked: 2018-05-13 04:50:21 +0800 CST

ACPI BIOS 错误/AE_NOT_FOUND

  • 21

每次重新启动桌面时,我都会收到这些错误消息(还有一些我不知道在关闭时如何保留,但到目前为止这些与这个问题无关):

[gorre@uplink ~]$ journalctl -p err..alert
...
-- Reboot --
May 11 21:47:03 uplink kernel: ACPI BIOS Error (bug): Failure looking up [\_SB.PCI0.RP04.PXSX._SB.PCI0.RP05.PXSX], AE_NOT_FOUND (20180105/dswload2-194)
May 11 21:47:03 uplink kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20180105/psobject-252)
May 11 21:47:03 uplink kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.RP04.PXSX, AE_NOT_FOUND (20180105/psparse-550)
May 11 21:47:03 uplink kernel: ACPI BIOS Error (bug): Failure looking up [\_SB.PCI0.RP08.PXSX._SB.PCI0.RP09.PXSX], AE_NOT_FOUND (20180105/dswload2-194)
May 11 21:47:03 uplink kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20180105/psobject-252)
May 11 21:47:03 uplink kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.RP08.PXSX, AE_NOT_FOUND (20180105/psparse-550)
May 12 07:09:30 uplink kernel: rtc_cmos 00:03: Alarms can be up to one month in the future
-- Reboot --
May 12 07:10:32 uplink kernel: ACPI BIOS Error (bug): Failure looking up [\_SB.PCI0.RP04.PXSX._SB.PCI0.RP05.PXSX], AE_NOT_FOUND (20180105/dswload2-194)
May 12 07:10:32 uplink kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20180105/psobject-252)
May 12 07:10:32 uplink kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.RP04.PXSX, AE_NOT_FOUND (20180105/psparse-550)
May 12 07:10:32 uplink kernel: ACPI BIOS Error (bug): Failure looking up [\_SB.PCI0.RP08.PXSX._SB.PCI0.RP09.PXSX], AE_NOT_FOUND (20180105/dswload2-194)
May 12 07:10:32 uplink kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20180105/psobject-252)
May 12 07:10:32 uplink kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.RP08.PXSX, AE_NOT_FOUND (20180105/psparse-550)

我发现这篇文章指出有人可以添加这一行:echo "disable" > /sys/firmware/acpi/interrupts/gpe6Fto /etc/rc.local,但我不确定这是否是正确的解决方案......此外,如果这只是“修补”错误消息,而不是解决潜在问题 - 如果有的话。

或者也许我应该等待升级?


我在用着:

[gorre@uplink ~]$ uname -a
Linux uplink 4.16.8-1-ARCH #1 SMP PREEMPT Wed May 9 11:25:02 UTC 2018 x86_64 GNU/Linux

...这是我的硬件:

  • Corsair RMX750(750 瓦)80+ 金全模块化电源
  • 英特尔酷睿 i7-8700 (BX80684I78700) 处理器
  • 华硕 Prime Z370-P
  • Corsair Force MP500 M.2 2280 240GB NVMe PCI-Express 3.0 x4 MLC SSD
  • Corsair Vengeance LPX 32GB (2 x 16GB) 288 针 DDR4 SDRAM DDR4 2666 (PC4 21300)

更新

新内核4.19.13-1-lts更新:

$ uname -a
Linux uplink 4.19.13-1-lts #1 SMP Sun Dec 30 07:38:47 CET 2018 x86_64 GNU/Linux

...并且错误/警告消息终于消失了!

-- Reboot --
Dec 28 09:40:42 uplink kernel: ACPI Error: [_SB_.PCI0.RP05.PXSX] Namespace lookup failure, AE_NOT_FOUND (20170728/dswload2-191)
Dec 28 09:40:42 uplink kernel: ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20170728/psobject-252)
Dec 28 09:40:42 uplink kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.RP04.PXSX, AE_NOT_FOUND (20170728/psparse-550)
Dec 28 09:40:42 uplink kernel: ACPI Error: [_SB_.PCI0.RP09.PXSX] Namespace lookup failure, AE_NOT_FOUND (20170728/dswload2-191)
Dec 28 09:40:42 uplink kernel: ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20170728/psobject-252)
Dec 28 09:40:42 uplink kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.RP08.PXSX, AE_NOT_FOUND (20170728/psparse-550)
Dec 28 09:41:08 uplink gnome-session-binary[712]: Unrecoverable failure in required component org.gnome.Shell.desktop
Dec 28 11:48:13 uplink flatpak[7192]: libostree HTTP error from remote flathub for <https://dl.flathub.org/repo/objects/3d/b5370c04103b9acd46bca2f315fb4855649926120b099a>
Dec 28 11:48:16 uplink flatpak[7192]: libostree HTTP error from remote flathub for <https://dl.flathub.org/repo/objects/e0/a43c4cbae106fc801d3c7bcc004b8222e9bf0528beef04>
Dec 29 12:19:37 uplink kernel: rtc_cmos 00:03: Alarms can be up to one month in the future
Dec 30 09:03:02 uplink kernel: rtc_cmos 00:03: Alarms can be up to one month in the future
Dec 30 19:07:11 uplink kernel: [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A (start=952715 end=952716) time 142 us, min 1073, max 1079, scan>
Dec 31 08:11:28 uplink kernel: rtc_cmos 00:03: Alarms can be up to one month in the future
-- Reboot --
Jan 01 10:23:42 uplink gnome-session-binary[516]: Unrecoverable failure in required component org.gnome.Shell.desktop
linux arch-linux
  • 3 个回答
  • 55455 Views
Martin Hope
x80486
Asked: 2018-04-08 18:11:12 +0800 CST

在 GNOME 中配置源之间的切换

  • 3

我正在使用 GNOME 3.28.0(在 Arch Linux 中)。我也使用两种语言,所以我经常在这两种语言之间来回切换。

我正在尝试配置快捷方式以在源之间切换- inside Settings > Devices > Keyboard,但到目前为止,我无法使用我想要的:Alt+ Shift- 如果可能,禁用快捷方式Switch to previous input source(因为我只使用两种语言)。

默认值为:Super+Space和Shift+ Super+ Space。

有什么线索吗?


更新

dconf Editor我尝试使用和“键” “手动”设置它org.gnome.desktop.wm.keybindings switch-input-source......但由于某种原因它不喜欢Alt+ Shift。为了以防万一,我什至重新启动了系统。

在此处输入图像描述

keyboard-shortcuts gnome
  • 1 个回答
  • 1467 Views
Martin Hope
x80486
Asked: 2018-04-07 18:16:26 +0800 CST

拖动到顶部和/或屏幕边缘时禁用自动调整窗口大小

  • 16

我使用 GNOME(在Arch Linux中)已经有一段时间了。有一些事情让我很困扰(我曾经在 Ubuntu 中禁用),它能够:

  • 拖动到屏幕顶部时最大化窗口
  • 拖动到侧面时填充到屏幕的一半

请参阅此处的调整窗口大小 。

有没有办法在 GNOME 中禁用它3.28.0?

与更改相关的答案gsettings set org.gnome.shell.extensions.classic-overrides edge-tiling对false我不起作用。

gnome gnome-shell
  • 2 个回答
  • 5312 Views

Sidebar

Stats

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

    模块 i915 可能缺少固件 /lib/firmware/i915/*

    • 3 个回答
  • Marko Smith

    无法获取 jessie backports 存储库

    • 4 个回答
  • Marko Smith

    如何将 GPG 私钥和公钥导出到文件

    • 4 个回答
  • Marko Smith

    我们如何运行存储在变量中的命令?

    • 5 个回答
  • Marko Smith

    如何配置 systemd-resolved 和 systemd-networkd 以使用本地 DNS 服务器来解析本地域和远程 DNS 服务器来解析远程域?

    • 3 个回答
  • Marko Smith

    dist-upgrade 后 Kali Linux 中的 apt-get update 错误 [重复]

    • 2 个回答
  • Marko Smith

    如何从 systemctl 服务日志中查看最新的 x 行

    • 5 个回答
  • Marko Smith

    Nano - 跳转到文件末尾

    • 8 个回答
  • Marko Smith

    grub 错误:你需要先加载内核

    • 4 个回答
  • Marko Smith

    如何下载软件包而不是使用 apt-get 命令安装它?

    • 7 个回答
  • Martin Hope
    user12345 无法获取 jessie backports 存储库 2019-03-27 04:39:28 +0800 CST
  • Martin Hope
    Carl 为什么大多数 systemd 示例都包含 WantedBy=multi-user.target? 2019-03-15 11:49:25 +0800 CST
  • Martin Hope
    rocky 如何将 GPG 私钥和公钥导出到文件 2018-11-16 05:36:15 +0800 CST
  • Martin Hope
    Evan Carroll systemctl 状态显示:“状态:降级” 2018-06-03 18:48:17 +0800 CST
  • Martin Hope
    Tim 我们如何运行存储在变量中的命令? 2018-05-21 04:46:29 +0800 CST
  • Martin Hope
    Ankur S 为什么 /dev/null 是一个文件?为什么它的功能不作为一个简单的程序来实现? 2018-04-17 07:28:04 +0800 CST
  • Martin Hope
    user3191334 如何从 systemctl 服务日志中查看最新的 x 行 2018-02-07 00:14:16 +0800 CST
  • Martin Hope
    Marko Pacak Nano - 跳转到文件末尾 2018-02-01 01:53:03 +0800 CST
  • Martin Hope
    Kidburla 为什么真假这么大? 2018-01-26 12:14:47 +0800 CST
  • Martin Hope
    Christos Baziotis 在一个巨大的(70GB)、一行、文本文件中替换字符串 2017-12-30 06:58:33 +0800 CST

热门标签

linux bash debian shell-script text-processing ubuntu centos shell awk ssh

Explore

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

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve