我需要截取整个网页的屏幕截图。
我已经看到如何从命令行获取网页的整页屏幕截图?其中提出了多种截取屏幕截图的方法,但我需要使用 Firefox 以获得更好的效果。
我希望 nautilus 窗口看起来像一个 mac :

当您点击一个文件夹(在屏幕的第 1 部分)时,该文件夹的内容被显示(在屏幕的第 2 部分)
当您有很多文件时,它非常有用。
在 Ubuntu 中可以有这个功能吗?
我刚刚创建了一个新的 ubuntu 触摸模拟器(ubuntu 14.10 sdk i386 devel)。
Check device image version..
X86 Emulator
aosp_x86
generic_x86
243
i386
Run Code Online (Sandbox Code Playgroud)
我有一个默认的 QML 代码:
import QtQuick 2.0
import Ubuntu.Components 1.1
/*!
\brief MainView with a Label and Button elements.
*/
MainView {
// objectName for functional testing purposes (autopilot-qt5)
objectName: "mainView"
// Note! applicationName needs to match the "name" field of the click manifest
applicationName: "com.ubuntu.developer.username.newapp"
/*
This property enables the application to change orientation
when the device is rotated. The default is false. …Run Code Online (Sandbox Code Playgroud) 我对 ubuntu 固定软件版本感到厌烦,所以我想切换 manjaro(因为滚动发布)。
但我想为 ubuntu touch (ubuntu-sdk) 开发应用程序。你知道如何在另一个发行版下使用这个 sdk 吗?