consommation de carburant
Bonjour, Notre outil vous fournit les meilleures solutions télématiques sur le marché. Nous vous proposons un système de surveillance de véhicule innovant comprenant davantage de fonctionnalités et qui satisfait près de l’ensemble des besoins de gestion de flotte existants. Bénéficiez d’une période d'essai gratuite de 3 mois et explorez sans aucun risque l’étendue des fonctionnalités de notre outil. Souhaitez-vous gérer plus efficacement vos voitures et autres véhicules de société ? Cordialement, Madeleine Durand
Bug#951041: kde-standard: kde plasma upper right corner menu does not open any more after opening any application
Package: kde-standard Version: 5:104 Severity: important Tags: upstream Dear Maintainer, I installed bullseye testing at first with xfce only and later added kde-standard via apt-get install kde-standard. I believe the issue is not hardware dependent but I used an AMD64 (intel celeron) based ACER laptop (Acer TravelMate B). When logging in to kde plasma the menu at the top right corner opens normaly (any number of times), but as soon as any application is started (through a desktop icon or the K menu) the menu at the upper right corner of the desktop does not respond anymore (does not open when left-clicking with mouse). Logging out and in of the desktop (without restarting the computer) makes the menu available again up to the point that any application is started, which is the same behaviour as the first log in after computer startup. It appears to be independent of an internet connection being available or not. Closing all application does not make the menu available again (only logging out and in of the desktop makes it available until again an application is started). I think it is an important usability issue as this menu is supposed to work through the whole session and may be an apparent bug to a large audience. Note that this bug may be applied to kde-plasma-desktop rather than kde-standard meta-package but I cannot be sure on this so I chose kde-standard for reporting. Thank you, Raphael -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 5.4.0-3-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages kde-standard depends on: ii akregator 4:19.08.3-1 ii ark4:19.12.0-1 ii dragonplayer 4:19.12.1-1 ii gwenview 4:19.12.0-1+b1 ii juk4:19.12.0-1 ii kaddressbook 4:19.08.3-1 ii kate 4:19.12.0-1 ii kcalc 4:19.12.1-1 ii kde-plasma-desktop 5:104 ii kde-spectacle 19.12.0-2 ii khelpcenter4:18.04.0-1+b1 ii kmail 4:19.08.3-1 ii knotes 4:19.08.3-1 ii korganizer 4:19.08.3-1 ii kwalletmanager 4:18.04.1-1+b1 ii okular 4:17.12.2-2.2+b2 ii plasma-dataengines-addons 4:5.14.5.1-2+b2 ii plasma-pa 4:5.14.5-1+b2 ii plasma-runners-addons 4:5.14.5.1-2+b2 ii plasma-wallpapers-addons 4:5.14.5.1-2+b2 ii plasma-widgets-addons 4:5.14.5.1-2+b2 ii polkit-kde-agent-1 4:5.14.5-1+b1 ii sweeper4:18.04.1-1+b1 Versions of packages kde-standard recommends: ii konq-plugins 4:19.08.2-2+b1 ii plasma-nm 4:5.14.5-2+b2 Versions of packages kde-standard suggests: pn kopete pn skanlite -- no debconf information
Bug#947735: marked as done (qtlocation-opensource-src: Fix build on hurd-i386)
Your message dated Mon, 10 Feb 2020 13:19:23 + with message-id and subject line Bug#947735: fixed in qtlocation-opensource-src 5.12.5+dfsg-4 has caused the Debian Bug report #947735, regarding qtlocation-opensource-src: Fix build on hurd-i386 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 947735: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947735 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: qtlocation-opensource-src Version: 5.12.5+dfsg-2 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd Hello, qtlocation-opensource-src currently can't build on hurd-i386 because it does not enable the geoclue modules. The attach patch fixes this. Samuel -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'proposed-updates'), (500, 'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.4.0 (SMP w/8 CPU cores) Kernel taint flags: TAINT_OOT_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- Samuel c> [ ] morning [ ] afternoon [ ] evening [ ] night , everyone (choose as applicable) Index: qtlocation-opensource-src-5.12.5+dfsg/src/plugins/position/position.pro === --- qtlocation-opensource-src-5.12.5+dfsg.orig/src/plugins/position/position.pro +++ qtlocation-opensource-src-5.12.5+dfsg/src/plugins/position/position.pro @@ -2,8 +2,8 @@ TEMPLATE = subdirs QT_FOR_CONFIG += positioning-private -linux|freebsd|openbsd|netbsd:qtHaveModule(dbus):SUBDIRS += geoclue -linux|freebsd|openbsd|netbsd:qtHaveModule(dbus):SUBDIRS += geoclue2 +linux|freebsd|openbsd|netbsd|hurd:qtHaveModule(dbus):SUBDIRS += geoclue +linux|freebsd|openbsd|netbsd|hurd:qtHaveModule(dbus):SUBDIRS += geoclue2 qtConfig(gypsy):SUBDIRS += gypsy qtConfig(winrt_geolocation):SUBDIRS += winrt qtHaveModule(simulator):SUBDIRS += simulator --- End Message --- --- Begin Message --- Source: qtlocation-opensource-src Source-Version: 5.12.5+dfsg-4 We believe that the bug you reported is fixed in the latest version of qtlocation-opensource-src, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 947...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Lisandro Damián Nicanor Pérez Meyer (supplier of updated qtlocation-opensource-src package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 10 Feb 2020 10:06:57 -0300 Source: qtlocation-opensource-src Architecture: source Version: 5.12.5+dfsg-4 Distribution: experimental Urgency: medium Maintainer: Debian Qt/KDE Maintainers Changed-By: Lisandro Damián Nicanor Pérez Meyer Closes: 947735 Changes: qtlocation-opensource-src (5.12.5+dfsg-4) experimental; urgency=medium . [ Dmitry Shachnev ] * Fix Mapbox GL build on Hurd, thanks Samuel Thibault (closes: #947735). Checksums-Sha1: 529310817ec6984f2e495bb03a9ce09a369afc48 3821 qtlocation-opensource-src_5.12.5+dfsg-4.dsc 8179445b24758199e32b0120d331ad2dcb2e3315 40028 qtlocation-opensource-src_5.12.5+dfsg-4.debian.tar.xz 38d5ad85fd99269541e5d612fe040ce03483b222 12693 qtlocation-opensource-src_5.12.5+dfsg-4_source.buildinfo Checksums-Sha256: 2f4b32f2f2f98e6173ca312b0c6e257c025c35d0c9e76fdb81d7e536e6a71bb3 3821 qtlocation-opensource-src_5.12.5+dfsg-4.dsc 932ec4a756b6235e31969a34f8c141f78807b5b8b3ce7f5a2256165cf636a5b1 40028 qtlocation-opensource-src_5.12.5+dfsg-4.debian.tar.xz 6bad39f5ac6ae87ed165f1fefe75bd748372ba7be78b52767ec9bfb740ac2dcd 12693 qtlocation-opensource-src_5.12.5+dfsg-4_source.buildinfo Files: 81f397f3edbb3809d5a0178bf679037f 3821 libs optional qtlocatio
Processing of qtlocation-opensource-src_5.12.5+dfsg-4_source.changes
qtlocation-opensource-src_5.12.5+dfsg-4_source.changes uploaded successfully to localhost along with the files: qtlocation-opensource-src_5.12.5+dfsg-4.dsc qtlocation-opensource-src_5.12.5+dfsg-4.debian.tar.xz qtlocation-opensource-src_5.12.5+dfsg-4_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
qtlocation-opensource-src_5.12.5+dfsg-4_source.changes ACCEPTED into experimental
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 10 Feb 2020 10:06:57 -0300 Source: qtlocation-opensource-src Architecture: source Version: 5.12.5+dfsg-4 Distribution: experimental Urgency: medium Maintainer: Debian Qt/KDE Maintainers Changed-By: Lisandro Damián Nicanor Pérez Meyer Closes: 947735 Changes: qtlocation-opensource-src (5.12.5+dfsg-4) experimental; urgency=medium . [ Dmitry Shachnev ] * Fix Mapbox GL build on Hurd, thanks Samuel Thibault (closes: #947735). Checksums-Sha1: 529310817ec6984f2e495bb03a9ce09a369afc48 3821 qtlocation-opensource-src_5.12.5+dfsg-4.dsc 8179445b24758199e32b0120d331ad2dcb2e3315 40028 qtlocation-opensource-src_5.12.5+dfsg-4.debian.tar.xz 38d5ad85fd99269541e5d612fe040ce03483b222 12693 qtlocation-opensource-src_5.12.5+dfsg-4_source.buildinfo Checksums-Sha256: 2f4b32f2f2f98e6173ca312b0c6e257c025c35d0c9e76fdb81d7e536e6a71bb3 3821 qtlocation-opensource-src_5.12.5+dfsg-4.dsc 932ec4a756b6235e31969a34f8c141f78807b5b8b3ce7f5a2256165cf636a5b1 40028 qtlocation-opensource-src_5.12.5+dfsg-4.debian.tar.xz 6bad39f5ac6ae87ed165f1fefe75bd748372ba7be78b52767ec9bfb740ac2dcd 12693 qtlocation-opensource-src_5.12.5+dfsg-4_source.buildinfo Files: 81f397f3edbb3809d5a0178bf679037f 3821 libs optional qtlocation-opensource-src_5.12.5+dfsg-4.dsc c85b1d9aa43afaaeb387641ff5d973e8 40028 libs optional qtlocation-opensource-src_5.12.5+dfsg-4.debian.tar.xz cfc44bba5cdf95b26ab9d6113406f0b9 12693 libs optional qtlocation-opensource-src_5.12.5+dfsg-4_source.buildinfo -BEGIN PGP SIGNATURE- iQJIBAEBCAAyFiEEEt36hKwjsrvwSzE8q2RfQGKGp9AFAl5BVa4UHGxpc2FuZHJv QGRlYmlhbi5vcmcACgkQq2RfQGKGp9ASqBAAtVP+3UCydgKOTeOZ7G0tGmQHI8Y9 V7X4CCvlPRoij9kvlZ4R8jhWAOcnpTzaJnyeb3rtXhWRLtoDH6nAyJC22kEB7Lwu xmXsS8ftlyd5Ve+KVKjiZ2/Dd3Mg9WIClgpSgaH1oJb+jqxDjM9I4e1hEgNw5cNt CwyM5JWLh1C5HvnOiQ/9Gol6/TAHex3Xk2X3qa87iyklhn9UkdsToLFssL2iLk8I zx3SrMcE97yUYfUrjiZBRCchtgnz0xmUklt/87P+tGVveF8lKxdVEAocHxtHbB7y RIEgym+RRPCRsLYFy+SypuKUJvbbLSqQEwG1H2Ksb8unv8uOrSpuGzOedjmJrI5A 6Z10M5VJssGPabuJHZ6GzX7v8XCLZMUmxLxk8GCnbN85uZZYW5FXZ93X5h0HI45a 7d1mXNLltFF/B6YPkxz5acYz2kdsAyusxt39bqGJeDKxYm/5r07X+JAQqIPL1PuY SU4+BCVHnqm5kOasCu+2JwpsSKeBAqi3PEIP2bWF1D4DzkSmsoOZJ3h94/SsfOOe UZEngK/es/jzZLspU/UzUcDF+mzZ1v+x1PIofsuadlyfQ4H2f8SnBd+fbthuKzqj tZN+QaeJbL1OXO57lB3vhnEyyYKpzTKE72pOzfEGyfGrf/aijBvi9cc5KSrN4RLq j5BVxy+uXqbKCNY= =WzCy -END PGP SIGNATURE- Thank you for your contribution to Debian.
Processing of qtlocation-opensource-src_5.12.5+dfsg-5_source.changes
qtlocation-opensource-src_5.12.5+dfsg-5_source.changes uploaded successfully to localhost along with the files: qtlocation-opensource-src_5.12.5+dfsg-5.dsc qtlocation-opensource-src_5.12.5+dfsg-5.debian.tar.xz qtlocation-opensource-src_5.12.5+dfsg-5_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
qtlocation-opensource-src_5.12.5+dfsg-5_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 10 Feb 2020 11:19:18 -0300 Source: qtlocation-opensource-src Architecture: source Version: 5.12.5+dfsg-5 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers Changed-By: Lisandro Damián Nicanor Pérez Meyer Changes: qtlocation-opensource-src (5.12.5+dfsg-5) unstable; urgency=medium . * Brow paperbag upload: the last upload should have gone to unstable. Checksums-Sha1: b2b01181b348135ec60d209e5437a65a1e9a04f2 3821 qtlocation-opensource-src_5.12.5+dfsg-5.dsc 38ea87990421182d5556d55c2df86aeb1061ad19 40052 qtlocation-opensource-src_5.12.5+dfsg-5.debian.tar.xz 16eb2499f9c642d3a7eff0436f26e2b78e71c7ab 12693 qtlocation-opensource-src_5.12.5+dfsg-5_source.buildinfo Checksums-Sha256: a519df6155a5d0187bd12bbe445fa85b406c328d03b6cd7047886de076b1fd77 3821 qtlocation-opensource-src_5.12.5+dfsg-5.dsc 1f6d3da0b63a3aa5b83bb222bae7977e3dc7cd2328d69edfe9c6c8a61754f186 40052 qtlocation-opensource-src_5.12.5+dfsg-5.debian.tar.xz 0f8ef8109d9b317fb87e212dc5883e33634ae25b9d6fbb34863ec0bfd9491fbf 12693 qtlocation-opensource-src_5.12.5+dfsg-5_source.buildinfo Files: f0a7e71d6592994978ef520c6adbfb3e 3821 libs optional qtlocation-opensource-src_5.12.5+dfsg-5.dsc 7132166f0c5fc8f1a2f2a23cb893f3eb 40052 libs optional qtlocation-opensource-src_5.12.5+dfsg-5.debian.tar.xz 33373c15b15f42a26cdf13eafe6464cd 12693 libs optional qtlocation-opensource-src_5.12.5+dfsg-5_source.buildinfo -BEGIN PGP SIGNATURE- iQJIBAEBCAAyFiEEEt36hKwjsrvwSzE8q2RfQGKGp9AFAl5BZo4UHGxpc2FuZHJv QGRlYmlhbi5vcmcACgkQq2RfQGKGp9AXpQ/+LnWsPKGp+hqPfqkSEgf7D8IE0yPA O0vNh29DGs0FDmOcL5rDdsZ0XwgmqMfMr3UqUFAKy1cinp/AAYjSQkJdSguVsf5J sTn+jkAZqdiokwgd/pGvsaarrkEmZVrkmuFbZgpRSr7rkLh4vdOl7H6Wm9HIU74u Ee2Rb9RwtFgv4mT8+oi5jsKrW4Xpo47OwLqAwQOyS4j2M9GocR7Evh01O7Ykh4PM oLKTwdaZQPm+5sNZTYYA29Rrr9S0J4OjtrbuK7fbP9fX/5jQvb4H1wXSXer+m0ov dBc8L0/+lF+0I9VWaEFMmws3d2/C1XaVmjZ3DST2UCpGZ7yWOpaOBYqswkb+HlGF c6hmFgAD1G6/Dh73RpXbm7m97q7UJgymiab3kMFMLkeAoyNKlo+abAUc9XtwVslS Jf+bI2La0bpuTGdnR2+/wU7dP5EQW3WVAOd3Jxg8uzT6jY/GfMLSlwG7qUgkQuIP I2fh2wpZ095mSrc1PnwMxqyH/zTG7k4K3hd/WNsWL2f52htF+hk9I8sP3ppIKc37 /Xc8i2VRk9UoVP1Tyh/f6f7LAnOZwIaIvWp5Q+TcBhgFIMC+/OqmsNVJz2t/UHqS amhsqGleYkNTaPKgnpF0ZCypZX3kp1hb33pFwbWWuQNmc3PFFL/OmfIFHMgNmvVv AMnNXgzvHBHb9hc= =3e/l -END PGP SIGNATURE- Thank you for your contribution to Debian.
Bug#951066: qtbase-opensource-src: CVE-2015-9541
Source: qtbase-opensource-src Version: 5.12.5+dfsg-8 Severity: important Tags: security upstream Forwarded: https://bugreports.qt.io/browse/QTBUG-47417 Hi, The following vulnerability was published for qtbase-opensource-src. CVE-2015-9541[0]: | Qt through 5.14 allows an exponential XML entity expansion attack via | a crafted SVG document that is mishandled in QXmlStreamReader, a | related issue to CVE-2003-1564. Mainly for the purpose of tracking the upstream issue downstream, it is upstream reported in QTBUG-47417[1]. If you fix the vulnerability please also make sure to include the CVE (Common Vulnerabilities & Exposures) id in your changelog entry. For further information see: [0] https://security-tracker.debian.org/tracker/CVE-2015-9541 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9541 [1] https://bugreports.qt.io/browse/QTBUG-47417 Please adjust the affected versions in the BTS as needed. Regards, Salvatore
[bts-link] source package kio
# # bts-link upstream status pull for source package kio # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # https://bts-link-team.pages.debian.net/bts-link/ # user debian-bts-l...@lists.debian.org # remote status report for #895962 (http://bugs.debian.org/895962) # Bug title: kio: http.so resource leak causing background CPU usage # * http://bugs.kde.org/show_bug.cgi?id=392768 # * remote status changed: (?) -> RESOLVED # * remote resolution changed: (?) -> FIXED usertags 895962 + status-RESOLVED resolution-FIXED thanks
Bug#875847: qttools5-dev-tools: .qhc files not reproducible
On 2017-09-15, Laurent Bigonville wrote: > It seems that qcollectiongenerator is generating files that are > containing the creation time of the qhc file (LastRegisterTime and > CreationTime), making them non-reproducible. See: > https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/setools.html > > To make the build reproducible, qcollectiongenerator should probably be > patched to support SOURCE_DATE_EPOCH to be able to pass the debian/changelog > date instead of the current date. This seems partially fixed in recent qttools-opensource-src, implementing SOURCE_DATE_EPOCH for LastRegisterTime and CreationTime, but it is still affected by timezone variations. TimeStampTable appears to still ignore SOURCE_DATE_EPOCH. live well, vagrant signature.asc Description: PGP signature
Bug#875847: qttools5-dev-tools: .qhc files not reproducible
On 2020-02-10, Vagrant Cascadian wrote: > On 2017-09-15, Laurent Bigonville wrote: >> It seems that qcollectiongenerator is generating files that are >> containing the creation time of the qhc file (LastRegisterTime and >> CreationTime), making them non-reproducible. See: >> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/setools.html >> >> To make the build reproducible, qcollectiongenerator should probably be >> patched to support SOURCE_DATE_EPOCH to be able to pass the debian/changelog >> date instead of the current date. > > This seems partially fixed in recent qttools-opensource-src, > implementing SOURCE_DATE_EPOCH for LastRegisterTime and CreationTime, > but it is still affected by timezone variations. Haven't figured out how to force the timezone to UTC or something like that... > TimeStampTable appears to still ignore SOURCE_DATE_EPOCH. I *think* TimeStampTable is coming from the file modification time here: https://sources.debian.org/src/qttools-opensource-src/5.12.5-2/src/assistant/help/qhelpcollectionhandler.cpp/?hl=1647#L1647 live well, vagrant signature.asc Description: PGP signature
Bug#949710: /usr/bin/plasmashell: segfaults sporadically but only when using app dropdown menu
Hi Bernhard, you seem to be triaging a lot of segfault bugs recently ;-) >Usually when a segfault happens in 'dmesg' output should >appear two lines about this event. Maybe you could forward >these to the report too. We debugged this together, as it just happened when we were discussing the bugreport again. Interestingly enough, there is nothing related in dmesg (last entry a couple of minutes after boot). >If it is possible to install systemd-coredump a backtrace >would be automatically added to the journal, which could >be viewed by 'journalctl --no-pager'. We installed systemd-coredump. >[1] https://wiki.debian.org/HowToGetABacktrace#Installing_the_debugging_symbols We installed all debug symbol packages (from the goodies) and gdb-minimal (or does it need gdb full?) and will see when it happens next. Some more ideas: • it only happens on a Tuxedo laptop, but not on a Mac mini • while it happened, VMs (libvirt/virt-manager/SPICE-QXL) were in use Display is: lspci… 00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07) … and lshw… *-display description: VGA compatible controller product: Intel Corporation vendor: Intel Corporation physical id: 2 bus info: pci@:00:02.0 version: 07 width: 64 bits clock: 33MHz capabilities: pciexpress msi pm vga_controller bus_master cap_list rom configuration: driver=i915 latency=0 resources: irq:127 memory:db00-dbff memory:9000-9fff ioport:f000(size=64) memory:c-d As for the X video subsystem in use, xserver-xorg-video-all is installed and I don’t know how to find out the one in actual use, but the following X modules are loaded: [64.097] (II) LoadModule: "glx" [64.106] (II) LoadModule: "modesetting" [64.108] (II) LoadModule: "fbdev" [64.109] (II) LoadModule: "vesa" [64.129] (II) LoadModule: "fbdevhw" [64.130] (II) LoadModule: "glamoregl" [64.251] (II) LoadModule: "fb" [64.593] (II) LoadModule: "libinput" (This is just one more, fbdevhw, than my own laptop has.) I think it’s using KMS and no extra X driver. As to firmware, i915/kbl_dmc_ver1_04.bin (v1.4) is loaded, as are intel/ibt-12-16.ddc, intel/ibt-12-16.sfi, and others (iwlwifi, Blåtand, r8169) that are unrelated. Not sure how much this helps… bye, //mirabilos -- 15:39⎜«mika:#grml» mira|AO: "mit XFree86® wär’ das nicht passiert" - muhaha 15:48⎜ also warum machen die xorg Jungs eigentlich alles kaputt? :)15:49⎜ thkoehler: weil sie als Kinder nie den gebauten Turm selber umschmeissen durften? -- ~/.Xmodmap wonders…