KDE 4.2.4, bilan après quelques semaines d'utilisation
Bon, après quelques semaines d'utilisation de KDE 4.2.4, il est temps de tirer un premier bilan. Finalement, passé l'effet "ouah ! c'est joli !", l'utilisation au quotidien de cet envirronnement est vraiment une galère de tout les instants: - le gestionnaire de fenetre est vraiment buggé, des fenetre qui s'ouvrent sur le mauvais ecran, une restauration des fenetres minimisée dans le systray à la taille de la fenetre au moment du démarrage de l'appli et non au moment de la minimisation - le panel est complètement incompatible avec le multifenetrage, la couleur du panel, rend indistinguable les fenetres, même si on arrive a faire marcher le systray sur - le seul style de décoration fenetre potable ne permet pas de distinguer facilemement la fenetre active, c'est très pénible, - konsole est complètement buggé, de temps à autre, quand on ouvre un nouvel onglet, il décide de l'ouvrir au repertoire de l'onglet précédant... les scripts d'initialisation du shell (bashrc ou zshrc) sont ignorés, le nommage des onglets est buggé, ça affiche n'importe quoi, une couleur rose est de temps à autre affiché sans aucune raison.. - la touche "Impr écran" (Printscreen) n'est pas fonctionnelle, il faut lancer ksnapshot à la main pour faire une capture d'ecran, la selection d'une region de l'ecran de ksnaphost est contre intuitive, il faut double cliquer après avoir selectionner, c'est vraiment overkill Et encore, ce n'est qu'un début
Comments (0)
:: Trackbacks (0)
KDE 4.2.4
Since last weekend, I'm testing on my computer KDE 4.2.4. It works pretty well except for some little annoying things: - the window manager have strange way to handle window size (minimized windows to try like amarok or akregator, when displayed again have their launch size, not the size just before minimization), - dual head management is a crap. In settings, I was able to enable the second screen, but i was not able to move this new screen 1440 pixel to the right. The panels (the thing that olds windows list, K button) are placed on the screen using absolute immutable position: when a screen is enabled or disabled, the panel does not move: disabling a screen, make the panel disappear until the screen is enabled back. This is annoying since I'm using it on a laptop, at work, a big screen is attached to the computer, at home, I'm using only the laptop screen. Fix backspace of the Mac OS terminal when SSH'ing into Linux boxes
If like me you have trouble with the backspace key during ssh session into linux machines, especially if the backspace key does not work under screen on Ubuntu systems, have a look at Fix backspace/delete when ssh'ing into Linux machines, or follow the tips below : (For Ubuntu systems), replace the /lib/terminfo/x/xterm-color file on the linux box by the one found on your mac in/usr/share/terminfo/78/xterm-color.That's it Apache Virtual Hosts and DNS Web Redirection
A friend of mine tried to setup some days ago an Apache web server with two virtual hosts. Unfortunately, he was only able to reach it's first defined virtual host. We found nothing bad in the Apache conf files. So we suspected an Apple conspiracy as the server was launched from an mac mini. But it was not a conspiracy He was using Gandi as registrar, DNS provider and registered what Gandi calls DNS Web Redirection : you hosts your zone on gandi DNS servers, all subdomain (eg www or blog) are recorded as a CNAME of webredir.vip.gandi.net. Then webredir.vip.gandi.net acts as a proxy to the real website of your choice (eg: a Mac Mini behind a Free DSL connection). This method DOES NOT WORK when the target website uses Apache Virtual Hosts. (wrong Host header) Do not use those kind of hacky redirection unless there is no other choice available. Use A and CNAME records, like cestdelamerde does :
The ultimate DNS zone file if you are hosting all you're VH under the same IP... Unbelievable Debian Security Issue
Two days ago, Debian developpers annouced a huge security breach has been introduced in libssl since september 2006 as a patch to the random number generator ([DSA 1571-1] New openssl packages fix predictable random number generator ; Debian -- Security Information -- DSA-1571-1 openssl). Unfortunately, this unstable version of libssl is the one used for a while in Debian based distributions like Ubuntu, thus all debian or Ubuntu, Kubuntu, Xubuntu (...) users are required to upgrade their version of libssl and also check all key material generated since 2006 For Gentoo users, nothing has to be done ; their non patched openssl version is ok. Again, a new reason for not using any debian based distributions... Gentoo rocks. Firefox and Color Management
While I was uploading pictures from Lightroom to the web (flickr), I used firefox on OS X to preview uploaded galleries and colors of uploaded picture were insipid. I've first suspected Lightroom to create fucked jpeg files, but viewing with another web browser like Safari just shows perfect colors. It seems that the Mac OS X version of Firefox 2 is not able to apply right color profiles to render jpeg pictures. The screenshot below is self explanatory... The only workaround is not to use Firefox ! Monitoring Bandwidth from Command Line
First option : {code}cat /proc/net/dev{code} This shows all network interfaces and some statistics associated with them, but is not very user friendly. User friendly option : install Bandwidth Monitor NG (package name is bwm-ng in most common distribution) and execute it : {code}bwm-ng{code} Flush Linux Caches
It is now possible from kernel version 2.6.16 to drop Linux internal caches (page caches, inodes and dentry caches). This can be done by echoing a number into /proc/sys/vm/drop_caches : To drop page cache : echo 1 > /proc/sys/vm/drop_cachesTo drop inode and dentry cache : echo 2 > /proc/sys/vm/drop_cachesAnd finally to drop everything : echo 3 > /proc/sys/vm/drop_cachesSource : Drop Caches - linux-mm.org KDE 4.0 Final - A Pre-Alpha Release ?
January 11, 2008 kde.org annouced KDE 4.0 is released ! Unfortunately, this release is not really ready for day to day use. The new interface is beautyful but lacks of configuration options (eg:resizing/masking the taskbar). A lot of application that used to work in kde 3.5 does not work anymore (eg: Kopete has a random behaviour when it talks to some Jabber servers). Some kickass features in applications have been disabled : it is not possible to access directly to a tab in Konsole using a keyboard shortcut, adding custom applet (like a "show desktop button") to the taskbar seems not possible anymore.... Even worse, some settings are not accessible through the control panel anymore, eg: the number of desktops available for application windows can only be configured by right-clicking on the pager taskbar applet, the taskbar options (size, automasking...) seems to be gone, when removing the pager applet, there seems to be no way to enable it back ! After some time, keyboard shortcuts did not work anymore : Alt+TAB just does nothing, Ctrl+Shift+N (new tab in Konsole) split the screen... So do not even think about installing it Dell D630 Docking Station and Gentooo Linux
Dell provides a nice docking station where the Dell D630 can be plugged on. But Linux kernel lacks support of this kind of hardware. Even if a "dock" ACPI module is existing in recent 2.6 kernels, it fails to provide ACPI events to acpid : it just have not been implemented in the kernel code --- ../../../linux-2.6.22-gentoo-r9/drivers/acpi/dock.c 2007-10-31 17:30:44.000000000 +0100In Gentoo the event can be matched using the code extracted from my /etc/acpi/default.sh : Unfortunately, this quick hack fails to detect the first "undock" event if the laptop is docked at boot time... Xorg, Dual Head and Dell D630
Having the dual head working properly on Linux is a pain in the ass. Especially when your laptop comes with an Intel card. For an unknown reason using the latest stable intel drivers of the Gentoo linux distribution, getting the DVI output of the docking station working is not possible ; you have to unmask the intel drivers package to get it work. Unfortunately, even with the last drivers, it fails to detects video modes of the DELL 2007WFP flat screen Even with this config specials scripts have to be written in order to get it work (this must be launched after the X startup) : Timemachine & Network Shares
By default, the Leopard TimeMachine is not able to write to Windows network shares. But it comes with an hidden option that allows this to happen. You only have to do this : defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1
|
QuicksearchCategoriesSyndicate This Blog |
Powered by s9y
