Bug 38046

Summary: Недоступен не из KDE
Product: Sisyphus Reporter: Sergey V Turchin <zerg>
Component: partitionmanagerAssignee: Yuri N. Sedunov <aris>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: aris
Version: unstable   
Hardware: x86_64   
OS: Linux   
Attachments:
Description Flags
partitionmanager.spec.patch none

Description Sergey V Turchin 2020-02-06 17:06:52 MSK
Created attachment 8585 [details]
partitionmanager.spec.patch

Нужно собрать чуть по другому. См. патч.
Comment 1 Yuri N. Sedunov 2020-02-06 18:52:22 MSK
-%_kf5_xdgapp/%xdg_name.desktop
-%_kf5_icon/hicolor/scalable/apps/%name.svg
+%_K5xdgapp/%xdg_name.desktop
+%_K5icon/*/*/apps/%name.*

В чем разница? -- если:

$ rpm --eval %_kf5_xdgapp
/usr/share/kf5/applications/kf5
$ rpm --eval %_K5xdgapp
/usr/share/kf5/applications/kf5

$ rpm --eval %_kf5_icon
/usr/share/kf5/icons
$ rpm --eval %_K5icon
/usr/share/kf5/icons
Comment 2 Sergey V Turchin 2020-02-07 10:17:18 MSK
(Ответ для Yuri N. Sedunov на комментарий #1)
> -%_kf5_xdgapp/%xdg_name.desktop
> -%_kf5_icon/hicolor/scalable/apps/%name.svg
> +%_K5xdgapp/%xdg_name.desktop
> +%_K5icon/*/*/apps/%name.*
> 
> В чем разница? -- если:
А ты замени no_altplace на altplace и тогда сравни.
Comment 3 Yuri N. Sedunov 2020-02-07 10:56:56 MSK
Не получилось у тебя объяснить. Попробуй еще.
Comment 4 Sergey V Turchin 2020-02-07 11:03:08 MSK
%_K5xdgapp -- переменная, а %_kf5_xdgapp -- константа.
Comment 5 Repository Robot 2020-02-07 16:27:26 MSK
partitionmanager-4.0.0-alt1.1 -> sisyphus:

 Thu Feb 06 2020 Yuri N. Sedunov <aris@altlinux> 4.0.0-alt1.1
 - made visible outside KDE (ALT #38046)
Comment 6 Sergey V Turchin 2020-02-07 16:58:14 MSK
Спасибо!