-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have a fresh install of Ubuntu 11.10 from the iso 'ubuntu-11.10-desktop-amd64.iso'. I installed this in VMWare Fusion 4.1.1 running on OSX 10.7.3. When setting up the VM, I allowed easy install to take care of creating my user and installing VMWare tools. No problems during installation, everything…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
When I type in 'sudo apt-get update' I get this
mohd-arafat-hossain@TUD:~$ sudo apt-get update
[sudo] password for mohd-arafat-hossain:
Ign http://bd.archive.ubuntu.com precise InRelease
Ign http://bd.archive.ubuntu.com precise-updates InRelease
Ign http://bd.archive.ubuntu…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Whats common among Skype, Opera, OpenOffice in Ubuntu ? Whenever I open these applications I get logged off and shows back me the login screen. This started happening since the 10.10 upgrade.
Forgot to mention :
Yes, its x64.Each time I open these applications, the UI shows and then crashes.
I…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have a warning triangle that my update information is outdated, the last update was 12 days ago. I use Ubuntu 11.10. A run of sudo apt-get update produces the following output:
Ign http://ppa.launchpad.net oneiric InRelease
Ign http://de.archive.ubuntu.com oneiric InRelease …
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi all,
I'm trying to run apt-get update on ubuntu 9.10
I've configured my proxy server and I can access the internet without any problem:
/etc/apt# wget "http://www.google.com"
Resolving (...)
Proxy request sent, awaiting response... 200 OK
Length: 292 [text/html]
Saving to: `index.html'
100%[=================================================================================================================================>]…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I'm looking into ways of automatically loading Gedit as gksu gedit when I enter sudo gedit by mistake?
I have found that I have made a number of files unreachable by using gedit and I have only just found out why!
ACHIEVED SO FAR
I have written a script which will make an alias so that if I type…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
When I load GEdit, it is different from sudo GEdit.
Normal GEdit gives me Gtk warnings in the console, and ithas a different look.
When I install plugins on either version, it doesn't reflect on the other.
I tried removing gedit and reinstalling, but I get the exact setups (in other words, GEdit…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I am a bit confused as to where I should put externally downloaded plugins. I have tried putting them in:
/usr/share/gedit/plugins
~/.local/gedit/plugins
~/.gnome2/gedit/plugins
/usr/lib/gedit/plugins
The way I have checked whether the plugins show up or not is going to Edit-Preferences-Plugins…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I'm using Ubuntu 12.04 with python 2.7.3 and PyGObject and I'd like to develop plugins for Gedit in python. I found a simple looking tutorial for this sort of thing here.
According to the tutorial, I need the Gedit module to interact with the plugin interface:
from gi.repository import GObject,…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Previously, I need to clear documents history, so I Googled and found this:
http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html
I did the step, and then when I opened gedit in root terminal, I've got this:
root@dellph1-desktop:/# gedit
(gedit:8224): GLib-CRITICAL **: g_bookmark_file_load_from_data:…
>>> More