id
stringlengths
1
7
postTypeId
stringclasses
1 value
acceptedAnswerId
stringlengths
1
7
creationDate
stringdate
2009-01-08 07:47:55
2024-03-31 23:33:05
score
stringclasses
504 values
viewCount
stringlengths
1
7
body
stringlengths
24
34.3k
ownerUserId
stringlengths
1
7
lastEditorUserId
stringlengths
1
7
lastEditDate
stringdate
2010-07-28 20:43:11
2024-04-07 06:16:28
lastActivityDate
stringdate
2010-07-29 14:11:46
2024-04-07 06:16:28
title
stringlengths
13
150
tags
listlengths
1
5
answerCount
stringclasses
45 values
commentCount
stringclasses
47 values
contentLicense
stringclasses
3 values
comments
listlengths
0
56
acceptedAnswer
dict
answers
listlengths
0
82
communityOwnedDate
stringclasses
232 values
favoriteCount
stringclasses
2 values
closedDate
stringlengths
23
23
lastEditorDisplayName
stringclasses
890 values
ownerDisplayName
stringlengths
2
28
51138
1
null
2011-06-29T16:12:57.510
2
3375
<p>So far I've discovered that I can open my chat list by clicking the mail icon and not the chat icon. However, wherever I click, I can't find a way to add a new buddy. </p> <p>Does anyone know how to do this?</p>
20851
235
2011-06-30T08:27:17.070
2020-12-17T17:42:39.240
How do I add a new contact to Empathy?
[ "11.04", "empathy" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-06-29T16:15:44.707", "id": "57083", "postId": "51138", "score": "0", "text": "Mail icon = Messaging menu, you can add a new contact on Empathyś main maindow.", "userDisplayName": null, "userId": "4203" }, { "creationDate": "2011-06-29T16:17:24.187", "i...
null
[ { "accepted": null, "body": "<ul>\n<li>Click on your Empathy window to activate it.</li>\n<li>Hoover your mouse to the upper side of your screen toward the word \"Empathy\" next to the Ubuntu logo. The menu appears.</li>\n<li>Click on Chat > Add a contact.</li>\n</ul>\n\n<p>There you go!</p>\n", "commen...
null
null
null
null
null
51141
1
null
2011-06-29T16:22:12.607
1
6004
<p>I bought a composite-video-to-usb adaptor. I want to stream video game in ubuntu. How can I do that?</p> <p>My environment:</p> <ul> <li>Monoprice USB Video and Audio Grabber</li> <li>Ubuntu 11.04</li> </ul> <p>The relevant output of <code>lsusb</code>:</p> <pre><code>Bus 001 Device 011: ID 0572:262a Conexant Sy...
12729
12729
2011-06-30T15:12:53.957
2011-07-02T14:11:11.950
composite-video-to-usb adaptor
[ "drivers", "video", "usb" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-06-29T17:21:31.867", "id": "57102", "postId": "51141", "score": "0", "text": "please add to your question the output of lsusb - need to identify how ubuntu sees your USB device. Also it would be useful to see the output of sudo lshw", "userDisplayName": null, "us...
null
[ { "accepted": null, "body": "<p>If you are lucky, your capture device will be recognized as soon as you plug it in and be ready to use. If you do <code>ls /dev/video*</code> you should see the device. Assuming it is the only one plugged in, it will either be /dev/video or /dev/video0.</p>\n\n<p>If you don...
null
null
null
null
null
51143
1
51155
2011-06-29T15:13:33.930
3
324
<p>I've got an <a href="http://www.pcper.com/reviews/Storage/Gigabyte-iRAM-Solid-State-SATA-Storage-Review" rel="nofollow">iRAM solid state drive</a>.</p> <p>I'd like to use this to store a root filesystem; the trouble is the device is not recognized as a hard drive to the BIOS. It only shows up if a live CD environm...
47839
6969
2011-06-29T16:31:54.017
2011-06-29T17:40:44.683
How to Boot from iRAM Solid State Drive on Ubuntu
[ "boot", "ssd" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>If the hard drive is not recognized as a bootable volume in the BIOS, you have two choices:</p>\n\n<ol>\n<li>Place <code>/boot</code> on an alternate device. This can be an ordinary hard disk drive, or even a CD-ROM or USB key device. The idea is to get the kernel and initrd loaded o...
[ { "accepted": true, "body": "<p>If the hard drive is not recognized as a bootable volume in the BIOS, you have two choices:</p>\n\n<ol>\n<li>Place <code>/boot</code> on an alternate device. This can be an ordinary hard disk drive, or even a CD-ROM or USB key device. The idea is to get the kernel and initrd ...
null
null
null
null
quickshiftin
51145
1
51180
2011-06-29T16:44:27.153
5
22967
<p>How can I run a command before the machine automatically shuts down?</p>
20732
527764
2017-08-17T17:21:50.883
2017-08-17T17:22:21.933
How to run a command before the machine automatically shuts down?
[ "shutdown" ]
4
1
CC BY-SA 3.0
[ { "creationDate": "2011-06-29T16:51:07.510", "id": "57097", "postId": "51145", "score": "1", "text": "What do you mean by \"automatic shutdown\"? Should it be run before the machine is shut down by a cron or before every shutdown?", "userDisplayName": null, "userId": "6969" } ]
{ "accepted": true, "body": "<p>How about to put a script in the correct runlevel?\nI think runlevel 6 is shutdown, and then the directory to play in is </p>\n\n<pre><code>/etc/rc6.d/\n</code></pre>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-06-29T20:07:03.450", "id": "57124"...
[ { "accepted": null, "body": "<p><code>cron</code> isn't the tool for this. You need to set up an <code>upstart</code> job which executes during shutdown, preferably declaring a dependency so that it runs before any services it requires shut down. <code>man 5 init</code> for the details on how to properly ...
null
null
null
null
null
51154
1
51184
2011-06-29T17:40:42.083
5
8496
<p>I have an external HDD and use TrueCrypt for keeping encrypted file containers. After mounting, whenever I try to dismount a file container (using TrueCrypt 7.0a on Ubuntu 11.04), it just does not happen and I get the following message:</p> <pre><code>device-mapper: remove ioctl failed: Device or resource busy Comm...
19522
null
null
2011-07-01T23:18:48.393
Once mounted using TrueCrypt, cannot unmount
[ "11.04", "truecrypt" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-06-29T21:04:17.077", "id": "57132", "postId": "51154", "score": "0", "text": "I have the same problem with 10.10 and with a 100MB encrypted image file.", "userDisplayName": null, "userId": "12827" } ]
{ "accepted": true, "body": "<p>This looks indeed like a problem in Natty. A work-around exists by unmounting the mount point (usually a directory in <code>/media/</code>) and then pressing the <em>Unmount</em> button in TrueCrypt. An example of the umount command (<code>sudo</code> is required):</p>\n\n<pre><code>...
[ { "accepted": null, "body": "<p>There is some process(es) with file(s) on your encrypted container still opened.</p>\n\n<p>You gave us too few info to help you with detailed instructions.</p>\n\n<p>You should use <code>fuser</code> and <code>lsof</code> to catch the culprit.</p>\n\n<p><em>EDIT:</em></p>\n\n...
null
null
null
null
null
51156
1
null
2011-06-29T17:59:53.050
54
54065
<p>sometimes the sound of videos isn't enough for me. so i reach the sound indicator , over sound preferences and change it to a level higher than 100%. the question is how can i do it from the keyboard? now i can control the volume from the keyboard but it's maximum is 100%. is there a way to do that?</p> <p>EDIT 1: ...
3087
3087
2011-06-30T13:58:16.347
2022-04-14T03:34:06.217
How can I reach over 100% volume with a keyboard shortcut?
[ "unity", "keyboard", "shortcut-keys", "volume-control" ]
14
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>No, at least not to my knowledge, there is no way by default to raise the volume with the keyboard beyond 100%. It frustrates me too. However, maybe it's possible to create a key combination that will launch a script to raise the volume; I'm not a Ubuntu programmer, so I can'...
null
null
null
null
null
51157
1
51165
2011-06-29T18:13:04.367
18
15283
<p>I keep seeing themes as being labelled as metacity or GTK or Emerald. From reading in other places, I gather that Metacity is a window manager and changes the window borders, so what is a GTK theme? Isn't GTK a widget toolkit, used for drawing controls and other interface elements inside the window? and what is Emer...
14389
null
null
2020-09-23T02:04:40.423
what is the difference between a GTK theme, Metacity theme, and Emerald theme?
[ "gnome", "gtk", "metacity", "emerald" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>What you are referring to as a theme is probably a different kind of theme (in light of your comment on Uri's answer).</p>\n<p><img src=\"https://i.stack.imgur.com/N181Z.png\" alt=\"enter image description here\" /></p>\n<p>Those themes control GTK, Metacity (the Gnome 2 windows mana...
[ { "accepted": null, "body": "<p>In simple terms, Metacity is the GNOME 2 Window Manager, which is sometimes replaced with the Emerald Window Manager via Compiz.</p>\n<p>Emerald works on GNOME, KDE, XFCE and more.</p>\n<p>A GTK theme, changes the window appearance (colors), not the window borders.</p>\n", ...
null
null
null
null
null
51163
1
null
2011-06-29T17:58:37.810
1
349
<p>I tried to install libboost-system1.42-dev package but for some reason it crashed for the first time.</p> <p>Now for ANY package I try to install I get:</p> <pre><code>Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 961, in simulate trans.unauthenticated = self....
602961
null
null
2011-06-29T18:47:36.297
ubuntu software center crashes after fail install
[ "installation", "apt" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You probably need to purge <code>libboost-system1.42-dev</code> first (<code>sudo dpkg -P libboost-system1.42-dev</code>), then try again. If that works out, then reinstall and go from there.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null,...
null
null
null
null
dr.doom
51166
1
51186
2011-06-29T18:49:09.403
27
33230
<p>I use Xfce.</p> <p>My problem is - some programs look nice and some sort of ugly. AFAIK this is because Xfce is GTK and most programs use GTK theme, but some programs use Qt and thus don't use GTK themes.</p> <p>So - my question is - How can I apply some theme to these Qt programs? Can I download some qt theme and...
6082
106495
2017-01-05T22:03:22.630
2018-11-18T13:38:26.770
How to make Qt programs look good under Xfce?
[ "themes", "gtk", "xubuntu", "xfce", "qt" ]
6
1
CC BY-SA 3.0
[ { "creationDate": "2012-01-10T07:45:00.830", "id": "107938", "postId": "51166", "score": "0", "text": "Correction: VLC uses Qt not GTK.", "userDisplayName": null, "userId": "12399" } ]
{ "accepted": true, "body": "<p>This is not exactly an answer to your question but if you want a nice, consistent and unified look for both Qt and GTK programs I recommend the QtCurve style. Modern distributions should provide a package, in Ubuntu it's <code>apt-get install qtcurve</code>.</p>\n\n<p>And yes, <code>...
[ { "accepted": null, "body": "<p>ok. sorted.</p>\n\n<p>simply run qtconfig and select different look.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-06-29T19:00:29.463", "id": "51169", "lastActivityD...
null
null
null
null
null
51170
1
null
2011-06-29T19:03:05.470
0
2818
<p>I have a Neurosky Mindset that doubles as a bluetooth headset. Bluetooth picks up the device fine and I have audio working. In sound preferences for input devices the headset isn't listed so I'm unable to get my mic working. I'm running Ubuntu 11.04.</p>
20860
null
null
2012-03-08T11:27:57.707
How can I get my bluetooth headset's microphone working?
[ "bluetooth", "input-devices", "microphone", "headset" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-12-10T17:24:18.760", "id": "98734", "postId": "51170", "score": "0", "text": "I have a different headset but the same bug on Ubuntu 11.10.\nDid you manage to solve this?\nThere is also a [bug report](https://bugs.launchpad.net/ubuntu/+source/linux/+bug/902572) for this.",...
null
[ { "accepted": null, "body": "<p>OP has solved the problem themselves and posted as a comment</p>\n\n<blockquote>\n <p>I did manage to figure it out, although not a great solution. For some\n reason if I switched the sound to mono I was able to get the\n microphone working.</p>\n</blockquote>\n", "com...
null
null
2012-05-23T17:15:10.643
null
null
51171
1
null
2011-06-29T19:04:19.267
2
1026
<p>For a reason I don't know my ubuntu doesn't show thumbnails for pdf. </p> <p><em>in gconf-editor ->-> /desktop/gnome/thumbnailers:</em><br> application@pdf/command = "evince-thumbnailer -s %s %u %o"<br> application@pdf/enable = "True" </p> <p>from console <code>evince-thumbnailer file.pdf out.png</code> works pe...
20839
235
2011-06-30T08:15:22.813
2011-06-30T08:15:22.813
PDF thumbnails don't work
[ "11.04", "pdf", "thumbnails" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>After many removals and reinstallations of gnome and document viewer something good happened and thumbnails are working.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-06-30T...
null
0
2012-01-11T16:50:42.207
null
null
51172
1
51270
2011-06-29T19:07:01.700
4
3973
<p>Is there a way to set the OOM killer adjustment value right when a daemon process (Apache in my case) starts? I would like to give the Apache processes a higher likelihood of being killed and make it virtually impossible for some more vital services to be killed by the OOM killer.</p>
11316
11316
2019-08-22T07:13:03.640
2019-08-22T07:13:03.640
Set OOM killer adjustment for process on startup?
[ "memory-usage" ]
2
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>I think you best bet would be to add a separate script as part of your init.d. In it, you will want to do something like this</p>\n\n<pre><code>echo 15 &gt; /proc/`pidof APP_NAME`/oom_adj\n</code></pre>\n\n<p>The <code>pidof APP_NAME</code> will retrieve the process ID of the app wi...
[ { "accepted": true, "body": "<p>I think you best bet would be to add a separate script as part of your init.d. In it, you will want to do something like this</p>\n\n<pre><code>echo 15 &gt; /proc/`pidof APP_NAME`/oom_adj\n</code></pre>\n\n<p>The <code>pidof APP_NAME</code> will retrieve the process ID of th...
null
null
null
null
null
51177
1
51267
2011-06-29T19:19:36.460
0
844
<p>This is a part of the massive dump of problems I'm encountering with my Lenovo Y460 and Ubuntu. </p> <p>Problem: Cannot shutdown/reboot/logoff.</p> <ul> <li>Logoff issue: <a href="http://ubuntuforums.org/showthread.php?t=1791439" rel="nofollow noreferrer">http://ubuntuforums.org/showthread.php?t=1791439</a></li> <...
20856
-1
2017-04-13T12:23:46.240
2011-06-30T13:38:22.313
Lenovo Y460 Shutdown/Reboot/Logoff doesn't work
[ "ati", "shutdown", "lenovo" ]
1
5
CC BY-SA 3.0
[ { "creationDate": "2011-06-29T19:42:26.003", "id": "57121", "postId": "51177", "score": "0", "text": "most likely due to your graphics issues - have a look at my previous reply on the 2.6.39 kernel and catalyst 11.6. You could also try the edgers ppa to see if the latest graphics stack improves...
{ "accepted": true, "body": "<p><strong>Overview:</strong></p>\n\n<p>The concept of switchable Graphics support in Linux - whether ATI &amp; Intel, or NVIDIA &amp; Intel - is currently in development.</p>\n\n<p>Various workarounds are available, but I suspect strongly, these issues will be eventually resolved, but ...
[ { "accepted": true, "body": "<p><strong>Overview:</strong></p>\n\n<p>The concept of switchable Graphics support in Linux - whether ATI &amp; Intel, or NVIDIA &amp; Intel - is currently in development.</p>\n\n<p>Various workarounds are available, but I suspect strongly, these issues will be eventually resolv...
null
null
null
null
null
51178
1
null
2011-06-29T19:24:53.707
1
1903
<p>After upgrading from ubuntu 11.04 to 10.10 I cannot access my encrypted home partition anymore. I can login, however all data stays encrypted. </p> <pre><code>ecryptfs-mount-private </code></pre> <p>gives:</p> <pre><code>ERROR: Encrypted private directory is not setup properly </code></pre> <p>Any idea how to f...
20861
24694
2012-05-10T01:30:50.697
2012-05-10T01:30:50.697
Cannot login in account with encrypted home after update from 11.04 to 11.10
[ "installation", "upgrade", "encryption", "home-directory" ]
1
6
CC BY-SA 3.0
[ { "creationDate": "2011-06-29T19:28:55.593", "id": "57118", "postId": "51178", "score": "0", "text": "http://askubuntu.com/questions/13177/how-do-i-recover-data-from-an-encrypted-home-directory", "userDisplayName": null, "userId": "4203" }, { "creationDate": "2011-06-29T20:04:11....
null
[ { "accepted": null, "body": "<p>Version 11.10 is still in alpha stage - this means development is early and things can be broken.</p>\n\n<p>Encrypted folders and drives is one of these areas - see this ubuntuforums <a href=\"http://ubuntuforums.org/showthread.php?t=1790478\" rel=\"nofollow noreferrer\">thre...
null
null
null
null
null
51179
1
54540
2011-06-29T19:42:04.993
15
2638
<p>I remember that in versions of ubuntu around 9.04 was possible to disable user to shutdown ( and maybe suspend too ) system if there was other user logged in.Something like policykit or similar. </p> <p>Is it possible to do in 11.04 ? </p> <p>Thanks</p> <p>edit: </p> <p>if someone needs ( for own risk ), little...
15023
15023
2011-07-22T12:43:35.317
2011-07-26T08:38:54.177
disable shutdown/suspend if there is other user logged in via ssh
[ "11.04", "ssh", "shutdown" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><strong>Update</strong> (thanks to enzotib):</p>\n\n<p>The files I listed in the original answer should <strong>not</strong> be edited, as a package update can overwrite your changes.</p>\n\n<p>PolicyKit should instead be configured using configuration files placed in <code>/var/lib/...
[ { "accepted": true, "body": "<p><strong>Update</strong> (thanks to enzotib):</p>\n\n<p>The files I listed in the original answer should <strong>not</strong> be edited, as a package update can overwrite your changes.</p>\n\n<p>PolicyKit should instead be configured using configuration files placed in <code>/...
null
null
null
null
null
51187
1
51190
2011-06-29T21:55:21.477
6
257
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/2034/how-can-i-hide-folders-without-changing-their-names">How can I hide folders without changing their names?</a> </p> </blockquote> <p>I want to hide some folders that I don't really want to hide all those folder...
20765
-1
2017-04-13T12:24:00.673
2011-06-29T22:05:40.950
Is it possible to hide folders?
[ "11.04", "nautilus", "nautilus-elementary" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>For hiding things in Nautilus (and maybe other graphical browsers) when you can't rename, you can create a file called <code>.hidden</code> in the current directory and list the paths you don't want shown.</p>\n\n<p>For example if I have a direcory with subdirectories <code>{a..f}</c...
[ { "accepted": true, "body": "<p>For hiding things in Nautilus (and maybe other graphical browsers) when you can't rename, you can create a file called <code>.hidden</code> in the current directory and list the paths you don't want shown.</p>\n\n<p>For example if I have a direcory with subdirectories <code>{...
null
null
2011-06-30T08:16:05.617
null
null
51191
1
51192
2011-06-29T22:07:28.027
2
425
<p>How can I move files from one place to other with validation/md5 done to origin and destination? Is there some tool or sequence of commands you can script to do this?</p>
414
18887
2012-02-29T16:54:42.170
2012-02-29T16:54:42.170
How can I move files from one place to other with validation/md5 done to origin and destination?
[ "files", "md5sum" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>rsync </p>\n\n<p>tutorials : <a href=\"http://everythinglinux.org/rsync/\" rel=\"nofollow\">http://everythinglinux.org/rsync/</a></p>\n\n<p>for example, i use </p>\n\n<pre><code>rsync -rptDuv --exclude ~/.ssh $SOURCEDIR -e ssh -t $USER@$BACKUPSERVER:/$TARGETDIR\n</code></pre>\n\n<p>f...
[ { "accepted": true, "body": "<p>rsync </p>\n\n<p>tutorials : <a href=\"http://everythinglinux.org/rsync/\" rel=\"nofollow\">http://everythinglinux.org/rsync/</a></p>\n\n<p>for example, i use </p>\n\n<pre><code>rsync -rptDuv --exclude ~/.ssh $SOURCEDIR -e ssh -t $USER@$BACKUPSERVER:/$TARGETDIR\n</code></pre>...
null
null
null
null
null
51193
1
null
2011-06-29T22:11:00.903
4
396
<p>I installed Ubuntu One Files on my Nexus One phone. When I tap <strong>Log in</strong> on the main screen, the app tries to log in then after a few seconds returns the following message:</p> <p><strong>Log-in failed, please try again later.</strong></p> <p>I have an Ubuntu One account, and when I tap Register on t...
20867
null
null
2011-11-10T07:20:46.700
Ubuntu One Files for Android will not let me log in
[ "android" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I had the same issue with my Samsunng Galaxy. I solved it by first closing the application, opening my settings and turning off the automatic time sync option.\nRestart and device and turn automatic sync for time back on. \nNow try and log in. \n<p>\nAs I said this solved the...
null
null
null
null
null
51194
1
51198
2011-06-29T22:22:07.540
5
496
<p>I installed the scriptwriting Celtx software following the instructions on their site which had me place it inside of <code>~/bin/celtx</code></p> <p>I can execute it with no problems by running <code>bin/celtx/celtx &amp;</code> from the terminal. I prefer to launch my apps via the Unity search/finder thing that I...
20868
null
null
2011-06-29T22:36:29.427
How to make the unity app search find a manually installed app
[ "unity" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You create a .desktop-file that you place in either /usr/share/applications/appname.desktop if it should be available for all users or in /home/username/.local/share/applications/appname.desktop if should only be added to your personal menu. The latter seems right in your case. </p>\...
[ { "accepted": true, "body": "<p>You create a .desktop-file that you place in either /usr/share/applications/appname.desktop if it should be available for all users or in /home/username/.local/share/applications/appname.desktop if should only be added to your personal menu. The latter seems right in your cas...
null
null
null
null
null
51196
1
51201
2011-06-29T22:27:50.443
1
347
<p>My old Pentium 3 email server just died on me. Is it possible import all my emails that I had?</p> <p>I was running <code>postfix</code> and the <code>cyrus</code> IMAP server. I can chroot to the hard drive to run any commands if needed.</p> <p>After <code>grep</code>'ing the hard drive, I found that all of my em...
6791
null
null
2011-06-29T23:09:10.187
Import emails from hard disk image?
[ "server", "email", "postfix", "cyrus" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You should be able to simply rsync the /var/spool/imap from the old HDD to the new server. For that you don't need to chroot in the old HDD.</p>\n\n<p>Mount your old drive in readonly mode (for safety) and use something like this (assuming you've mounted your old HDD under /mnt/old-h...
[ { "accepted": true, "body": "<p>You should be able to simply rsync the /var/spool/imap from the old HDD to the new server. For that you don't need to chroot in the old HDD.</p>\n\n<p>Mount your old drive in readonly mode (for safety) and use something like this (assuming you've mounted your old HDD under /m...
null
null
null
null
null
51197
1
null
2011-06-29T22:31:48.863
2
1517
<p>I need to set up Ubuntu for WiFi network. How do I do that? I cannot see the name of my network listed.</p>
20869
4937
2011-06-30T08:47:59.830
2012-06-28T22:39:42.153
How do I setup my ubuntu on a WiFi network?
[ "wireless" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-06-29T22:46:24.537", "id": "57158", "postId": "51197", "score": "1", "text": "Do other networks show up? If so, are you sure your network is advertising itself?", "userDisplayName": null, "userId": "19610" }, { "creationDate": "2011-09-18T20:10:22.427", ...
null
[ { "accepted": null, "body": "<p><strong>You need to check for additional drivers , to install the appropriate driver for you wifi:</strong></p>\n\n<p>If you are using 11.04: \nOpen the dash --> Additional drivers</p>\n\n<p>and activate the driver. </p>\n\n<p><img src=\"https://i.stack.imgur.com/LZRTs.png\" ...
null
null
null
null
null
51202
1
51207
2011-06-29T23:11:38.130
9
2579
<p>I used Ubuntu 10.10 with Wubi. It has been such a confusing matter that my hidden files on Window now can easily be seen on Ubuntu. It's not good at all. </p> <p>How can I disable this function of Ubuntu?</p>
20332
169736
2013-12-15T14:11:11.200
2013-12-15T14:11:11.200
How to disable viewing Window's hidden files in Ubuntu?
[ "filemanager" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>If your using Nautilus File Manager you can create a file called '.hidden' in the directory where you want to hide files, open it with a text editor, and add the names of the files you want to hide (with each files respective extension as well).</p>\n\n<p>This is not an system wide a...
[ { "accepted": true, "body": "<p>If your using Nautilus File Manager you can create a file called '.hidden' in the directory where you want to hide files, open it with a text editor, and add the names of the files you want to hide (with each files respective extension as well).</p>\n\n<p>This is not an syste...
null
null
null
null
null
51204
1
51209
2011-06-29T23:25:56.257
2
357
<p>Although my ethernet card worked, I had very bad latency and speed. I looked up the hardware and I found <a href="http://www.realtek.com/downloads/downloadsview.aspx?langid=1&amp;pnid=13&amp;pfid=5&amp;level=5&amp;conn=4&amp;downtypeid=3&amp;getdown=false" rel="nofollow">a driver</a>. Having run its <a href="http://...
3449
null
null
2011-06-30T07:43:40.693
How can I install a driver?
[ "drivers", "kernel-modules" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Just add the module to /etc/modules to make sure it's autoloaded at boot.\nUse the following command</p>\n\n<pre><code>echo r8168 | sudo tee -a /etc/modules\n</code></pre>\n\n<p>or edit /etc/modules with your favorite text editor and add r8168 to the bottom.</p>\n\n<p>After adding th...
[ { "accepted": true, "body": "<p>Just add the module to /etc/modules to make sure it's autoloaded at boot.\nUse the following command</p>\n\n<pre><code>echo r8168 | sudo tee -a /etc/modules\n</code></pre>\n\n<p>or edit /etc/modules with your favorite text editor and add r8168 to the bottom.</p>\n\n<p>After a...
null
null
null
null
null
51205
1
null
2011-06-29T23:29:45.967
0
696
<p>I'm trying to upgrade a fairly old server that's been running Hoary for the last five years. I followed the directions <a href="https://help.ubuntu.com/community/EOLUpgrades" rel="nofollow">on the wiki</a>, but when I restarted after upgrading to Dapper, eth0 disappeared from <code>ifconfig -a</code>. I can see two ...
9945
9945
2011-06-29T23:37:16.947
2011-06-30T01:49:12.617
eth0 missing after upgrading from Hoary to Dapper
[ "networking" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-02T09:55:32.720", "id": "57524", "postId": "51205", "score": "0", "text": "I was going to try installing the e1000 driver, since it seems to be missing, but the server isn't recognizing my USB thumb drive, and my LiveCD freezes before I can copy the driver over that wa...
null
[ { "accepted": null, "body": "<p>You can try to rename /etc/udev/rules.d/70-persistent-net.rules. I think you need to reboot afterwards.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-06-29T23:36:32.763", "id": "57162", "postId": "51206", "sco...
null
null
null
null
null
51212
1
51231
2011-06-30T01:22:39.567
3
174
<p>My laptop has a dedicated lock key, which sends a Super_L+L messing with unity and making it rather useless. </p> <p>I have no idea how to fix this as I get 2 keycodes with <code>showkeys</code> and <code>acpi_listen</code> gives no output. Any ideas?</p>
3303
null
null
2011-06-30T04:53:17.490
How to fix a key that sends a modifier+key
[ "keyboard", "shortcut-keys", "keyboard-layout" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2012-01-25T15:27:29.543", "id": "112602", "postId": "51212", "score": "0", "text": "I've set up Win+L to run the Scale compiz plugin, so the key is useful now. But then, I don't use Unity :)", "userDisplayName": null, "userId": "1629" } ]
{ "accepted": true, "body": "<p>The key code conversion is likely happening within the ACPI BIOS routines, making the key press indistinguishable from a <kbd>Win</kbd>+<kbd>L</kbd> key sequence.</p>\n\n<p>There is a similar issue with some laptops that generate a <kbd>Win</kbd>+<kbd>P</kbd> key sequence when you pr...
[ { "accepted": true, "body": "<p>The key code conversion is likely happening within the ACPI BIOS routines, making the key press indistinguishable from a <kbd>Win</kbd>+<kbd>L</kbd> key sequence.</p>\n\n<p>There is a similar issue with some laptops that generate a <kbd>Win</kbd>+<kbd>P</kbd> key sequence whe...
null
null
null
null
null
51213
1
54635
2011-06-30T01:22:56.290
1
795
<p>I'm using hostapd to run an access point with a Dlink DWA-556 wireless N card. However, I can no longer get it to start when I use kernels greater than 2.6.35-24. Here's a log where I ran the <code>uname -a&amp;&amp;hostapd -c &lt;configfile&gt;</code> on the different kernel versions.</p> <pre><code>Linux erikband...
9308
9308
2011-07-27T18:04:54.727
2011-07-27T18:04:54.727
Dlink DWA-556 Access point fails to start on 2.6.35-25 while 2.6.35-24 works. How can I do this with >2.6.35-24?
[ "kernel", "wireless-access-point", "hostap" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-26T21:52:11.680", "id": "61384", "postId": "51213", "score": "0", "text": "What version of hostapd are you using?", "userDisplayName": null, "userId": "6450" } ]
{ "accepted": true, "body": "<p>After having a good look around for some info on this problem it looks like a problem with the version of hostapd in the Ubuntu currently 0.6.1</p>\n\n<p>I refer to this mailing list which confirms the bug and provides a solution</p>\n\n<p><a href=\"http://lists.shmoo.com/pipermail/h...
[ { "accepted": true, "body": "<p>After having a good look around for some info on this problem it looks like a problem with the version of hostapd in the Ubuntu currently 0.6.1</p>\n\n<p>I refer to this mailing list which confirms the bug and provides a solution</p>\n\n<p><a href=\"http://lists.shmoo.com/pip...
null
null
null
null
null
51214
1
null
2011-06-30T01:28:21.340
2
849
<p>I am using the latest Ubuntu OS and up-to-date Chrome browser. Occasionally when I am working at a 5 hour stretch, the computer will freeze up completely and I will have to close down manually and reboot. When this happens I lose the material I have been working on as I cannot save it. And I often receive a notice a...
20290
20414
2011-06-30T03:53:29.677
2011-06-30T03:53:29.677
Computer freezes up
[ "freeze", "google-chrome" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-06-30T05:59:23.840", "id": "57189", "postId": "51214", "score": "1", "text": "would you provide more info about this non-available profile problem? a screenshot maybe", "userDisplayName": null, "userId": "18127" }, { "creationDate": "2012-02-03T00:03:14.84...
null
[ { "accepted": null, "body": "<p>Sounds like a bug in chrome to test this to see if chrome has a bug in it that is making it crash like that. You can use Firefox for a day to see if your system locks up or not if not then its chrome freezing up in which case you have a few choices .</p>\n\n<ul>\n<li><p>You c...
null
null
2012-02-03T00:16:59.817
null
null
51223
1
51224
2011-06-30T02:24:08.517
2
368
<p>I'm running Natty (upgraded from Maverick) with Gnome 3 (from the Gnome 3 PPA, Unity removed), and have recently found that some of my games from the repos no longer work. When I go to start them, I get the message: </p> <pre><code>Failed to launch [app name]. Failed to execute child process [app name] (no such fil...
14325
114
2011-06-30T16:57:10.883
2011-07-30T03:52:31.157
Games installed from repos won't start
[ "11.04", "gnome", "games", "official-repositories" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The first thing I would do is uninstall all the games that don't work anymore: </p>\n\n<pre><code>sudo apt-get remove gweled pyscrabble\n</code></pre>\n\n<p>then re-install them: </p>\n\n<pre><code>sudo apt-get install gweled pyscrabble\n</code></pre>\n\n<p>Ok so you can run them fr...
[ { "accepted": true, "body": "<p>The first thing I would do is uninstall all the games that don't work anymore: </p>\n\n<pre><code>sudo apt-get remove gweled pyscrabble\n</code></pre>\n\n<p>then re-install them: </p>\n\n<pre><code>sudo apt-get install gweled pyscrabble\n</code></pre>\n\n<p>Ok so you can run...
null
null
null
null
null
51226
1
51250
2011-06-30T03:39:09.837
26
64245
<p>How to add a kernel module parameter in Ubuntu 11.04?</p> <p>Can I use the <code>/etc/module</code> file? If yes, how?</p>
20732
6969
2011-06-30T11:36:04.057
2024-03-06T16:03:57.707
How to add kernel module parameters?
[ "11.04", "kernel-modules", "modules" ]
3
2
CC BY-SA 3.0
[ { "creationDate": "2011-06-30T07:40:57.183", "id": "57198", "postId": "51226", "score": "1", "text": "Do you mean parameters like `i915.modeset=1`?", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-06-30T09:15:25.287", "id": "57221", "postId": "51226"...
{ "accepted": true, "body": "<p><code>/etc/modules</code> seems to be loaded by <code>/etc/init/module-init-tools.conf</code>. The first argument is the module name, other arguments are the parameters. Adding the following to <code>/etc/modules</code> seems fine:</p>\n\n<pre><code>thinkpad_acpi fan_control=1\n</cod...
[ { "accepted": true, "body": "<p><code>/etc/modules</code> seems to be loaded by <code>/etc/init/module-init-tools.conf</code>. The first argument is the module name, other arguments are the parameters. Adding the following to <code>/etc/modules</code> seems fine:</p>\n\n<pre><code>thinkpad_acpi fan_control=...
null
null
null
null
null
51228
1
51817
2011-06-30T04:09:10.437
5
555
<p>I use the USA International keyboard layout. Every time I log in, the USA layout gets added to my list of layouts, which causes the keyboard layout indicator to be displayed. How can I stop the USA layout from being added?</p> <p>Additional info: I'm running Natty. Until recently, I had all four layout slots filled...
13398
null
null
2011-07-05T05:03:54.987
USA keyboard layout keeps getting added on login
[ "11.04", "gnome", "keyboard", "keyboard-layout" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><a href=\"https://askubuntu.com/questions/3355/keyboard-layout-on-ubuntu-wont-go-away/3366#3366\">This answer</a> solved my problem. While I initially thought that that question dealt with an unrelated issue, it turns out that it actually is the same issue.</p>\n\n<p>To summarize her...
[ { "accepted": null, "body": "<p>I have had this same problem, only a clean install and selecting the right keyboard during the install worked for me.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-06-30T14:37:46.407", "id": "57259", "postId": "51249"...
null
null
null
null
null
51234
1
51236
2011-06-30T05:56:35.977
3
387
<p>Libreoffice 3.4 was installed in /opt and a link to the executable was put in /usr/bin, but Unity search can't find it. Also, if I open Libreoffice Writer, for instance, and ask to keep its icon in launcher, it doesn't work afterwards.</p>
8673
null
null
2011-06-30T11:43:28.097
How to make aplications installed in /opt appear in Unity?
[ "unity", "launcher", "libreoffice" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-06-30T06:10:59.887", "id": "57190", "postId": "51234", "score": "0", "text": "was this link a .desktop file?", "userDisplayName": null, "userId": "18127" }, { "creationDate": "2011-06-30T11:43:28.097", "id": "65647", "postId": "51234", "score":...
{ "accepted": true, "body": "<h2>You can try creating a laucher icon. Do the following:</h2>\n\n<p>Right-click on your desktop and select Create Laucher option:</p>\n\n<p><img src=\"https://i.stack.imgur.com/IAzCG.png\" alt=\"enter image description here\"></p>\n\n<p>A dialog box is going to prompt. You may now set...
[ { "accepted": true, "body": "<h2>You can try creating a laucher icon. Do the following:</h2>\n\n<p>Right-click on your desktop and select Create Laucher option:</p>\n\n<p><img src=\"https://i.stack.imgur.com/IAzCG.png\" alt=\"enter image description here\"></p>\n\n<p>A dialog box is going to prompt. You may...
null
null
null
null
null
51235
1
null
2011-06-30T06:09:49.440
5
714
<p>As you can see on this screenshot, the icon circled in red is always the same, whether Liferea has zero new items (left side), or has new items (right side).</p> <p><img src="https://i.stack.imgur.com/QqNbv.png" alt="Liferea notification"></p> <p>Why not have different icons depending on whether there are new item...
4066
4066
2011-07-04T07:32:20.147
2012-06-15T06:51:16.687
Notification icon always the same, even when Liferea has new items
[ "unity", "notification", "liferea" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-06-30T06:50:22.337", "id": "57195", "postId": "51235", "score": "0", "text": "i think that the Messaging Indicator only changes when the software has support for it, i beiieve liferea doesn't have it.", "userDisplayName": null, "userId": "4203" } ]
null
[ { "accepted": null, "body": "<p>One of the design decisions in the creation of the indicator menus was to have constant icons, rather than changing ones. In some versions, indicator-messaging will have a colour change when it detects new items, although this will not necessarily be present at login, depend...
null
null
null
null
null
51237
1
null
2011-06-30T07:01:26.137
4
512
<p>Sometimes when I move the mouse to the unity launcher the system freezes (sometimes I can move the mouse). I can't even CTRL+ALT+F1. How would I go about figuring out what the cause is and recover from it?</p> <p>As a workaround I've disabled Unity hiding as per the description here: <a href="https://askubuntu.com/...
6955
-1
2017-04-13T12:25:04.307
2011-10-07T16:37:48.267
How can I debug the unity launcher where it sometimes causes a system freeze?
[ "11.04", "unity", "launcher" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2013-11-11T23:30:10.820", "id": "479979", "postId": "51237", "score": "0", "text": "Seriously this still has no answer? The same problem exists in 13.04. It is not a graphics card issue as the answer below suggests.", "userDisplayName": null, "userId": "130049" }, ...
null
[ { "accepted": null, "body": "<p>I also had system freezes with with Unity. Must have something to do with the graphics card and 3D support. I switched to Unity 2D and it is as stable as ever. Unity 2D makes use of Qt metacity in stead of compiz and is much lighter. Looks more or less the same as Unity 3D an...
null
null
null
null
null
51238
1
51306
2011-06-30T08:06:40.537
1
1601
<p>I have installed the android SDK, but It does not show in windows>preferences. I have re-installed both the SDK and eclipse but the same problem persists</p> <p>I am on Ubuntu 10.4 and Eclipse Helios. Any help would be appreciated</p>
14821
14821
2011-06-30T10:12:48.120
2011-06-30T19:51:18.163
No Android item under: Eclipse>Window> Preferences
[ "installation", "android" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Running Eclipse as root then installing Android SDK fixed this problem. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-06-30T19:51:18.163", "id": "51306", "lastActivityDate": "2011-06-30T...
[ { "accepted": true, "body": "<p>Running Eclipse as root then installing Android SDK fixed this problem. </p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-06-30T19:51:18.163", "id": "51306", "lastActiv...
null
null
null
null
null
51241
1
null
2011-06-30T08:44:38.943
2
2255
<p>Recently I have started to get a lot of these errors:</p> <pre><code>Jun 18 08:57:42 abacus kernel: [ 401.554292] ata5: SError: { HostInt 10B8B } Jun 18 08:57:42 abacus kernel: [ 401.559346] sr 4:0:0:0: CDB: Test Unit Ready: 00 00 00 00 00 00 Jun 18 08:57:42 abacus kernel: [ 401.560191] ata5.00: cmd a0/00:00:00:...
20883
6005
2012-06-26T00:07:15.973
2012-06-26T00:07:15.973
Disk errors on tty and syslog/dmesg
[ "11.04", "disk", "tty" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-06-30T12:20:13.040", "id": "57239", "postId": "51241", "score": "2", "text": "Perhaps your disk is broken. Can you check your S.M.A.R.T. information by installing `smartmontools` and run `sudo smartctl -a /dev/sda` (replace `/dev/sda` by your disk) ?", "userDisplayNam...
null
[ { "accepted": null, "body": "<p>I'd say the seek and raw read errors are not critical, maybe just annoying. There is nothing you can do about it except replace the drive.</p>\n\n<p>For more info and explanation on the SMART data <a href=\"http://en.wikipedia.org/wiki/S.M.A.R.T.\" rel=\"nofollow\">see wikipe...
null
null
null
null
null
51242
1
null
2011-06-30T08:46:29.223
0
781
<p>I am running SunSpot sdk under ubuntu 11.04,64bit.I have connected my sunspot basestation and after running ant info for my spot it is not possible to be identified. I am getting the following:</p> <pre><code>ant info Buildfile: /home/home/SunSPOT/sdk/build.xml -pre-init: -do-init: -post-init: -warn-jar-file: ...
20606
null
null
2012-05-16T07:17:08.927
Why Ubuntu 11.04 under 64b is not able to identify sunspots on serial port?
[ "11.04", "serial-port" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2012-04-05T14:59:52.317", "id": "141596", "postId": "51242", "score": "0", "text": "Are you still looking foe help with this, or did you find an answer? If you did find an answer please consider adding it here.", "userDisplayName": null, "userId": "40955" } ]
null
[ { "accepted": null, "body": "<p>The solution that I found, was to install the 32 bit java, and use that instead. In that way could I communicate with the sun spot using the ant scripts, and deploy.</p>\n\n<p>I still got problems when communicating from netbeans, but netbeans could compile the projects.</p>\...
null
null
null
null
null
51245
1
null
2011-06-30T09:14:12.707
3
1231
<p>I'm using Kubuntu 11.04 with Chromium 12.0.742.91 (87961) Ubuntu 11.04 My annoyance is that the menus and dialogues use a strange icons set which I presume to be a default Gnome one. How can I change this to something more similar to my KDE icon set?</p>
19009
null
null
2011-06-30T15:53:39.913
Kubuntu Chromium not using the system icons
[ "icons", "kubuntu", "chromium" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I'm not sure how to change the menu icons (perhaps by using an other chromium theme), but the icons (Back, Reload, etc) can be changed at <em>Preferences</em> -> <em>Personal Stuff</em>. (click on the wrench icon on the right to open the menu containing the <em>Preferenes</em...
null
null
null
null
null
51247
1
53366
2011-06-30T10:21:49.613
6
661
<p>Are there any tools to convert an OpenOffice.org (<code>.odt</code>) document to a <code>.org</code> file?</p>
14204
19490
2011-06-30T12:08:34.227
2016-01-08T18:42:50.340
How to convert .odt document to .org file?
[ "software-recommendation", "conversion" ]
1
8
CC BY-SA 3.0
[ { "creationDate": "2011-06-30T10:33:56.300", "id": "57227", "postId": "51247", "score": "2", "text": "Please further specify .odt, and .org files. For which application(s)?", "userDisplayName": null, "userId": "3940" }, { "creationDate": "2011-06-30T11:01:23.233", "id": "5723...
{ "accepted": true, "body": "<p>Open up your file, edit it to your liking, do <code>Save As</code> and use a .org extension</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2016-11-07T17:29:52.330", "id": "1299414", "postId": "53366", "score": "1", "text": "Does no...
[ { "accepted": true, "body": "<p>Open up your file, edit it to your liking, do <code>Save As</code> and use a .org extension</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2016-11-07T17:29:52.330", "id": "1299414", "postId": "53366", "score": "1", ...
null
null
null
null
null
51253
1
51269
2011-06-30T11:49:26.070
4
146
<p>Is there any way possible to Undo a Join Request to a team, on Launchpad.net ? it happens that I request to join a team by mistake, I thought it was the team responsible for the job I wanted to contribute to, but found it's not, and in fact I had no reply from team admin. in this case someone can just add me, by my ...
11319
null
null
2011-06-30T13:44:17.420
Is there any way possible to Undo a Join Request to a team, on Launchpad.net?
[ "launchpad" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>After you're added you can immediately leave a group on Launchpad, if you wish to not be part of it. There is currently no way to withdraw a request yourself, but you can always wait until the membership is processed and then leave immediately.</p>\n", "commentCount": "0", "comm...
[ { "accepted": true, "body": "<p>After you're added you can immediately leave a group on Launchpad, if you wish to not be part of it. There is currently no way to withdraw a request yourself, but you can always wait until the membership is processed and then leave immediately.</p>\n", "commentCount": "0...
null
null
null
null
null
51256
1
null
2011-06-30T12:26:38.187
2
2932
<p>I wanted to install less compiler to my computer but when I ran following command:</p> <pre><code>sudo gem install less </code></pre> <p>And make command stopped the following error: </p> <pre><code>g++ -shared -o v8.so v8_locker.o v8_debug.o v8_date.o v8_object.o v8.o rr.o v8_context.o v8_value.o v8_script.o v8_...
20895
19689
2012-01-19T18:02:26.420
2012-01-19T18:02:26.420
Less CSS compiler install
[ "css", "compiler" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2012-01-24T02:53:36.403", "id": "112045", "postId": "51256", "score": "0", "text": "LESS compiler Ubuntu 11.10 Install http://askubuntu.com/questions/96892/how-do-you-install-less-css-compiler-on-ubuntu-11-10-from-the-ground-up/97934#97934", "userDisplayName": null, "u...
null
[ { "accepted": null, "body": "<p>It sounds like the v8 development headers are missing. Try installing the libv8-dev package, </p>\n\n<blockquote>\n <p><code>sudo apt-get install libv8-dev</code>.</p>\n</blockquote>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "conten...
null
null
null
null
null
51261
1
null
2011-06-30T13:05:59.950
1
953
<p>Everytime i try to use WLAN connection on my netbook (Asus Eepc) my Natty freezes and i'm forced to restart and use my ethernet connection... How can i resolve this?</p> <p>I've an Atheros board.</p>
15945
18612
2011-09-08T01:17:05.900
2011-09-08T01:17:05.900
My netbook freezes everytime i turn on WLAN on Ubuntu
[ "11.04", "freeze", "atheros", "wireless" ]
1
1
CC BY-SA 3.0
[ { "creationDate": "2011-06-30T15:55:11.300", "id": "57274", "postId": "51261", "score": "0", "text": "\"A bug report (https://bugs.launchpad.net/ubuntu/+source/module-init-tools/+bug/794291) has already been filed regarding this WiFi driver issue and the real courtesy of this particular post goe...
null
[ { "accepted": null, "body": "<p>Here is the solution for my little problem.</p>\n\n<p><strong>For recent Kernel versions you should do this (2.6.38)</strong></p>\n\n<pre><code>wget http://www.orbit-lab.org/kernel/compat-wireless-2.6-stable/v2.6.38/compat-wireless-2.6.38.2-2-ns.tar.bz2\n\nsudo apt-get instal...
null
null
null
null
null
51264
1
null
2011-06-30T13:24:39.870
2
21598
<p>I use Acer 4530. </p> <p>This problem has happened long since Ubuntu 10.10 and now that I use 11.04 dual booted with Linux Mint 10. Everytime I press one key repeatedly, like when I read a long article in a website/ebook or when I play games which required me to press arrow keys repeatedly, it would randomly freeze...
20901
20901
2011-12-28T10:28:08.107
2023-07-19T12:29:49.557
Keyboard freezes / stuck if a key pressed repeatedly
[ "keyboard", "freeze", "acer" ]
5
3
CC BY-SA 3.0
[ { "creationDate": "2011-12-05T02:45:24.360", "id": "96803", "postId": "51264", "score": "0", "text": "I wonder if we're all on the same page. I think what the original question was trying to explain is, that after the key is pressed and then released.. the letter of what ever key was pressed con...
null
[ { "accepted": null, "body": "<p>Use the folling command in terminal to set the keyboard repeat rate and delay time to whatever works for you.</p>\n\n<pre><code>kbdrate [ -r rate ] [ -d delay ]\n</code></pre>\n\n<p>For example, use the following command if you want to set the repeat rate at 20 characters per...
null
null
null
null
null
51265
1
51268
2011-06-30T13:30:26.420
74
119167
<p>Just installed natty, and cannot find <code>/var/log/messages</code>. Also, <code>/var/log/daemon.log</code> is missing. What happened? Why are they no longer present? And where I can find the same log information?</p>
15214
114
2011-06-30T15:54:53.157
2021-04-07T14:07:03.740
Where is /var/log/messages?
[ "11.04", "log" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><code>/var/log/messages</code> has been deleted from Natty.<br>\n You can find the same info in <code>/var/log/syslog</code>. Note that everything logged to <code>messages</code> was also logged to <code>syslog</code>.</p>\n", "commentCount": "2", "comments": [ { "creat...
[ { "accepted": true, "body": "<p><code>/var/log/messages</code> has been deleted from Natty.<br>\n You can find the same info in <code>/var/log/syslog</code>. Note that everything logged to <code>messages</code> was also logged to <code>syslog</code>.</p>\n", "commentCount": "2", "comments": [ ...
null
null
null
null
null
51272
1
51276
2011-06-30T14:13:55.447
37
111253
<p>I wanted to create more space for Ubuntu on my hard disk in favor of my Windows partition. I booted the livecd and resized the NTFS partition to 100 GB. Then I wanted to resize my Ubuntu (ext4) partition to fill up the created unallocated space.</p> <p>A screenshot of my current disk. (With the livecd there's no 'k...
11512
169736
2016-07-01T01:22:25.477
2023-05-25T19:04:20.320
Why I'm seeing a lock besides the partition I'm trying to modify with gparted?
[ "partitioning", "gparted" ]
6
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>You cannot resize a mounted filesystem, that's why you see a lock icon.</p>\n\n<p>You were doing well, you booted into a Live CD and resized the NTFS partition.</p>\n\n<p>Now you need to enlarge the Extended partition, partitions \"inside\" that extended partition cannot \"escape\" o...
[ { "accepted": null, "body": "<p>You should boot into a LiveCD to use gparted to resize your active ext4 partition - its unwise to modify partitions while they're actively being used (especially the active system partition which is ext4)</p>\n\n<p>Afterwards, you should be able to move and resize the partiti...
null
null
null
null
null
51278
1
51280
2011-06-30T15:03:06.653
1
227
<p>I have Ubuntu 10.10 x86_64 with Nvidia 9800 gt and Nvidia driver version 270.41.06</p> <p>My video card has two DVI sockets, but I only use the single monitor configuration. Now, I think the main DVI socket might be busted, so I want to try to enable the other as the main one, however, I don't know how to achieve t...
17002
114
2011-06-30T19:51:27.897
2011-06-30T19:51:27.897
Switching DVI socket
[ "10.10", "xorg", "nvidia", "dualhead" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Do you have some way of controlling the computer now? Can you <code>SSH</code> in? Last resort: Pull the disk out, stick it in another computer and that will let you edit files.</p>\n\n<p>Assuming you can get access to things, edit <code>/etc/X11/xorg.conf</code> as root (eg <code>su...
[ { "accepted": true, "body": "<p>Do you have some way of controlling the computer now? Can you <code>SSH</code> in? Last resort: Pull the disk out, stick it in another computer and that will let you edit files.</p>\n\n<p>Assuming you can get access to things, edit <code>/etc/X11/xorg.conf</code> as root (eg ...
null
null
null
null
null
51283
1
51285
2011-06-30T16:10:28.890
15
30737
<p>By default programs run with Time Sharing (TS policy) on Linux. How to run a program with <code>SCHED_RR</code> policy on Linux from command line?</p> <p>Thanks for giving information about chrt(1) command. I have used the command to run Firefox with RR policy, but as you see below, only main thread of Firefox runs ...
101157
327339
2022-04-06T23:33:26.607
2022-04-06T23:33:26.607
How to run a program with SCHED_RR policy from command line?
[ "schedule" ]
2
1
CC BY-SA 4.0
[ { "creationDate": "2022-04-08T00:07:14.927", "id": "2431851", "postId": "51283", "score": "0", "text": "For 5 really thorough demos of how to do this in code instead of at the command-line, [see my answer here](https://stackoverflow.com/a/71757858/4561887). More-specifically, see \"Demo 1\" thro...
{ "accepted": true, "body": "<p>Use the <code>chrt</code> command with <code>chrt --rr &lt;priority between 1-99&gt; &lt;command&gt;</code></p>\n<p>Example:</p>\n<pre class=\"lang-bsh prettyprint-override\"><code># Note: `sudo` is not required if you are root\nchrt --rr 99 ls\n\n# use `sudo` otherwise\nsudo chrt --...
[ { "accepted": true, "body": "<p>Use the <code>chrt</code> command with <code>chrt --rr &lt;priority between 1-99&gt; &lt;command&gt;</code></p>\n<p>Example:</p>\n<pre class=\"lang-bsh prettyprint-override\"><code># Note: `sudo` is not required if you are root\nchrt --rr 99 ls\n\n# use `sudo` otherwise\nsudo...
null
null
null
null
null
51287
1
null
2011-06-30T17:09:12.763
3
563
<p>This is related to <a href="https://askubuntu.com/questions/50722/why-are-notifications-appearing-in-the-invisible-black-zone-above-my-monitor/50731#50731">Why are notifications appearing in the invisible black zone above my monitor?</a>.</p> <p>Is there a way I can fix the boundary of my monitors (the way it is in ...
11736
-1
2020-06-12T14:37:07.210
2012-04-18T18:15:42.610
How to fix boundary for each of my monitors?
[ "11.04", "multiple-monitors", "screen" ]
0
5
CC BY-SA 3.0
[ { "creationDate": "2011-06-30T17:11:06.873", "id": "57287", "postId": "51287", "score": "1", "text": "Are you using proprietary drivers? It may need some configuring in the proprietary driver configuration utility.", "userDisplayName": null, "userId": "2159" }, { "creationDate": ...
null
[]
null
null
2012-09-01T11:59:50.207
null
null
51289
1
51292
2011-06-30T17:24:52.040
11
15085
<p>Other than LibreOffice/OpenOffice.org Impress what good presentation making tools are available for Ubuntu? I prefer a GUI tool which can export to PDF as I have to make presentation in Windows PC. Can PDF support animations with Adobe Reader 8/9? </p> <p>I remember reading HTML presentations are often attractive b...
4157
null
null
2014-09-26T05:13:25.823
Presentation Creation Tools
[ "software-recommendation", "libreoffice", "openoffice.org", "presentation", "tools" ]
5
2
CC BY-SA 3.0
[ { "creationDate": "2011-06-30T17:29:43.253", "id": "57289", "postId": "51289", "score": "0", "text": "@chetan you can export presentations as .pdf using libreoffice .", "userDisplayName": null, "userId": "5149" }, { "creationDate": "2011-06-30T17:32:22.347", "id": "57290", ...
{ "accepted": true, "body": "<p>You have the following:</p>\n\n<p><strong>Scribus</strong> - <a href=\"http://en.wikipedia.org/wiki/Scribus\">http://en.wikipedia.org/wiki/Scribus</a> (Already in the repository)</p>\n\n<p><strong>LyX</strong> - <a href=\"http://www.lyx.org/\">http://www.lyx.org/</a> (Already in the ...
[ { "accepted": true, "body": "<p>You have the following:</p>\n\n<p><strong>Scribus</strong> - <a href=\"http://en.wikipedia.org/wiki/Scribus\">http://en.wikipedia.org/wiki/Scribus</a> (Already in the repository)</p>\n\n<p><strong>LyX</strong> - <a href=\"http://www.lyx.org/\">http://www.lyx.org/</a> (Already...
null
null
null
null
null
51290
1
51384
2011-06-30T17:28:40.600
2
2451
<p>When using Firefox in Kubuntu the difference between KDE's theme and Firefox's theme is huge. Is there any way to make the theme in Firefox look like the one in Ubuntu all smooth, fonts with correct size, etc.. Right now, Firefox in KDE makes everything like it was made 10 years ago with mspaint. The fonts are very ...
7035
1992
2011-06-30T21:07:58.920
2011-07-01T10:01:38.230
How can I integrate Firefox with KDE's theme?
[ "11.04", "firefox", "kubuntu" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-06-30T22:22:04.237", "id": "57322", "postId": "51290", "score": "0", "text": "why don't you give chrome a go?", "userDisplayName": null, "userId": "18127" }, { "creationDate": "2011-07-01T00:15:54.037", "id": "57333", "postId": "51290", "score"...
{ "accepted": true, "body": "<p>install a GTK+ theme that's compatible with your KDE theme</p>\n\n<p>i'm using oxygen for KDE and installed the oxygen-gtk theme to have all my GTK+ apps look like my Qt apps</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA ...
[ { "accepted": null, "body": "<p>First you need to conpfigure GTK fonts on KDE control center (now don't ask me how because I haven't used KDE in a while)</p>\n\n<p>Second, for eeh theme, download the kde4 theme from mozilla addons or from kde look</p>\n\n<p><a href=\"https://addons.mozilla.org/es-ES/firefox...
null
null
null
null
null
51294
1
51381
2011-06-30T17:45:15.360
1
797
<p>I installed Kubuntu 11.04 64bit today.</p> <p>First let me expose some issues, this is not a rant, just some observations on Kubuntu 11.04 :)</p> <ul> <li><p>Flash doesn't work. The package "flashplugin-installer" was installed by rekonq. But still no flash.</p></li> <li><p>Additional Drivers (jockey-kde) doesn't ...
11928
5768
2012-07-09T13:40:58.023
2012-07-09T13:40:58.023
Kubuntu 11.04 bad experience, Gimp crashes and other bugs
[ "kubuntu", "gimp" ]
1
6
CC BY-SA 3.0
[ { "creationDate": "2011-06-30T18:48:32.290", "id": "57300", "postId": "51294", "score": "0", "text": "just a thought... this isnt exactly the place to rant about bad experiences with ubuntu. On another note, have you tried reinstalling gimp? `sudo apt-get remove --purge gimp; sudo apt-get inst...
{ "accepted": true, "body": "<p>there's a weird error in GIMP that causes the crash. </p>\n\n<p>you have to goto your System Settings > Application Appearance > GTK+ Appearance and change the Widget style to Raleigh.</p>\n\n<p>now start GIMP once and you can change the the GTK+ style back to whatever you want</p>\n...
[ { "accepted": true, "body": "<p>there's a weird error in GIMP that causes the crash. </p>\n\n<p>you have to goto your System Settings > Application Appearance > GTK+ Appearance and change the Widget style to Raleigh.</p>\n\n<p>now start GIMP once and you can change the the GTK+ style back to whatever you wa...
null
null
null
null
null
51298
1
51320
2011-06-30T18:13:56.943
3
414
<p>I am using 11.04 Natty and Firefox 5. Video card is ATI Radeon HD 4670 and I am using the newest proprietary driver downloaded from ATI website.</p> <p>Some Flash apps, such as embedded youtube vids and a couple of other apps, are displayed incorrectly (i think with real embed instead of the new iframe embed). What...
3169
235
2011-08-21T02:00:51.813
2011-08-21T02:00:51.813
Some Flash moving portions displayed incorrectly in Firefox
[ "video", "firefox", "flash", "youtube" ]
2
2
CC BY-SA 3.0
[ { "creationDate": "2011-06-30T21:33:32.590", "id": "57319", "postId": "51298", "score": "0", "text": "Are you running a 64-bit or 32-bit system?", "userDisplayName": null, "userId": "6969" }, { "creationDate": "2011-07-01T02:01:40.330", "id": "57339", "postId": "51298", ...
{ "accepted": true, "body": "<p>Try <a href=\"https://addons.mozilla.org/en-US/firefox/addon/flash-aid/\" rel=\"nofollow\">Flash-Aid</a>, it's a Firefox add-on that detects the system and selects the appropriate Flash player for you, remove conflicting plugins and apply some tweaks to increase performance a fix com...
[ { "accepted": true, "body": "<p>Try <a href=\"https://addons.mozilla.org/en-US/firefox/addon/flash-aid/\" rel=\"nofollow\">Flash-Aid</a>, it's a Firefox add-on that detects the system and selects the appropriate Flash player for you, remove conflicting plugins and apply some tweaks to increase performance a...
null
null
null
null
null
51299
1
null
2011-06-30T18:39:15.670
4
523
<p>Is it possible to sync all the user settings (interface settings, program settings), as well as programs for multiple computers? Data is not as important, though the settings (which is technically data, but not that kind of data, like music, files...) and applications are. Also, it will not sync the drivers. (Exampl...
20856
6969
2011-06-30T21:20:32.780
2011-08-18T03:11:07.490
Sync profile/data/software for multiple computers?
[ "software-recommendation", "sync" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I think I have a plausible answer for you; enter rsync. If you have multiple machines you would want to use this in a script; You would want to ensure that the package, 'openssh-server' is installed on all of the target machines and you would run:</p>\n\n<p><strong>rsync -ar ...
null
null
null
null
null
51301
1
null
2011-06-30T18:49:34.417
5
9224
<p>When I booted up my newly installed Ubuntu 11.04, I discovered, to my dismay, that the backlight was off by default. The keyboard shortcut (which is <kbd>Fn</kbd>+<kbd>F6</kbd> on my Acer Aspire 4736) for turning on the backlight doesn't seem to work. I have been trying to resolve this problem for the past 2 days no...
20918
169736
2014-06-08T03:59:00.617
2022-03-09T17:36:00.133
Backlight can't be turn on in Acer Aspire 4736
[ "backlight" ]
5
3
CC BY-SA 3.0
[ { "creationDate": "2011-06-30T20:16:37.837", "id": "57307", "postId": "51301", "score": "0", "text": "Try to press Only F6 (your brightness key). Go to power settings form system>preference or search and adjust brightness when in battery mode or AC mode", "userDisplayName": null, "userId...
null
[ { "accepted": null, "body": "<p>I've experienced similar issues with another Acer notebook which was running Ubuntu from a Kubuntu 10.04 32b Live CD (for testing purposes). Before starting up, the backlight was fine. In a later stage, the backlight suddenly turned off.</p>\n\n<p>Luckily, I can remember the ...
null
null
null
null
null
51302
1
null
2011-06-30T19:07:10.077
2
228
<p>I just installed Ubuntu One files for Android and it uploaded all my pictures and I can see them in the web interface. Can I get this folder to automatically download all the files to my Ubuntu One folder on my Ubuntu PC?</p>
20920
null
null
2011-09-15T21:33:50.340
Are files synced from mobile app supposed to download to my PC's Ubuntu One folder?
[ "ubuntu-one", "sync", "android" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-09-15T20:19:36.750", "id": "70585", "postId": "51302", "score": "0", "text": "I have been having the same problem. I am running ubuntu 10.04 so there is no control panel and therefore no option to sync the cloud \"synced folder\" to my pc", "userDisplayName": null, ...
null
[ { "accepted": null, "body": "<p>You should see a new cloud folder called something like \"Pictures - Nexus One\", which you can specify in the Ubuntu One control panel to sync to your computer.\nIt doesn't sync down by default, no.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate...
null
null
null
null
null
51310
1
null
2011-06-30T19:56:56.173
2
19722
<p>I'm having a great deal of difficulty with an external hard drive. I'm currently running a dual boot system (XP Service Pack 3 and Ubuntu 11.04 Natty Narwahl) on a Dell Inspiron B120. </p> <p>I'm trying to set up a new 80 GB Hitachi external HD. Using GParted, I formatted the drive and set up the partitions. The pa...
20922
14356
2012-06-06T22:32:33.690
2013-11-10T20:56:45.370
"The daemon is being inhibited" error message when mounting volumes on a partitioned external HD
[ "mount", "external-hdd" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Try to use your rear usb (directly connected with motherboard) port. use Both usb cable form HD.\nUse Disk Utility application to check that your HD partitions are ok or not. If it does not show any error then just format the each partition (not full sdx ). Now try to mount.<...
null
null
null
null
null
51311
1
51322
2011-06-30T19:58:43.650
3
920
<p>as I've had heavy issues with nvidia driver regarding performance of basic X window operations (window moving, resizing, scrolling). I switched to nouveau driver. But I lost the possibility of having dual screen that I had previously thanks to nvidia twinview feature... Anyway I rather have fluent X than dual screen...
20921
20921
2011-06-30T21:15:40.150
2011-06-30T21:24:34.557
Is there going to be Twinview ( or alternative) implemented for nouveau?
[ "xorg", "nvidia", "nouveau" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>... I've always been able to configure a dual-screen setup using the <em>Screens</em>/*Monitors* dialog wich can be used under the <code>gnome-control-center</code> or the <em>System -> Administration</em> menu. While using the <em>Nouveau</em> drivers. It's only when enabled the res...
[ { "accepted": true, "body": "<p>... I've always been able to configure a dual-screen setup using the <em>Screens</em>/*Monitors* dialog wich can be used under the <code>gnome-control-center</code> or the <em>System -> Administration</em> menu. While using the <em>Nouveau</em> drivers. It's only when enabled...
null
null
null
null
null
51314
1
51316
2011-06-30T20:44:32.813
5
9524
<p>I've created the following symbolic link:</p> <p>Source: <code>/usr/local/android-ndk-r5/ndk-build</code><br> Destination: <code>/usr/local/bin/ndk-build</code> </p> <p>However, when I attempt to use ndk-build from my source directory, it fails because it can't find files that the script depends on in the source ...
8765
null
null
2018-04-04T10:01:19.690
Symbolic link doesn't use target working directory
[ "symbolic-link" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2016-09-04T06:58:33.267", "id": "1244937", "postId": "51314", "score": "0", "text": "[This](http://stackoverflow.com/questions/786376/how-do-i-run-a-program-with-a-different-working-directory-from-current-from-lin) answer on stackoverflow answers the question:\nhttp://stackove...
{ "accepted": true, "body": "<p>You can't, you need to make a wrapper script.</p>\n\n<p>Assuming that the program relies on the filename for determining the script (likely):</p>\n\n<pre><code>#!/bin/sh\nexec /usr/local/android-ndk-r5/ndk-build \"$@\"\n</code></pre>\n\n<p>Assuming that the program relies on the curr...
[ { "accepted": true, "body": "<p>You can't, you need to make a wrapper script.</p>\n\n<p>Assuming that the program relies on the filename for determining the script (likely):</p>\n\n<pre><code>#!/bin/sh\nexec /usr/local/android-ndk-r5/ndk-build \"$@\"\n</code></pre>\n\n<p>Assuming that the program relies on ...
null
null
null
null
null
51315
1
51319
2011-06-30T20:44:35.543
5
2838
<p>I am trying to locate a LibreOffice/OpenOffice file which contains some text, but I don't know the file name.</p> <p>Is there any possible way to locate said file using the Ubuntu's search file tool? If so, how? It seems that the search tool under <em>Places</em> only looks into plain text files. How should I proce...
4548
618353
2022-04-26T12:42:14.797
2022-04-26T12:42:14.797
How do I search for LibreOffice/OpenOffice files which contain specific text?
[ "gui", "files", "search" ]
2
1
CC BY-SA 4.0
[ { "creationDate": "2014-01-19T21:52:17.613", "id": "524529", "postId": "51315", "score": "0", "text": "you could also use the script i posted in http://stackoverflow.com/questions/8757578/command-line-tool-to-search-docx-file-under-ms-dos-or-cygwin", "userDisplayName": "user237724", "use...
{ "accepted": true, "body": "<h2>GUI</h2>\n\n<p>Install <code>searchmonkey</code>, it's available from the repositories.\nIt's easy enough, but if you still need some help with it, ask me and I'll see if I can figure it out for you.</p>\n\n<h2>Command Line</h2>\n\n<pre><code>grep -R -i -a -n needle stack\n</code></...
[ { "accepted": true, "body": "<h2>GUI</h2>\n\n<p>Install <code>searchmonkey</code>, it's available from the repositories.\nIt's easy enough, but if you still need some help with it, ask me and I'll see if I can figure it out for you.</p>\n\n<h2>Command Line</h2>\n\n<pre><code>grep -R -i -a -n needle stack\n<...
null
null
null
null
null
51321
1
51323
2011-06-30T21:22:07.007
9
16090
<p>I'd like to blacklist a couple of modules, namely <code>drm</code>, <code>drm_kms_helper</code>, <code>i2c_algo_bit</code> and <code>i915</code> to forbid my integrated Intel GPU to be used, but to use my Nvidia MXM card instead.</p> <p>I inserted the following lines into /etc/modprobe.d/blacklist.conf:</p> <pre><...
20924
235
2011-07-01T07:10:32.923
2016-06-07T17:51:06.317
Modules loading despite being added to the blacklist
[ "blacklist", "modules" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-06-30T21:31:01.667", "id": "57317", "postId": "51321", "score": "0", "text": "does this link help? http://ubuntuforums.org/showthread.php?t=1468752", "userDisplayName": null, "userId": "14356" } ]
{ "accepted": true, "body": "<p>After modifications in <code>/etc/modprobe</code>, you need to run:</p>\n\n<pre><code>sudo update-initramfs -u\n</code></pre>\n\n<p>I would be careful with disabling <code>drm</code> etc. I wouldn't be surprised if the nvidia driver depends on it (check with <code>modinfo nvidia</cod...
[ { "accepted": true, "body": "<p>After modifications in <code>/etc/modprobe</code>, you need to run:</p>\n\n<pre><code>sudo update-initramfs -u\n</code></pre>\n\n<p>I would be careful with disabling <code>drm</code> etc. I wouldn't be surprised if the nvidia driver depends on it (check with <code>modinfo nvi...
null
null
null
null
null
51324
1
51562
2011-06-30T21:38:00.617
1
1802
<p>When I run a wine app in fullscreen the top Unity panel is visible flickering through it on and off. The "Legacy fullscreen support" does not help, when running without Compiz (Unity 2d) everything is fine.</p>
2854
null
null
2011-07-02T21:51:23.563
Unity top panel flickering with fullscreen WINE apps
[ "unity", "compiz", "wine" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>I found the solution - In CompizConfig Setting Manager go to \"Composite\" and check \"Unredirect fullscreen windows\". Hope this helps others having the same problem.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", ...
[ { "accepted": null, "body": "<p>Yeah... That's an old problem with compositing, there isn't much you can do about it. Other than opening up 'winecfg' and tabbing over to Graphics. Check \"Emulate a Virtual Desktop\" and run it in a 800x600 (or resolution of your choice) window.</p>\n", "commentCount": "...
null
null
null
null
null
51325
1
287648
2011-06-30T21:48:16.240
8
7443
<p>This is easily done for a <em>single</em> file type, as answered in <a href="https://askubuntu.com/questions/21864">How to associate a file type within Wine with a native application?</a>, by creating a <code>.reg</code> for the desired filetype. But this is for AVI only. I use some wine apps (uTorrent, Soulseek, Eu...
11015
-1
2017-04-13T12:24:40.397
2014-07-05T18:36:14.137
How to associate all file types within Wine with its corresponding native application?
[ "wine", "scripts", "mime-type", "file-association" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Years later, I've made a small utility that scans MIME database (both system and user) and register <em>all</em> known native mime-types in Windows registry.</p>\n\n<p>It uses <code>xdg-open</code> to open a file if there is a default (native) application for that\nmime type, otherwi...
[ { "accepted": null, "body": "<p><strong>EDIT:</strong></p>\n\n<p>There is a <a href=\"http://bugs.winehq.org/show_bug.cgi?id=12464\" rel=\"nofollow\">wine bug about this</a> - which is more of an improvement than a bug. The point is to have <code>ShellExecute</code> call <code>xdg-open</code>, and if not fo...
null
null
null
null
null
51328
1
51345
2011-06-30T22:52:35.173
3
1482
<p>Earlier today my Unity desktop disappeared: I got a black screen with white text, but it disappeared too quickly for me to read. When the desktop reappeared, it was the Ubuntu Classic desktop. I used $ unity --reset but that did not do anything. I tried rebooting so I could choose unity from the list when I logge...
19610
14356
2011-09-04T19:33:53.850
2014-12-22T09:57:19.940
Unity's gone! How do I get it back?
[ "unity", "gnome" ]
1
4
CC BY-SA 3.0
[ { "creationDate": "2011-06-30T22:54:47.560", "id": "57325", "postId": "51328", "score": "0", "text": "try to reinstall unity", "userDisplayName": null, "userId": "17118" }, { "creationDate": "2011-06-30T22:55:19.847", "id": "57326", "postId": "51328", "score": "0", ...
{ "accepted": true, "body": "<p>I think you can bring up a terminal w/ CTRL+ALT+'T', then use apt-get to install unity,</p>\n\n<p>\"sudo apt-get install unity\"</p>\n\n<p>if you haven't tried that already...</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-07-01T12:30:22.530", ...
[ { "accepted": true, "body": "<p>I think you can bring up a terminal w/ CTRL+ALT+'T', then use apt-get to install unity,</p>\n\n<p>\"sudo apt-get install unity\"</p>\n\n<p>if you haven't tried that already...</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-07-01T12:30...
null
null
null
null
null
51335
1
51493
2011-07-01T00:59:16.547
4
596
<p>I'm trying to understand how libraries work. Here are some questions I have about it:</p> <ol> <li><p>I downloaded a tarball and extracted it. When I do "./configure", it searches in pre-defined directories from what I understand for certain library files. </p> <p>What does it do then? It creates a makefile, and t...
19733
387157
2015-04-05T13:43:40.663
2015-04-05T13:43:40.663
How do libraries/includes work?
[ "compiling", "shared-library" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-01T01:15:26.967", "id": "57338", "postId": "51335", "score": "0", "text": "one more thing, the \"./configure\" command, does it overwrite the Makefile every time? if for example I run it and there's an error, can it cause any damage or once I fix the error it will just...
{ "accepted": true, "body": "<p><code>configure</code> generates a <code>Makefile</code> and often other files, such as <code>config.cache</code>. The contents of these files is based on the options you pass to <code>configure</code> and on observing your system. For example, many programs have optional components,...
[ { "accepted": null, "body": "<p>I believe that when you ./configure on one computer, it derives a makefile specific for that one computer, then when you transfer the compiled program, the library is not where the makefile (or the executable) knew it was, so it throw out an error. As you can see that when yo...
null
null
null
null
null
51339
1
null
2011-06-30T15:39:05.800
1
2683
<p>I want to make a partition with hfs+journalized format. First I make a partition with command 'fdisk' and then I want to use command 'mkfs' to format the partition, but I can not find the hfs+journalized format, I can find hfs+ format only.</p>
null
235
2011-07-01T06:39:32.800
2011-07-01T06:39:32.800
How to format a partition with hfs+journalized filesystem?
[ "11.04", "partitioning", "format" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>You need to use the -J flag:</p>\n\n<pre><code>mkfs.hfsplus -J [journal size] [other options]\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-06-30T15:42:56.400", ...
null
null
null
null
user810108
51343
1
51344
2011-07-01T01:50:14.263
4
14401
<p>When I <code>echo $CATALINA_HOME</code> I get a blank line, but when I <code>ls $CATALINA_HOME</code> I correctly get a listing of the directory. Why can't I echo it? I am running Ubuntu 11.04.</p>
11708
235
2011-07-01T07:17:13.047
2011-07-01T07:17:13.047
Can't echo $CATALINA_HOME
[ "command-line", "environment-variables" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Because <code>ls $CATALINA_HOME</code> is expanding <code>$CATALINA_HOME</code> to the empty string and accordingly simply doing <code>ls</code> (or <code>ls .</code> to be pedantic). Either you're in the correct directory already or you're not getting what you think you are.</p>\n"...
[ { "accepted": true, "body": "<p>Because <code>ls $CATALINA_HOME</code> is expanding <code>$CATALINA_HOME</code> to the empty string and accordingly simply doing <code>ls</code> (or <code>ls .</code> to be pedantic). Either you're in the correct directory already or you're not getting what you think you are...
null
null
null
null
null
51351
1
51437
2011-07-01T02:37:24.463
2
8738
<p>I just bought an HP Pavilion g6 laptop and I installed Natty Narwhal alongside Windows 7. In Windows 7, my WiFi works perfect but in Ubuntu it absolutely (no matter what I do) won't detect my home WiFi network.</p> <p>Here is the output of "lspci":</p> <pre><code>earl@ubuntu:~$ lspci 00:00.0 Host bridge: Advanced ...
13505
14356
2012-06-06T22:30:46.203
2012-08-14T00:19:03.410
Wireless not detected on an hp Pavilion g6 - RT5390PCIe
[ "11.04", "wireless", "networking", "hardware" ]
2
4
CC BY-SA 3.0
[ { "creationDate": "2011-07-01T02:48:53.680", "id": "57345", "postId": "51351", "score": "0", "text": "Can you perhaps just post the output of this instead of an unformatted output of all pci devices: `lspci | grep network` ?", "userDisplayName": null, "userId": "10616" }, { "crea...
{ "accepted": true, "body": "<p>The RT5390PCIe is not directly supported by the current Natty kernel.</p>\n<p>You will need to download some driver source code and patch the Natty kernel.</p>\n<p>Unfortunately you need to be aware, everytime the Natty kernel is updated, you will need to repeat the following instruc...
[ { "accepted": null, "body": "<p>Need to have connected to the Internet for this. Have you already gone into System->Adminstration->Hardware Drivers and Seen if any WiFi was listed if nothing was listed . i tracked down the manufacturers website and driver for you. <em> <a href=\"http://www.ralinktech.com/en...
null
null
null
null
null
51358
1
null
2011-07-01T05:36:11.580
1
765
<p>I reformatted my Win "C" drive and loaded Ubuntu 11.04. The second internal HD of course is not read. It is shown in 'disk utility'. I try to mount it in disk utility but I get an error message </p> <pre><code>error mounting: mount exited with exit code 1: helper failed with: mount: according to mtab, /dev/sda1 i...
20936
2647
2011-07-01T05:45:33.973
2013-05-03T16:22:26.123
I cannot read second internal HD
[ "mount", "drive" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>Before you can mount a disk, you need to have a mountpoint (which is a directory). The general command for mounting a partition is:</p>\n\n<pre><code>sudo mount /dev/sdb1 /mnt\n</code></pre>\n\n<p>Here, <code>/dev/sdb1</code> is the first (<code>1</code>) partition on the sec...
null
null
null
null
null
51359
1
null
2011-07-01T06:00:37.070
2
275
<p>I want to install firefox 5 on my work Lucid machine. However, I can't access external repositories from my machine, so PPAs are ruled out. What alternative methods are available to install firefox 5?</p>
7729
235
2011-07-01T07:08:09.680
2012-05-23T08:59:44.073
How to install firefox-5 without a PPA?
[ "10.04", "firefox" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-01T06:57:15.513", "id": "57368", "postId": "51359", "score": "0", "text": "See [this question](http://askubuntu.com/q/40272) and [another question](http://askubuntu.com/q/974) for solutions.", "userDisplayName": null, "userId": "3940" } ]
null
[ { "accepted": null, "body": "<p>here you go <em> <a href=\"http://www.mozilla.com/en-US/firefox/all-beta.html\" rel=\"nofollow\">http://www.mozilla.com/en-US/firefox/all-beta.html</a> </em></p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-07-01T06:31:35.777", ...
null
null
2012-05-23T09:49:11.207
null
null
51362
1
null
2011-07-01T06:13:57.140
19
4753
<p>It took me a while to find out that with Ubuntu One I can sync only folders in my home folder. On all other folders the Ubuntu One option is available in preferences, but the actual actions are greyed out.</p> <p>The <a href="https://wiki.ubuntu.com/UbuntuOne/FAQ/CanISyncAFolderOutsideMyHomeFolder">Ubuntu One FAQ<...
20937
114
2011-07-01T16:39:55.670
2015-10-01T12:32:08.627
Why not sync folders outside home with Ubuntu One?
[ "ubuntu-one" ]
5
1
CC BY-SA 3.0
[ { "creationDate": "2011-12-19T01:44:12.880", "id": "101570", "postId": "51362", "score": "0", "text": "I'm not buying \"you don't want to sync special partitions\". I don't think it's a valid reason not to sync stuff outside your home directory. There are certain folders/directories that U1 shou...
null
[ { "accepted": null, "body": "<p>I suspect the reason is rights. You'll notice that you can't easily edit any of the files outside your home directory either? This is a general security feature of linux, and I suspect that the Ubuntu One developers (quite rightly) feel that the average user would keep all hi...
null
null
null
null
null
51364
1
51389
2011-07-01T06:40:42.020
2
9856
<p>I have few ods files but all of a sudden it is not opening. When i open the file i get the following error. Please look at the below snapshot</p> <p><img src="https://i.stack.imgur.com/pCU2f.png" alt="enter image description here" /></p> <h2>Error on opening the file with Archive Manager:</h2> <p><img src="https://i...
5691
-1
2020-06-12T14:37:07.210
2011-07-01T11:40:24.183
How to repair ods files
[ "openoffice.org" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>ODS files, like all Open Document file types, are just <code>ZIP</code> files. You can try to repair the file using regular tools for repairing ZIPs. For example on the command line:</p>\n\n<pre><code>zip --fixfix file.ods\n</code></pre>\n\n<p>Beware that you should always operate on...
[ { "accepted": null, "body": "<p>Copy the corrupt file and let OO try to repait it. What happens?</p>\n\n<p>If that doesn't help, right click on the file and choose <em>Open with Archive Manager</em>. What happens?</p>\n\n<p>If this gives an error, try repairing the archive:</p>\n\n<p><em>to check the file f...
null
null
null
null
null
51367
1
51368
2011-07-01T07:35:02.087
6
3442
<p>Since the root of the DNS tree has been <a href="http://tech.slashdot.org/story/10/07/17/0024203/Root-DNS-Zone-Now-DNSSEC-Signed">signed</a>, how do I change my caching DNS server to start validating <a href="http://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions">DNSSEC</a> signatures?</p>
721
null
null
2011-08-04T23:51:49.253
How do I configure my caching nameserver to validate DNSSEC?
[ "security", "dns" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Install and set up your nameserver (<code>bind9</code> package) normally, and then just add the following stanza to <code>/etc/bind/named.conf.options</code>:</p>\n\n<pre><code>managed-keys {\n \".\" initial-key 257 3 8\n \"AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjF...
[ { "accepted": true, "body": "<p>Install and set up your nameserver (<code>bind9</code> package) normally, and then just add the following stanza to <code>/etc/bind/named.conf.options</code>:</p>\n\n<pre><code>managed-keys {\n \".\" initial-key 257 3 8\n \"AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW...
null
null
null
null
null
51372
1
null
2011-07-01T08:18:23.807
2
1341
<p>I'm getting the following error:</p> <pre><code>The following packages have unmet dependencies: uuid-dev: Depends: libuuid1 (= 2.17.2-0ubuntu1.10.04.1) but 2.17.2-0ubuntu1.10.04.2 is to be installed </code></pre> <p>Haven't been able to find much useful information online.</p>
20941
186134
2015-06-08T19:13:45.723
2015-09-30T17:43:27.340
Unmet dependencies error while installing uuid-dev
[ "software-installation", "10.04" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2015-06-08T19:13:50.787", "id": "903845", "postId": "51372", "score": "0", "text": "possible duplicate of [How do I resolve unmet dependencies after adding a PPA?](http://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies-after-adding-a-ppa)", "userDisplayN...
null
[ { "accepted": null, "body": "<p>Your package lists are outdated, you need to refresh it by running:</p>\n\n<pre><code>sudo apt-get update\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-07-01T09:1...
null
null
null
null
null
51378
1
null
2011-07-01T09:37:17.953
0
697
<p>Whenever I log into my Ubuntu desktop machine, a password dialogue appears for the login keyring. Once I've entered the password, it comes up again (and this isn't because I got it wrong the first time).</p> <p>The password is the same as my account password, so what's going on?</p> <p><strong>Update:</strong> Thi...
11405
11405
2011-07-01T11:35:14.247
2012-05-11T12:05:36.630
Login keyring prompt appears twice on login
[ "login", "password", "keyrings" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-01T10:07:01.040", "id": "57391", "postId": "51378", "score": "0", "text": "It's trying to unlock something else, and it's also a bug on it not remembering the password.", "userDisplayName": null, "userId": "4203" }, { "creationDate": "2011-07-01T10:10:2...
null
[ { "accepted": null, "body": "<p>You did not say if you change your password (login) recently?</p>\n\n<p>If you did it is a bet that a second folder in Password and Encryption (the keyring application) still answer to the old password.</p>\n\n<p>You can change the password on the folder to the new password. ...
null
null
null
null
null
51382
1
51628
2011-07-01T09:32:57.583
2
15965
<p>I'm trying to install Linux Ubuntu on my system. I made my self a USB Linux and rebooted using the usb. The usb was recognized and started and after choosing <em>Presistent mode / Live Mode</em>, Linux begin to start until this error: </p> <blockquote> <p>EISA : cannot allocate resource for Mainboard </p> </bloc...
20946
186134
2014-08-05T20:19:50.283
2014-08-05T20:19:50.283
"EISA : cannot allocate resource for Mainboard" error on installation
[ "system-installation" ]
1
4
CC BY-SA 3.0
[ { "creationDate": "2011-07-01T09:50:17.753", "id": "57386", "postId": "51382", "score": "0", "text": "The `EISA` error is nothing to worry about. The system should still boot. Could you please try to boot with the option `acpi=off` ?", "userDisplayName": "Thomas Berger", "userId": null ...
{ "accepted": true, "body": "<p>The EISA error is nothing to worry about. The system should still boot. Could you please try to boot with the option acpi=off</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-07-03T13:30:39.500"...
[ { "accepted": true, "body": "<p>The EISA error is nothing to worry about. The system should still boot. Could you please try to boot with the option acpi=off</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-0...
null
null
null
null
a_ak
51387
1
null
2011-07-01T10:26:59.683
2
2738
<p>I use and enjoy Firefox on my Ubuntu 10.04.2 laptop (although Firefox needs work for the Linux/Ubuntu version).</p> <p>Yet I realize that in comparison to other pieces of software that have an "Ubuntu/Debian" version (<code>.deb</code> file, and usually <code>.rpm</code> files as well). I don't see it in one of the...
13709
4937
2011-07-03T15:00:56.883
2011-10-20T20:29:24.833
Why doesn't Mozilla release .deb and .rpm packages for their software?
[ "firefox", "package-management", "deb" ]
3
7
CC BY-SA 3.0
[ { "creationDate": "2011-07-01T11:04:53.307", "id": "57399", "postId": "51387", "score": "1", "text": "[Related Question](http://askubuntu.com/questions/6339/how-do-i-install-the-latest-stable-version-of-firefox)", "userDisplayName": null, "userId": "41" }, { "creationDate": "2011...
null
[ { "accepted": null, "body": "<p>I think this question can only be definitely answered by some one from Mozilla. My guess is that they dont do it because they dont need to. When Ubuntu's Mozilla team is already doing a fantastic job why would Mozilla want to waste their resources re-doing the same? They are ...
null
null
null
null
null
51394
1
54827
2011-07-01T11:41:38.207
14
32373
<p>I just got an invitation for Google+, the video conference feature "hangout" is the first feature I checked out, and unfortunately the webcam is not working, the mic and speakers work ok. When I started it, it recquired me to install a new version of Google Talk plugin 2.1.7.0.</p> <ul> <li><p>It seems that now the...
3087
6824
2012-05-23T14:44:25.933
2013-07-31T04:35:54.740
My webcam is not working with Google+ Hangout, can I make it work?
[ "11.04", "webcam", "google-talk", "google-plus" ]
4
4
CC BY-SA 3.0
[ { "creationDate": "2011-07-01T11:54:12.033", "id": "57404", "postId": "51394", "score": "0", "text": "Does it work within Gmail? Gmail had this feature ever since in-mail chatting was introduced.", "userDisplayName": null, "userId": "814" }, { "creationDate": "2011-07-01T12:11:54...
{ "accepted": true, "body": "<p>I have wrote this little script according the instructions suggested by @suli8.</p>\n\n<p>If you save it to a file (lets call it apply-googletalk-v4l1-workaround.sh, but can be anything), then you could apply it by:</p>\n\n<pre><code>sudo bash apply-googletalk-v4l1-workaround.sh\n</c...
[ { "accepted": null, "body": "<p>I believe you can uninstall any package installed using the software centre. Try removing it and see what happens.</p>\n\n<p>There shouldn't be any reason why it would break the compatibility with your webcam as I thought it was just a browser plugin set.</p>\n", "comment...
null
null
null
null
null
51398
1
null
2011-07-01T12:13:37.000
3
442
<p>Basically I want to build ubuntuone-client so that it doesn't have nautilus and gnome related dependencies. Can this be done? if so how?</p>
1543
6969
2011-07-21T10:18:11.670
2011-07-21T10:18:11.670
How to build ubuntuone-client so that it doesn't depend on nautilus and gnome
[ "installation", "ubuntu-one", "build", "source" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-01T12:26:49.353", "id": "57410", "postId": "51398", "score": "6", "text": "pardon me, but what do you expect to accomplish with just `u1sdtool`?", "userDisplayName": null, "userId": "711" }, { "creationDate": "2011-07-04T06:33:17.423", "id": "57763"...
null
[ { "accepted": null, "body": "<p>The Ubuntu One file synchronization daemon, <code>ubuntuone-syncdaemon</code> and the related commandline utility <code>u1sdtool</code>, are python programs and as such don't need “building” in the traditional sense (the parts of <code>ubuntuone-client</code> that need buildi...
null
null
null
null
null
51404
1
null
2011-07-01T14:42:01.030
4
191
<p>If I successfully install Gnome 3 on Ubuntu 11.04 and make it available as a fresh install out there, would that be illegal?</p>
20957
41
2011-07-01T14:51:19.790
2011-07-01T20:20:46.213
Legal issue with bundling Gnome3 on Ubuntu install?
[ "11.04", "gnome", "legal" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>I'm not a lawyer, but likely no. All the software on a Ubuntu Live CD plus Gnome 3 is open source and re-distributable.</p>\n\n<p>But there are a lot of software with lots of different licenses there. Some can give you some extra obligations, like including copyright notes in...
null
null
null
null
null
51407
1
null
2011-07-01T15:00:28.457
2
4140
<p>I am trying to mount a hard-disk connected to my WDTV Live box. The following command</p> <pre><code>smbclient -L 192.168.1.2 -U guest </code></pre> <p>gives the following output:</p> <pre><code>Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.5.1] Sharename Type Comment --------- ---- ...
11084
null
null
2017-02-20T18:52:21.317
Time out while mounting samba share
[ "samba" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>smbmount uses mount.cifs underneath, which can not do NetBIOS lookups, only DNS lookups. The names displayed by smbclient are NetBIOS names.</p>\n\n<p>You should be able to specify the IP to use to smbmount, e.g.:</p>\n\n<pre><code>sudo smbmount //192.168.1.2/Expansion_Drive ...
null
null
null
null
null
51410
1
107827
2011-07-01T15:24:31.103
3
1203
<p>I'm getting a new laptop running with 11.04 Ubuntu. I've got the xfce4 packages all installed, which is something I've had no problems with on any of my other machines.</p> <p>On this new laptop, however, though I can log in and use an xfce session without any problems, logging <em>out</em> of a session is problema...
1684
35795
2012-02-26T04:47:43.943
2012-02-26T04:47:43.943
Xfce gets really confused about session saving, etc
[ "11.04", "xfce", "logout" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>This question was answered by the OP:</p>\n\n<blockquote>\n <p>well I nuked my session cache, did an explicit save from the session widget, and now it works. Well, it doesn't save the workspace location for each client and instead opens them all up on the first workspace, but I thin...
[ { "accepted": true, "body": "<p>This question was answered by the OP:</p>\n\n<blockquote>\n <p>well I nuked my session cache, did an explicit save from the session widget, and now it works. Well, it doesn't save the workspace location for each client and instead opens them all up on the first workspace, bu...
null
null
null
null
null
51411
1
51416
2011-07-01T15:29:18.793
1
258
<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://askubuntu.com/questions/37600/gnome-3-ppa-was-unstable-until-april-28th-so-is-it-ok-now">Gnome 3 ppa was unstable until April 28th, so is it ok now?</a> </p> </blockquote> <p>How is GNOME3 reliability in Natty 11.04? Do you think product...
17218
-1
2017-04-13T12:23:28.223
2011-07-01T16:09:57.107
Problems in Gnome-shell and GNOME3 in ubuntu 11.04?
[ "11.04", "gnome" ]
1
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-01T15:30:12.500", "id": "57430", "postId": "51411", "score": "0", "text": "what are you using now?", "userDisplayName": null, "userId": "10616" }, { "creationDate": "2011-07-01T15:44:20.283", "id": "57436", "postId": "51411", "score": "0", ...
{ "accepted": true, "body": "<p>Gnome3 (Gnome-shell) works perfectly well under natty. I did a Ubuntu-minimal installtion and started from scratch that way. This is the best way imho. Otherwise you get other, residual stuff from the Unity installtion. It's worth doing if anything to get practice with the terminal c...
[ { "accepted": true, "body": "<p>Gnome3 (Gnome-shell) works perfectly well under natty. I did a Ubuntu-minimal installtion and started from scratch that way. This is the best way imho. Otherwise you get other, residual stuff from the Unity installtion. It's worth doing if anything to get practice with the te...
null
null
2011-07-01T20:07:55.323
null
null
51412
1
51414
2011-07-01T15:50:36.953
6
8506
<p>I know I can open <code>.doc</code> files in LibreOffice, but can I save a new document as a <code>.doc</code>? You used to be able to do so in OpenOffice, but I can't find anything in LibreOffice to do that.</p>
19265
4937
2011-07-01T16:26:11.193
2016-05-06T11:04:15.177
LibreOffice export compatibility with .doc
[ "libreoffice", "file-format" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Yes you can do this easily using <strong>Save as</strong>:</p>\n\n<p>Go to File--> Save as .</p>\n\n<p><img src=\"https://i.stack.imgur.com/eH4NO.png\" alt=\"enter image description here\"></p>\n\n<p>And there is even support for <code>.docx</code>.</p>\n\n<blockquote>\n <p>LibreOff...
[ { "accepted": true, "body": "<p>Yes you can do this easily using <strong>Save as</strong>:</p>\n\n<p>Go to File--> Save as .</p>\n\n<p><img src=\"https://i.stack.imgur.com/eH4NO.png\" alt=\"enter image description here\"></p>\n\n<p>And there is even support for <code>.docx</code>.</p>\n\n<blockquote>\n <p>...
null
null
null
null
null
51415
1
120113
2011-07-01T15:58:04.490
5
2337
<p>After reading <a href="http://www.instructables.com/id/Images-On-An-Audio-Cassette/" rel="nofollow noreferrer">this article</a> from Instructables I wanted to try it out in Ubuntu. Luckily <a href="http://users.telenet.be/on4qz/" rel="nofollow noreferrer">QSSTV</a> is available but I'm having problems getting it to ...
6689
527764
2020-08-04T08:24:56.833
2020-08-04T08:24:56.833
How can I make QSSTV recognise my sound device
[ "sound", "qt", "internet-radio" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>In January 2012 QSSTV received an update (including an updated interface) that fixed the sound problem. It can be downloaded <a href=\"http://users.telenet.be/on4qz/\" rel=\"nofollow noreferrer\">from here</a></p>\n\n<p><img src=\"https://i.stack.imgur.com/esy4S.png\" alt=\"enter ima...
[ { "accepted": true, "body": "<p>In January 2012 QSSTV received an update (including an updated interface) that fixed the sound problem. It can be downloaded <a href=\"http://users.telenet.be/on4qz/\" rel=\"nofollow noreferrer\">from here</a></p>\n\n<p><img src=\"https://i.stack.imgur.com/esy4S.png\" alt=\"e...
null
null
null
null
null
51420
1
52543
2011-07-01T16:56:24.207
12
1682
<p>I have installed LibreOffice 3.4.1. </p> <p>On the website it say that it has global menu support. This doesn't work. </p> <p>I have downloaded a newer version of the package <code>lo-menubar</code> which doesn't work either. I don't know if it is the newest version. </p> <p>I've tried the LibreOffice v3.4.0 <a h...
18342
18342
2011-07-19T07:19:01.970
2017-03-01T13:21:46.460
Application menu support for LibreOffice 3.4.1
[ "libreoffice", "appmenu" ]
3
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>The extension mentioned in the other posts only works for x86_64!</p>\n\n<p>So if you have a 32bit Ubuntu, as I do, that won't work for you. </p>\n\n<p>I found a way to make it work, tough. Certainly, it's not the most elegant way, since I have no idea how to create a Libreoffice ext...
[ { "accepted": null, "body": "<p>Currently there's no way to integrate LibreOffice 3.4 into the Global Menu.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-07-02T17:04:43.180", "id": "57562", "postId": "51422", "score": "2", "text": "O...
null
null
null
null
null
51426
1
51430
2011-07-01T18:17:09.043
2
736
<p>I want advice on how to setup partitions on a new desktop system that I'll (initially) put Ubuntu 11.04 on. The system will have the following storage hardware:</p> <ul> <li>1 x 80 GB SSD (Intel 320 series)</li> <li>2 x 2 TB HDD (green, 64 MB cache, 5400 rpm, SATA-600)</li> </ul> <p>I'm going to use the system to ...
19490
null
null
2011-07-02T10:18:47.100
Advice on partitioning
[ "partitioning" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-01T18:20:57.323", "id": "57452", "postId": "51426", "score": "0", "text": "Before considering whether to ask this question I took some time to research it and had a hard time finding general advice (except for advice on SDDs). I guess it depends on it being hard to say...
{ "accepted": true, "body": "<p>Raid is not backup. The purpose of raid1 is to keep the system up and running, instead of having to restore from backup when a drive fails. You still need to keep regular backups. Raid1 does not help if your filesystem becomes corrupted, or you just accidentally delete or overwrit...
[ { "accepted": null, "body": "<p>I think you sort of nailed it already.</p>\n\n<ol>\n<li>Test if <code>trim</code> is active with...</li>\n</ol>\n\n <pre>\ncd /tmp\nsudo dd if=/dev/urandom of=tempfile count=100 bs=512k oflag=direct \nsudo hdparm --fibmap tempfile\nsudo hdparm --read-sector 732160 /dev/sda\n...
null
null
null
null
null
51427
1
null
2011-07-01T18:36:31.677
4
449
<p>I want to completely remove titlebars from windows...but still have shadows via window decorations.</p> <p>I am using the <a href="http://bobdmv.deviantart.com/art/Elementary-borderless-v0-2-5-192767462" rel="nofollow">Elementary borderless theme</a> and Compiz. But it doesn't matter too much which theme I use, I s...
15909
114
2011-07-01T19:00:12.873
2017-03-01T13:56:43.853
I want to completely remove titlebars from windows
[ "compiz", "themes", "elementary-theme", "window-decoration" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<ol>\n<li><p>Install the <a href=\"http://apt.ubuntu.com/p/compizconfig-settings-manager\" rel=\"nofollow noreferrer\">compizconfig-settings-manager<img src=\"https://hostmar.co/software-small\" alt=\"Install compizconfig-settings-manager\" /></a> package.</p>\n</li>\n<li><p>Ope...
null
null
null
null
null
51434
1
51440
2011-07-01T19:45:13.783
2
898
<p>I noticed in Ubuntu 11.04 there are only two notifications allowed at once, one being for sound, etc... and the other for all applications. I am using <a href="https://launchpad.net/udev-notify" rel="nofollow">udev-notify</a> and my computer likes to dump my webcam and whenever that happens, there are two popups jus...
20971
158442
2017-08-04T08:58:24.087
2019-01-26T00:17:18.923
Why aren't there multiple notifications? And how to enable?
[ "notification", "notify-osd" ]
2
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><strong>No</strong>, there is not a way to enable <a href=\"https://bugs.launchpad.net/notify-osd/+bug/332955/comments/1\" rel=\"nofollow\">multiple notification bubbles</a>:</p>\n\n<blockquote>\n <p>JD, this is the intended behaviour. We queue application notifications,\n so that ...
[ { "accepted": true, "body": "<p><strong>No</strong>, there is not a way to enable <a href=\"https://bugs.launchpad.net/notify-osd/+bug/332955/comments/1\" rel=\"nofollow\">multiple notification bubbles</a>:</p>\n\n<blockquote>\n <p>JD, this is the intended behaviour. We queue application notifications,\n ...
null
null
null
null
null
51442
1
null
2011-07-01T20:18:14.580
1
462
<p>As the title says when I don't use the net for ~5 mins I cannot resolve hostnames, either via browser or using apt-cache or similiar. Wget will return the first line and just timeout. I need to <code>modprobe -r</code> and <code>modprobe r8192e_pci</code> to get things working again.</p> <p>I've blacklisted <code>r...
20976
20976
2011-07-01T21:30:08.420
2012-03-11T17:22:30.353
Wireless cannot ping router after five minutes inactivity
[ "11.04", "wireless", "dns", "modprobe" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-01T21:21:31.130", "id": "57476", "postId": "51442", "score": "0", "text": "maybe this thread will help: http://ubuntuforums.org/showthread.php?t=1321340", "userDisplayName": null, "userId": "15023" }, { "creationDate": "2011-07-01T22:02:47.377", "id...
null
[ { "accepted": null, "body": "<p>(This isn't really an answer but I don't yet have a sufficiently high reputation to comment). </p>\n\n<p>Assuming you're running Network Manager, have you tried disabling it temporarily ((\"sudo service network-manager stop\" or similar). I've encountered situations in the pa...
null
null
null
null
null
51444
1
51454
2011-07-01T22:02:56.677
2
179
<p>When I'm watching videos in Totem, only critical notifications are displayed. To me, it is more important to get these notifications when I'm watching a video in full screen, because then there is nothing else to indicate that something has happened. I currently have to switch back and forth in order to see if I hav...
19779
null
null
2011-07-01T23:55:05.630
Display non-critical notifications when totem is playing video
[ "notification", "notify-osd", "totem" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p><strong>No</strong>, this is not configurable. There is a proposed <a href=\"https://wiki.ubuntu.com/NotifyOSD#totem\" rel=\"nofollow\">compatibility fix</a> that would make this an option, but it hasn't been implemented.</p>\n", "commentCount": "0", "comments": [], "communityO...
[ { "accepted": true, "body": "<p><strong>No</strong>, this is not configurable. There is a proposed <a href=\"https://wiki.ubuntu.com/NotifyOSD#totem\" rel=\"nofollow\">compatibility fix</a> that would make this an option, but it hasn't been implemented.</p>\n", "commentCount": "0", "comments": [], ...
null
null
null
null
null
51445
1
81205
2011-07-01T22:22:17.597
42
41686
<p>I have a dual monitor setup of two different sizes. My primary monitor is a 23 in widescreen Acer T230H touchscreen, and the second is a regular 20 in. When I go to use the touchscreen, the cursor shows up on the secondary display depending on where I touch the display. How do I calibrate it to only control my prima...
20981
null
null
2021-04-21T10:20:04.953
How do I calibrate a touchscreen on a dual monitor system?
[ "multiple-monitors", "touchscreen" ]
6
1
CC BY-SA 3.0
[ { "creationDate": "2011-10-12T19:20:29.323", "id": "75239", "postId": "51445", "score": "0", "text": "Anyone? It has been three months. Anyone that can help me calibrate my touchscreen would be of great help.", "userDisplayName": null, "userId": "20981" } ]
{ "accepted": true, "body": "<p>Have you tried using <a href=\"http://www.thefanclub.co.za/how-to/how-ubuntu-1204-touchscreen-calibration\" rel=\"nofollow\">xinput-calibrator</a>?</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2017-12-26T03:38:20.203", "id": "1594776", "post...
[ { "accepted": true, "body": "<p>Have you tried using <a href=\"http://www.thefanclub.co.za/how-to/how-ubuntu-1204-touchscreen-calibration\" rel=\"nofollow\">xinput-calibrator</a>?</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2017-12-26T03:38:20.203", "id": "159...
null
null
null
null
null
51448
1
null
2011-07-01T22:52:14.033
0
121
<p>I'm looking to sync my contacts with ubuntu one, and the problem with any instructions on how to do this is that they mention a Ubuntu One -> CouchDB folder under contacts but I see no such thing.</p>
18542
null
null
2011-07-27T19:31:43.893
No Ubuntu One in Evolution
[ "ubuntu-one", "evolution", "contacts" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>DesktopCouch is installed Via the UbuntuOne application within your Ubuntu desktop.</p>\n\n<p>Open UbuntuOne and, if needed sign in. Once there click on services and at the bottom of the page you will see a link to install the adaption.</p>\n\n<p>Once this is installed two ch...
null
null
null
null
null
51450
1
51456
2011-07-01T23:12:42.703
0
772
<p>I've had a problem installing the <strong>lo-menubar</strong> package (Unity integration for LibreOffice menubar). it seems that <strong>lo-menubar</strong> package has assumed 3.3.3 as default version of LibreOffice. </p> <p>But whenever I delete the <code>libreoffice</code> package and make a clean install of the...
15945
25130
2011-12-14T21:27:50.993
2011-12-14T21:27:50.993
Installing lo-menubar package for Libreoffice 3.4rc
[ "unity", "libreoffice", "appmenu" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>See the <strong>Global menu support</strong> section here:</p>\n\n<p><a href=\"http://linuxforums.org.uk/ubuntu/upgrading-libreoffice-to-3-4-1-in-ubuntu-11-04/\" rel=\"nofollow\">http://linuxforums.org.uk/ubuntu/upgrading-libreoffice-to-3-4-1-in-ubuntu-11-04/</a></p>\n\n<p>or downloa...
[ { "accepted": true, "body": "<p>See the <strong>Global menu support</strong> section here:</p>\n\n<p><a href=\"http://linuxforums.org.uk/ubuntu/upgrading-libreoffice-to-3-4-1-in-ubuntu-11-04/\" rel=\"nofollow\">http://linuxforums.org.uk/ubuntu/upgrading-libreoffice-to-3-4-1-in-ubuntu-11-04/</a></p>\n\n<p>or...
null
null
null
null
null
51452
1
null
2011-07-01T23:34:25.620
20
10307
<p>I would to define Windows-like shortcuts using the <kbd>Super</kbd> ("Windows") key. I'm running Xubuntu 11.04 (Natty).</p> <p>Using Settings->Settings Manager->Windows Manager->Keyboard I assigned <kbd>Super</kbd>+<kbd>D</kbd> to "Show desktop".</p> <p>Then, using Settings->Settings Manager->Keyboard->Application...
19439
114
2011-07-02T00:14:48.577
2016-10-10T01:14:49.813
Windows-like global shortcuts with the <Super> key in Xubuntu
[ "shortcut-keys", "xubuntu", "xfce", "xmodmap" ]
2
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-07T18:28:31.710", "id": "58336", "postId": "51452", "score": "0", "text": "Have you tried adding both shortcuts to the same place? Try setting Super + D in Keyboard shortcuts, maybe?", "userDisplayName": null, "userId": "5373" }, { "creationDate": "2012...
null
[ { "accepted": null, "body": "<p>Restore back what you did. In natty super key is already used for menu.</p>\n", "commentCount": "3", "comments": [ { "creationDate": "2011-07-02T16:57:51.343", "id": "57561", "postId": "51465", "score": "1", "text": "Remov...
null
null
null
null
null
51453
1
null
2011-07-01T23:43:22.647
2
8228
<p>I need to install and run some 32-bit software on my 64-bit Ubuntu 11.04 machine, so it was suggested I run <code>sudo apt-get install ia32-libs</code>. I got the following:</p> <pre><code>$ sudo apt-get install ia32-libs Reading package lists... Done Building dependency tree Reading state information... Do...
1574
6005
2012-06-26T00:07:06.113
2017-03-11T06:31:27.170
How do I troubleshoot a "connection failed" error when using `apt-get install`?
[ "apt", "connection" ]
1
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>That looks like 172.22.140.250 is your http proxy (it's in the private 172.16.0.0/12 address space) but for some reasons you can't connect to it. </p>\n\n<p>Maybe your configuration or the proxy's configuration have changed since you downloaded the other packages or the proxy...
null
null
null
null
null
51459
1
51746
2011-07-02T02:41:32.897
4
384
<p>So I don't actually know what happened, but I altered the .desktop file of Empathy (I added Skype as a quicklist shortcut) but for some reason, that removed Empathy from the Messaging Menu indicator. So I thought uninstalling and reinstalling Empathy might right everything that was wrong, but now when I try to insta...
15617
23272
2011-08-23T19:08:58.110
2011-08-24T04:35:10.333
How to regain use of Empathy?
[ "11.04", "empathy", "re-installation" ]
3
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-04T12:57:36.767", "id": "57824", "postId": "51459", "score": "0", "text": "Same problem. I tried upgrading empathy via the ppa's then I got this error :(", "userDisplayName": "user21087", "userId": null } ]
{ "accepted": true, "body": "<p>It seems you're using Telepathy PPA, remove it and update your sources and it should work.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-07-04T13:13:48.373", "id": "51746", "lastActivityD...
[ { "accepted": null, "body": "<pre><code>sudo apt-get update\nsudo apt-get install empathy\n</code></pre>\n\n<p>If you didn't upgrade then update command maybe solve your problem.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2011-07-02T04:59:36.063", "id": "5750...
null
null
null
null
null
51460
1
51462
2011-07-02T02:42:01.490
3
1793
<p>I recently installed Google Desktop Linux on my machine. The machine currently runs Xubuntu 11.04 (Natty).</p> <p>It seems to be working fine, it shows up on the notification area (I don't know if this is the correct term - it shows up near the indicator plugin) and double clicking on it will open the Quick Search ...
19439
19490
2011-08-24T12:54:40.383
2011-08-24T12:54:40.383
Google Desktop hotkey Ctrl+Ctrl doesn't work
[ "shortcut-keys", "xubuntu", "google-desktop" ]
1
0
CC BY-SA 3.0
[]
{ "accepted": true, "body": "<p>Press and hold left <kbd>Ctrl</kbd> then press right <kbd>Ctrl</kbd>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-07-02T03:35:10.020", "id": "51462", "lastActivityDate": "2011-08-24T12:...
[ { "accepted": true, "body": "<p>Press and hold left <kbd>Ctrl</kbd> then press right <kbd>Ctrl</kbd>.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 3.0", "creationDate": "2011-07-02T03:35:10.020", "id": "51462", "lastActivity...
null
null
null
null
null
51467
1
null
2011-07-02T04:17:08.503
3
18249
<p>help to activate evolution email - to receive my centurylink emails.</p>
20989
3940
2011-07-02T08:32:25.817
2011-07-02T08:32:25.817
How do I setup an email account in Evolution?
[ "evolution", "email", "setup" ]
2
1
CC BY-SA 3.0
[ { "creationDate": "2011-07-02T08:35:02.837", "id": "57516", "postId": "51467", "score": "0", "text": "I made my answer more general for broader audience. Details for centurylink can be found e.g. [here](http://biz.centurylink.net/files/embarq/support/EmailPrograms/thunderbird_biz.php)", "use...
null
[ { "accepted": null, "body": "<p>Evolution uses a very standard way to configure email. Centurylink is completely unknown to me and I don't think any email client will have any special wizards for it, like most do for Gmail and the like. When you start Evolution for the first time, you will be presented with...
null
null
null
null
null
51470
1
51472
2011-07-02T04:56:59.257
6
2246
<p>I don't quite like Gnome3, or maybe it's just Unity (for the moment)? Was wondering if all Linux distro is going to eventually adapt and move to Gnome3 and have similar interface? I know there is classic login, but as for now, I don't quite like the global app menu and huge not yet so friendly to modify the dock, an...
19425
null
null
2011-12-05T15:10:28.410
Is Gnome2.x going to be completely obsolete from all Linux distro?
[ "unity", "gnome", "gnome2" ]
1
2
CC BY-SA 3.0
[ { "creationDate": "2011-07-02T05:29:58.127", "id": "57502", "postId": "51470", "score": "1", "text": "Even if it will be deprecated from the main branch, I'm sure someone will fork it due to the popularity of the older interface for simpler setups.", "userDisplayName": null, "userId": "5...
{ "accepted": true, "body": "<p>When you refer to Gnome 3 and Gnome 2.x, it seems to me that you're talking about the shell, but Gnome is far more than its shells. It includes Nautilus, Evolution, Gedit, Totem, Banshee, Rhythmbox and many other applications. Lots of stuff. Unity is only one of many shells for Gnome...
[ { "accepted": true, "body": "<p>When you refer to Gnome 3 and Gnome 2.x, it seems to me that you're talking about the shell, but Gnome is far more than its shells. It includes Nautilus, Evolution, Gedit, Totem, Banshee, Rhythmbox and many other applications. Lots of stuff. Unity is only one of many shells f...
null
null
null
null
null
51475
1
52276
2011-07-02T07:38:10.777
1
1680
<p>Maybe this is such an obvious question that it's a duplicate.</p> <p>I have Ubuntu 10.10 on both my PC and Laptop. The Laptop connects to the Internet through a WiFi router. The PC connects to the same router with an Ethernet cable.</p> <p>How can I safely share files between my PC and Laptop through this router? ...
20270
20270
2011-12-17T22:54:32.413
2011-12-17T22:54:32.413
Safe Home Network through WiFi
[ "networking" ]
3
3
CC BY-SA 3.0
[ { "creationDate": "2011-07-02T08:59:15.967", "id": "57520", "postId": "51475", "score": "0", "text": "As Rax's answer says, as long as your WiFi connection is encrypted using WPA2, there's no immediate possibility of your file transfers being vulnerable. If you're really paranoid, you can SSH fr...
{ "accepted": true, "body": "<p>On each computer install the <a href=\"http://apt.ubuntu.com/p/ssh\" rel=\"nofollow\">ssh</a> package.</p>\n\n<p>Then you can mount the filesystem over SFTP (stands for <b>S</b>sh <b>F</b>ile <b>T</b>ransfer <b>P</b>rotocol) in nautilus and copy that way just like you would between d...
[ { "accepted": null, "body": "<p>Make your router use WPA2. That is described in its manual.</p>\n\n<p>If that isn't what you meant, <a href=\"https://askubuntu.com/questions/8534/share-files-and-printer-between-2-ubuntu-boxes/8573#8573\">NFS between two Linux machines</a> can probably help you.</p>\n", ...
null
0
null
null
null
51480
1
null
2011-07-02T08:50:47.067
9
1741
<p>I'd like the idea of having one encrypted folder on Ubuntu One. There are current howtos in the Internet how to set it up with EncFS or ecryptfs. I'd like to use ecryptfs - not because of speed as speed doesn't really matter that much if you're storing your data in the cloud - but as I've been already using ecryptfs...
20341
null
null
2011-08-27T13:50:30.083
use ecryptfs for Ubuntu One with an already encrypted home directory
[ "ubuntu-one", "encryption", "ecryptfs" ]
2
0
CC BY-SA 3.0
[]
null
[ { "accepted": null, "body": "<p>As already stated ecryptfs is not a solution for my problem as my home folder is already encrypted by ecryptfs. Moving the \"Ubuntu One\" folder out of the home tree isn't a solution either as then the rest of the \"Ubuntu One\" content isn't encrypted anymore.</p>\n\n<p>I've...
null
null
null
null
null