在 Lubuntu 中安装 gedit 是个好主意吗?

Ric*_*uez 16 gedit lubuntu lxde

我多年来一直是 Ubuntu 用户,但由于 11.10 将附带 GNOME3/Unity,我都不喜欢这两个,我决定切换到 Lubuntu,它使用 LXDE 作为桌面环境。

到目前为止,我遇到的唯一问题是默认的文本编辑器 Leafpad 不支持语法高亮显示。到目前为止,我一直在使用 gedit 进行编码(html/php),我已经很好地对其进行了自定义,以满足我的需要。但是,Leafpad 根本无法自定义。

因此,我问:

在 Lubuntu 中安装 gedit 是个好主意吗?

我知道它有效,因为我尝试过并且一切都很简单,但是由于 gedit 是一个 GNOME 应用程序,我不确定使用它是否会破坏整体系统性能(通过将“GNOME”部分添加到系统)。

编辑

尝试在 lubuntu 中安装时列出了哪些软件包?你能分享一下名单吗?

ubuntu@ubuntu:~/Desktop$ sudo apt-get install gedit
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  gedit-common gir1.2-gtksource-3.0 gir1.2-peas-1.0 libgtksourceview-3.0-0
  libgtksourceview-3.0-common libpeas-1.0-0 libpeas-common zenity
  zenity-common
The following NEW packages will be installed:
  gedit gedit-common gir1.2-gtksource-3.0 gir1.2-peas-1.0
  libgtksourceview-3.0-0 libgtksourceview-3.0-common libpeas-1.0-0
  libpeas-common zenity zenity-common
0 upgraded, 10 newly installed, 0 to remove and 367 not upgraded.
Need to get 1,425 kB of archives.
After this operation, 11.5 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Run Code Online (Sandbox Code Playgroud)

Bru*_*ira 16

该列表中的任何软件包都不会加载任何会使您的系统变慢的内容。

它将安装必要的库、其他不满足的依赖项等,但只会在您运行 gedit 时调用它们,并在您关闭它时消失。我认为您不会遇到与在您的 Lunbuntu 系统上安装 gedit 相关的任何性能问题。


fos*_*dom 6

在此处输入图片说明

gedit 安装 GTK+ 库 - GTK+ 已经在 Lubuntu 的部分中使用。

例如 - 默认编辑器leafpad是 GTK+ 应用程序。

实际上没有安装真正的 Gnome 依赖项,而您在 LXDE 中确实不想要这些依赖项,例如 gnome-panel。因此 - 在使用 gedit 时不要期待任何不利的“性能”问题。