The Following User Says Thank You to int_ua For This Useful Post: | ||
![]() |
2012-12-22
, 11:42
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#2
|
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2012-12-22
, 12:44
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#3
|
What is your question?
I do not get it. Here are my questions:
Why did you say 'Yes' to this list?
Which of the packages listed would you want to get rid of?
The Following User Says Thank You to int_ua For This Useful Post: | ||
![]() |
2012-12-22
, 15:13
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#4
|
I wanted to point that it looks like there is a very poorly written postrm script.
#!/bin/sh # Check the os version SDK_VERSION=`dpkg -s libhildon1 | grep Version | cut -d: -f2` if test "x$SDK_VERSION" = "x 2.0.6-1"; then DIABLO=1 FREMANTLE=0 else DIABLO=0 FREMANTLE=1 fi IFACES="/etc/network/interfaces" IFACES_TMP="/tmp/interfaces.tmp" START="### BEGIN Network Manager" END="### END Network Manager" NM_CONFIG_STUFF=0 IFS=$'\n' if [ "$1" = "remove" ]; then rm -f "${IFACES_TMP}" while read LINE; do echo "${LINE}" | grep "${START}" - if [ $? = 0 ]; then NM_CONFIG_STUFF=1 fi if [ ${NM_CONFIG_STUFF} = 0 ]; then echo "${LINE}" >> "${IFACES_TMP}" fi echo "${LINE}" | grep "${END}" - if [ $? = 0 ]; then NM_CONFIG_STUFF=0 fi done <${IFACES} if [ -f "${IFACES_TMP}" ]; then echo "Restoring ${IFACES}" cp -f "${IFACES_TMP}" "${IFACES}" rm -f "${IFACES_TMP}" fi fi if test $FREMANTLE -eq 1 ; then # echo "Removing from Fremantle device" #disable network plugin BLUEZ_CONF="/etc/bluetooth/main.conf" sed -e "s/^#DisablePlugins/DisablePlugins/g" ${BLUEZ_CONF} > ${BLUEZ_CONF}.tmp mv ${BLUEZ_CONF}.tmp ${BLUEZ_CONF} # /etc/init.d/bluetooth restart fi exit 0
The Following 3 Users Say Thank You to sixwheeledbeast For This Useful Post: | ||
![]() |
2012-12-22
, 17:50
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#5
|
IFS=$'\n'
IFS=$(echo -e "\n")
The Following 3 Users Say Thank You to int_ua For This Useful Post: | ||
![]() |
2012-12-22
, 21:48
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#6
|
The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
![]() |
2012-12-23
, 06:59
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#7
|
The Following User Says Thank You to int_ua For This Useful Post: | ||
![]() |
2012-12-23
, 11:22
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#8
|
reporting...
They've disabled receiving private messagges. I'm not in a mood to hunt them on google, anyone else want to try?
pc-connectivity-manager (0.7.14) experimental; urgency=low * Bug that prevents sbrsh applet to use wildcards fixed -- Walter Guerra <walter.guerra(no_spam)@(no_spam)signove(no_spam).com> Tue, 24 Nov 2009 18:45:45 -0300
The Following 2 Users Say Thank You to sixwheeledbeast For This Useful Post: | ||
![]() |
2012-12-23
, 13:05
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#9
|
The package hasn't been maintained since 2009.
There's no bugtracker and no bugzilla.....
... .However from a quick search there maybe other bugs
Does anybody use it successfully on PR1.3.1/CSSU?
Should the package just be removed from the Repos as broken?
[/code]
The Following 2 Users Say Thank You to handaxe For This Useful Post: | ||
![]() |
2012-12-23
, 13:32
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#10
|
I remember trying this on PR1.2 and it was not working back then. Yes it should be pulled from the repos (maybe an archive repo) and so prolly should some other non-working packages eg. minigpsd.
See the wiki page: http://en.wikipedia.org/wiki/Journey..._video_game%29
Old info:
Since this thread started collecting broken packages I've changed the title.
Please
a) try contacting maintainers and post results by updating the post where you mentioned the package as broken;
b) or just add that you don't want to so someone else would.
wifi-switcher http://talk.maemo.org/showpost.php?p...2&postcount=10
maemoreactor simonknowsmaemo netmon http://talk.maemo.org/showpost.php?p...7&postcount=15
b)
pc-connectivity-manager see below
Last edited by int_ua; 2013-04-01 at 23:33. Reason: thread started collecting broken packages