File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,18 @@ Most of the codes are from the KDE.
88
99### For Deepin V20
1010
11- * download the latest release
12- * unzip the release file
13- * cd ` dde-globalmenu-service-master `
11+ Go to release page, download the latest deb package, and install the deb file.
12+
13+ ### Build on UOS
14+
15+ * ` sudo apt install git cmake g++ extra-cmake-modules libxcb-util0-dev `
16+ * ` git clone https://github.com/SeptemberHX/dde-globalmenu-service.git `
17+ * ` cd dde-globalmenu-service-master `
1418* ` mkdir build `
15- * cd ` build `
19+ * ` cd build `
1620* ` cmake .. `
17- * ` make `
18- * cp ` dde-globalmenu-service ` to ` /usr/bin/ `
19- * cd ..
20- * cp ` dde-globalmenu-service.desktop ` to ` ~/.config/autostart/ `
21+ * ` make -j8 package `
22+ * Install the generated \* .deb file. Enable autostart from the application menu.
2123* edit ` ~/.gtkrc-2.0 ` , add ` gtk-modules=appmenu-gtk-module `
2224* edit ` ~/.config/gtk-3.0/settings.ini ` , add ` gtk-modules=appmenu-gtk-module ` in ` [Settings] ` section
2325* log out or reboot
You can’t perform that action at this time.
0 commit comments