Last active
August 29, 2015 14:08
-
-
Save wangjiezhe/b524cc02235e7d2c451b to your computer and use it in GitHub Desktop.
Add 'Wine' directory to dashboard on Gnome 3.14
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
#!/usr/bin/env bash | |
dconf write /org/gnome/desktop/app-folders/folder-children "['Utilities', 'Sundry', 'Wine']" | |
dconf load /org/gnome/desktop/app-folders/folders/ < 'wine_directory.conf' |
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
[Wine] | |
translate=true | |
categories=['Wine'] | |
apps=['wine.desktop', 'wine-mime-msi.desktop', 'wine-notepad.desktop', 'wine-oleview.desktop', 'wine-regedit.desktop', 'wine-uninstaller.desktop', 'wine-wineboot.desktop', 'wine-winecfg.desktop', 'wine-winefile.desktop', 'wine-winemine.desktop', 'wine-winhelp.desktop', 'wine-wordpad.desktop'] | |
name='Wine.directory' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment