ubuntu 22.04 flameshot 截图异常的问题

方法找了好久,终于找到一个有用的

Firstly do not install flameshot from snapstore, install it using apt.

  • Go to /etc/gdm3/custom.conf
  • Remove the comment on #WaylandEnable=false

Your custom.conf file should be like this:

复制代码
# GDM configuration storage
#
# See /usr/share/gdm/gdm.schemas for a list of available options.

[daemon]
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false

# Enabling automatic login
#  AutomaticLoginEnable = true
#  AutomaticLogin = user1

# Enabling timed login
#  TimedLoginEnable = true
#  TimedLogin = user1
#  TimedLoginDelay = 10

[security]

[xdmcp]

[chooser]

[debug]
# Uncomment the line below to turn on debugging
# More verbose logs
# Additionally lets the X server dump core if it crashes
#Enable=true

Save custom.conf file and restart your machine

相关推荐
傅里叶1 分钟前
sudo启动Flutter程序AMD初始化失败
linux·flutter
笨鸟贤妃2 分钟前
Ubuntu 22.04 安装 Docker & Compose 最新最简单完整指南
ubuntu·docker·compose
bug攻城狮2 分钟前
CentOS 7 出现 “Could not resolve host“ 错误的修复方案
linux·运维·centos
leo__5205 分钟前
在Ubuntu 22.04系统中无需重启设置静态IP地址
tcp/ip·ubuntu·php
feifeigo12318 分钟前
CentOS系统管理:useradd命令的全面解析
linux·运维·centos
こ进制掌控者21 分钟前
CentOS 8重启后网卡不见了解决办法
linux·运维·centos
荣光波比21 分钟前
Nginx 实战系列(六)—— Nginx 性能优化与防盗链配置指南
运维·nginx·性能优化·云计算
Nightwish526 分钟前
Linux随记(二十三 )
linux·运维
牛奶咖啡131 小时前
从零到一使用Linux+Nginx+MySQL+PHP搭建的Web网站服务器架构环境——LNMP(上)
linux·lnmp·ngnix的源码安装部署·mysql的二进制文件安装部署·php源码的安装部署·记录并解决安装php的各种问题
软件测试很重要2 小时前
UOS20系统安装与 SSH/XRDP 远程访问功能配置指南
linux·运维·ssh