关于dde加入gentoo系的源中[已解决]
Tofloor
poster avatar
gentoo-dde
deepin
2020-05-03 01:20
Author
本帖最后由 gentoo-dde 于 2020-5-5 23:44 编辑

昨天打算在我的gentoo上安装dde,发现wiki上面有教程,一看是野包,我就心想,肯定很麻烦,事实的确如此。
先上图

每个包都需要逐一选择版本

再就是编译dde-base/dde-session-shell-5.0.0098.0这个包的时候需要减少编译的线程,改成-j1,不减少会导致内存不够用报错
fatal error: Killed signal terminated program cc1plus
安装完成后启动到桌面也有bug,程序边框周围黑屏


Reply Favorite View the author
All Replies
2 / 2
To page
avatar
gentoo-dde
deepin
2020-05-03 02:27
#21
我不会选profile,应该用systemd,我不会ACCEPT_KEYWORDS=“~amd64”,我只会手动选200多个包,我就应该去提交ebuild,我就不应该闲的在gentoo上安装dde,我就不应该在社区里发帖,我活该被喷
Reply View the author
avatar
gentoo-dde
deepin
2020-05-03 02:28
#22
https://bbs.deepin.org/post/193492
没问题,你说的对
Reply View the author
avatar
herdde
deepin
2020-05-03 02:34
#23
https://bbs.deepin.org/post/193492
我不会选profile,应该用systemd,我不会ACCEPT_KEYWORDS=“~amd64”,我只会手动选200多个包,我就应该去 ...

使用 gentoo 不能这么脆弱
Reply View the author
avatar
jingle
deepin
2020-05-03 03:35
#24
有个大佬在维护吧https://github.com/zhtengw/deepin-overlay
Reply View the author
avatar
gentoo-dde
deepin
2020-05-03 07:43
#25
https://bbs.deepin.org/post/193492
使用 gentoo 不能这么脆弱

我就活该被喷,哈哈
Reply View the author
avatar
gentoo-dde
deepin
2020-05-03 07:43
#26
https://bbs.deepin.org/post/193492
有个大佬在维护吧https://github.com/zhtengw/deepin-overlay

用的就是那个呀
Reply View the author
avatar
gentoo-dde
deepin
2020-05-03 07:47
#27
https://bbs.deepin.org/post/193492
使用 gentoo 不能这么脆弱

我再也不会闲的去装dde谢谢你啦
Reply View the author
avatar
deepinuser17
deepin
2020-05-03 15:45
#28
Gentoo有多个system profile. 看看你现在用的是哪一个。

  1. $ eselect profile list
  2. Available profile symlink targets:
  3.   [1]   default/linux/amd64/17.0 (stable)
  4.   [2]   default/linux/amd64/17.0/selinux (stable)
  5.   [3]   default/linux/amd64/17.0/hardened (stable)
  6.   [4]   default/linux/amd64/17.0/hardened/selinux (stable)
  7.   [5]   default/linux/amd64/17.0/desktop (stable)
  8.   [6]   default/linux/amd64/17.0/desktop/gnome (stable)
  9.   [7]   default/linux/amd64/17.0/desktop/gnome/systemd (stable)
  10.   [8]   default/linux/amd64/17.0/desktop/plasma (stable)
  11.   [9]   default/linux/amd64/17.0/desktop/plasma/systemd (stable)
  12.   [10]  default/linux/amd64/17.0/developer (stable)
  13.   [11]  default/linux/amd64/17.0/no-multilib (stable)
  14.   [12]  default/linux/amd64/17.0/no-multilib/hardened (stable)
  15.   [13]  default/linux/amd64/17.0/no-multilib/hardened/selinux (stable)
  16.   [14]  default/linux/amd64/17.0/systemd (stable)
  17.   [15]  default/linux/amd64/17.0/x32 (dev)
  18.   [16]  default/linux/amd64/17.1 (stable)
  19.   [17]  default/linux/amd64/17.1/selinux (stable)
  20.   [18]  default/linux/amd64/17.1/hardened (stable)
  21.   [19]  default/linux/amd64/17.1/hardened/selinux (stable)
  22.   [20]  default/linux/amd64/17.1/desktop (stable)
  23.   [21]  default/linux/amd64/17.1/desktop/gnome (stable)
  24.   [22]  default/linux/amd64/17.1/desktop/gnome/systemd (stable)
  25.   [23]  default/linux/amd64/17.1/desktop/plasma (stable) *
  26.   [24]  default/linux/amd64/17.1/desktop/plasma/systemd (stable)
  27.   [25]  default/linux/amd64/17.1/developer (stable)
  28.   [26]  default/linux/amd64/17.1/no-multilib (stable)
  29.   [27]  default/linux/amd64/17.1/no-multilib/hardened (stable)
  30.   [28]  default/linux/amd64/17.1/no-multilib/hardened/selinux (stable)
  31.   [29]  default/linux/amd64/17.1/systemd (stable)
  32.   [30]  default/linux/amd64/17.0/musl (exp)
  33.   [31]  default/linux/amd64/17.0/musl/hardened (exp)
  34.   [32]  default/linux/amd64/17.0/musl/hardened/selinux (exp)
  35.   [33]  default/linux/amd64/17.0/uclibc (exp)
  36.   [34]  default/linux/amd64/17.0/uclibc/hardened (exp)
Copy the Code
Reply View the author
avatar
deepinuser17
deepin
2020-05-03 15:47
#29
这里有详细的安装说明。如果还需要英文翻译,可以用百度翻译。

https://wiki.gentoo.org/wiki/DDE
Reply View the author
avatar
deepinuser17
deepin
2020-05-03 15:50
#30
https://bbs.deepin.org/post/193492
dde使用的是systemd,需要选带 systemd 的 profile

OpenRC和systemd都行。

https://wiki.gentoo.org/wiki/DDE
Reply View the author
avatar
herdde
deepin
2020-05-03 16:01
#31
本帖最后由 herdde 于 2020-5-3 08:09 编辑
deepinuser17 发表于 2020-5-3 07:50
OpenRC和systemd都行。

https://wiki.gentoo.org/wiki/DDE

elogind 好像用的人不多,systemd 更熟悉一点。今天看了一下,elogind 只是一个普通的软件,不需要学习太多的东西。
Reply View the author
avatar
deepinuser17
deepin
2020-05-03 18:43
#32
elogind取代了Consolekit. 之前是用Consolekit.
Reply View the author
avatar
gentoo-dde
deepin
2020-05-06 07:54
#33
今天看了提问的智慧,明白了帖子发的不当的地方,以后会继续改进。感谢帮助我的人。
Reply View the author
avatar
gentoo-dde
deepin
2020-05-06 07:58
#34
deepinuser17 发表于 2020-5-3 07:47
这里有详细的安装说明。如果还需要英文翻译,可以用百度翻译。

https://wiki.gentoo.org/wiki/DDE ...

好的,我就是按照wiki安装的,可能没事先说明。今天看了提问的智慧,深刻的反思。我的帖子没有沉没在茫茫帖海,有人愿意回复我,我就非常开心了。谢谢你,问题已解决。
Reply View the author
avatar
gentoo-dde
deepin
2020-05-06 08:04
#35
herdde 发表于 2020-5-2 18:34
使用 gentoo 不能这么脆弱

问题已解决,谢谢
Reply View the author
avatar
gentoo-dde
deepin
2020-05-06 08:04
#36
jingle 发表于 2020-5-2 19:35
有个大佬在维护吧https://github.com/zhtengw/deepin-overlay

问题已解决,谢谢
Reply View the author
2 / 2
To page