diff options
author | David Baudens <baudens@mandriva.com> | 2004-02-05 14:54:35 +0000 |
---|---|---|
committer | David Baudens <baudens@mandriva.com> | 2004-02-05 14:54:35 +0000 |
commit | eb4a3ef7b32156c1fd7d5f6c6e33aff160a0c592 (patch) | |
tree | 441b6bdf2ee9455ccd808f5de7ddc2b2274dfd64 | |
parent | 8d6e4b803f8bcb674555eceef49fc8a139a872de (diff) | |
download | common-data-eb4a3ef7b32156c1fd7d5f6c6e33aff160a0c592.tar common-data-eb4a3ef7b32156c1fd7d5f6c6e33aff160a0c592.tar.gz common-data-eb4a3ef7b32156c1fd7d5f6c6e33aff160a0c592.tar.bz2 common-data-eb4a3ef7b32156c1fd7d5f6c6e33aff160a0c592.tar.xz common-data-eb4a3ef7b32156c1fd7d5f6c6e33aff160a0c592.zip |
Fix simplified menu
-rw-r--r-- | menu/mandrake_desk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/menu/mandrake_desk b/menu/mandrake_desk index f9b23f9..c84cd44 100644 --- a/menu/mandrake_desk +++ b/menu/mandrake_desk @@ -42,7 +42,7 @@ ?package(kdepim-korganizer): needs="x11" kde_filename="kontact-korganizer" section="Organize" title="Manage tasks" icon="korganizer.png" command="kontact --module todo" mimetypes="text/calendar,text/x-vcalendar" kde_opt="\\nEncoding=UTF-8\\nBinaryPattern=korganizer;\\nTerminalOptions=\\nPath=\\nDocPath=korganizer/index.html\\nTerminal=0\\nGenericName=Personal Organizer\\nServiceTypes=Browser/View,DCOP/Organizer\\nX-KDE-Library=libkorganizerpart\\nX-KDE-StartupNotify=true\\nX-DCOP-ServiceType=Unique\\nX-DCOP-ServiceName=korganizer\\n" # Organize your time -?package(kdepim-korganizer): needs="x11" kde_filename="kontact-korganizer" section="Organize" title="Organize your time" icon="korganizer.png" command="kontact --module korganizer" mimetypes="text/calendar,text/x-vcalendar" kde_opt="\\nEncoding=UTF-8\\nBinaryPattern=korganizer;\\nTerminalOptions=\\nPath=\\nDocPath=korganizer/index.html\\nTerminal=0\\nGenericName=Personal Organizer\\nServiceTypes=Browser/View,DCOP/Organizer\\nX-KDE-Library=libkorganizerpart\\nX-KDE-StartupNotify=true\\nX-DCOP-ServiceType=Unique\\nX-DCOP-ServiceName=korganizer\\n" +?package(kdepim-korganizer): needs="x11" kde_filename="kontact-korganizer-time" section="Organize" title="Organize your time" icon="korganizer.png" command="kontact --module korganizer" mimetypes="text/calendar,text/x-vcalendar" kde_opt="\\nEncoding=UTF-8\\nBinaryPattern=korganizer;\\nTerminalOptions=\\nPath=\\nDocPath=korganizer/index.html\\nTerminal=0\\nGenericName=Personal Organizer\\nServiceTypes=Browser/View,DCOP/Organizer\\nX-KDE-Library=libkorganizerpart\\nX-KDE-StartupNotify=true\\nX-DCOP-ServiceType=Unique\\nX-DCOP-ServiceName=korganizer\\n" # Track time spent on tasks ?package(kdepim-karm): needs="x11" kde_filename="karm" section="Organize" title="Track time spent on tasks" icon="karm.png" command="karm" kde_command="karm -caption \"%c\" %i %m" kde_opt="\\nEncoding=UTF-8\\nGenericName=Personal Time Tracker\\nTerminalOptions=\\nPath=\\nDocPath=karm/index.html\\nTerminal=0\\nX-KDE-StartupNotify=true\\nX-DCOP-ServiceType=Multi\\n" @@ -58,7 +58,7 @@ ?package(kdenetwork-kppp): needs="x11" kde_filename="Kppp" section="Surf the Internet" title="Connect to the Internet" icon="kppp.png" command="kppp" kde_command="kppp %i %m" mimetypes="" kde_opt="\\nEncoding=UTF-8\\nGenericName=Internet Dial-up Tool\\nBinaryPattern=kppp;\\nDocPath=kppp/index.html\\nTerminalOptions=\\nPath=\\nTerminal=0\\nX-KDE-StartupNotify=true\\nX-DCOP-ServiceType=Multi\\n" # Browse the Web -?package(kdebase-progs): needs="x11" kde_filename="konqueror" section="Surf the Internet" title="Browse the Web" icon="konqueror.png" command="konqueror" kde_command="konqueror %U" kde_opt="\\nEncoding=UTF-8\\nNoDisplay=true\\nX-KDE-Library=libkonqueror\\nX-DCOP-ServiceType=multi\\nX-KDE-StartupNotify=true" +?package(kdebase-progs): needs="x11" kde_filename="konqueror" section="Surf the Internet" title="Browse the Web" icon="konqueror.png" command="konqueror" kde_command="konqueror %U" kde_opt="\\nEncoding=UTF-8\\nX-KDE-Library=libkonqueror\\nX-DCOP-ServiceType=multi\\nX-KDE-StartupNotify=true" # Read and send e-mail ?package(kdepim-kmail): needs="x11" kde_filename="kontact-KMail" section="Surf the Internet" title="Read and send e-mail" icon="kmail.png" command="kontact --module kmail" kde_command="kontact --module kmail -caption \"%c\" %i %m" kde_opt="\\nEncoding=UTF-8\\nDocPath=kmail/index.html\\nGenericName=Mail Client\\nTerminal=0\\nX-KDE-StartupNotify=true\\nX-DCOP-ServiceType=Unique\\nX-DCOP-ServiceName=kmail\\nServiceTypes=DCOP/ResourceBackend/IMAP\\n" |