https://github.com/alex1701c/krunner-firefox
Launch your Firefox profiles from Krunner and register them in the Firefox .desktop file
https://github.com/alex1701c/krunner-firefox
c-plus-plus firefox kde kde-desktop krunner launcher plasma5 profiles qt5 utility
Last synced: 3 months ago
JSON representation
Launch your Firefox profiles from Krunner and register them in the Firefox .desktop file
- Host: GitHub
- URL: https://github.com/alex1701c/krunner-firefox
- Owner: alex1701c
- License: gpl-3.0
- Created: 2019-07-14T10:40:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T17:57:51.000Z (8 months ago)
- Last Synced: 2025-02-27T05:55:57.847Z (4 months ago)
- Topics: c-plus-plus, firefox, kde, kde-desktop, krunner, launcher, plasma5, profiles, qt5, utility
- Language: C++
- Size: 201 KB
- Stars: 19
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firefox Profile Runner
This plugin allows you to launch Firefox profiles from Krunner and your normal launcher.
It saves the Desktop Actions for the profiles in a local copy of the firefox.desktop file.
This means you can search for the profiles in your normal launcher.- Saves the Desktop Actions for the profiles in a local copy of the `firefox.desktop` file. This means you can search for the profiles in your normal launcher.
- Compatible with Firefox-ESR.# Installation
## 1 Dependencies
Debian/Ubuntu
Plasma5:
```bash install-ubuntu-plasma5
sudo apt install git cmake extra-cmake-modules build-essential libkf5runner-dev libkf5i18n-dev libkf5service-dev libkf5kcmutils-dev libkf5dbusaddons-bin
```
Plasma6:
```bash install-ubuntu-plasma6
sudo apt install git cmake extra-cmake-modules build-essential libkf6runner-dev libkf6i18n-dev libkf6service-dev libkf6kcmutils-dev libkf6dbusaddons-bin
```OpenSUSE
Plasma5:
```bash install-opensuse-plasma5
sudo zypper install git cmake extra-cmake-modules ki18n-devel krunner-devel kcmutils-devel kservice-devel kdbusaddons-tools libQt5Test-devel
```
Plasma6:
```bash install-opensuse-plasma6
sudo zypper install git cmake kf6-extra-cmake-modules kf6-ki18n-devel kf6-krunner-devel kf6-kcmutils-devel kf6-kservice-devel kf6-kdbusaddons-tools qt6-test-devel
```Fedora
Plasma5:
```bash install-fedora-plasma5
sudo dnf install git cmake extra-cmake-modules kf5-ki18n-devel kf5-krunner-devel kf5-kcmutils-devel kf5-kservice-devel
```
Plasma6:
```bash install-fedora-plasma6
sudo dnf install git cmake extra-cmake-modules kf6-ki18n-devel kf6-krunner-devel kf6-kcmutils-devel kf6-kservice-devel
```## 2 Plugin
### A: Oneliner install
```shell
curl https://raw.githubusercontent.com/alex1701c/krunner-firefox/master/install.sh | bash
```### B: Oneliner install (Without admin privileges)
```shell
curl https://raw.githubusercontent.com/alex1701c/krunner-firefox/master/install-user.sh | bash
```# Screenshots
#### Overview
The plugin gets triggered by `firef`.
#### Search
After the trigger word, you can search the profiles.
#### Config Dialog
If you uncheck the options to register the normal/private window launch options profiles globally you can not launch
the profiles like in the last screenshot.
If the following option is checked the option to launch a normal window with the default profile is not shown.
This is useful, because the default profile can be launched with the "Applications" plugin.
The option to always show private windows is demonstrated in the first screenshot.Using the Move Up/Down buttons you can change the order of the options.
The text field below is used to rename the profiles. This does not modify the Firefox
configuration, just the displayed name for the runner.
#### Overview With All Global Options
After the trigger word, you can search the profiles.