Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thanks for Docker + Docking Progressive Web Apps (Google Chrome) #121

Open
ndmax opened this issue Jul 2, 2023 · 2 comments
Open

Thanks for Docker + Docking Progressive Web Apps (Google Chrome) #121

ndmax opened this issue Jul 2, 2023 · 2 comments

Comments

@ndmax
Copy link

ndmax commented Jul 2, 2023

Hi there.

No issue to report - I just wanted to say thank you for KDocker. It's so useful for creating efficient desktop workflows and I appreciate the efforts of contributors.

If anyone is trying to figure out how to get Google Chrome web apps to dock properly, here's an example running on Lubuntu 23.04:

#!/bin/bash

bash -c '/opt/google/chrome/google-chrome --profile-directory=Default --app-id=cifhbcnohmdccbgoicgdjpfamggdegmo &'
while true; do
  sleep 5
  status=$(wmctrl -l | grep "Microsoft Teams")
  if [ "$status" != "" ]; then break; fi
done
WID="$(wmctrl -lx | grep "Microsoft Teams")"; kdocker -qw "${WID%% *}" -i /usr/share/icons/Numix-Circle/48/apps/teams.svg
@Jieiku
Copy link

Jieiku commented Jul 2, 2023

Thank you from me too!

I use KDocker to dock thunderbird, I install the "Minimize on Close" extension for thunderbird which compliments kdocker perfectly.

In Thunderbird press alt to reveal the toolbar, then from the tools menu goto addons and themes.

@ficcdaf
Copy link

ficcdaf commented Oct 24, 2024

Thank you from me too!

I use KDocker to dock thunderbird, I install the "Minimize on Close" extension for thunderbird which compliments kdocker perfectly.

In Thunderbird press alt to reveal the toolbar, then from the tools menu goto addons and themes.

Thanks for sharing this actually! I use birdtray right now for this, but since on i3 there is no way to minimize windows, I have birdtray "restart" thunderbird when I close it out of habit, which is annoying. I'll try integrating it with kdocker instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants