[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-13 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=380909

--- Comment #16 from Leslie Zhai  ---
Thanks a lot :)

(In reply to Andrius Štikonas from comment #15)
> Git commit 04a19f5e5a3debdce5696459de9b862f649082e9 by Andrius Štikonas.
> Committed on 13/06/2017 at 09:47.
> Pushed by stikonas into branch 'master'.
> 
> Set desktop file name explicitely.
> 
> M  +1-0src/main.cpp
> 
> https://commits.kde.org/k3b/04a19f5e5a3debdce5696459de9b862f649082e9

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-13 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=380909

Andrius Štikonas  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/k3b
   ||/04a19f5e5a3debdce5696459de
   ||9b862f649082e9
 Status|REOPENED|RESOLVED

--- Comment #15 from Andrius Štikonas  ---
Git commit 04a19f5e5a3debdce5696459de9b862f649082e9 by Andrius Štikonas.
Committed on 13/06/2017 at 09:47.
Pushed by stikonas into branch 'master'.

Set desktop file name explicitely.

M  +1-0src/main.cpp

https://commits.kde.org/k3b/04a19f5e5a3debdce5696459de9b862f649082e9

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-13 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=380909

Andrius Štikonas  changed:

   What|Removed |Added

 CC||andr...@stikonas.eu

--- Comment #14 from Andrius Štikonas  ---
setOrganizationDomain wouldn't help, as was discussed in
https://phabricator.kde.org/D5405
current documented behaviour of KAboutData uses homepage (even though it
doesn't bugs make much sense in my opinion) and so can't be changed before KF6.
We need to set desktop file name explicitely.

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-13 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=380909

--- Comment #13 from Leslie Zhai  ---
Git commit ddd546251022534232918023971d7a99cb65ab11 by Leslie Zhai.
Committed on 13/06/2017 at 07:42.
Pushed by lesliezhai into branch 'master'.

Set organization name for Wayland icon.

Differential Revision: https://phabricator.kde.org/D5405

M  +1-1libk3b/projects/datacd/k3bisooptions.cpp
M  +1-0src/main.cpp

https://commits.kde.org/k3b/ddd546251022534232918023971d7a99cb65ab11

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-12 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=380909

--- Comment #12 from Leslie Zhai  ---
Hi Eike,

Thanks for your hint!

Regards,
Leslie Zhai

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-12 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=380909

Eike Hein  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1
 Resolution|WORKSFORME  |---

--- Comment #11 from Eike Hein  ---
Had a look at this now. The problem is in the K3b source, it sets its
organization to "k3b", causing its Wayland app id to be org.k3b.k3b, but the
.desktop file it installs is org.kde.k3b.desktop. This needs to be fixed in
K3b.

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-11 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=380909

--- Comment #10 from Leslie Zhai  ---
Hi Dr. Chapatin,

plasma-workspace-git
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=plasma-workspace-git

> Sorry for the noob question, but are packages from neon dev from ~git
> master~?
> Here K3b has wrong icon on neon dev too.

Regards,
Dr. Zhai

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-10 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=380909

--- Comment #9 from Dr. Chapatin  ---
Sorry for the noob question, but are packages from neon dev from ~git master~?
Here K3b has wrong icon on neon dev too.

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-07 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=380909

--- Comment #8 from Leslie Zhai  ---
Hi Dr. Chapatin,

> No package is available in kde unstable repository.
> Build from AUR failed.

It is easy to compile plasma-workspace under ArchLinux
https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/plasma-workspace
and git clone related git repos from https://cgit.kde.org/

Regards,
Leslie Zhai

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-07 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=380909

--- Comment #7 from Dr. Chapatin  ---
No package is available in kde unstable repository.
Build from AUR failed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-07 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=380909

--- Comment #6 from Leslie Zhai  ---
Hi Dr. Chapatin,

> Sorry, I dont know build code from git master.

Never mind, it is easy to enable kde-unstable for testing
https://wiki.archlinux.org/index.php/official_repositories#kde-unstable or just
use plasma-workspace-git via yaourt :)

Regards,
Leslie Zhai

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-07 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=380909

--- Comment #5 from Dr. Chapatin  ---
Sorry, I dont know build code from git master.

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-07 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=380909

--- Comment #4 from Leslie Zhai  ---
Hi Eike,

Thanks for your help!

> Please re-test with Plasma git master as the Task Manager code on Wayland
> has changed massively with regard to this.

Hi Dr. Chapatin,

Please test plasma-git on ArchLinux/Test, the packager of ArchLinux is very
diligent!

Regards,
Leslie Zhai

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-07 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=380909

Eike Hein  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from Eike Hein  ---
Please re-test with Plasma git master as the Task Manager code on Wayland has
changed massively with regard to this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-07 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=380909

--- Comment #2 from Leslie Zhai  ---
Hi Dr. Chapatin,

> K3b 17.04.1 shows generic Wayland icon in its window decoration and in
> plasma panel. See the screenshot please.

K3b icon for plasma wayland session just show generic X icon in the task
manager, and I am using Fedora 24, kf5 v5.33.0, plasma v5.8.6, qt v5.6.2

Regards,
Leslie Zhai

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-07 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=380909

--- Comment #1 from Leslie Zhai  ---
Hi Martin,

I have read about Window icons in your blog
https://blog.martin-graesslin.com/blog/2016/10/wayland-improvements-since-plasma-5-8-release/

> K3b 17.04.1 shows generic Wayland icon in its window decoration and in
> plasma panel. See the screenshot please.

you mentioned: For Plasma 5.9 we addressed this problem and extended our
protocol to request pixmap data for a window icon which doesn’t have a name.
Thus we are now able to also support Xwayland windows, which increases the
useability of the system quite a lot.

But I have no idea why Konsole show correct icon in the plasma panel, does k3b
miss something in the desktop file?

Regards,
Leslie Zhai

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-07 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=380909

Leslie Zhai  changed:

   What|Removed |Added

 CC||h...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-07 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=380909

Leslie Zhai  changed:

   What|Removed |Added

 CC||lesliez...@llvm.org.cn,
   ||mgraess...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 380909] Wrong app icon under plasma wayland session

2017-06-06 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=380909

Dr. Chapatin  changed:

   What|Removed |Added

Summary|Wrong icon under plasma |Wrong app icon under plasma
   |wayland session |wayland session

-- 
You are receiving this mail because:
You are watching all bug changes.