Jump to content

mandrivsen

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by mandrivsen

  1. Thank you very much, (It is called Window List). That fixed it! :) :) :)
  2. I am not using KDE but GNOME instead. After rebooting I got a message that an application list could not be recovered I answered NO to the question Reload (y/n) since it kept failing to retrieve it. Now whenever I minimize an application window it disappears into the nowhere-land, and it does not appear on my panel, at the bottom. Most of the minimized applications are accumulating inaccessible beyond my reach, and no way to reactivate them! I checked ".gconf/apps/panel/toplevels/" directory for another user where it is working and I noticed that ".gconf/apps/panel/toplevels/bottom_panel/%gconf.xml" was missing todether with its directory "bottom_panel". I created the missing things, they are now identical for both users, of course also the ownership is correct. However, this did not change anything! I remember this already happened to me once, and I had to reload the OS and my of course all my data and configurations. This is almost prohibitive at this point! Does anybody know how to solve this problem. [moved from Software by spinynorman]
  3. Thank you guys. I became a kind of a purist, and this time around didn't install KDE. As soon as I saw the "Kname", I knew what the problem was. I installed the missing program from the DVD. Thank you again! :D
  4. I do not remember the spelling of its name. But it was part of Multimedia->Graphic, and enabled you to make an image of the entire screen. :P
  5. I've updated my Mandriva and a few programs have disappeared. At this point I discovered that snapshot is missing. Can you please tell me if there is a way to install it again?
  6. My earlier Mandrake release was installed with Unicode as a default. However, when I recently installed new Mandriva release, on the very first installation screen "Language choice" I forgot to check the box "Use Unicode by default". Unfortunately gedit does not display files written with UTF-8 locale is not displayed correctly, and worse, if I modify or add text to old files, they can no longer be saved. I get the message Could not save file xyz; Invalid byte sequences in conversion input Is there a way to change my locale to be defined as Unicode (UTF-8) again. I would like to avoid reinstalling the system.
  7. Perhaps this may also help you all? Fixing or misconfiguring your keyboard settings If you set up your computer for a multilingual use, you can change your keyboard layout (nationality) on a fly by a single click on your Desktop panel. The keyboard setting effects all applications currently opened on the desktop. I have noticed that this "keyboard type" selector setting may easily be misconfigured. I found it beneficial to use the "Keyboard Indicator" not only to toggle between different keyboards, but also to check that keyboard setting is not misconfigured. Namely, when two or more languages are set up, and you can not toggle between them, you can fairly conclude that keyboard setting is indeed misconfigured. When this is the case, to correct the problem you should set the default settings in your "Keyboard Preferences" window, which will remove all but system default keyboard from the "Keyboard Preferences". After that add those that were removed without checking any check-boxes beside them, or even worse, moving them to different positions by clicking either Up or Down buttons. These actions may very well be using a buggy procedure, because they prevent the toggle functionality, rather than merely change which keyboard should always be used as the default.
  8. Jimtim, it looks, that your keyboard type is defined differently in either environment; (i.e: Generic 101-key PC, Generic 104-key PC, Generic 105-key (Intl) PC...). Somebody should help us find out how to determine what is your keyboard setting for console (text-screens). In GUI it is easy, to manage the keyboard. You can go to Preferences->Keyboard to check it out, but do not change anything as yet. I tried to decipher which of your keys behave differently, and can tell you with certainty that the following keys cause problems: right parent / parenthesis ..... ) dollar sign .................... $ percent ........................ % asterisk ....................... * exclamation .................... ! However, there are five more keys, which I can not identify. Without understanding which keys behave differently, is hard to do the quick fix, whereby you should reset your root password using only the keys that are the same in either environment, which is easy when you use bilingual system, where you usually know which keys are different in each. However, your's is the case of misconfiguration as it seams. I will give you the suggestion for the quick fix, if nobody is able to help you out from this point on. Note that that will not solve your problem with the keyboard, but I'm pretty sure we could fix your password.
  9. Jimtim, no need to apologize, not everybody is so paranoid about images as I am! :o :D Obviously, your keyboard output in GUI is different than on the consoles <Ctrl+Alt+Fn> screens. My first guess is that some of your the "mode keys" {Alt, Shift, ...} and perhaps even <Enter> i.e. white-space characters and invisible behave differently in the two environments. I think the question is why you do not see the difference in the test we did at the beginning. BTW, when i said you should wrap your cut-n-paste into code (#) I meant: [code] your-cut-n-paste-goes-here [/cod E] It's good to know. I'm very happy, but still. people should know :D :P :P
  10. Jimtim, one humble request. Please do not use screenshots to display your output. Instead wrap the cut-n-paste into code (#). There are more reasons for avoiding images in forums, the two of which are {a} security (I am not clicking any image anymore!), and {b} it is impossible to cut-n-paste, your answer on the reader's side which in this case is my side. Please post the cut-n-paste again, if you wish me to continue working with you.
  11. Jimtim, you've missed the last quote. Repeat the command, but be careful to cut-n-paste the entire command, including the last quote.
  12. Oooops, above I made a mistake earlier (damn Cut-n-paste) and corrected it just now. There should be no greater sign between diff /tmp/*-kcodes, as I had posted in my original, since corrected post. Perhaps you should now repeat the above slightly different and enter: diff /tmp/*-kcodes && echo "differences (Error=$?)" || echo "no differences (Error=$?)" This should tell you more verbally, whether the two files differ or not. Again, the message "no differences (Error=0)" (with the Error code equal to zero), confirms that you were right in concluding that keyboards behave correctly in both environments.
  13. I am still not 100% sure, that your diagnosis is correct. Are you sure you have entered them in different places i.e. GUI and text-based screen? What about running the command cat /tmp/my-saved-passw in both places. Do you notice a difference. One ultimate test you can do to be absolutely sure that the two environments output use the same Key-Codes is the following: In GUI terminal enter dumpkeys > /tmp/g-kcodes In text (<Ctrl+Alt+Fn>) terminal enter dumpkeys > /tmp/t-kcodes In any terminal, better GUI so you can use Cut-n-paste, enter the following diff /tmp/*-kcodes echo "Error=$?" exactly as I spelled (note asterisk (*) before -kcodes. Be careful with spaces. Observe the output of the above diff command. If you get Error=0, and if you have saved the output of the two environments in question, only then we can be sure that your earlier assumption is correct! ADDITION: It is important that you do not enter or do anything between the last two commands, even better would be to enter the above in a single line as in the following: diff /tmp/*-kcodes || echo "Error=$?"
  14. You get "permission denied" becaise you have have repeated these steps as a different user, perhaps as root first. To fix this enter the following as root: chmod 666 /tmp/my-saved-passw And then repeat all the steps as I told you before. Do not forget. The above command must be entered as root, which will relax permissions on the file that you unfortunately created with restrictions that second time around another user could not write to. Alternatively you root could also delete the /tmp/my-saved-passw. Whatever you do, be careful that you do not repeat the same mistake again and create a file with a different user, or root. Since your root password is broken you have be extra careful follow the steps exactly, and remain one and the same user for all actions. If you have to do something as root I suggest you logout immediately after root privileges are not needed any more! The first step with one greater sign (">") will always reinitialize the file anew with one password from one (say GUI) environment, and the second with the double greater sign (">>") will add a password to it in the other (non-GUI) environment. Providing you do not misspell your passwords or misskey the commands, or do some new blunders with permission issues, all these steps will, not do anything else but confirm the diagnosis, so we will know how to fix or avoid the problem. Do not delete and or reinstall half of your system before you know what's wrong! Good luck
  15. I'm not sure what you didn't understand, but here it is what you should do: Log-in into your GUI environment as a regular user (not root), and open a terminal. Enter the command; (NOTE: a single greater sign ">" here) echo "key-in-your-password" > /tmp/my-saved-passw Replace the text key-in-your-password with your root password. Press Ctrl+Alt+F1 and log in with the same user name as the one used above in GUI. Enter the command just like above, with a double greater sign ">>" no space between the two greater signs! echo "key-in-your-password" >> /tmp/my-saved-passw Of course as above also here replace the text key-in-your-password with your root password. Finally, in either GUI or in a text mode (non-GUI), enter the following:cat /tmp/my-saved-passw and compare the two lines. If the two entries are different you know, that something or someone has changed the setting of your locale i.e. (language and/or keyboard settings).
  16. neddie you really got a kick out of this, and BTW my blood pressure is excellent, it is more likely you need to seek some help because you fail to distinguish a concern from rant. I've said enough and I stand by it, though you must have missed most of it.
  17. You are missing the point all over again. The FTPd is clearly not on the CD! And that is where you completely lose track of what is going really on, and why - what follows resembles what M$ is doing. Forget the fact that FTPd for some reason did not make it to the CD. What is troublesome is, that one pays for a CD - DVD in this case with 8 times more space than a regular CD, and that on top of that there is a need for some update across the Internet, which in itself is the 1st evil thing that resembles M$'s umbilical cord they connected every users of theirs to. Second evil thing is how this umbilical cord is used. The ProFTPD download I complained about is very fishy and done in the dark just like M$ is operating. User has very little control and knowledge what and how it happens. And lastly it is not true that ProFTPD is still there, because it is not. If for some reason I will need to reload/reinstall my OS I will have to go again and beg for mercy through that umbilical cord to "mama" Mandriva. And I haven't even mention the intrinsic security risks whereby third parties can get involved in this process, and exploit the open door "mama" Mandriva has forced on us to be depend for some external pool of suppliers, which should all have been eliminated from this environment. I do not need any updates and I do not want to be dictated when to suck Mandriva's nipple. I am willing to pay for a distro on a CD/DVD to eliminate the unnecessary exposure to possible threats from the Internet.
  18. Jimtim, I suggest you do a simple test. Enter your passwod on the GUI terminal and observe the characters, then go to a non-graphic terminal (Ctrl+Alt+F#) and do the same. It is possible, that types keyboards used are not the same in the two enviromments, in which case some keys output different key-codes. You may also save the output of your keyboard in each environment into a file like this: echo "key-in-your-password\n" >> /tmp/my-saved-passw and then compare the two.
  19. Ooops, sorry typo {{ Ii ==> It }}. I corrected it above. Misunderstanding: I see, you guys are happy, and believe all is fine. Jumping across releases, at ones "own risk" is no answer or an excuse to hide behind for the things that are wrong, like dropping out software, so perhaps a dummy will buy a higher package, or problems with Evolution like one I mentioned earlier. Many of you have misunderstood me. I did not say Mandriva was insecure! It is one of the most secure systems, that's why I use it on the first place. What I meant was, that the way I got my ProFTPD was not securely done. I do not wish to discuss what is secure any further, I hope there are some that know what I'm talking about, and perhaps it will reach those that can fix the problem.
  20. No, no, I suggest you take a better look at this issue neddie, rather than calming down the cool. {{ Ooops, sorry typo Ii ==> It }} It is not updated as it should be, and most of all it is not done securely! B)
  21. Surprise, surprise I've played along those lines you've suggested in your reply and, guess what - mysteriously ProFTPD appeared on my system. Though, I am very happy about having back my FTPd, I am absolutely furious because this is done in such a sneaky M$ way. First of all: I have not been able to update what you suggested, namely expand the list of repositories to check: main, contrib, main_updates, contrib_updates, plf-free, plf-nonfree. It just did something vaguely resembling what I thought I was doing. It looks, there should be no need for drakwizard either, because it contains no reference to ProFTPD When I realized that ProFTPD was after all downloaded as well as installed as I requested, it was still not listed in my package manager lists. I am very thankful to you to help me out, and would like to underline that, the above criticism is not directed to you, but rather to Mandriva deployment strategy, that I hope will not follow the absolutely appalling example of Micro$oft practices that more than anything facilitate and aid intruders and crooks in breaking into our private space and in the name of helping us do as they please, to the point that we can no longer lock the front door! Thank you neddie, to you too! Regardless of my complaint above, I do like my Mandriva, and I'm especially very happy with the prompt solution and help I got from you guys. :)
  22. This didn't do it. There is no FTPd of any kind on my CD. I have regular PowerPack 2006. I can not remember what I had before. Whether PowerPack or PowerPack+. It doesn't say on my CDs either. As for the update and changes from Mandrake 10 to Mandriva 2006, I appreciate the changes. I believe the swich to X.Org is the biggest culprit in this incompatibility nonsense. Besides, like this exclusion of otherwise public software, there are things that are just broken unnecessarily, for instance Evolution mail folders are not compatible. I have accumulated selected mails for over over 10 years, and used Evolution precisely because it had its mail organized in a traditional Unix way. You have no idea how much work it is to recover all this data. I was thinking of writing a program to make mail port. I believe Evolution should include one when they decided to deploy their software with a new repository strategy. But, let me ask again about the FTPd. It looks as if the package is available one only needs to know where to get it. Or am i missing something? :unsure:
  23. I have recently updated (however update didn't work, I had to install anew) :( from Mandrake 10 to Mandriva 2006. I was surprised to find out that I lost the FTP server. Is there an easy way to get a package which would integrate the server into my new Mandriva 2006 system, so it would be included also into Applications->System->Config...->Enable or disable the system services. I would like to avoid downloading, compiling and installing a publicly available stuff. :unsure:
×
×
  • Create New...