Difference between revisions of "Gramps 5.1 Wiki Manual - User Directory/he"

From Gramps
Jump to: navigation, search
(Created page with "<div dir="rtl" lang="he" class="mw-content-rtl"> {{man index/he|Gramps_5.1_Wiki_Manual_-_Command_Line#Environment_variables/he|Gramps 5.1 Wiki Manual - Error and Warning Refer...")
 
(POSIX - style systems: translation)
Line 9: Line 9:
  
 
__TOC__
 
__TOC__
== [[מילון_מונחים#posix|POSIX]] - style systems ==
+
== [[מילון_מונחים#posix|POSIX]] - מערכות בסיגנון ==
The default user directory location for Gramps in a [https://wikipedia.org/wiki/Posix POSIX]-style [https://wikipedia.org/wiki/Filesystem_Hierarchy_Standard environment] is:
+
מיקום ברירת המחדל של מחיצת משתמש גרמפס במערכות בסיגנון [https://wikipedia.org/wiki/Posix POSIX]-style [https://wikipedia.org/wiki/Filesystem_Hierarchy_Standard environment] הוא:
 
<div dir="ltr">
 
<div dir="ltr">
 
  /HOME/'''''<username>'''''/.gramps
 
  /HOME/'''''<username>'''''/.gramps
 
</div>
 
</div>
which can also be entered as
+
שניתן להזנה גם כ־
 
<div dir="ltr">
 
<div dir="ltr">
 
  '''''<~username>'''''/.gramps
 
  '''''<~username>'''''/.gramps
 
</div>
 
</div>
This is true for [https://wikipedia.org/wiki/Bsd BSD], [https://wikipedia.org/wiki/Linux Linux], [https://wikipedia.org/wiki/Solaris_(operating_system) Solaris], [https://wikipedia.org/wiki/Unix Unix] and [https://wikipedia.org/wiki/Mac_OS_X Mac OS-X] when using [[Build_from_source#Mac_OS_X|Mac OS X Build from source]].
+
הנתיב מעלה נכון לגבי מערכות מסוג [https://wikipedia.org/wiki/Bsd BSD], [https://wikipedia.org/wiki/Linux לינוקס], [https://wikipedia.org/wiki/Solaris_(operating_system) סולריס], [https://wikipedia.org/wiki/Unix יוניקס] ו[https://wikipedia.org/wiki/Mac_OS_X מק OS-X] כאשר משתמשים ב[[Build_from_source#Mac_OS_X|מק מהמקור OS X בניית]].
  
Alternately, you can leverage the '''$HOME''' [http://www.linfo.org/home_directory.html Home directory equivalent] to avoid dealing the complications of active user names. Although Gramps will not recognize directory equivalents for paths internally, you can use them within Linux to find Gramps user files. The '''Gramps user directory''' path above is simplified to either:
+
לחלופין ניתן להשתמש ב'''$HOME''' [http://www.linfo.org/home_directory.html שווה ערך לספרית הבית] על מנת להמנע מהזנת שמ משתמש ארוך או מורכב. Although Gramps will not recognize directory equivalents for paths internally, you can use them within Linux to find Gramps user files. The '''Gramps user directory''' path above is simplified to either:
 
<div dir="ltr">
 
<div dir="ltr">
 
  $HOME/.gramps
 
  $HOME/.gramps
Line 28: Line 28:
 
  ~/.gramps
 
  ~/.gramps
 
</div>
 
</div>
Or if using MS Windows the following syntax is used
+
אם מערכת ההפעלה היא מסוג מיקרוסופט וינדוס, יש להשתמש בתחביר הבא:
 
<div dir="ltr">
 
<div dir="ltr">
 
  $HOME\.gramps
 
  $HOME\.gramps

Revision as of 16:12, 21 July 2021

הקודם מפתח הבא


This appendix provides the reference to the Gramps user directory available on various operating systems.

Gramps-notes.png
מיקום מחיצת משתמש גרמפס תלוי במערכת ההפעלה בה אתם משתמשים ובאופן בו תצרתם את המחשב שלכם.

בכל מקום במעמוד זה בו מופיעה המילה באנגלית <~username> יש להחליפה בשם המשתמש בו אתם נוהגים להתחבר למחשב.

POSIX - מערכות בסיגנון

מיקום ברירת המחדל של מחיצת משתמש גרמפס במערכות בסיגנון POSIX-style environment הוא:

/HOME/<username>/.gramps

שניתן להזנה גם כ־

<~username>/.gramps

הנתיב מעלה נכון לגבי מערכות מסוג BSD, לינוקס, סולריס, יוניקס ומק OS-X כאשר משתמשים במק מהמקור OS X בניית.

לחלופין ניתן להשתמש ב$HOME שווה ערך לספרית הבית על מנת להמנע מהזנת שמ משתמש ארוך או מורכב. Although Gramps will not recognize directory equivalents for paths internally, you can use them within Linux to find Gramps user files. The Gramps user directory path above is simplified to either:

$HOME/.gramps

או

~/.gramps

אם מערכת ההפעלה היא מסוג מיקרוסופט וינדוס, יש להשתמש בתחביר הבא:

$HOME\.gramps

או

~\.gramps

מק OS

Macos 200x200.png

On Apple Macs filenames starting with "." do not show up in Finder. To simplify access to the Gramps user directory, open a terminal window using the Terminal application and type:

ln -s ~/.gramps ~/Documents/Gramps

which will make Finder show the directory as a folder in your Documents folder named "Gramps". (You can replace "Gramps" with whatever name you wish, but use a / before any spaces.) Alternatively you can simply click on Go -> 'Go to Folder...' in the Finder, and type

~/.gramps

in the resulting macOS Go to the Folder dialog box.

MacOS Application Package

The Mac OS X:Application package uses a different, more MacOS-standard default location for the directory:

/Users/<~username>/Library/Application Support/gramps

MS וינדוס

Windows 180x160.png
On Microsoft Windows, filenames and folder for programs and userdata are hidden in the File Explorer. To make access to the Gramps user directory easy follow the following advice from Microsoft:


The default User Directory location for any Gramps user data on a Windows 7 (and newer) system is

C:\Users\<~username>\AppData\Roaming\gramps

The <~username> in the above filepath is a placeholder for the particular user name chosen when logging into Windows.

Alternately, you can leverage the %AppData% environment variable to avoid dealing the complications of active user names. Although Gramps will not recognize Environment Variables for paths internally, you can use them within Windows to find Gramps user files. The Gramps user directory path above is simplified to:

%AppData%\gramps

Like the User Directory, the location for programs/applications is also hidden from browsing with Windows Explorer.

The default location for an installation on a Windows 7 (and newer) system is

C:\Program Files\GrampsAIO64-5.X.X

or

C:\Program Files (x86)\GrampsAIO32-5.X.X


ראו גם

הקודם מפתח הבא
align="right" הודעת מיוחדת בעיינן זכויות יוצרים: כל העריכות בדף זה צריכות להיות במגבלות שני רישיונות זכויות יוצרים שונים:

רישיונות אלה מרשים למיזם גרמפס להשתמש באופן מירבי במדריך ויקי זה כתוכן חופשי בגרסאות גרמפס העתידיות. אם אינכם מסכים עם כפול רישיונות זה, אל תערוכו דף זה. אתם רשאים לקשור רק עמודים אחרים בתוך הויקי שנמצאים תחת רישיון GFDL ורק באמצעות קישורים חיצוניים (באמצעות התחביר: [https://www.gramps-project.org/...]), לא באמצעות קישורים פנימיים.
כמו כן, השתמשו רק במוסכמות המקובלות