Results 1 to 1 of 1

Thread: [xubuntu][17.04+] Installing Thunar with Split View

  1. #1
    Join Date
    Oct 2010
    Beans
    11

    [xubuntu][17.04+] Installing Thunar with Split View

    Before proceeding...
    Quick edit: This applies to Zesty onward. Users of Yakkety and below can add the PPA, install the software and proceed as normal without additional steps in between.

    The instructions provided below will
    describe how to install an outdated version of Thunar, the file manager for XFCE. Downgrading is necessary because there is no known release I could find for build 1.6.12 with the split view patch installed. Fortunately 1.6.11 isn't too functionally different from 1.6.12, and can be used interchangeably in 17.04 and up.

    The reason why users reading this might want to install this version of Thunar is if users are coming from other systems where their file manager had a split pane function for navigating through two separate (sets of) directories in the same window. However, since these instructions are also going to describe how to hold back updates for affected packages, it should go without saying the risk for system instability and upgrade failure increases with every system-critical package any user holds back and keep downgraded, so all holds should be canceled and all previously-held packages should be upgraded before any major upgrade.

    Installation
    Since the repository shown in the code block below is outdated and has nothing for Zesty onward, some editing in mousepad will be necessary before proceeding with sane installation. There is also an insane approach to only downgrade Thunar, but this isn't necessary, and thus will be excluded. Open a terminal and begin with this:
    Code:
    sudo add-apt-repository ppa:webupd8team/experiments
    sudo mousepad /etc/apt/sources.list.d/webupd8team-ubuntu-experiments-*.list
    Modify the lines in this .list file so they use the archives for yakkety rather than your current distribution: this is the last version this PPA supports. After that, proceed as normal (and since thunar is being downgraded, do that):
    Code:
    sudo apt-get update
    sudo apt-get install libthunarx-2-0=1.6.11-0ubuntu0.16.10.1+1~webupd8~yakkety thunar-data=1.6.11-0ubuntu0.16.10.1+1~webupd8~yakkety thunar=1.6.11-0ubuntu0.16.10.1+1~webupd8~yakkety
    sudo apt-mark hold libthunarx-2-0 thunar-data thunar
    thunar -q
    If you want to make the above easier, you could alias 1.6.11-0ubuntu0.16.10.1+1~webupd8~yakkety into something else smaller for the current bash session only if you're having to type this by hand.

    Conclusion
    From the instructions above, you should be able to install Thunar with the split view patch. To see this in effect, open thunar and press [F3]. While this
    isn't for everyone, as most people are alright with only using tabs, for the few of us who would rather move and copy things into another pane it is comforting to know an option for that is there. Just don't forget to perform the following before a distribution upgrade:
    Code:
    sudo apt-mark unhold libthunarx-2-0 thunar-data thunar
    sudo apt-get install --only-upgrade libthunarx-2-0 thunar-data thunar
    Last edited by there.is.only.xul; February 15th, 2018 at 11:51 PM. Reason: Telling people this works past 17.04.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •