/usr/share/kde4/apps/kstars/kstarsui.rc is in kstars-data 4:4.8.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 | <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="KStars" version="2">
<MenuBar noMerge="1">
<Menu name="file" noMerge="1"><text>&File</text>
<Action name="new_window" />
<Action name="close_window" />
<Separator />
<Action name="get_data" />
<Separator />
<Action name="open_file" />
<Action name="export_image" />
<Action name="run_script" />
<Separator />
<Action name="printing_wizard" />
<Action name="print" />
<Separator />
<Action name="quit"/>
</Menu>
<Menu name="time" noMerge="1"><text>T&ime</text>
<Action name="time_to_now" />
<Action name="time_dialog" />
<Separator />
<Action name="clock_startstop" />
</Menu>
<Menu name="focus" noMerge="1"><text>&Pointing</text>
<Action name="zenith" />
<Action name="north" />
<Action name="east" />
<Action name="south" />
<Action name="west" />
<Separator />
<Action name="manual_focus" />
<Separator />
<Action name="find_object" />
<Action name="track_object" />
</Menu>
<Menu name="view" noMerge="1"><text>&View</text>
<Action name="zoom_in" />
<Action name="zoom_out" />
<Action name="zoom_default" />
<Action name="zoom_set" />
<Separator />
<Action name="fullscreen" />
<Separator />
<Action name="coordsys" />
<Menu name="projection"><text>&Projection</text>
<Action name="project_lambert"/>
<Action name="project_azequidistant"/>
<Action name="project_orthographic"/>
<Action name="project_equirectangular"/>
<Action name="project_stereographic"/>
<Action name="project_gnomonic"/>
</Menu>
</Menu>
<Menu name="devices" noMerge="1"><text>&Devices</text>
<Action name="telescope_wizard" />
<Action name="device_manager" />
<Separator />
<Action name="indi_cpl" />
<Action name="capture_sequence" />
</Menu>
<Menu name="tools" noMerge="1"><text>&Tools</text>
<Action name="astrocalculator" />
<Action name="skycalendar" />
<Action name="obslist" />
<Action name="lightcurvegenerator" />
<Action name="altitude_vs_time" />
<Action name="whats_up_tonight" />
<Action name="glossary" />
<Action name="scriptbuilder" />
<Action name="solarsystem" />
<Action name="jmoontool" />
<Action name="flagmanager" />
</Menu>
<Menu name="settings" noMerge="1"><text>&Settings</text>
<Menu name="infopanel"><text>&Info Boxes</text>
<Action name="show_boxes"/>
<Separator />
<Action name="show_time_box" />
<Action name="show_focus_box" />
<Action name="show_location_box" />
</Menu>
<Merge name="StandardToolBarMenuHandler" />
<Menu name="statusbar"><text>&Statusbar</text>
<Action name="show_statusBar" />
<Separator />
<Action name="show_sbAzAlt" />
<Action name="show_sbRADec" />
</Menu>
<Action name="colorschemes" /> <!--This is a KMenuAction-->
<Action name="fovsymbols" /> <!-- This is a KMenuAction-->
<Action name="opengl" />
<Separator />
<Menu name="updates"><text>&Updates</text>
<Action name="update_comets" />
<Action name="update_asteroids" />
<Action name="update_supernovae" />
</Menu>
<Separator />
<Action name="ewriter"/>
<Action name="obsadd"/>
<Separator />
<Action name="geolocation" />
<Separator />
<Action name="options_configure_keybinding"/>
<Action name="options_configure_toolbars"/>
<Action name="configure" />
<Action name="startwizard" />
</Menu>
<Menu name="oal" noMerge="1"><text>&Observation</text>
<Action name="execute"/>
</Menu>
<Menu name="help"><text>&Help</text>
<Action name="help_contents"/>
<Action name="help_tipofday"/>
<Action name="help_whats_this"/>
<Separator/>
<Action name="help_report_bug"/>
<Separator/>
<Action name="switch_application_language"/>
<Separator/>
<Action name="help_about_app"/>
<Action name="help_about_kde"/>
</Menu>
</MenuBar>
<ToolBar noMerge="1" name="kstarsToolBar" iconText="icononly">
<text>Main Toolbar</text>
<Action name="zoom_in" />
<Action name="zoom_out" />
<Action name="find_object" />
<Separator />
<Action name="clock_startstop" />
<Action name="timestep_control" />
</ToolBar>
<ToolBar noMerge="1" name="viewToolBar" iconText="icononly">
<text>View Toolbar</text>
<Action name="show_stars" />
<Action name="show_deepsky" />
<Action name="show_planets" />
<Action name="show_clines" />
<Action name="show_cnames" />
<Action name="show_cbounds" />
<Action name="show_mw" />
<Action name="show_grid" />
<Action name="show_horizon" />
</ToolBar>
</kpartgui>
|