Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'maemo'

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