Skip to content

Commit

Permalink
Minor details
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth committed Oct 18, 2016
1 parent 5ef4c22 commit b8fcff2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
40 changes: 22 additions & 18 deletions README.md
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.

2 changes: 1 addition & 1 deletion commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ case "$1" in
uninstall-dependencies)
# Prompt the user to uninstall the dependencies
read -e -p "Uninstall dependencies? Choose 'n' if you use Gnome as secondary desktop environment (y/n): "\
-i "y" dependencies_agreement
-i "n" dependencies_agreement
if [ "$dependencies_agreement" == "y" ]; then
@echo "Uninstalling dependencies..."
sudo apt-get remove gnome-settings-daemon gnome-control-center
Expand Down
4 changes: 2 additions & 2 deletions gnome-settings-daemon-for-xfce.desktop
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;

0 comments on commit b8fcff2

Please sign in to comment.