我正在寻找一种更好的放大方式,而不是使用默认的无障碍放大选项,因为它确实有问题。有更好的选择吗?
编辑:只是为了澄清,我在谈论屏幕/系统/任何放大,而不是浏览器。另外,我在 Ubuntu 18.04 LTS 上,我的“桌面”是 Ubuntu/默认。
我在安装 gradlew 时遇到问题...我可以通过在终端中简单地输入“gradle”来使用 gradle 命令,但“gradlew”不做任何事情。我使用安装了gradle
sudo apt install gradle
Run Code Online (Sandbox Code Playgroud)
并且安装成功。我必须使用“sudo gradle”而不是“gradle”,因为当我不使用 sudo 时会出现这种情况。
icebunny08@D3CRYPT3D:~$ gradle
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.gradle.internal.reflect.JavaMethod (file:/usr/share/gradle/lib/gradle-base-services-3.4.1.jar) to method java.lang.ClassLoader.getPackages()
WARNING: Please consider reporting this to the maintainers of org.gradle.internal.reflect.JavaMethod
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Starting a Gradle Daemon (subsequent builds will be faster)
:help
Welcome to Gradle …
Run Code Online (Sandbox Code Playgroud) 我不断得到这个:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
geoip-database-extra gir1.2-ayatanaappindicator3-0.1 gir1.2-gexiv2-0.10
libayatana-appindicator3-1 libayatana-indicator3-7 libjs-openlayers libnl-route-3-200
libqt5multimedia5 libsmi2ldbl libwireshark-data libwireshark10 libwiretap7 libwscodecs1
libwsutil8 python-bs4 python-certifi python-configobj python-html5lib python-httplib2
python-lxml python-olefile python-openssl python-pil python-pycurl python-requests
python-urllib3 python-webencodings wireshark wireshark-common wireshark-qt
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 34 not upgraded.
1 not fully installed or removed.
After this …
Run Code Online (Sandbox Code Playgroud)