Organizátoři konference LinuxDays 2025, jež proběhne o víkendu 4. a 5. října 2025 v Praze na FIT ČVUT, spustili přihlašování přednášek (do 31. srpna) a sběr námětů na zlepšení.
Po roce byla vydána nová stabilní verze 25.6.0 svobodného multiplatformního multimediálního přehrávače SMPlayer (Wikipedie).
DNS4EU, tj. evropská infrastruktura služeb DNS založená na vysoce federovaném a distribuovaném ochranném ekosystému, byla spuštěna v testovacím režimu [𝕏]. Na výběr je 5 možností filtrování DNS.
Skriptovací programovací jazyk PHP (PHP: Hypertext Preprocessor, původně Personal Home Page) dnes slaví 30 let. Přesně před třiceti lety, 8. června 1995, oznámil Rasmus Lerdorf vydání PHP Tools (Personal Home Page Tools) verze 1.0.
Ve středu v 17:00 byl ve Francii zablokován přístup k PornHubu a dalším webům pro dospělé. K 17:30 došlo k nárůstu počtu registrací Proton VPN o 1 000 % [𝕏]. Dle nového francouzského zákona jsou provozovatelé těchto webů povinni ověřovat věk uživatelů prostřednictvím průkazu totožnosti nebo platební karty.
Před 32 lety, 6. června 1993, byl spuštěn první český WWW server (ještě pod TLD .cs), pro potřeby fyziků zabývajících se problematikou vysokých energií.
Střílečku Borderlands 2 lze v rámci výprodeje série Borderlands na Steamu získat zdarma napořád, když aktivaci provedete do 8. června 19:00.
Byla vydána nová verze 2.22 svobodného video editoru Flowblade (GitHub, Wikipedie). Přehled novinek v poznámkách k vydání. Videoukázky funkcí Flowblade na Vimeu. Instalovat lze také z Flathubu.
Canonical Launchpad vypíná systém správy verzí Bazaar. Vývojáři mohou své repozitáře do 1. září přemigrovat na Git.
Byla vydána nová verze 2.53.21 svobodného multiplatformního balíku internetových aplikací SeaMonkey (Wikipedie). Přehled novinek v poznámkách k vydání.
display
z balíku ImageMagick. Nezobrazuje žádná tlačítka okolo a na Esc
skončí (nadpis okna a pozici lze určit při spuštění).
image -a 50 -f 0 -t 0 -p 1 -i droplets.jpg
(vykreslí to obrázok hore v strede s 50% priehľadnosťou; nepoužije sa žiadny fade-in a fade-out efekt)
error while loading shared libraries: libaosd.so.2: cannot open shared object file: No such file or directory
Při pokusu kompilace pomocí make v adresáři image dostanu následující:
image.c:6:18: error: glib.h: No such file or directory
image.c:17: error: expected specifier-qualifier-list before ‘gboolean’
image.c:24: error: ‘TRUE’ undeclared here (not in a function)
image.c:24: warning: excess elements in struct initializer
image.c:24: warning: (near initialization for ‘opts’)
image.c:25: warning: excess elements in struct initializer
image.c:25: warning: (near initialization for ‘opts’)
image.c:26: warning: excess elements in struct initializer
image.c:26: warning: (near initialization for ‘opts’)
image.c:26: warning: excess elements in struct initializer
image.c:26: warning: (near initialization for ‘opts’)
image.c:27: warning: excess elements in struct initializer
image.c:27: warning: (near initialization for ‘opts’)
image.c:29: warning: excess elements in struct initializer
image.c:29: warning: (near initialization for ‘opts’)
image.c: In function ‘render’:
image.c:60: error: ‘struct anonymous’ has no member named ‘alpha’
image.c: At top level:
image.c:65: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘parse_options’
image.c: In function ‘main’:
image.c:137: warning: implicit declaration of function ‘parse_options’
image.c:137: warning: nested extern declaration of ‘parse_options’
image.c:137: error: ‘FALSE’ undeclared (first use in this function)
image.c:137: error: (Each undeclared identifier is reported only once
image.c:137: error: for each function it appears in.)
image.c:145: error: ‘struct anonymous’ has no member named ‘filename’
image.c:151: error: ‘struct anonymous’ has no member named ‘transparent’
image.c:153: error: ‘struct anonymous’ has no member named ‘pos’
image.c:154: error: ‘struct anonymous’ has no member named ‘x’
image.c:154: error: ‘struct anonymous’ has no member named ‘y’
Failed to compile image.c!
make[1]: *** [image.o] Error 1
make: *** [all] Error 1
make install
) je potrebné ako root spustiť aj program ldconfig
.
Inak v originálnej verzii sa glib nepoužíva, takže predpokladám, že sa pokúšaš skompilovať tú upravenú verziu. Aby to fungovalo je potrebné mierne upraviť makefile (aby sa tam pridali aj potrebné gdk knižnice). Napr. sa to môže upraviť tak, aby to vyzeralo nejako takto (upravujú sa len dva riadky, ostatné sú nezmenené):CPPFLAGS += ${CAIRO_CFLAGS} ${GLIB_CFLAGS} -I../../ -I../../libaosd `pkg-config gdk-2.0 --cflags` LDFLAGS += ${GLIB_LIBS} -L../../libaosd -laosd `pkg-config gdk-2.0 --libs`
SUBDIRS = libaosd ${TEXT_DIR} examplesčili výsledkem je kompilace všech příkladů.
bash$ make Entering directory libaosd. Successfully generated dependencies. Successfully compiled aosd.c. Successfully compiled aosd-internal.c. Successfully compiled aosd-main.c. Successfully linked libaosd.so. Leaving directory libaosd. Entering directory libaosd-text. Successfully generated dependencies. Successfully compiled aosd-text.c. Successfully linked libaosd-text.so. Leaving directory libaosd-text. Entering directory examples. Entering directory animation. Successfully generated dependencies. Successfully compiled animation.c. Successfully linked animation. Leaving directory animation. Entering directory scroller. Successfully generated dependencies. Successfully compiled scroller.c. Successfully linked scroller. Leaving directory scroller. Entering directory image. Successfully generated dependencies. Successfully compiled image.c. Successfully linked image. Leaving directory image.
Tiskni
Sdílej: