xubuntu系统中设置上边框隐藏

问题描述

  在xubuntu系统中使用软件时,打开的软件弹窗都会置于最上方,如果软件全屏使用的话,上方的边框很影响用户使用体验。


原因分析:

该问题属于panel的设置问题。
  在界面操作上如下:

桌面Applications–>Settings–>Panel->Automaticall hide the panel中设为“Always”
在这里插入图片描述
在这里插入图片描述


解决方案:

  在系统中找到对应的配置文件,修改相关参数。

文件所在目录如下:

/root/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
<?xml version="1.0" encoding="UTF-8"?>

<channel name="xfce4-panel" version="1.0">
  <property name="panels" type="uint" value="1">
    <property name="panel-0" type="empty">
      <property name="position" type="string" value="p=6;x=0;y=0"/>
      <property name="length" type="uint" value="100"/>
      <property name="position-locked" type="bool" value="false"/>
      <property name="plugin-ids" type="array">
        <value type="int" value="1"/>
        <value type="int" value="2"/>
        <value type="int" value="3"/>
        <value type="int" value="4"/>
        <value type="int" value="5"/>
        <value type="int" value="6"/>
        <value type="int" value="7"/>
        <value type="int" value="8"/>
      </property>
      <property name="background-style" type="uint" value="0"/>
      <property name="background-alpha" type="uint" value="80"/>
      <property name="size" type="uint" value="24"/>
      <property name="length-adjust" type="bool" value="true"/>
      <property name="span-monitors" type="bool" value="false"/>
      <property name="enter-opacity" type="uint" value="100"/>
      <property name="leave-opacity" type="uint" value="100"/>
      <property name="mode" type="uint" value="0"/>
      <property name="autohide-behavior" type="uint" value="0"/>
    </property>
  </property>
  <property name="plugins" type="empty">
    <property name="plugin-1" type="string" value="whiskermenu"/>
    <property name="plugin-2" type="string" value="tasklist">
      <property name="flat-buttons" type="bool" value="true"/>
    </property>
    <property name="plugin-3" type="string" value="separator">
      <property name="style" type="uint" value="0"/>
      <property name="expand" type="bool" value="true"/>
    </property>
    <property name="plugin-4" type="string" value="systray">
      <property name="show-frame" type="bool" value="false"/>
      <property name="size-max" type="uint" value="22"/>
      <property name="names-visible" type="array">
        <value type="string" value="network"/>
        <value type="string" value="networkmanager applet"/>
        <value type="string" value="blueman-applet"/>
        <value type="string" value="thunar"/>
      </property>
    </property>
    <property name="plugin-5" type="string" value="power-manager-plugin"/>
    <property name="plugin-6" type="string" value="indicator">
      <property name="blacklist" type="array">
        <value type="string" value="libappmenu.so"/>
      </property>
      <property name="known-indicators" type="array">
        <value type="string" value="libapplication.so"/>
        <value type="string" value="com.canonical.indicator.messages"/>
        <value type="string" value="com.canonical.indicator.sound"/>
      </property>
    </property>
    <property name="plugin-7" type="string" value="separator">
      <property name="style" type="uint" value="0"/>
      <property name="expand" type="bool" value="false"/>
    </property>
    <property name="plugin-8" type="string" value="clock">
      <property name="digital-format" type="string" value="%d %b, %H:%M"/>
    </property>
  </property>
  <property name="configver" type="int" value="2"/>
</channel>

找到<property name="autohide-behavior" type="uint" value="0"/>这一行,将0改为2,即索引2对应Always。

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
您好!安装 Xubuntu 可以通过以下步骤完成: 1. 首先,您需要下载 Xubuntu 的 ISO 镜像文件。您可以从 Xubuntu 官方网站(https://xubuntu.org/)上找到最新的稳定版本,并选择与您计算机架构相对应的镜像文件下载。 2. 下载完成后,您可以使用虚拟机软件(如 VirtualBox、VMware)创建一个新的虚拟机实例。 3. 在虚拟机软件创建虚拟机实例时,选择“新建虚拟机”或类似选项,然后按照提示进行设置。在设置过程,您可以指定虚拟机的名称、类型和操作系统。 4. 在设置操作系统时,选择“Linux”作为类型,并选择适当的版本(例如,如果您下载的是 Xubuntu 20.04,则选择 Ubuntu 64 位)。 5. 接下来,为虚拟机分配适当的内存和硬盘空间。推荐至少分配 2GB 的内存和 20GB 的硬盘空间。 6. 完成虚拟机设置后,选择刚刚创建的虚拟机实例,并点击“启动”按钮。 7. 在虚拟机启动时,会要求您选择安装介质。选择之前下载的 Xubuntu ISO 镜像文件。 8. 进入 Xubuntu 安装程序后,按照屏幕上的指示进行操作。您可以选择安装语言、时区等设置,并设置用户名和密码。 9. 在安装类型,选择“安装 Xubuntu”并进行分区设置。如果您不熟悉分区,可以选择使用默认设置。 10. 完成分区设置后,继续进行安装。安装过程可能需要一些时间,取决于您的计算机性能和网络速度。 11. 安装完成后,重启虚拟机,并从硬盘启动。 12. 您应该会看到 Xubuntu 登录界面。输入之前设置的用户名和密码,即可进入 Xubuntu 桌面环境。 这样,您就成功在虚拟机上安装了 Xubuntu。祝您使用愉快!如有任何问题,请随时向我提问。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

boss-dog

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值