Summary: | Java apps cannot be pinned | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Denis Nelubin <dnelubin> |
Component: | Task Manager and Icons-Only Task Manager widgets | Assignee: | Eike Hein <hein> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | kde, kde, mvourlakos, plasma-bugs |
Priority: | NOR | ||
Version: | 5.14.0 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Denis Nelubin
2018-10-23 05:53:54 UTC
Please report it to plasma taskmanager. Pin mechanism is not Latte responsibility but rather plasma libtaskmanager. You must be able to reproduce this with plasma taskmanagers Please report it to plasma taskmanager. Pin mechanism is not Latte responsibility but rather plasma libtaskmanager. You must be able to reproduce this with plasma taskmanagers (In reply to Michail Vourlakos from comment #2) > Please report it to plasma taskmanager. Pin mechanism is not Latte > responsibility but rather plasma libtaskmanager. You must be able to > reproduce this with plasma taskmanagers Confirm. The same issue appears when pinning a java app to a standard panel. Please run "xprop" and click on on the java window. _NET_WM_ICON(CARDINAL) = Icon (128 x 128): <skipped> _NET_WM_ICON_GEOMETRY(CARDINAL) = 1, 1746, 1, 39 _NET_WM_ALLOWED_ACTIONS(ATOM) = _NET_WM_ACTION_MOVE, _NET_WM_ACTION_MINIMIZE, _NET_WM_ACTION_SHADE, _NET_WM_ACTION_CHANGE_DESKTOP, _NET_WM_ACTION_CLOSE _KDE_NET_WM_FRAME_STRUT(CARDINAL) = 2, 2, 29, 4 _NET_FRAME_EXTENTS(CARDINAL) = 2, 2, 29, 4 _NET_WM_DESKTOP(CARDINAL) = 0 _KDE_NET_WM_ACTIVITIES(STRING) = "08d6a412-620a-47a6-bd50-57659525ca2b" WM_STATE(WM_STATE): window state: Normal icon window: 0x0 _NET_WM_STATE(ATOM) = WM_HINTS(WM_HINTS): Client accepts input or input focus: True Initial state is Normal State. bitmap id # to use for icon: 0x6a00035 bitmap id # of mask for icon: 0x6a00036 window id # of group leader: 0x6a00001 _MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x1, 0x3e, 0x0, 0x0, 0x0 XdndAware(ATOM) = BITMAP _MOTIF_DRAG_RECEIVER_INFO(_MOTIF_DRAG_RECEIVER_INFO) = 0x6c, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0 _NET_WM_SYNC_REQUEST_COUNTER(CARDINAL) = 111149062 _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NORMAL _NET_WM_USER_TIME(CARDINAL) = 198913444 _KDE_NET_WM_USER_CREATION_TIME(CARDINAL) = 195364425 _NET_WM_USER_TIME_WINDOW(WINDOW): window id # 0x6a00005 WM_CLIENT_LEADER(WINDOW): window id # 0x6a00001 _NET_WM_PID(CARDINAL) = 28440 WM_LOCALE_NAME(STRING) = "en_US.UTF-8" WM_CLIENT_MACHINE(STRING) = "gelin-zenbook2" WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified minimum size: 300 by 565 program specified maximum size: 300 by 565 window gravity: NorthWest WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS, _NET_WM_PING, _NET_WM_SYNC_REQUEST WM_CLASS(STRING) = "RedmineTimeTracker.RedmineTimeTracker", "RedmineTimeTracker.RedmineTimeTracker" WM_ICON_NAME(STRING) = "Redmine Time Tracker" _NET_WM_ICON_NAME(UTF8_STRING) = "Redmine Time Tracker" WM_NAME(STRING) = "Redmine Time Tracker" _NET_WM_NAME(UTF8_STRING) = "Redmine Time Tracker" Unless the .desktop file is named `RedmineTimeTracker.RedmineTimeTracker.desktop` or contains `StartupWMClass=RedmineTimeTracker.RedmineTimeTracker` it won't work - the good news being is that if this isn't the case, you can edit it yourself (and also inform the application maker). |