Index ¦ Archives ¦ RSS

Menzak BME kornyeken

Estimated read time: 1 minutes

Valamelyik heten sikerult 5 nap 5 helyen kajalni, lassuk a valasztekot:

  • Golmann menza: draga es szerintem kifejezetten visszataszito kajakat adnak itt ("nem tudod mit eszel"). Nem beszelve rola, hogy multkor az egyik tejbegrizuk utan hasmanest is sikerult osszeszedni. Azota kerulom.

  • Pizzaboy: talan egyetlen gyengeseguk, hogy a hazhozszallitasra vannak kitalalva, helyben sokszor nincs hely. Nincs messze, jo pizzakat csinalnak, olcsoak (tipikusan 1000 Ft alatt jol lehet lakni).

  • SZTAKI menza: olcso (450 Ft a menu), finom kajak vannak, hatranya, hogy csak magneskartyaval lehet bejonni, tehat tipikusan nem az utca emberenek van. (Nyilvan ezert engedhetik meg maguknak az arak alacsonyan tartasat.)

  • A Karman aljaban is van egy menza, ezt talan sokan nem ismerik. Neha kicsit lassuak, de turheto aron finomat adnak.

  • Vasarcsarnok/Skala: ez kicsit arrebb van, a 4-es villamos vegallomasanal. Az elfogyasztashoz kinalt kornyezet hagy kivannivalokat maga utan (leull melled egy csoves, stb), de a kaja finom es majdnem olyan olcso, mint a SZTAKI.


Tech talks

Estimated read time: 1 minutes

First, I was recently recommended this systemd video, a record of Lennart’s presentation at linux.conf.au, I liked it.

Second, I just realised Junio (the maintainer of git) went Google last year, as he states this in a recent interview. OK, I don’t really follow closely git development anymore, but good to know he now works on this not only one day a week. :)

Finally, I just saw Michael’s FOSDEM talk. I was innocently just watching it, then was surprised to see my name here and there. ;)


Git @ Meetup

Estimated read time: 1 minutes

Lesz Git eloadas a marcius 9-ei Meetupon, ha erdekel a tema, gyertek.


KDE 4.6 vs hibernate

Estimated read time: 1 minutes

We recently merged KDE 4.6 in Frugalware -current and since now it uses upower, it catches the sleep button of my netbook. The problem is that it tried to suspend instead of hibernation - what I wanted.

The trick is easy, but not really obvious. First, I disabled suspend/hibernate in /usr/share/polkit-1/actions/org.freedesktop.upower.policy so that I can play with this without actually hibernating/suspending the system.

Second, I went to System Settings → Input actions → Global, selected "KDE services" and there you can see Suspend and Hibernate as well. Go to Hibernate, and set a custom shortcut: it will ask if you want to remove the sleep button from Suspend - the answer is obviously yes.

Done!


Kalapmernok

Estimated read time: 1 minutes

Red Certified Hat Engineer:

/pic/rche.t.jpg

Ha valaki tenyleg elvegzett volna egy ilyen vizsgat, feltehetoen a vizsga nevet csak le tudna irni.


Russian characters in RTF export

Estimated read time: 1 minutes

I got a report about two problems which got fixed in master now.

The first error is triggered, if you have special (in RTF terms, so for example { or }) characters in style names. The result was not so friendly when you opened such a document:

http://vmiklos.hu/pic/loru1.png

After applying the first fix, the document was imported but the original Тест text was replaced by something non-unicode:

http://vmiklos.hu/pic/loru2.png

The second fix addresses this, and now the result is the expected one:

http://vmiklos.hu/pic/loru3.png

LibreOffice's git-hooks now warn about undocumented classes

Estimated read time: 1 minutes

There was a thread about this topic already, but just refusing to commit new files without documentation sounded too aggressive. So the current code just prints a warning.

It was also requested to show some good/bad examples. Lubos volunteered to add detailed instructions in the wiki, so I’m just describing in short what did I test so far.

A good example:

/// Handles export of foos using RTF markup
class RtfFoo
{
};

A bad example:

class RtfBarBuggy
{
};

Example output when a warning is emitted:

~/git/libreoffice/master/sw$ git commit -a -m foo
sw/source/filter/ww8/bar.hxx:30: warning: Compound RtfBarBuggy is not documented.
[master 1b11571] foo
 3 files changed, 68 insertions(+), 0 deletions(-)
 create mode 100644 sw/source/filter/ww8/bar.hxx
 create mode 100644 sw/source/filter/ww8/foo.hxx

systemd vs. LVM

Estimated read time: 1 minutes

Yesterday I enabled udev support in our LVM package, and that means LVM volumes under systemd not work as expected. Thanks to Lennart for the quick answer. :)


Nationality of currently active Frugalware developers

Estimated read time: 1 minutes

/pic/nationality-of-frugalware-developers.t.png

Just a FYI:

$ ./chkacc --verbose
Accepting active developer 'vmiklos' [hu]
Accepting active developer 'iron' [hu]
Accepting active developer 'voroskoi' [hu]
Accepting active developer 'boobaa' [hu]
Accepting active developer 'crazy' [ro]
Accepting active developer 'priyank' [in]
Accepting active developer 'hermier' [fr]
Accepting active developer 'devil505' [fr]
Accepting active developer 'bouleetbil' [fr]
Accepting active developer 'ryuo' [us]
Accepting active developer 'gholafox' [fr]
Accepting active developer 'phayz' [au]
Accepting active developer 'elentir' [fr]
Accepting active developer 'cedynamix' [fr]
Accepting active developer 'jercel' [fr]
Accepting active developer 'exceed' [fr]
Accepting active developer 'dex' [de]
Accepting active developer 'kooda' [fr]
Accepting active developer 'centuri0' [fr]
Accepting active developer 'kikadf' [hu]
Accepting active developer 'pingax' [fr]

Wrapped images in Word (LibreOffice RTF export)

Estimated read time: 1 minutes

I’ve got a report which turned out to be two separate issues. One is a regression from Go-OO 3.2.x, this post is about this part. The other part is about the improvement of both the import/export RTF filter, the bug has some detail on that part as well.

So the problem was that wrapped images (when the image is a frame and not a character) had some extremely small height. I did not notice this bug in LO as an LO-specific extension hides that value, but in Word you can see it:

http://vmiklos.hu/pic/fdo32613-before.png

The fix is to use the height of the containing frame instead of the height of the picture itself, then it’ll look fine:

http://vmiklos.hu/pic/fdo32613-after.png

© Miklos Vajna. Built using Pelican. Theme by Giulio Fidente on github.