This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
it_services:mf:problems [2016/02/22 13:07] florido |
it_services:mf:problems [2020/08/20 17:01] (current) florido [Disable Desktop Effects in KDE] |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| - Click on the KDE icon and search for ''Desktop Effects'' | - Click on the KDE icon and search for ''Desktop Effects'' | ||
| - Disable effects as in this picture: | - Disable effects as in this picture: | ||
| - | {{http://mschlander.files.wordpress.com/2011/01/effects.png?w=720}} | + | {{http://mschlander.files.wordpress.com/2011/01/effects.png?w=720|KDE desktop effects window}} |
| The above picture belongs to this blog you might want to have a read: | The above picture belongs to this blog you might want to have a read: | ||
| Line 53: | Line 53: | ||
| then it seemed more stable to switch to nfs3. This is done in '/etc/nfsmount.conf'. Please ask the administrator for such a fix. | then it seemed more stable to switch to nfs3. This is done in '/etc/nfsmount.conf'. Please ask the administrator for such a fix. | ||
| - | ==== Issues printing to the copy machine ==== | + | ===== Issues printing to the copy machine ===== |
| Most of the issues are due to incorrect code sent to the copy machine. | Most of the issues are due to incorrect code sent to the copy machine. | ||
| Line 59: | Line 59: | ||
| If you experience problems printing from KDE or command line, follow these instructions: | If you experience problems printing from KDE or command line, follow these instructions: | ||
| - | == Kde: == | + | ==== Kde: ==== |
| For some reason KDE incorrectly writes the options for this printer. This is a KDE bug against Canon drivers. | For some reason KDE incorrectly writes the options for this printer. This is a KDE bug against Canon drivers. | ||
| Line 72: | Line 72: | ||
| </file> | </file> | ||
| - | == Commandline: == | + | ==== Commandline: ==== |
| It is good to test if printing works by command line. | It is good to test if printing works by command line. | ||
| Line 84: | Line 84: | ||
| and KDE always tries to fallback to some weird default. | and KDE always tries to fallback to some weird default. | ||
| - | ==== Firefox won't open: another instance is running or similar errors ==== | + | ===== Firefox won't open: another instance is running or similar errors ===== |
| This happens in two cases: | This happens in two cases: | ||
| Line 95: | Line 95: | ||
| == 2. Your machine shut down abruptly or lost connection with the fileserver before firefox released the profile lock == | == 2. Your machine shut down abruptly or lost connection with the fileserver before firefox released the profile lock == | ||
| - | **Solution**: remove the profile lock using this simple one-liner. **OBS**: make sure you **DO NOT** have firefox already running on some other machine or you will cause severe damage to your firefox setup!! | + | **Solution**: remove the profile lock using this simple one-liner. |
| + | |||
| + | :!:**OBS**:!:: make sure you **DO NOT** have firefox already running on some other machine or you will cause severe damage to your firefox setup!! | ||
| <code bash>find ~/.mozilla/firefox/ -iname '.parentlock' -exec rm {} \;</code> | <code bash>find ~/.mozilla/firefox/ -iname '.parentlock' -exec rm {} \;</code> | ||
| And try to restart firefox again. | And try to restart firefox again. | ||