Skip to content

Installing removed settings app on Ubuntu #98

@MarcGoekce

Description

@MarcGoekce

This is odd...

After installing ifuse, my gnome-control-center was gone. I had to manually reinstall it for it to reappear.

$ whereis gnome-control-center
gnome-control-center: /usr/share/gnome-control-center

$ gnome-control-center
Command 'gnome-control-center' not found, but can be installed with:
sudo apt install gnome-control-center

I don't have any logs of the installation process, so here is my history:

 1957  sudo apt-get install 	build-essential 	pkg-config 	checkinstall 	git 	autoconf 	automake 	libtool-bin 	libplist-dev 	libimobiledevice-dev 	libfuse-dev 	usbmuxd
 1958  git clone https://github.com/libimobiledevice/ifuse.git
 1959  cd ifuse
 1960  ./autogen.sh
 1961  make
 1962  sudo make install
 1963  sudo modprobe fuse
 1964  sudo adduser $USER fuse
 1965  id | grep fuse && echo yes! || echo not yet...
 1966  sudo modprobe fuse
 1967  sudo adduser $USER fuse
 1968  ./autogen.sh
 1969  make
 1970  history 20
 1971  sudo make install
 1972  sudo modprobe fuse
 1973  sudo adduser $USER fuse
 1974  sudo groupadd fuse
 1975  sudo usermod -aG fuse username
 1976  sudo usermod -aG fuse fuse
 1977  sudo usermod -aG fuse
 1978  sudo adduser $USER fuse
 1979  id | grep fuse && echo yes! || echo not yet...
 1980  cd ifuse/
 1981  id | grep fuse && echo yes! || echo not yet...
 1982  lsmod | grep fuse
 1983  sudo modprobe fuse
 1984  lsmod | grep fuse
 1985  sudo adduser $USER fuse
 1986  id | grep fuse && echo yes! || echo not yet...
 1987  sudo apt-get install fuse
 1988  sudo apt install usbmuxd libimobiledevice6 libimobiledevice-utils
 1989  mkdir ~/iPhone
 1990  ifuse ~/iPhone/
 1991  whereis gnome-control-center

EDIT: It removed all of my desktop environment. Gnome was gone, and I had to reinstall my desktop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions