|
2009-06-16
, 08:35
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#12
|
|
2009-06-16
, 08:39
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#13
|
Also, this is not strictly a gPodder bug, but it's related.
fyi, I installed also the Pool game, but then it wouldn't allow me to uninstall gPodder. To reproduce:
1. Install gPodder.
2. Install Pool.
3. Uninstall gPodder.
Bug: gPodder is needed by Pool
4. Uninstall Pool - no problem.
5. Uninstall gPodder - no problem.
The Following User Says Thank You to thp For This Useful Post: | ||
|
2009-06-16
, 11:02
|
|
Posts: 1,070 |
Thanked: 1,604 times |
Joined on Sep 2008
@ Helsinki
|
#14
|
The update fails to install: gpodder.postinst: line 9: maemo-select-menu-location: not found
|
2009-06-16
, 11:04
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#15
|
I think I read somewhere that the command above isn't available in Fremantle, what should we use instead ?
Thanks !
if [ -x /usr/bin/maemo-select-menu-location ]; then maemo-select-menu-location foo.desktop fi
|
2009-06-16
, 11:37
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#16
|
You don't, AFAIK. :P
Fremantle does not have categories AFAIK. You can just check to see if maemo-menu-select-location exists:
Code:if [ -x /usr/bin/maemo-select-menu-location ]; then maemo-select-menu-location foo.desktop fi
oldversion="$2" if [ -x /usr/bin/maemo-select-menu-location -a -z "$oldversion" ]; then maemo-select-menu-location foo.desktop fi
|
2009-06-16
, 11:41
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#17
|
Taking the suggestion from http://maemo.org/community/council/m...issing_out_on/ and your suggestion into account, the "proper" way to do this for both Diablo and Fremantle would be something like the following:
Still, the question while installing is annoying (even when only shown on first-time installs), so I'm happy if that goes away and a better menu structure replaces the current menu.Code:oldversion="$2" if [ -x /usr/bin/maemo-select-menu-location -a -z "$oldversion" ]; then maemo-select-menu-location foo.desktop fi
case "$1" in configure) [ -z "$2" ] && \ if [ -x /usr/bin/maemo-select-menu-location ]; then maemo-select-menu-location foo.desktop fi ;; esac
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
|
2009-06-16
, 12:18
|
Posts: 1,418 |
Thanked: 1,541 times |
Joined on Feb 2008
|
#18
|
|
2009-06-16
, 12:54
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#19
|
Horrible screen layouts. Huge buttons at the right and the unused space eat all the screen estate, while the actual readable columns are squeezed and cropped.
|
2009-06-16
, 13:09
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#20
|
fyi, I installed also the Pool game, but then it wouldn't allow me to uninstall gPodder. To reproduce:
1. Install gPodder.
2. Install Pool.
3. Uninstall gPodder.
Bug: gPodder is needed by Pool
4. Uninstall Pool - no problem.
5. Uninstall gPodder - no problem.
http://maemo.org/profile/view/qgil/ + http://qt-project.org