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

相关推荐
无脑学c++1 分钟前
Ubuntu下挂载NTFS格式磁盘
linux·运维·ubuntu
蟑螂恶霸3 分钟前
github.com 链接127.0.0.1
linux·运维·ubuntu
Felix Du1 小时前
操作系统 | Linux:第一章 初识Linux
linux·运维·服务器
old_power3 小时前
Docker加入用户组
运维·docker·容器
想睡hhh3 小时前
Linux基础开发工具——vim工具
linux·vim·指令
月星过亿3 小时前
虚拟机搭建
运维
阿加犀智能3 小时前
快速在高通芯片手机&平板本地部署大模型DeepSeek
android·linux·deepseek
牛奶咖啡133 小时前
配置Linux的网络为静态IP地址的一些方法
linux·配置linux的网络为静态ip·查看linux的网络是否畅通·桥接模式配置网络的方法步骤·连接linux系统的常用工具
xuanwojiuxin3 小时前
Linux 阻塞非阻塞
linux·运维·服务器
n33(NK)3 小时前
Linux从入门到精通
linux·运维·服务器