| Summary: | korganizer-import.desktop is missing Hidden=true | ||
|---|---|---|---|
| Product: | [Applications] korganizer | Reporter: | Gabriel C <crazy> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | fix korganizer-import.desktop | ||
|
Description
Gabriel C
2006-11-26 19:26:45 UTC
Created attachment 18702 [details]
fix korganizer-import.desktop
SVN commit 608158 by winterz: hide, so a KOrganizer entry doesn't end up in the Lost+Found menu. BUGS: 137932 M +1 -0 korganizer-import.desktop --- branches/KDE/3.5/kdepim/korganizer/korganizer-import.desktop #608157:608158 @@ -1,5 +1,6 @@ [Desktop Entry] Encoding=UTF-8 +Hidden=true MimeType=text/calendar;text/x-vcalendar; Comment=Calendar and Scheduling Program Comment[af]=Kalender en Skedulering Program SVN commit 608453 by winterz: NoDisplay instead of Hidden. thanks dfaure. CCBUGS: 137932 M +1 -1 korganizer-import.desktop --- branches/KDE/3.5/kdepim/korganizer/korganizer-import.desktop #608452:608453 @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -Hidden=true +NoDisplay=true MimeType=text/calendar;text/x-vcalendar; Comment=Calendar and Scheduling Program Comment[af]=Kalender en Skedulering Program if you add NoDisplay=true korganizer doesn’t show the calendar so so kalendar is empty. I already added NoDisplay=true in Frugalware and got bug reports about. |