Kubuntu "start here" icon moved
Bug #559725 reported by
Jonathan Thomas
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kdebase-workspace (Ubuntu) |
Fix Released
|
Low
|
Alessandro Ghersi | ||
Lucid |
Fix Released
|
Low
|
Alessandro Ghersi | ||
kubuntu-default-settings (Ubuntu) |
Fix Released
|
Low
|
Harald Sitter | ||
Lucid |
Fix Released
|
Low
|
Harald Sitter |
Bug Description
Binary package hint: kubuntu-
The Kubuntu "start here" icon's name changed in the latest k-d-s upload. Now KIconLoader is in it's smartness using an alternate low-res logo as a fallback.
Changed in kubuntu-default-settings (Ubuntu): | |
milestone: | none → ubuntu-10.04 |
Changed in kdebase-workspace (Ubuntu): | |
milestone: | none → ubuntu-10.04 |
Changed in kubuntu-default-settings (Ubuntu): | |
assignee: | nobody → Harald Sitter (apachelogger) |
Changed in kubuntu-default-settings (Ubuntu): | |
status: | New → Fix Committed |
Changed in kdebase-workspace (Ubuntu Lucid): | |
status: | New → Confirmed |
Changed in kubuntu-default-settings (Ubuntu Lucid): | |
importance: | Undecided → Low |
Changed in kdebase-workspace (Ubuntu Lucid): | |
assignee: | nobody → Harald Sitter (apachelogger) |
importance: | Undecided → Low |
Changed in kdebase-workspace (Ubuntu Lucid): | |
assignee: | Harald Sitter (apachelogger) → Alessandro Ghersi (alessandro-ghersi) |
To post a comment you must log in.
Looking quickly...I can move configuration reading and setup from init() to the slot configChanged() like that:
plasma/ desktop/ applets/ kickoff/ applet/ applet. cpp
void LauncherApplet: :init() cg.readEntry( "icon", "start-here-kde"));
{
- KConfigGroup cg = config();
- setPopupIcon(
+ configChanged();
............
+void LauncherApplet: :configChanged( ) cg.readEntry( "icon", "start-here-kde"));
+{
+ KConfigGroup cg = config();
+ setPopupIcon(
+}