Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/hildon
diff options
context:
space:
mode:
authorel_paso <el_paso>2007-03-24 09:00:28 (GMT)
committer el_paso <el_paso>2007-03-24 09:00:28 (GMT)
commita1cacda96b3e598be65ed2aa337ab9e1928c94ff (patch)
tree4553391774bdfb4a56f5088a2346e6a975ba59d6 /hildon
parent58b4b667d48901bd95bf4f5aa46a101376746f39 (diff)
Maemo Nokia 770 and 800 debian packaging.
Fixed the "Home" button missing icon problem Fixed cursor (now it's hidden) Files are saved on /media/mmc1/tuxpaint by default so users can see them from the filemanager Added xpm icon to hildon desktop
Diffstat (limited to 'hildon')
-rw-r--r--hildon/tuxpaint.conf231
-rw-r--r--hildon/tuxpaint.desktop7
-rw-r--r--hildon/tuxpaint.xpm49
3 files changed, 286 insertions, 1 deletions
diff --git a/hildon/tuxpaint.conf b/hildon/tuxpaint.conf
new file mode 100644
index 0000000..51d5d18
--- /dev/null
+++ b/hildon/tuxpaint.conf
@@ -0,0 +1,231 @@
+# /etc/tuxpaint/tuxpaint.conf
+#
+# Configuration file for Tux Paint
+# See tuxpaint(1) or run 'tuxpaint --help' for details on using Tux Paint
+#
+# Bill Kendrick <bill@newbreedsoftware.com>
+# Default distribution version last modified:
+# October 24, 2004
+
+
+# The variables described below are initially commented out.
+#
+# Most options come in pairs:
+#
+# The top examples change the default behavior
+# (e.g., "fullscreen=yes" enables full-screen mode, while
+# the default mode is windowed, not fullscreen.)
+#
+# The bottom examples reenable the default behavior
+# (e.g., "windowed=yes" enables fullscreen mode.)
+#
+# In the system-wide Tux Paint configuration file
+# (e.g. "/etc/tuxpaint/tuxpaint.conf"
+# or "/usr/local/etc/tuxpaint/tuxpaint.conf")
+# the default options are redundant.
+#
+# They are, however, useful to place in a user's personal confiugration file
+# ("~/.tuxpaintrc"), to override any settings they don't like in the
+# system-wide configuration file, and which they don't want to always have
+# to override via command-line options.
+#
+# For more information, see Tux Paint's main documentation file: README.txt
+
+
+### Fullscreen or Windowed?
+### -----------------------
+#
+fullscreen=yes
+# windowed=yes
+
+
+### Window size / screen resolution. (640x480 is the default.)
+### -----------------------------------------------------------
+#
+# windowsize=1600x1200
+# windowsize=1400x1050
+# windowsize=1280x1024
+# windowsize=1024x768
+# windowsize=800x600
+# windowsize=640x480
+windowsize=800x480
+
+
+### Disable sound effects?
+### ----------------------
+#
+# nosound=yes
+# sound=yes
+
+
+### Disable the on-screen 'Quit' button in the toolbar?
+### ---------------------------------------------------
+### Note: Pressing the [Escape] key,
+### or clicking the window's 'Close' button will still work
+#
+# noquit=yes
+# quit=yes
+
+
+### Disable the printing feature?
+### -----------------------------
+#
+noprint=yes
+# print=yes
+
+
+### Restrict printing?
+### ------------------
+### For example, if 'printdelay=60',
+### the user can only print once per minute (60 seconds)
+#
+# printdelay={SECONDS}
+# printdelay=0
+
+
+### Use stored printer configuration?
+### ---------------------------------
+#
+# printcfg=yes
+# printcfg=no
+
+
+### Use a different print command?
+### ------------------------------
+### Note: The command should expect a PNG file on its STDIN (standard-in)
+###
+### For example, to convert the image to greyscale before converting
+### to PostScript, use "pngtopnm | ppmtopgm | pnmtops | lpr" as the command
+#
+# printcommand={COMMAND}
+# printcommand=pngtopnm | pnmtops | lpr
+
+
+### Use the simpler shape tool? (No rotating)
+### -----------------------------------------
+#
+# simpleshapes=yes
+# complexshapes=yes
+
+
+### Display only uppercase letters?
+### -------------------------------
+#
+# uppercase=yes
+# mixedcase=yes
+
+
+### Grab the mouse and keyboard?
+### ----------------------------
+#
+# grab=yes
+# dontgrab=yes
+
+
+### Disable [Control] key shortcuts?
+### --------------------------------
+#
+# noshortcuts=yes
+# shortcuts=yes
+
+
+### Disable wheel mouse support?
+### ----------------------------
+#
+# nowheelmouse=yes
+# wheelmouse=yes
+
+
+### Don't use special mouse pointer (cursor) shapes?
+### ------------------------------------------------
+#
+nofancycursors=yes
+# fancycursors=yes
+
+
+### Use the keyboard to control the mouse pointer (cursor)?
+### -------------------------------------------------------
+#
+# keyboard=yes
+# mouse=yes
+
+
+### Use less graphics-intensive outlines?
+### -------------------------------------
+#
+nooutlines=yes
+# outlines=yes
+
+
+### Disable the Stamp tool?
+### -----------------------
+#
+# nostamps=yes
+# stamps=yes
+
+
+### Disable Stamp controls (flip, mirror, size)?
+### --------------------------------------------
+#
+# nostampcontrols=yes
+# stampcontrols=yes
+
+
+### Show mirrored stamps by default? (e.g., for those prefering right-to-left)
+### --------------------------------------------------------------------------
+#
+# mirrorstamps=yes
+# dontmirrorstamps=yes
+
+
+### Use keyboard arrow keys to control mouse pointer?
+### -------------------------------------------------
+#
+# keyboard=yes
+# mouse=yes
+
+
+### Disable 'Save Over Older Picture?' Prompt
+### Always save over, instead
+### -----------------------------------------
+#
+# saveover=yes
+# saveover=ask
+
+
+### Save images somewhere different?
+### --------------------------------
+### Note: Window users, use the form: savedir=C:\WINDOWS\TUXPAINT
+#
+# savedir=~/.tuxpaint/saved
+savedir=/media/mmc1/tuxpaint
+
+
+### Disable 'Save Over Older Picture?' Prompt
+### Always make a new picture, instead
+### -----------------------------------------
+#
+# saveover=new
+# saveover=ask
+
+
+### Disable the 'Save' feature altogether?
+### --------------------------------------
+#
+# nosave=yes
+# save=yes
+
+
+### Use a different language?
+### -------------------------
+### Note: Where the language is a known language name (e.g., "spanish")
+###
+### For a full list, see tuxpaint(1) man page, README.txt documentation,
+### or language usage output (by running the command "tuxpaint --lang help")
+#
+# lang={LANGUAGE}
+# lang=english
+
+
+# (End of configuration file)
+
diff --git a/hildon/tuxpaint.desktop b/hildon/tuxpaint.desktop
index 79d0b63..e345797 100644
--- a/hildon/tuxpaint.desktop
+++ b/hildon/tuxpaint.desktop
@@ -2,8 +2,13 @@
Encoding=UTF-8
Name=Tux Paint
Type=Application
-Exec=/var/lib/install/usr/bin/tuxpaint
+Exec=/usr/bin/tuxpaint
Icon=tuxpaint
Terminal=false
GenericName=Drawing program
Comment=A drawing program for children.
+StartupWMClass=TuxPaint.TuxPaint
+X-Icon-path=/usr/share/pixmaps/
+X-Window-Icon=tuxpaint
+X-Window-Icon-Dimmed=tuxpaint
+X-HildonDesk-ShowInToolbar=true
diff --git a/hildon/tuxpaint.xpm b/hildon/tuxpaint.xpm
new file mode 100644
index 0000000..1c41607
--- /dev/null
+++ b/hildon/tuxpaint.xpm
@@ -0,0 +1,49 @@
+/* XPM */
+static char * icon32x32_xpm[] = {
+"32 32 14 1",
+" c None",
+". c #000000",
+"+ c #FFFF00",
+"@ c #191919",
+"# c #7F7F00",
+"$ c #333333",
+"% c #666667",
+"& c #4C4C4C",
+"* c #B2B2B2",
+"= c #FFFFFF",
+"- c #CCCCCC",
+"; c #E5E5E5",
+"> c #999999",
+", c #7F7F7F",
+"..... ..... ... ... ",
+".+++. .+++.. .+@ .+. ",
+"..#.....@..@..#.##.......@..#.. ",
+" .#@#.#.##.##.#@##.##@#@##..##. ",
+" .+.+.+..+++..+.+@+@+@+@+.+.+.. ",
+" .+.+.+..+++.@++@++.+.+.+@+.+.. ",
+" .#@#@#@##@##.#..##.#.#.#.#@##..",
+" .+..++.++@++.+...+++@+@+.+@@++.",
+" ............... .......@@......",
+" @@.......@@ ",
+" @$%$..@@...@ ",
+" &*=*@%-*@..@ ",
+"$@@@@@@@ %;--%;==%..@ ",
+"@....@@@@ >*&*>;==%..@@ ",
+"......... @-;-**$-;$...@ ",
+"........@@ @$#&%>%;>;-@...@ ",
+".........@@ ##+#++##,--&....@ ",
+"..........@@ #++++++++&$@....@@",
+"@..........@@@####+++++#@.....@@",
+" @@.........@@+#$+++++++#......@",
+" @@@........@#+++++++++#......@",
+" @@@......@@#++++++++@......@",
+" @@.......@##+++++#.......@",
+" $@........@####$@.......@",
+" @@.......@@@@...........",
+" @@.....$>-*>$..........",
+" @@..@-====;$...@.....",
+" @@..%======*@.$>.....",
+" @@..*======;$.$-@....",
+" @@..$-======;&..*%....",
+" @@..@-========%..$*@...",
+" @@.@>=========>...%%..."};