Advertising
advertising
related pastes to tag 'maemo'
- 2072883 - qt qml maemo: maemo qt qml
-
- import Qt 4.7
- Rectangle {
- width: 200
- height: 200
- Component {
- id: delegate
- 1920798 - find space wasters: sh maemo dpkg n900
-
- #!/bin/sh
- files=$(find / -size +100k -xdev | xargs dpkg -S)
- IFS='
- '
- for n in $files ; do
- pkg=$(echo $n | cut -d: -f1)
- 1003767 - maemo 2.2 gui errors: maemo errors gui
-
- [sbox-MAEMO_X86: ~] > af-sb-init.sh start
- Note: For remote X connections DISPLAY should contain hostname!
- Sample files present.
- DBUS system bus is already running, doing nothing
- Starting D-BUS session bus daemon
- Starting Maemo Launcher: maemo-launcher start failed.
- Starting Sapwood image server
- sapwood-server[4833]: GLIB INFO default - server started
- 1003488 - maemo 2.2 gui error messages: error maemo gui
-
- whoami: cannot find username for UID 1000
- whoami: cannot find username for UID 1000
- /scratchbox/tools/bin/mkdir: cannot create directory `/home//.osso': Permission denied
- /usr/bin/af-sb-init.sh: line 30: /home//.osso/current-gtk-theme: No such file or directory
- whoami: cannot find username for UID 1000
- /scratchbox/tools/bin/mkdir: cannot create directory `/home//.osso': Permission denied
- /usr/bin/af-sb-init.sh: line 30: /home//.osso/current-gtk-theme: No such file or directory
- Note: For remote X connections DISPLAY should contain hostname!
- 969172 - w3m build failed: maemo scratchbox
-
- [sbox-CHINOOK_ARMEL: ~/w3m-0.5.2] > ./configure |tee cfglog.log ; make ;make install
- checking for gawk... gawk
- checking for gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- 773404 - Lauro: c maemo dns
-
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <netdb.h>
- #include <stdio.h>
- #include <string.h>
- int main(int argc, char *argv[])
- {
- 769791 - Reinteract Hildon Patch: maemo hildon reinteract
-
- diff --git a/lib/reinteract/main.py b/lib/reinteract/main.py
- index 599c210..53eef9a 100644
- --- a/lib/reinteract/main.py
- +++ b/lib/reinteract/main.py
- @@ -10,9 +10,18 @@ from shell_view import ShellView
- from format_escaped import format_escaped
- 630175 - trevarthan: python on maemo dbus display off
-
- #!/usr/bin/python
- import dbus.glib,gobject
- def handler(sender=None):
- print "got signal from %r" % sender
- def catchall_signal_handler(*args, **kwargs):
- print ("Caught signal (in catchall handler) " + kwargs['dbus_interface'] + "." + kwargs['member'])
- 630173 - trevarthan: python on maemo dbus display off
-
- #!/usr/bin/python
- import dbus.glib,gobject
- def handler(sender=None):
- print "got signal from %r" % sender
- def catchall_signal_handler(*args, **kwargs):
- print ("Caught signal (in catchall handler) " + kwargs['dbus_interface'] + "." + kwargs['member'])