Debian :: Unexpected "Bookmarks" Section In "Places"?
Mar 1, 2011
as I recently added some folders in the Places sidebar of the file browser to reach them in a single click, I noticed that they also appeared in the Places section of the panel (which is logical and which is good) but in a bookmarks section that I would like to remove (to have the shortcuts of the folders still one click ahead) I tried the 'edit Menus' after a right click on the panel but without any success as it edits only the Application and System menu I also tried via the file browser but couldn't get it
View 3 Replies
ADVERTISEMENT
Oct 19, 2010
A simple and small problem but annoying all the same...I don't like having the downloads/pictures etc bookmarks in the places menu so I remove them but every time I restart my machine they come back.
View 7 Replies
View Related
Jul 24, 2010
I'd like to keep the "Places" entries (I use them as bookmarks) that I had for Dolphin in 11.2 and transfer them into 11.3's Dolphin.
View 5 Replies
View Related
Apr 19, 2011
Read my Linux distribution from my user data. I have configure different network places bookmarks but accidentally, I introduced the wrong username in that one, thus it is listed as a bookmark for a network place, but it will not connect. How do I erase these bookmarks?
View 1 Replies
View Related
Nov 25, 2009
When I first installed Ubuntu to my computer I seen to remember a section in 'Places' that had Video. I have been trying to download video but cannot get anything to work and the 'Video' has disappeared from the 'places' section. Have I pushed a wrong button? what I need to do to download video from a camcorder or a DVD made from the camcorder.
View 1 Replies
View Related
May 1, 2011
I opened a folder with brasero a while ago, to make a DVD. For some reason this stuck. When I click on any of the bookmarks in places, Brasero pops up. It also happens if I click "open containing folder" in Ktorrent, so it must be a global setting, but I couldn't figure out where to change this back to Nautilus
View 4 Replies
View Related
Jan 13, 2010
Whenever I try to use a bookmark in the Main Menu (under "Places"), I get an error message. For example, if I want to open my Documents folder, the message reads:
"[STOP Sign] Could not open location 'file:///home/pilotferdi/Documents'
Failed to execute child process "/usr/bin/digikam" (No such file or directory)" (I had digikam installed on my computer, then I decided to remove it.)When I open a Nautilus file browser, and choose "Information" from the side pane, my home directory is listed with these three options (buttons) below:
1. Open with digikam
2. Open with Gwenview
3. Open with Open Folder
Somehow, the default choice, "Open with Open Folder" has been replaced with "Open with digikam", and I cannot access the bookmarks anymore. I think I need to make "Open with Open Folder" the default option when I click on a bookmark, but I don't know how to do it. I tried without success to use alacarte to make the changes.
View 1 Replies
View Related
Jul 8, 2010
You maybe know that VirtualBox has an "immutable" feature for HDD images. I.e. setup the system, if the stuff is in place, you can set the image to IMMUTABLE to prevent any changes to the image. Differences are written to a separated image. So on the next boot you'll see that all the (unintended) changes are gone and the "old" system is up & running again. I run an old SuSE 10.3 on a write-protected SD-IDE-Adapter. Changing and playing with RPMs is a mess due to around 50 changes I had to do to make that work. Is there any option to mount an SD-card as RO and having all the changes written to e.g. /dev/sda3? To make it clear: I thought about something like a RAID-X system, but could not find any description on how to setup a raidtab.
View 3 Replies
View Related
Feb 13, 2010
The necessity to use podcast in itunes daily puts me in XP which I seldom used.So how does one with as little work as possible move those bookmarks to favorites in XP.
View 4 Replies
View Related
Apr 18, 2011
I changed to testing repository in my Debian 6.0 and I used command "apt-get update". Now, everytime I want to do something with apt-get or aptitude, I receive this:
With apt-get:
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/ftp.cz.debian.org_debian_dists_squeeze_main_i18n_Translation-cs
E: The package lists or status file could not be parsed or opened.
or with aptitude:
[ ERR] Reading package lists
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/ftp.cz.debian.org_debian_dists_squeeze_main_i18n_Translation-cs
E: The package lists or status file could not be parsed or opened.
E: Couldn't rebuild package cache
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/ftp.cz.debian.org_debian_dists_squeeze_main_i18n_Translation-cs
E: The package lists or status file could not be parsed or opened.....
View 2 Replies
View Related
Feb 13, 2011
Just installed Iceape because Iceweasel uses Xine which does not work correctly. How I get the complex bookmarks across to Iceape? There is a menu option for transferring a bookmark *file*, perhaps that's the thing, but which file should be specified?
View 3 Replies
View Related
Aug 10, 2010
I noticed that the "Bookmarks" menu in Iceweasel was totally empty. I quit IW and started it again, and the problem persisted. I disabled all my addons, restarted again, and they were still gone. I tried to restore them (the backup copies are stored as JSON files in ~/.mozilla) from Bookmarks -> Organize -> Import -> Restore, but I got "unable to process the backup file" for each of the backups.
View 4 Replies
View Related
Feb 21, 2011
I don't find the little icons and tiny previews that iceweasel seems to make by grabbing an icon from a webpage at all helpful, and consider them a security risk.I have been using Debian Lenny for some time and have tried hard to foil the chrome engine (?) xul_runner (?) from sticking these icons in various places. But it still manages to stick them in, of all places, my bookmark file. How do I prevent that?
View 2 Replies
View Related
Jan 28, 2010
This question is an extension of previous posts in relation to my removable drives. I have an external usb/ide drives and cowon iAduio7 music player. The former is always connected and latter occasionally. The first drive to be recognized gets allocated /dev/sdc1 and /dev/hdd respectively. Until ten days ago I would simply mount them manually after each boot. Recently I added them to my fstab file. It's fine only for this error message on boot.
Code:
/dev/sdc1 unexpected inconsistency.
fsck died with exit status 4
failed (code 4)
Control-D to continue
I found the following on the net
Code:
If a device is not being mounted during boot, it may be b/c the driver for that device has not been loaded yet at the time that /etc/fstab is read (and thus the device is not active yet and doesn't get mounted). If you want to make sure it gets mounted during boot, you may need to take a look at the boot sequence for your distro and make changes as needed. Another thing you could try is adding a "mount" command of your own to one of your boot scripts. Most distros provide a file with a name like "rc.local" which gets executed late in the boot process and can be used to add your own custom commands to execute during boot. Firstly I want to know which script do you edit and does that mean I have to re-edit the fstab after creating the script.?
Here is my fstab:
Code:
[sudo] password for siawacsh:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sdd /home/siawacsh/cowon vfat defaults
/dev/sdc1 /home/siawacsh/myhome ext3 defaults 0 3
/dev/sdb2 / ext3 errors=remount-ro 0 1
/dev/sdb1 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
siawacsh@debian:~$
Remember sdc1 is the external drive, and sdd the music player.
I have attached the removable drives to directories mhyome and cowon.
View 7 Replies
View Related
Mar 7, 2011
while trying to install debian amd64 KDE, in the Detect Disks section, the process stops at: No disk drive was detected. If you know the name of the driver needed by your disk drive, you can select it from the list.
Driver needed for your disk drive: and gives a long list of drivers. my hard drives are Crucial C300 128GB.
i have no idea which driver on the list to pick so i can continue with install.
View 1 Replies
View Related
Jun 2, 2011
I have a pull-down corner on both of my gnome-panels. If I hover my mouse over it, i even get the resize cursor, but you can't actually resize the panel. I'm also seeing them on my screenlets. See the shot below:
The pull-down corners are in the red boxes. It's very clear in the top box on the gnome-panel; it's a little harder to see in the bottom one on the weather screenlet, but it's there. I have a bottom gnome-panel, too, and it's on that one, as well. I just recently noticed them, but I'm not sure where they came from. Does anyone know how to get rid of them? It's not really causing any problems. It just bothers me because I'm a bit of a perfectionist. I've tried searching the web and the forums for a solution but I'm having a hard time finding anything because I don't know the official name for that design element.
View 3 Replies
View Related
Apr 23, 2011
squeeze with Gnome installed, but "Search for files" is missing in the mainenu under Places.
What's missing?
View 2 Replies
View Related
Jun 16, 2011
I would like, in LyX, to start a "part" section at a certain number, instead of "1". Is is possible?
Book (koma script)
part III
chhapter 1
View 4 Replies
View Related
Nov 29, 2009
Just installed Fedora 12 x86_64 and love it. But just noticed I'm missing all of the section 2 man pages. Is there a package I'm missing that contains these?? I've got all the standard development packages installed already, and works fine. One example is the gettimeofday() call that works fine in my code, but there's no man page for it.
View 4 Replies
View Related
Aug 19, 2010
I can not post to Ubuntu Server section, I choose this section to post about this mysql general problem. I just checking mysql and trying to execute
[Code]...
you know what's the general or the common output? I've not found it yet through google until now. This is my result;
[code]...
but i realize, i never create debian-sys-maint and again, i never create root user until 3 times. Is this some error or missconcept or what? when if we do removing those users, and create 1 user (example: root) is it safe?
View 4 Replies
View Related
Aug 18, 2011
In virtualBox I'm running Edubuntu 11.04. Everything worked fine until a couple of days ago, when the top section, containing the close, minimise and maximise buttons, of all windows vanished and don't appear when I re-open them . At the recommendation of TL I ran
Code:
metacity --replace
Which restored the tops while I ran the command but the command never finished and if I stopped the command I lost the tops. Also at TL's recommendation I also ran
Code:
compiz --replace
but that didn't do anything. How to restore bar permanently.
View 2 Replies
View Related
Oct 26, 2010
I have a file like this:
I would like to remove a section between [first] and [second]:
Is almost what I want. I would like the section header to say in place.
Desired output:
View 3 Replies
View Related
Nov 27, 2010
In this part of logwatch:
Code:
--------------------- httpd Begin ------------------------
0.12 MB transferred in 11 responses (1xx 0, 2xx 8, 3xx 0, 4xx 3, 5xx 0)
[code]....
View 2 Replies
View Related
Aug 27, 2010
How would I go about splitting a file by section? Imagine the file looks like this:
Lots of text 1
Lots of text 2
[HEY, SPLIT HERE]
[code]....
I want to use a command that would split this file, but look for the text "[HEY, SPLIT HERE]" to get the split points.
View 2 Replies
View Related
Apr 30, 2010
I just did a fresh install of lucid, and I'd like to transfer over all my bookmarks from karmic (sitting on another partition). Where are they stored?
View 9 Replies
View Related
May 14, 2011
I've upgraded from 10.04 to 11.04, in the process I did not get bookmarks saved. I've have since gone into the 'old' file system and have now gotten the old bookmarks.html file into the 11.04 file system. How do I get them imported into Firefox?
View 6 Replies
View Related
Jun 5, 2011
I wonder if there is a pdf reader in Ubuntu 11.04 that can add bookmarks/annotations. I have some reference/dictionary books and I want to mark the pages that I use a lot, so I don't have to look it up in the index pages every time.
View 1 Replies
View Related
Jan 17, 2009
When I try storing bookmarks or bookmark folders it doesn't work.What the problem is is;they store for that very session, but when I restart, close, or re-open FF no bookmark /folders are saved anymore.I don't know if it's anything to do with write-permissions to the folders or anything but I still am not very used to ubuntu so don't really know what I'm doing very well.
View 12 Replies
View Related
Feb 14, 2010
I had created a tar ball of my home folder. But after formatting the system when I tried to untar it, it is showing the following error:
Code:
How to somehow recover my home folder!
View 3 Replies
View Related
May 2, 2011
Which directly is accessible during the %pre section? I try to use wget to retrieve a file from FTP to /root but after the machine is build, I don't see that file in /root directory.
View 3 Replies
View Related