Git Product home page Git Product logo

dde-store's Introduction

DDE Store

An app store for DDE built with DTK

🇪🇸 Español | 🇩🇪 Deutsch | 🇳🇱 Nederlands | 🇯🇵 日本語 | 🇩🇿 Taqbaylit | 🇹🇷 Türkçe | 🇸🇦 العربية | 🇧🇷 Português

What is this?

This app store is designed for use with the Deepin Desktop Environment on other distributions. The official Deepin store is built around Debian and a web view with the Deepin repos on it, making it incompatible with other distros. This store is built with PackageKit and AppStream, so it should work perfect on almost any distro!

Deepin Distro

This only applies to the official Deepin distro, not DDE in general. Deepin does not support AppStream, which provides this app with all the needed data. This store is not supported on the Deepin distribution. This was intended for other distros running DDE anyways, so I have no plans on ever supporting it. If Deepin starts using AppStream, I may consider it. If you're running Deepin and looking for an alternative app store, check out some other awesome projects like Spark Store or Deepines Store!

Installation

UbuntuDDE

sudo apt-get install dde-store

Arch

sudo pacman -S deepin-store

Building from source

Dependencies (Ubuntu)

  • cmake
  • qtbase5-dev
  • qttools5-dev
  • libdtkwidget-dev
  • libdtkcore-dev
  • libdtkgui-dev
  • libpackagekitqt5-dev
  • libappstreamqt-dev
  • libsnapd-qt-dev

Building

git clone https://github.com/UbuntuDDE/dde-store.git
cd dde-store
cmake .
sudo make install

Contributions

Pull requests are always welcome for bug fixes, improvements, translations, or anything else!

License

GPLv3

dde-store's People

Contributors

ahmaddakhlallah avatar blumia avatar candancelik avatar dutchdevil83 avatar eboon-05 avatar felixonmars avatar gustavosaquino avatar jetaliz avatar mmp0 avatar nesewebel avatar openarun avatar selyankab avatar shalokshalom avatar shuihuo avatar zeno-sole avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dde-store's Issues

Unable to compile at deepin 20 1003

/home/sy120zx/Desktop/dde-store/mainwindow.cpp: In member function ‘void MainWindow::initNav()’: /home/sy120zx/Desktop/dde-store/mainwindow.cpp:128:22: error: ‘qOverload’ was not declared in this scope connect(navView, qOverload<const QModelIndex &>(&DListView::currentChanged), this, [ = ] (const QModelIndex &previous) { ^~~~~~~~~ /home/sy120zx/Desktop/dde-store/mainwindow.cpp:128:22: note: suggested alternative: ‘QOverload’ connect(navView, qOverload<const QModelIndex &>(&DListView::currentChanged), this, [ = ] (const QModelIndex &previous) { ^~~~~~~~~ QOverload /home/sy120zx/Desktop/dde-store/mainwindow.cpp:128:32: error: expected primary-expression before ‘const’ connect(navView, qOverload<const QModelIndex &>(&DListView::currentChanged), this, [ = ] (const QModelIndex &previous) { ^~~~~ make[3]: *** [CMakeFiles/dde-store.dir/build.make:150:CMakeFiles/dde-store.dir/mainwindow.cpp.o] 错误 1 make[3]: *** 正在等待未完成的任务.... make[3]: 离开目录“/home/sy120zx/Desktop/dde-store/obj-x86_64-linux-gnu” make[2]: *** [CMakeFiles/Makefile2:76:CMakeFiles/dde-store.dir/all] 错误 2 make[2]: 离开目录“/home/sy120zx/Desktop/dde-store/obj-x86_64-linux-gnu” make[1]: *** [Makefile:133:all] 错误 2 make[1]: 离开目录“/home/sy120zx/Desktop/dde-store/obj-x86_64-linux-gnu” dh_auto_build: cd obj-x86_64-linux-gnu && make -j4 returned exit code 2 make: *** [debian/rules:4:build] 错误

Icons are very pixelated

Just installed the DDE store. What a great project! One thing struck me right away when I first opened the store: The icons of the individual apps to be installed are pixelated. This looks better in Gnome, for example, so far. Resolution is 2560*1440, scaling is set to 1,25.
I'm using UbuntuDDE 20.10.
Here comes a screenshot:
Bildschirmfoto vom 2021-01-10 23-27-57

ubuntu 20.04 install issue

  • sudo apt-get install dde-store
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 dde-store : Depends: libappstreamqt2 (>= 0.12.11) but it is not going to be installed
             Depends: libdtkcore5 (>= 5.2.0) but it is not installable
             Depends: libdtkgui5 (>= 5.2.2.1) but it is not installable
             Depends: libdtkwidget5 (>= 5.2.1) but it is not installable
             Depends: libqt5core5a (>= 5.14.1) but 5.12.8+dfsg-0ubuntu1 is to be installed
             Depends: libqt5network5 (>= 5.14.1) but 5.12.8+dfsg-0ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.

Open-euler 22.03 can not compile: DListView not found

My environment

➜ dde-store git:(master) ✗ neofetch
terwer@plopeneuler

OS: openEuler 22.03 LTS x86_64
Host: Parallels Software International Inc. Parallels Virtual Platform
Kernel: 5.10.0-60.32.0.61.oe2203.x86_64
Uptime: 30 mins
Shell: zsh 5.8
Resolution: 1792x1004
Terminal: /dev/pts/1
CPU: Intel i9-9980HK (8) @ 2.400GHz
GPU: Virtio: Virtio GPU
Memory: 1265MiB / 15482MiB

Error msg

➜ dde-store git:(master) ✗
➜ dde-store git:(master) ✗ cmake .
-- Configuring done
-- Generating done
-- Build files have been written to: /code/dde-store
➜ dde-store git:(master) ✗ sudo make install
......
[ 64%] Building CXX object CMakeFiles/dde-store.dir/dde-store_autogen/mocs_compilation.cpp.o
In file included from /code/dde-store/dde-store_autogen/EWIEGA46WW/moc_mainwindow.cpp:10,
from /code/dde-store/dde-store_autogen/mocs_compilation.cpp:6:
/code/dde-store/dde-store_autogen/EWIEGA46WW/../../mainwindow.h:5:10: 致命错误:DListView:没有那个文件或目录
5 | #include
| ^~~~~~~~~~~
编译中断。
make[2]: *** [CMakeFiles/dde-store.dir/build.make:226:CMakeFiles/dde-store.dir/dde-store_autogen/mocs_compilation.cpp.o] 错误 1
make[1]: *** [CMakeFiles/Makefile2:101:CMakeFiles/dde-store.dir/all] 错误 2
make: *** [Makefile:136:all] 错误 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.