Difference between revisions of "Mozilla Firefox/fa"
Views
Actions
Namespaces
Variants
Tools
(Created page with "اکنون باید با ایجاد یک کپی از پرونده توزیع، یک لانچر(launcher) میزکار سفارشیسازی شده ایجاد کنیم: <p...") Tags: Mobile web edit Mobile edit |
(Updating to match new version of source page) Tags: Mobile web edit Mobile edit |
||
Line 4: | Line 4: | ||
=نصب فایرفاکس= | =نصب فایرفاکس= | ||
<div class="mw-translate-fuzzy"> | |||
فایرفاکس را میتوان با استفاده از بسته '''firefox''' در مدیریت بستهٔ مورد علاقهتان یا با استفاده از دستور زیر، نصب کرد: | فایرفاکس را میتوان با استفاده از بسته '''firefox''' در مدیریت بستهٔ مورد علاقهتان یا با استفاده از دستور زیر، نصب کرد: | ||
<pre> | <pre> | ||
pamac install firefox | pamac install firefox | ||
</pre> | </pre> | ||
</div> | |||
=نسخه های دیگر= | =نسخه های دیگر= | ||
Line 46: | Line 47: | ||
</pre> | </pre> | ||
<br> | <br> | ||
=برخورد با تم های تاریک GTK= | =برخورد با تم های تاریک GTK= | ||
Line 75: | Line 75: | ||
==نصب Plasma Browser Intergration (ادغام مرورگر با پلاسما)== | ==نصب Plasma Browser Intergration (ادغام مرورگر با پلاسما)== | ||
<div class="mw-translate-fuzzy"> | |||
بسته [https://community.kde.org/Plasma/Browser_Integration plasma-browser-interfration] کنترلهای رسانه، اعلانها و ادغام با krunner را ارائه میکند. شما می توانید آن را با دستور زیر نصب کنید: | بسته [https://community.kde.org/Plasma/Browser_Integration plasma-browser-interfration] کنترلهای رسانه، اعلانها و ادغام با krunner را ارائه میکند. شما می توانید آن را با دستور زیر نصب کنید: | ||
<pre> | <pre> | ||
pamac install plasma-browser-intergration | pamac install plasma-browser-intergration | ||
</pre> | </pre> | ||
</div> | |||
سپس افزونه ادغام مرورگر با پلاسما یا Plasma Intergration را از [https://addons.mozilla.org/en-US/firefox/addon/plasma-integration اینجا] در فایرفاکس نصب کنید. | سپس افزونه ادغام مرورگر با پلاسما یا Plasma Intergration را از [https://addons.mozilla.org/en-US/firefox/addon/plasma-integration اینجا] در فایرفاکس نصب کنید. | ||
Line 87: | Line 89: | ||
امکان ادغام انتخابگر پرونده(فایل) از پلاسما در فایرفاکس وجود دارد که به شما تجربه یکپارچهتری میدهد. | امکان ادغام انتخابگر پرونده(فایل) از پلاسما در فایرفاکس وجود دارد که به شما تجربه یکپارچهتری میدهد. | ||
<div class="mw-translate-fuzzy"> | |||
ابتدا با استفاده از دستور زیر بسته های ''xdg-desktop-portal'' و ''xdg-desktop-portal-kde'' را نصب کنید: | ابتدا با استفاده از دستور زیر بسته های ''xdg-desktop-portal'' و ''xdg-desktop-portal-kde'' را نصب کنید: | ||
<pre> | <pre> | ||
pamac install xdg-desktop-portal xdg-desktop-portal-kde | pamac install xdg-desktop-portal xdg-desktop-portal-kde | ||
</pre> | </pre> | ||
</div> | |||
<div class="mw-translate-fuzzy"> | |||
اکنون باید با ایجاد یک کپی از پرونده توزیع، یک لانچر(launcher) میزکار سفارشیسازی شده ایجاد کنیم: | اکنون باید با ایجاد یک کپی از پرونده توزیع، یک لانچر(launcher) میزکار سفارشیسازی شده ایجاد کنیم: | ||
<pre> | <pre> | ||
Line 98: | Line 103: | ||
cp /usr/share/applications/firefox.desktop .local/share/application/~ | cp /usr/share/applications/firefox.desktop .local/share/application/~ | ||
</pre> | </pre> | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
Next we need to edit the newly created file at ~/.local/share/applications/firefox.desktop using a [[Viewing_and_editing_configuration_files|text editor]] | Next we need to edit the newly created file at ~/.local/share/applications/firefox.desktop using a [[Viewing_and_editing_configuration_files|text editor]] | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
There are 3 edits that need to made to this file. | There are 3 edits that need to made to this file. | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
replace: | replace: | ||
Exec=/usr/lib/firefox/firefox %u | Exec=/usr/lib/firefox/firefox %u | ||
with: | with: | ||
Exec=/usr/bin/sh -c "GTK_USE_PORTAL=1 /usr/lib/firefox/firefox %u" | Exec=/usr/bin/sh -c "GTK_USE_PORTAL=1 /usr/lib/firefox/firefox %u" | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
replace: | replace: | ||
Exec=/usr/lib/firefox/firefox --new-window %u | Exec=/usr/lib/firefox/firefox --new-window %u | ||
with: | with: | ||
Exec=/usr/bin/sh -c "GTK_USE_PORTAL=1 /usr/lib/firefox/firefox --new-window %u" | Exec=/usr/bin/sh -c "GTK_USE_PORTAL=1 /usr/lib/firefox/firefox --new-window %u" | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
replace: | replace: | ||
Exec=/usr/lib/firefox/firefox --private-window %u | Exec=/usr/lib/firefox/firefox --private-window %u | ||
with: | with: | ||
Exec=/usr/bin/sh -c "GTK_USE_PORTAL=1 /usr/lib/firefox/firefox --private-window %u" | Exec=/usr/bin/sh -c "GTK_USE_PORTAL=1 /usr/lib/firefox/firefox --private-window %u" | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
Save and enjoy your firefox/plasma integration | Save and enjoy your firefox/plasma integration | ||
</div> | |||
=نصب مستقیم فایرفاکس از تارنمای موزیلا= | =نصب مستقیم فایرفاکس از تارنمای موزیلا= | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
Generally it is better to use the version of Firefox that is available in the repos but installing Firefox directly has one advantage: Firefox will update itself automatically as soon as an update is available. | Generally it is better to use the version of Firefox that is available in the repos but installing Firefox directly has one advantage: Firefox will update itself automatically as soon as an update is available. | ||
This is great for users, who want to get the latest update as soon as possible without waiting for the next Manjaro update. | This is great for users, who want to get the latest update as soon as possible without waiting for the next Manjaro update. | ||
</div> | |||
Line 134: | Line 154: | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
==Extract the files== | ==Extract the files== | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
Ensure that '''~/bin''' exists with | Ensure that '''~/bin''' exists with | ||
{{UserCmd|command=mkdir -p ~/bin}} | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
Unpack/extract the downloaded <code>firefox-xx.x.tar.bz2</code> file to ''~/bin/'' using a graphical tool or with the ''tar'' command. Here is an example: | Unpack/extract the downloaded <code>firefox-xx.x.tar.bz2</code> file to ''~/bin/'' using a graphical tool or with the ''tar'' command. Here is an example: | ||
{{UserCmd|command=tar -xf ~/Downloads/firefox-66.0.5.tar.bz2 --directory ~/bin}} | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
You can now start to use Firefox by double clicking on the file (or executing it in a terminal): | You can now start to use Firefox by double clicking on the file (or executing it in a terminal): | ||
{{UserCmd|command=~/bin/firefox/firefox}} | |||
</div> | |||
Line 150: | Line 178: | ||
بیایید نقشکی بسازیم تا فایرفاکس را آسانتر اجرا کنیم. | بیایید نقشکی بسازیم تا فایرفاکس را آسانتر اجرا کنیم. | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
Create an empty file | Create an empty file | ||
{{UserCmd|command=mkdir -p ~/.local/share/applications}} | |||
{{UserCmd|command=touch ~/.local/share/applications/firefox.desktop}} | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
Edit the file ''~/.local/share/applications/firefox.desktop'' in your favorite editor. For a list of common editors see [[Viewing_and_editing_configuration_files|this page]] | Edit the file ''~/.local/share/applications/firefox.desktop'' in your favorite editor. For a list of common editors see [[Viewing_and_editing_configuration_files|this page]] | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
Copy and paste the following code into your <code>firefox.desktop</code> file and save it: | Copy and paste the following code into your <code>firefox.desktop</code> file and save it: | ||
[Desktop Entry] | [Desktop Entry] | ||
Line 166: | Line 199: | ||
Terminal=false | Terminal=false | ||
StartupNotify=false | StartupNotify=false | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
In most Desktop Environments(DEs), Firefox will now be added to the menu. In some DEs you can click on the desktop to launch the application as well. | In most Desktop Environments(DEs), Firefox will now be added to the menu. In some DEs you can click on the desktop to launch the application as well. | ||
</div> | |||
=جستار های وابسته= | =جستار های وابسته= | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
* [https://wiki.archlinux.org/index.php/Firefox The arch wiki page] | * [https://wiki.archlinux.org/index.php/Firefox The arch wiki page] | ||
* [[Internet_Browsers|Internet Browsers wiki page]] | * [[Internet_Browsers|Internet Browsers wiki page]] | ||
</div> | |||
[[Category:Contents Page{{#translation:}}]] | [[Category:Contents Page{{#translation:}}]] |
Latest revision as of 11:14, 29 December 2022
نصب فایرفاکس
فایرفاکس را میتوان با استفاده از بسته firefox در مدیریت بستهٔ مورد علاقهتان یا با استفاده از دستور زیر، نصب کرد:
pamac install firefox
نسخه های دیگر
firefox-developer-edition: فایرفاکس نسخه توسعهدهنده در مخازن رسمی وجود دارد. این نسخه رسمی فایرفاکس برای توسعهدهندگان است. در اینجا اطلاعاتی درباره فایرفاکس نسخه توسعهدهنده موجود است. با دستور زیر میتوانید آن را نصب کنید.
pamac install firefox-developer-edition
firefox-nightly: فایرفاکس شبانه در مخزن کاربر آرچ(AUR) موجود است. این نسخه رسمی و ناپایدار برای کسانی است که میخواهند ویژگی های جدید را به سرعت دریافت کنند.
در اینجا اطلاعاتی درباره فایرفاکس شبانه وجود دارد.
با دستور زیر میتوانید آن را نصب کنید.
pamac build firefox-nightly
firefox-kde-opensuse: نسخه فایرفاکس مخصوص توزیع OpenSUSE با میزکار کیدیئی پلاسما که appmenu در آن ادغام شده و بصورت بومی با میزکار کیدیئی پلاسما سازگار و ادغام شده است.
این نسخه در مخزن کاربر آرچ(AUR) موجود است.
در اینجا اطلاعاتی وجود دارد.
با دستور زیر میتوانید آن را نصب کنید.
pamac build firefox-kde-opensuse
firefox-appmenu: ساخت غیررسمی فایرفاکس با وصلههای appmenu که به آن اضافه شده است. این نسخه در مخزن کاربر آرچ(AUR) وجود دارد. این صفحهی این بسته در مخزن کاربر آرچ(AUR) است.
با دستور زیر میتوانید آن را نصب کنید.
pamac install firefox-appmenu
firefox-esr: فایرفاکس با پشتیبانی بلندمدّت در مخزن کاربر آرچ(AUR) موجود است. این نسخهای رسمی از فایرفاکس با پشتیبانی بلندمدّت است. در این صفحه اطلاعاتی وجود دارد.
با دستور زیر میتوانید آن را نصب کنید.
pamac build firefox-esr
برخورد با تم های تاریک GTK
هنگام استفاده از تم های تاریک GTK خواندن برخی از صفحات سخت خواهد بود. چند راه مختلف برای رسیدگی به این موضوع وجود دارد:
- منعطف ترین راه نصب افزونه تضاد متن برای تم های تیره است که به شما امکان می دهد طرح زمینه خود را حفظ کنید اما در صورت نیاز آن را بر اساس هر صفحه تنظیم کنید.
- یک راه ساده تر، رفتن به Preferences->Language & Appearance->Colors و برداشتن علامت Use System Colors است. نقطه ضعف این روش این است که فایرفاکس دیگر از تم تیره استفاده نخواهد کرد.
- میتوانیم با ویرایش یا ایجاد .mozilla/profile.default/chrome/userContent.css/~ با محتوای زیر، پسزمینههای سفید را با متن و کنترلهای تیره مجبور کنیم از css استفاده کنند:
input:not(.urlbar-input):not(.textbox-input):not(.form-control):not([type='checkbox']):not([type='radio']), textarea, select { -moz-appearance: none !important; background-color: white; color: black; } #downloads-indicator-counter { color: white; }
ادغام با کیدیئی پلاسما
نصب Plasma Browser Intergration (ادغام مرورگر با پلاسما)
بسته plasma-browser-interfration کنترلهای رسانه، اعلانها و ادغام با krunner را ارائه میکند. شما می توانید آن را با دستور زیر نصب کنید:
pamac install plasma-browser-intergration
سپس افزونه ادغام مرورگر با پلاسما یا Plasma Intergration را از اینجا در فایرفاکس نصب کنید.
با استفاده از انتخابگر پرونده(فایل) بومی
امکان ادغام انتخابگر پرونده(فایل) از پلاسما در فایرفاکس وجود دارد که به شما تجربه یکپارچهتری میدهد.
ابتدا با استفاده از دستور زیر بسته های xdg-desktop-portal و xdg-desktop-portal-kde را نصب کنید:
pamac install xdg-desktop-portal xdg-desktop-portal-kde
اکنون باید با ایجاد یک کپی از پرونده توزیع، یک لانچر(launcher) میزکار سفارشیسازی شده ایجاد کنیم:
mkdir -p ~/.local/share/applications cp /usr/share/applications/firefox.desktop .local/share/application/~
Next we need to edit the newly created file at ~/.local/share/applications/firefox.desktop using a text editor
There are 3 edits that need to made to this file.
replace:
Exec=/usr/lib/firefox/firefox %u
with:
Exec=/usr/bin/sh -c "GTK_USE_PORTAL=1 /usr/lib/firefox/firefox %u"
replace:
Exec=/usr/lib/firefox/firefox --new-window %u
with:
Exec=/usr/bin/sh -c "GTK_USE_PORTAL=1 /usr/lib/firefox/firefox --new-window %u"
replace:
Exec=/usr/lib/firefox/firefox --private-window %u
with:
Exec=/usr/bin/sh -c "GTK_USE_PORTAL=1 /usr/lib/firefox/firefox --private-window %u"
Save and enjoy your firefox/plasma integration
نصب مستقیم فایرفاکس از تارنمای موزیلا
Generally it is better to use the version of Firefox that is available in the repos but installing Firefox directly has one advantage: Firefox will update itself automatically as soon as an update is available. This is great for users, who want to get the latest update as soon as possible without waiting for the next Manjaro update.
بارگیری فایرفاکس از موزیلا
جدیدترین فایرفاکس به زبان خودتان را از: https://www.mozilla.org/fa-IR/firefox/all/ بارگیری کنید.
بیشتر کاربران «لینوکس ۶۴-بیت»، با زبان انتخابی خود را بارگیری خواهند کرد. اگر از مانجارو۳۲ استفاده میکنید «لینوکس ۳۲-بیت» را بارگیری کنید.
Extract the files
Ensure that ~/bin exists with
Unpack/extract the downloaded firefox-xx.x.tar.bz2
file to ~/bin/ using a graphical tool or with the tar command. Here is an example:
You can now start to use Firefox by double clicking on the file (or executing it in a terminal):
ایجاد نقشک
بیایید نقشکی بسازیم تا فایرفاکس را آسانتر اجرا کنیم.
Create an empty file
Edit the file ~/.local/share/applications/firefox.desktop in your favorite editor. For a list of common editors see this page
Copy and paste the following code into your firefox.desktop
file and save it:
[Desktop Entry] Name=Firefox GenericName=Web Browser Icon=~/bin/firefox/browser/icons/mozicon128.png Type=Application Categories=Application;Network;WebBrowser; Exec=~/bin/firefox/firefox Terminal=false StartupNotify=false
In most Desktop Environments(DEs), Firefox will now be added to the menu. In some DEs you can click on the desktop to launch the application as well.