>From /usr/bin/kblueplugd:

import commands

x = commands.getstatusoutput('ps ax|grep rotatelogs')[1]


#!/usr/bin/python
# -*- coding: UTF-8 -*-
"""
Copyright (C) 2007 Achim Bohnet <[EMAIL PROTECTED]>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
"""

import sys
from   PyQt4 import QtCore, QtGui
import dbus
import dbus.mainloop.qt
import distutils.spawn


I think some patching went totally wrong, it has to look like this:

#!/usr/bin/python
# -*- coding: UTF-8 -*-
"""
Copyright (C) 2007 Achim Bohnet <[EMAIL PROTECTED]>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
"""

import sys
from   PyQt4 import QtCore, QtGui
import dbus
import dbus.mainloop.qt
import distutils.spawn
import commands

x = commands.getstatusoutput('ps ax|grep rotatelogs')[1]

...


This does not fix receive files bug from the phone, as building svn does ...

-- 
Can't recive files from cell phone
https://bugs.launchpad.net/bugs/146145
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to