| bio | website | |
|---|---|---|
| location | Bonn, Germany | |
| age | 46 | |
| visits | member for | 2 years, 1 month |
| seen | Jun 1 at 19:28 | |
| stats | profile views | 4 |
|
Oct 4 |
comment |
Is there a way to execute a command when a user logs off from X? You can put exec >/tmp/Xreset.log 2>&1 at the start of the script (your Xreset command), so you can see whether the script is called at all, and you can see its error messages. |
|
Jan 4 |
comment |
Some keys are invalid on emacs when using German keyboard @moduli: If you want to press only one key for these characters everywhere (not just in Emacs), you can change the keyboard settings in KDE. Choose a keyboard with something like "German - no dead keys" ("ohne Akzenttasten"). |
|
Jul 30 |
comment |
file $(ls /usr/bin/* | grep zip) command gives me errors. What's wrong? @Nassosdim: thank you for making the question clearer (and a screenshot really isn't necessary). |