小编eck*_*kes的帖子

是否可以更改在 Xming 下运行的远程 X 应用程序的外观?

我现在正在 Windows 电脑上的 Xming 中远程运行 Eclipse,通过来自运行 Ubuntu 11.10 的笔记本电脑的 ssh 隧道。

如下所示,它看起来并没有那么糟糕,但是当我的应用程序找不到 GTK+ 应用程序的任何其他应用程序时,它似乎默认为标准主题。

我能做些什么吗?此外,如果我可以对字体设置做一些事情以使其更易于阅读,那就太好了。

在此处输入图片说明

fonts gtk xming themes

9
推荐指数
1
解决办法
6014
查看次数

查找已挂载的 ISO 镜像文件

当我挂载 ISO 文件时,例如C:\temp\demo.iso在 Windows 10 和/或 Windows Server(或 powershell 命令)上双击它,Mount-DiskImage我可以看到新磁盘(在本例中它返回一个新驱动器I:):

Get-Volume I | fc

class CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_Volume
{
  ObjectId = {1}\\HOST01\root/Microsoft/Windows/Storage/Providers_v2\WSP_Volume.ObjectId="{de774a20-4e16-11e8-ad1
  e-806e6f6e6963}:VO:\\?\Volume{354097cd-6bd5-11e7-a5d9-aaaaa99b2b5d}\"
  PassThroughClass =
  PassThroughIds =
  PassThroughNamespace =
  PassThroughServer =
  UniqueId = \\?\Volume{354097cd-6bd5-11e7-a5d9-aaaaa99b2b5d}\
  AllocationUnitSize = 2048
  DedupMode = NotAvailable
  DriveLetter = I
  DriveType = CD-ROM
  FileSystem = CDFS
  FileSystemLabel = 20190306-134242
  FileSystemType = Unknown
  HealthStatus = Healthy
  OperationalStatus = OK
  Path = \\?\Volume{354097cd-6bd5-11e7-a5d9-aaaaa99b2b5d}\
  Size = 2136489984
  SizeRemaining = 0
  PSComputerName =
}
Run Code Online (Sandbox Code Playgroud)

但我看不到c:\temp\demo.iso该磁盘的图像源文件路径( …

windows powershell disk-image

6
推荐指数
1
解决办法
4726
查看次数

标签 统计

disk-image ×1

fonts ×1

gtk ×1

powershell ×1

themes ×1

windows ×1

xming ×1