I use Ubuntu Mate 16.04. I do not use wlan usually, but if I need it, I want wlan to be available. To disable wlan, I deselect “Enable Wi-Fi” in the network manager's applet. This seems to succesfully turn of wlan, but doesn't survive a reboot. How can I permanently deselect the “Enable Wi-Fi” option such that (a) that configuration survives a reboot and (b) I can enable wlan through the network manager applet if needed?
FUZxxl's questions
I am running the awesome window manager on trusty after having upgraded from raring. My desktop environment intentionally does not have all the Gnome / Freedesktop daemons running — I don't want them.
When I execute gedit
from a terminal like this:
gedit file
It outputs messages like this all over my terminal whenever I hit enter or save or on various other occasions:
(gedit:5700): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
I understand the meaning of this warning and I have decided that it doesn't matter to me.
How can I turn off this kind of warning? By "turn off", I don't mean any of these or similar workarounds:
- piping the output of gedit into
/dev/null
- writing a wrapper script that pipes the output of gedit into
/dev/null
- creating an alias that pipes the output of gedit into
/dev/null
These workarounds are not acceptable as they have to be applied individually to each Gnome application — gedit is not the only one that likes to mess up the terminal.
I have a laptop computer with the following setup:
- / on a btrfs /dev/sda3 subvolume @
- /home on a btrfs /dev/sda3 subvolume @home
- /boot on an ext4 /dev/sda2
- /boot/efi on a vfat /dev/sda1
- no swap
- /tmp on a tmpfs
Now I got a new solid state disk that I want to use instead of my current setup. Besides dd'ing the whole disk to the SSD (which I don't want to do since it marks all sectors as used), what steps should I do to copy all data in a way that my system still boots afterwards?
Big gotcha: I can't insert both discs at once into my system but I have a sufficiently fast eSATA backup disc that is big enough to store all data from the old HDD.
I develop in Haskell privatly, but for school I have to use Delphi (I am allowed to use Lazarus though). To speed up linking in GHC (The compiler for Haskell) I installed binutilus-gold
. But now, when I try to install lazarus
, I get a conflicting package: binutils-gold
. Does anybody knows, how to install both at the same time?
Possible Duplicate:
How to create a meta-package that automatically installs other packages?
I want to use Frescobaldi (an editor for Lilypond), but the packaged release of lilypond (2.12.3; lilypond is like TeX for scoresheets) in the official repos is a bit old, since I want to use some brand-new features. So I just cloned their git repo and installed it from there.
Now my question is, how can I tell apt, that I satisfied the dependency on lilypond manually, so that it doesn't tries to install another copy?
When I use the VT (CTRL+ALT+F1),it will only display replacement characters for chinese, but from the alternative installation CD I can see, that it's actually possible to display chinese in the VT. How to enable this?
I have Ubuntu both as guest and as host. I use VirtualBox 4, just downloaded from the official repository. After installing the guest extensions, I got this strange problem:
When I activate the resizable screen mode with Host + C, the GNOME desktop won't resize with the screen. Only the wallpaper gets stretched. I use no desktop effects and haven't changed any driver options yet.
Any ideas how to fix this? Here is a screenshot of the guest machine, demonstrating how it looks like after changing the resolution:
I know how to use scalable mode, but I guess I forgot some configuration in the guest machine to make it work.
Possible Duplicate:
Mount a Virtual Box drive image (vdi)?
I have a VirtualBox harddisk, let's say here:
~/harddisk/ubuntu.vdi
How can I mount it using FUSE, so that it's accessible from the host PC?
Please assume that I've almost no knowledge about FUSE and mounting.
I've been developing in Haskell for a while. My question is: what's the easiest way to set up a reasonable development system for Haskell? I installed the official packages, but IMO it's not working very well and sometimes conflicting with Cabal installed packages.
Is there a better platform? I possibly want to install GHC 7.0 instead of the Haskell platform.
Is there a way / application to add a file extension / mime-type to the system. What I want to achieve is:
- Have a default program for opening files of this type
- Have a special icon for this filetype
- let
file
output the type of a file of this file in a more specific way.
Is there an way to achieve this?