Ajnasz Blog

Archive - dec 2010

Dátum
  • All
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
Típus

December 23rd

Google Reader Wacher won't work anymore.

I've tried uninstalling it, but that hasn't done anything. And I'm not sure if this happened after an update of what.

Basically, my icon is stuck blue. It never updates whether I have new feeds or not (updating IS on). I can access the Control/Right-Click menu, but clicking the icon or anything in the menu doesn't do anything (the menu just disappears and that's it), changing the settings in Preferences from the addons menu doesn't seem to do anything especially when it was working just fine I didn't touch the Preferences at all.

Mutt, Dátum, Saját Timezone

Adva van egy probléma: A mutt (ami egy email kliens) a küldő által beállított időzónában mutatja, hogy a levél mikor lett elküdlve. Tehát, ha USA-ból kapok valakitől levelet, akkor oda van írva, hogy 9:00 AM PST. Ez nem annyira jó, mert a fenének sincs kedve számolgatni, hogy az mégis mennyinek számít idehaza. Ezt a problémát meg kellett oldani, amihez awk-t és a rendszerhez kapott date parancsot használtam, aminek a végeredménye a következő lett:

#!/usr/bin/awk -f
# A small awk script for mutt,
# which shows the send date in the user's current time zone
  {
  if (/^Date: /) {
    datestr="date -d \""
    for (i = 2; i < NF; i++) {
      datestr=datestr " " $i
    }
    datestr=datestr "\""
    printf "Date: "
    system(datestr)
  } else {
    print $0
  }
}

Ezt el kell menteni, mondjuk muttmessagefilter.awk néven, pl. a $HOME/bin/ alá, futtathatóvá kell tenni:

chmod +x $HOME/bin/muttmessagefilter.awk

Ezután $HOME/.muttrc-be egy messagefiltert kell tenni:

set display_filter="~/bin/muttmessagefilter.awk"

Aztán ennyi.

December 14th

1.3 does not work

Hello. After updating to 1.3, the watcher does not work anymore. If I revert back to 1.2.2, it becomes normal. I tried to disable all other extensions, same. The current development version breaks too.

Symptoms: 1) Status bar icon does not respond left click; 2) Right click pops out menu, but no menuitem responds; 3) Even set automatic update, the status bar icon does not retrieve any feed.

I'm using Firefox 3.6.13. Tested both on Windows XP and 7.

Thanks!

December 7th

Addon logs me in with different google account

Hi,

I've installed google reader watcher and entered my google login.
The addon checks for feeds correctly (it shows me the actual amount of new feeds in the browser status bar).

When I click the icon, however, it does not log me in with me entered google account information but with another google account that I use.

Is there a way to fix this?

December 2nd

Fluxbox patch set

Már hosszú évek óta Fluxboxot használok ablakkezelőnek, mert gyors, szép és majdnem tökéletesre be lehet konfigurálni.
Addig amíg csak egy kijelzőt használtam, bajom se volt vele. Volt egy billentyű kombinációm arra, hogy az ablak a képernyő felét foglalja csak el függőlegesen és legyen maximum széles, esetleg fordítva, teljesen magas és vízszintesen meg fél képernyő méretű.