标签: macbuntu

如何在 Ubuntu 最小安装上安装 MacBuntu?

我试过安装 Cinnamon,但是过程失败了。讨论在这里

我想尝试不同的方法。

因此,我的问题是,如何将MacBuntu或 MAC-4-Lin 正确安装到 Ubuntu 最小环境中。

gui themes 12.04 macbuntu software-installation

5
推荐指数
1
解决办法
3810
查看次数

如何为 Ubuntu 安装 mac os 主题?

如何在 Ubuntu 14.04 中安装 Mac OS 主题?我搜索了所有谷歌,但在 Ubuntu 的 Mac OS 主题上没有正确的结果,我得到的是 Mac-buntu,它具有统一性,看起来根本不像 mac。帮助我我想在我的 Ubuntu 中获得 mac 主题,因为我无法在 PC 上安装 mac

themes macosx gnome-classic macbuntu 14.04

2
推荐指数
1
解决办法
4万
查看次数

如何将 slingscold 图标放在木板上?

我安装slingscoldplank在终端中键入以下内容:

sudo su
add-apt-repository ppa:noobslab/macbuntu
apt update
apt install slingscold
apt install plank
apt install macbuntu-os-plank-theme-lts-v7
Run Code Online (Sandbox Code Playgroud)

现在我可以启动slingscoldplank. 但是我不知道如何将slingscold图标放在plank. 通常的方法在slingscold.

任何帮助将不胜感激。

icons macbuntu plank 16.04

2
推荐指数
1
解决办法
1万
查看次数

终端第一行没有换行符

我已经修改了我的 Ubuntu 17.10 系统,使其看起来像 macOS。现在我对我的终端的行为感到困惑。换行符显示不正确。这个视频展示了我的意思。

修改后的文件是~/.bashrc. 这些是该文件的新内容

# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples

# If not running interactively, don't do anything
case $- in
    *i*) ;;
      *) return;;
esac

# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth

# append to the history file, don't overwrite it
shopt -s histappend

# for …
Run Code Online (Sandbox Code Playgroud)

command-line bash bashrc macbuntu

2
推荐指数
1
解决办法
1599
查看次数