zhtengw / deepin-overlay

Gentoo overlay for Deepin APPs
GNU General Public License v2.0
57 stars 14 forks source link

Openrc and deepin #107

Closed Fulgurance closed 4 years ago

Fulgurance commented 4 years ago

Hello, I'm old Gentoo user, and I would like to change to deepin desktop environment.

Actually, deepin desktop can work with openrc? And kwin work good with deepin?

zhtengw commented 4 years ago

DDE can work with OpenRC, you can refer to the Gentoo wiki or the Installation Guide. And report here if you meet any issue.

Fulgurance commented 4 years ago

I have tested, there is problem with dtkcore version. Impossible to emerge any deepin base package.

For example, I would like to emerge deepin-terminal, he need dtkgui, but dtkgui need dtkcore 5.2.2.1,but this version isn't available

zhtengw commented 4 years ago

Thanks. It is because the upstream did not bump new version for dtkgui along with dtkcore-5.2.2.3. Fixed now.

Fulgurance commented 4 years ago

Other problem (sorry), when portage try to emerge deepin-icon-theme, he block just when portage try to do gnome2_icon_cache_update. It's say command not found. Many errors.

Fulgurance commented 4 years ago

I have finnaly have success to build all ebuild, after some try, but actually it's fully just good for test. I think it's big work, I hope this project can finally work 😊

Fulgurance commented 4 years ago

Now, he don't work with Openrc sorry ... After i login into lightdm screen, i have black screen .... But if i press window button, just menu in full screen appear, but the rest of interface isn't available. It's totally black...

zhtengw commented 4 years ago

Now, he don't work with Openrc sorry ... After i login into lightdm screen, i have black screen .... But if i press window button, just menu in full screen appear, but the rest of interface isn't available. It's totally black...

It's because dde-dock and dde-desktop are not started. Sometimes restart lightdm may help. If not work, remerge dde-base/dde-dock and dde-base/dde-file-manager may fix. BTW, the launcher menu is in full screen mode by default.

Fulgurance commented 4 years ago

Hello, today I have an another problem, emerge fail to build go-dbus-factory (sorry I can't post log because I only use cli)

Fulgurance commented 4 years ago

2020-08-12 11 47 41 It's problem with gdk, missing 3 version, but this version isn't available (I think it's gdk-pixbuf)

Fulgurance commented 4 years ago

I have emerged Firefox during waiting reply. After, I have tested to emerge again, and it's work... I think, there is one dependency onto Firefox dependency solved this problem.

Fulgurance commented 4 years ago

Sorry but after build all, again black screen. This bug persist for me

zhtengw commented 4 years ago

You can view the log files to find some tips for this issue. They are $HOME/.cache/deepin/dde-dock/dde-dock.log and $HOME/.cache/deepin/dde-desktop/dde-desktop.log.

aaaaadrien commented 4 years ago

Same problem on OpenRC, black screen. Launchin big menu with WIndows key OK I started Deepin-terminal : OK

Lanching in the terminal : dde-dock return : Settings schema 'com.deepin.dde.dock.module.launcher' is not installed dde-desktop : Settings schema 'com.deepin.dde.filemanager.desktop' is not installed

aaaaadrien commented 4 years ago

Very strange. After installing gconf-editor, i updated a value into com.deepin.dde.dock.module.launcher and same into com.deepin.dde.filemanager.desktop Logout and login and it works

zhtengw commented 4 years ago

@aaaaadrien I see. This issue is caused by GSettings Schemas not compiled. Run glib-compile-schemas /usr/share/glib-2.0/schemas/ can solve.

aaaaadrien commented 4 years ago

@aaaaadrien I see. This issue is caused by GSettings Schemas not compiled. Run glib-compile-schemas /usr/share/glib-2.0/schemas/ can solve.

it works. Maybe add the command at post-install in the ebuild ?

zhtengw commented 4 years ago

it works. Maybe add the command at post-install in the ebuild ?

Yes, I will.