Welcome, Guest. Please login or register.
May 21, 2013, 22:30:59 PM
Home Help Search Calendar Login Register
Show unread posts since last visit.
News: Let Pardus-Anka become #1: Pardus-Anka Bug ReportPardus-Anka World Google+ | The Pardus wiki  | Visit Pardus-Anka official website  | Register as forum member?  Email the moderator!

  Show Posts
Pages: 1 ... 4 5 [6] 7 8 ... 43
76  General / The Pub / Re: Google to launch its own OS! on: November 21, 2009, 09:36:37 AM
The article totally misses the point of the new OS. First, it's not for techis, it's for 98 % of the people. Second, it's not intended to replace traditional computers, it's an accessory device, like netbooks are.
I am pretty sure Chrome OS will introduce a paradigm shift in computers and will be a commercial success. A Chrome OS machine is the ideal computer for my mother who doesn't want to do system administration tasks at all and is always afraid of loosing her work on a machine or system failure.
77  Assistance / Pardus for beginners / Re: Blank screen on 4th or 5th boot on: November 11, 2009, 00:59:05 AM
I think you should write a bug report and attach this xsession-errors file to it on http://bugs.pardus.org.tr .
78  Assistance / Pardus for beginners / Re: Blank screen on 4th or 5th boot on: November 10, 2009, 23:59:00 PM
4 Mb ? There's certainly some information in there !
Please email me that beast.
79  Assistance / Pardus for beginners / Re: Blank screen on 4th or 5th boot on: November 10, 2009, 19:08:51 PM
Can you post or attach /var/log/messages, /var/log/syslog and ~/.xsession-errors please ?
80  Assistance / Pardus for beginners / Re: Blank screen on 4th or 5th boot on: November 10, 2009, 18:25:45 PM
Can you give me some idea of what I should be looking for?

Search for words such as "error", "warning", "cannot", "disabled", using the search fonction of your viewer (kwrite, less, etc.).
81  Assistance / Pardus for beginners / Re: Blank screen on 4th or 5th boot on: November 09, 2009, 17:45:19 PM
Have you searched for an error message in /var/log/messages and /var/log/syslog ?
82  General / General topics / Re: BBC on: October 30, 2009, 18:10:54 PM

The article is about Ubuntu, not Pardus, so the comments should only be related to the former, not to the latter. What would you think of an Ubuntu enthusiast who would comment an article about Pardus, saying that Ubuntu is better ?
83  Assistance / Pardus for beginners / Re: Installing tar.gz files on: October 24, 2009, 23:31:15 PM
Code:
sudo pisi it -c system.devel

gets all the developpment tools you need to compile from source.
Pardus Linux is not yet another Debian derivative Linux distribution, so it's normal that apt-get doesn't work.
84  Assistance / Bugs / Re: input/output error /tmp : No X startup on: October 17, 2009, 22:21:02 PM
You can't unmount /tmp, unless it is on a separate partition.

What is th exact error message in /var/log/Xorg.0.log ?
85  Assistance / Bugs / Re: input/output error /tmp : No X startup on: October 17, 2009, 21:29:19 PM
Is your root partition full ?
Code:
df /

As root, you can try to delete the X lock file
Code:
su
rm /tmp/.X0-lock
Then, Ctrl-D to go back to your user account and
Code:
startx
86  General / General topics / Re: Pardus Translation Aid on: October 07, 2009, 13:41:04 PM
You can post them on the pardus translator mailing-list, asking for a developper to commit them for you. You should then soon have a developper account.

спасибо большое
87  General / General topics / Re: Pardus Translation Aid on: October 03, 2009, 15:29:53 PM
Here are some informations I use to commit my translations on SVN.

My little SVN Memento

Pre-requisite

Having asked for an SVN developper account at admins@pardus.org.tr. The SVN username has to be YourFirstname.YourName (all in small case). You also have to provide a shadow password. It can be generated by the following command :

Code:
python -c "import crypt; print crypt.crypt('password', 'xy')"

where 'password' should be replaced by the password of your choice.

1. Download an existing file

If there is an incomplete .po file for your language, you can finish its translation with :
  
Code:
snc co url-of-file-to-be-edited

For example :
Code:
svn co http://svn.pardus.org.tr/uludag/trunk/kde4/package-manager/manager/src/package-manager.notifyrc

This command downloads the corresponding files and folders on your hard drive.

2. Create a new file

If there is no po file available yet for your language, you have to create one. To do so, open Lokalize with the .pot file, begin to edit it and save a copy of it as fr.po, leaving the original .pot file untouched, so that there is the original .pot plus the newly created fr.po file. DO NOT EDIT THE ORIGINAL .POT FILE at all, because it will be reused by other translators to generate their own language files.

In the folder that contains the new fr.po file, do :

Code:
svn add fr.po

3. Locally edit the file with Lokalize or with a text editor (nano, kwrite, kate, etc.)
  
The Lokalize handbook.

4. Transmit the changes to the SVN turkish server

Code:
svn commit -m "French translation."

NB : SVN uses your PC username by default. If your SVN username is different, just type the "Enter" key when you are asked for the password. SVN will then ask you to enter your SVN username.

5. Update your local SVN copy

Before the next edition, don't forget to update your local copy in order to work on the latest version available.

Code:
svn update

6. Final SVN configuration

Contains of the ~/.subversion/servers file :

Code:
[global]
store-passwords = yes
username = MyFirstname.MyName
store-plaintext-passwords = no

NB : Remove the spaces before each line, otherwise SVN will complain with the error message : "Option expected"

7. Other useful commands

Code:
svn diff

Code:
svn status

8. Where are the po files ?

Here is the Pardus translation map that Patrik Karlsson created in order to help you to localize the .po files.



Further details on : http://www.pardus-linux.de/documents/developer/new_developer.html
88  Assistance / Software / Re: No GUI autostart on: October 02, 2009, 23:15:56 PM
I agree, this is a major and critical bug.
89  Assistance / Pardus for beginners / Re: File too big for trash on: September 28, 2009, 21:35:34 PM
I don't know. I suppose it's a security feature.
90  Assistance / Pardus for beginners / Re: how to automatically unrar? on: September 28, 2009, 21:31:09 PM
On Dolphin or Konqueror : right-clic on the rar file > "Extract here"
Pages: 1 ... 4 5 [6] 7 8 ... 43


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!