码农知识堂 - 1000bd
  •   Python
  •   PHP
  •   JS/TS
  •   JAVA
  •   C/C++
  •   C#
  •   GO
  •   Kotlin
  •   Swift
  • Fedora安装腾讯会议


    Env: Fedora 38

    flatpak 命令安装

    打看站点 com.tencent.wemeet

    点击Install下载安装链接文件 com.tencent.wemeet.flatpakref

    flatpak install com.tencent.wemeet.flatpakref
    
    • 1

    如果需要 代理可以 阅读 fedora 命令行代理proxychains 使用flatpak下载 flathub包

    官方 deb 包安装

    如果用官方下载 deb 包 用 alien 进行转换为 rpm , 缺少旧版本的包 liblber-2.4.so.2, libldap-2.4.so.2, libldap_r-2.4.so.2, 我从旧版系统拷贝后, 使用sudo dnf install wemeet-3.15.1.403-2.x86_64.rpm --skip-broken可以保证安装后正常启动.

    另外注意 Fedora 38 Gnome 默认使用 Wayland, 而从腾讯会议的启动脚本可以看出, 当下版本 V3.15.1(401) 不支持 Wayland,

    if [ "$XDG_SESSION_TYPE" = "wayland" ];then
      if [ -f "/opt/x11-wayland/x11-ext.sh" ];then
        source /opt/x11-wayland/x11-ext.sh
      else
        zenity --info --title="腾讯会议" --text="检测到窗口系统采用wayland协议,腾讯
    会议暂不兼容,程序即将退出!" --width=350 --height=100
        exit 1
      fi  
    fi
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9

    把这一段注释掉可以启动, 但是桌面共享时有问题, 显示不了. 可以在Fedora 38 登录时, 右下角切换 Gnome 为 xorg.

    扩展

    为什么Fedora 38 默认使用Gnome Wayland, 相关讨论:

    I was wondering, why GNOME/Fedora ship with wayland as default, despite it firstly lacking functions over X11 and secondly not playing nicely with Nvidia.

    For example: Before switching to Linux, I threw a bunch of distro-ISOs onto a ventoy-formated thumbdrive to test them out… Zorin 16, Endeavour, Fedora 35, were some of them.

    On my Nvidia-powered quad-monitor setup, Fedora was the only one not even booting from the USB.

    A few months later, I got more familiar with how things work, and figured, for Wayland, I had to enable nvidia-drm.modeset in GRUB. I left this setting even thou I used X11, when suddenly (after a few updates) this same setting started to freeze any DM after boot, and only then when more than 1 external monitors are connected.

    I’ve been asking myself, why do they even ship it as default? Especially since newcomers would go crazy not figuring out why their system suddenly broke or doesn’t behave as expected.

    Making it the default pushes the Linux desktop forward. If they do not make it the default, nobody will optimise for Wayland and we will be stuck on X11 forever.

    why_is_wayland_the_default_on_gnomefedora

    configuring-xorg-as-default-gnome-session

  • 相关阅读:
    ASP.Net MVC--起步
    从-99打造Sentinel高可用集群限流中间件
    深度学习自学笔记十三:unet网络详解和环境配置
    Java面向对象项目三:开发团队调度软件
    SQL Server 中的 ACID 属性
    代码审计—PHP
    阿里云安全恶意程序检测(速通二)
    Tapdata 获得阿里云首批产品生态集成认证,携手阿里云共建新合作
    【华为机试真题 JAVA】猴子爬山-100
    详解K8S网络模型(包含Service讲解)
  • 原文地址:https://blog.csdn.net/ppdouble/article/details/134259370
  • 最新文章
  • 攻防演习之三天拿下官网站群
    数据安全治理学习——前期安全规划和安全管理体系建设
    企业安全 | 企业内一次钓鱼演练准备过程
    内网渗透测试 | Kerberos协议及其部分攻击手法
    0day的产生 | 不懂代码的"代码审计"
    安装scrcpy-client模块av模块异常,环境问题解决方案
    leetcode hot100【LeetCode 279. 完全平方数】java实现
    OpenWrt下安装Mosquitto
    AnatoMask论文汇总
    【AI日记】24.11.01 LangChain、openai api和github copilot
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1
正则表达式工具 cron表达式工具 密码生成工具

京公网安备 11010502049817号