- Kali Linux 2018:Windows Penetration Testing
- Wolf Halton Bo Weaver
- 334字
- 2021-06-24 18:22:32
E17 Window Manager issues
- Almost all of the security tools are lumped together under the Other Menu, under the Applications Menu, which may cramp your style somewhat.
- If you open the click menu too close to the right-screen border, the submenus are offscreen. The effect of Other Menu overcrowding is shown in the following screenshot:
Effect of Other Menu overcrowding
- This version of Enlightenment is several years old. The current major version is 22. Perhaps the folks at Offensive Security who created Kali decided to freeze Enlightenment at major version 17 because the Enlightenment developers are moving toward using the Wayland windowing system, and by default Kali-E17 is using the xorg windowing system.
To check whether your version of Kali is running xorg or Wayland, type xdpyinfo on the command line. If it is running a pure Wayland environment, the command will fail. If it is using xorg, it will produce several lines of information about your video configuration. The following screenshot shows a truncated screen of the results on the default installation:
Truncated xpdyinfo output
- The easiest way to get at all of the security tools would appear to be opening the Applications | Run Everything dialog, as shown previously. I discovered that this returns an error code when I attempted to open xterm, the default terminal emulator in E17, to install my favorite software installer app, Synaptic. I had to go to the Applications | System Menu and open xterm from there. There does not appear to be a simple fix for the failing Run Everything widget. Perhaps upgrading to the current stable version of Enlightenment (E22.x) would solve it, but the solution would probably require revamping the windowing system, which is a non-trivial undertaking.
To install synaptic:
#> apt install synaptic
To change wallpaper in E17, click on Applications | Settings | Wallpaper Settings. This opens the dialog that is shown in the following screenshot. You can choose your own desktop image or one of the factory images:
Change desktop wallpaper
推薦閱讀
- Mastering vRealize Operations Manager(Second Edition)
- Mastering ElasticSearch
- Puppet實(shí)戰(zhàn)
- Mastering Distributed Tracing
- Windows Phone 7.5 Data Cookbook
- 高性能Linux服務(wù)器構(gòu)建實(shí)戰(zhàn):系統(tǒng)安全、故障排查、自動(dòng)化運(yùn)維與集群架構(gòu)
- Python基礎(chǔ)教程(第3版)
- Moodle 3.x Teaching Techniques(Third Edition)
- Linux系統(tǒng)安全基礎(chǔ):二進(jìn)制代碼安全性分析基礎(chǔ)與實(shí)踐
- Android物聯(lián)網(wǎng)開發(fā)細(xì)致入門與最佳實(shí)踐
- Linux內(nèi)核觀測技術(shù)BPF
- Joomla! 3 Template Essentials
- 深入淺出Node.js
- jQuery UI Cookbook
- OpenSolaris設(shè)備驅(qū)動(dòng)原理與開發(fā)