Ubuntu System adjusts the order of iphone app icons

Source: Internet
Author: User
Keywords application icon installation manager can APT
Tags aliyun app application application icon apt code html http
Now the http://www.aliyun.com/zixun/aggregation/13835.html ">ubuntu has supported synchronizing pictures and music documents on the IPhone, and many of the children's shoes were released before the ownlinux.cn Ubuntu's sync of the IPhone's music and photos says it's not enough to power. Can you do anything other than sync music and photos? Ownlinux.cn will also share information on Ubuntu's iPhone operation. After the IPhone has installed a large number of applications, the classification and sorting of the icons seems to be necessary, which makes it easy to find the application you want and start it. This article describes how to adjust the order of the IPhone application icons on Ubuntu.

In Ubuntu to adjust the IPhone app icon order, you can choose to use the source installation method or the code to compile the installation method, according to their favorite choice, we do not tangle installation methods. Words are not more directly above the figure code. The method of installing Sbmanager with Source:

Copy the following code flexibly, add the PPA source to Ubuntu, refresh the source list, apt Install command, or install in the Software Center. The program name is Sbmanager, where SB is the abbreviation for the springboard on the IPhone, not the S13 meaning.

ownlinux@ownlinux:~$ sudo add-apt-repository Ppa:vbkaisetsu/ppa
ownlinux@ownlinux:~$ sudo apt update
ownlinux@ownlinux:~$ sudo apt install sbmanager

In the Ubuntu Software Center find sbmanager Click Install.

Second, the source code to compile the installation of Sbmanager method:

Before compiling, you need to install the necessary environment before compiling, if you already have a related library to skip. :
ownlinux@ownlinux:~$ sudo apt install build-essential automake autoconf libtool libgnutls-dev Libglib2.0-dev Libxml2-dev Libreadline5-dev Swig Python-dev libusbmuxd-dev libplist-dev libplist++-dev libplist++1 Libzip-dev Libclutter-1.0-dev Libclutter-gtk-0.10-dev Intltool

A library for synchronizing data between Ubuntu and the IPhone if you already have a related library to skip.
ownlinux@ownlinux:~$ CD ~/downloads
ownlinux@ownlinux:~$ wget http://www.libimobiledevice.org/downloads/libimobiledevice-1.0.1.tar.bz2
ownlinux@ownlinux:~ $tar XVJF libimobiledevice-1.0.1.tar.bz2
ownlinux@ownlinux:~$ CD ~/downloads/libimobiledevice-1.0.1
ownlinux@ownlinux:~$/configure
ownlinux@ownlinux:~$ make
ownlinux@ownlinux:~$ sudo make install

Install Git because the author of the Sbmanager program controls the software version through Git, and the latest version of the software source is available through Git.
ownlinux@ownlinux:~$ sudo apt install git-core

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.