[Share Experiences] How to Create the Best Launcher Yourself?
Experiences and Insight 231 views · 0 replies ·
SuperDavid
deepin
2024-09-18 11:13
Author
How to Create the Best Launcher Yourself? - Adding Frequently Used Applications to the Launcher
Since deepin 20.9 doesn’t support adding frequently used applications, every time I want to open software, I have to spend ages searching for it... (so frustrating).
Plus, I don't like adding icons to the desktop (I'm a wallpaper enthusiast ^_^).
How to Create the Best Launcher Yourself? - Adding Frequently Used Applications to the Launcher
Since deepin 20.9 doesn’t support adding frequently used applications, every time I want to open software, I have to spend ages searching for it... (so frustrating).
Plus, I don't like adding icons to the desktop (I'm a wallpaper enthusiast ^_^).
So, let's just modify it ourselves ^_^.
Enough talking, let's get to the images!
Original Version:
Modified Version:
The deb package and source code are here:
dde-launcher-5.5.40.3.zip
To install using the deb package:
sudo apt install ./dde-launcher_5.5.40.2-1_amd64.deb
If you don't want to use it anymore, you can reinstall the original version:
sudo apt reinstall dde-launcher
Or, to install based on the source code:
sudo apt edit-source
Ensure
src-deb
is uncommented (this allows you to download the source code).apt source dde-launcher
apt build-dep dde-launcher
cd dde-launcher-5.5.40.2/
git apply 0001-xxx.patch
mkdir build
cd build
cmake ..
make -j12
sudo make install
After installation, restart your system or kill the
dde-launcher
process, and you’re done ^_^.