-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,49 @@ | ||
Introduction | ||
============= | ||
|
||
This script installs easily GNOME's 'Wacom Settings' in XFCE. | ||
This script installs GNOME's 'Wacom Settings' in XFCE. | ||
|
||
![Screenshot highlighting the settings' location](screenshot.png?raw=true) | ||
|
||
|
||
Installation | ||
============== | ||
To install it, run the next command in this directory | ||
|
||
To install it, run the next command in this directory. After that you will find a new icon in your XFCE Settings. | ||
```bash | ||
make install | ||
``` | ||
|
||
You'll find a new icon in your XFCE Settings. | ||
|
||
Uninstall | ||
============== | ||
To uninstall it, run the next command in this directory | ||
To uninstall it | ||
```bash | ||
make uninstall | ||
``` | ||
|
||
Troubleshoting | ||
FAQ | ||
============== | ||
If you don't know what options to choose during the installation, just press enter. | ||
The default configuration will work just fine. | ||
|
||
For advanced users | ||
================== | ||
If you are experiencing any issue, you can try to solve it running | ||
**What options should I choose during the installation?** | ||
|
||
Just press enter. The default configuration will work just fine. | ||
|
||
**I disabled gnome-settings-daemon plugins. How do I restore them?** | ||
``` | ||
./commands.sh enable-gnome-plugins | ||
``` | ||
|
||
**I'm an advanced user. How can I check the debugging commands?** | ||
``` | ||
./commands.sh --help | ||
``` | ||
|
||
Pourpuse | ||
**I'm using an old PC. How can I save RAM?** | ||
|
||
After the installation run | ||
``` | ||
./commands.sh disable-autostart-gnome-settings-daemon | ||
``` | ||
You will save ~25MB. The settings will be shown using GTK. The leds in your tablet may not turn on. It works, though. | ||
|
||
Pourpose | ||
================== | ||
We are aiming to implement this panel natively on XFCE. Meanwhile, you can install it from here. | ||
|
||
|
||
Credits: Based on [achadwick's script](https://github.com/achadwick/gsdwacom4xfce). Currently developed by Zeioth. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=GSD-based Wacom support for Xfce | ||
Name=Gnome settings daemon | ||
Comment=Manage Wacom settings via the GNOME settings daemon | ||
Exec=gnome-settings-daemon | ||
Icon=input-tablet | ||
OnlyShowIn=XFCE; | ||
OnlyShowIn=XFCE; |