diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2024-04-24 15:00:03 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-27 09:28:40 +0700 |
commit | 1b2e32d1da54b1f079798edeee3358a6926f6402 (patch) | |
tree | 8874abddfd6b393b27e3b8ee8b56e94281790323 /system/pcmanfm/README | |
parent | 1b92a99dcb4cc2a1b773ca255282703c3e8279d7 (diff) |
system/pcmanfm: Switch to gtk+3 by default.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pcmanfm/README')
-rw-r--r-- | system/pcmanfm/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/pcmanfm/README b/system/pcmanfm/README index a8e5b2a028..f7b14ceb9f 100644 --- a/system/pcmanfm/README +++ b/system/pcmanfm/README @@ -1,10 +1,10 @@ PCManFM is an extremely fast and lightweight GTK+ based file manager which features tabbed browsing and a user-friendly interface. -By default the gtk+2 version is built: if you prefer to build the -gtk+3 one pass the script the parameter GTK=3, like +By default the gtk+3 version is built: if you prefer to build the +gtk+2 one pass the script the parameter GTK3=no, like - GTK=3 ./pcmanfm.SlackBuild + GTK3=no ./pcmanfm.SlackBuild If you have problems viewing icons on pcmanfm and you're using the gtk+2 version, include this line to your $HOME/.gtkrc-2.0: |