• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

kdocker: command not found

by Deepika

“kdocker” is a command-line tool that allows you to dock running applications to the system tray, which is the area on the desktop where notifications and status icons are displayed. It is also part of the KDE desktop environment, which is a popular open-source desktop environment for Linux and Unix-like operating systems.

The kdocker tool provides a simple way to minimize running applications to the system tray, rather than having them taking up space on the taskbar or in the application launcher. This can help to declutter the desktop and make it easier to access frequently used applications. Additionally, it also allows to undock the applications and bring it to the front when needed.

It is useful for users who want to keep their desktop clean and organized, as well as for developers who want to create scripts that automatically dock or undock applications. This can be useful for keeping certain applications running in the background without cluttering the taskbar.

If you encounter the below error while running the command kdocker:

kdocker: command not found

you may try installing the below package as per your choice of distribution:

Distribution Command
Debian apt-get install kdocker
Ubuntu apt-get install kdocker
Kali Linux apt-get install kdocker
Fedora dnf install kdocker
Raspbian apt-get install kdocker

kdocker Command Examples

1. Display a cursor to send a window to the system tray when pressing the left mouse button (press any other mouse button to cancel):

# kdocker

2. Open an application and send it to the system tray:

# kdocker application

3. Send focused window to the system tray:

# kdocker -f

4. Display a cursor to send a window to the system tray with a custom icon when pressing the left mouse button:

# kdocker -i /path/to/icon

5. Open an application, send it to the system tray and if focus is lost, minimize it:

# kdocker -l application

6. Print version:

# kdocker --version

Filed Under: Linux

Some more articles you might also be interested in …

  1. chroot: Run command or interactive shell with special root directory
  2. eix Command Examples in Gentoo Linux
  3. dep: A CLI tool for deployment of PHP applications
  4. virsh: command not found
  5. guake Command Examples in Linux
  6. gotty Command Examples
  7. How to use strace and ltrace commands in Linux
  8. Shell/Bash Script to Find Prime Numbers in Linux
  9. matlab Command Examples
  10. spectre-meltdown-checker Command Examples in Linux

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright