我在 14.04。我的启动器是全透明的,我隐藏了包含框,为了完成图片并使图标完全悬停,隐藏边界线或更改颜色会很好。那可能吗?
有时我想运行某些文件,但我不想一直导航到文件夹。
如果我知道文件名并且find -name file_name.py
只返回一个结果,我可以使用它吗?
例如,不是一直导航到特定文件夹并调用:
python file_name.py
Run Code Online (Sandbox Code Playgroud)
我可以写:
python [ find -name file_name.py ]
Run Code Online (Sandbox Code Playgroud)
或者
python [ locate file_name.py ]
Run Code Online (Sandbox Code Playgroud)
或者某种“在我的整个计算机中搜索此文件名并使用它”的变体?最好在一行。
关于这个问题,我已经浏览了大量线程,但对我没有任何作用。我删除了 compiz 以重新安装它(愚蠢地),但我似乎无法恢复统一。我在 14.04。
我已经尝试卸载所有内容并重新安装所有内容。
sudo apt-get remove compizconfig-settings-manager
sudo apt-get remove compiz-plugins-extra
sudo apt-get purge compiz*
sudo apt-get install ubuntu-desktop
sudo apt-get install compizconfig-settings-manager
sudo apt-get install git compiz-plugins-extra
sudo apt-get install compiz-plugins-extra
sudo apt-get install unity
Run Code Online (Sandbox Code Playgroud)
我认为我的问题可能是我无法与 dconf 建立连接的一件事。
当我尝试这样的解决方案时:
sudo dconf reset -f /org/compiz/
setsid unity
Run Code Online (Sandbox Code Playgroud)
或者像这样
sudo apt-get install unity-tweak-tool
unity-tweak-tool --reset-unity
Run Code Online (Sandbox Code Playgroud)
我得到了一大堆错误,比如
dconf-WARNING**: failed to commit changes to dconf: Could not connect: Connection refused
dconf-WARNING**: failed to commit …
Run Code Online (Sandbox Code Playgroud) 我已按照此线程中的说明进行操作:如何将 IDLE 设置为 Python 脚本的默认编辑器?,但它没有导致显示在 IDLE 中打开的选项。
因此,我使用了“打开方式...”菜单中的“在线查找应用程序”选项,并按照它的建议安装了 SPE(Stanli 的 Python 编辑器),但使用该选项打开 .py 文件的选项也不在菜单中。
有没有人有什么建议?我正在运行 ubuntu 13.10 并尝试使用 Python 3.3。
提前致谢。
截图:
选项1:
选项 2: