You have to mount the partition via fstab
First discover the ntfs partiton
sudo fdisk -l
Then put the partition at the end of the fstab file
sudo nano /etc/fstab
Add this line, save and...
Type: Posts; User: dentaku65; Keyword(s):
You have to mount the partition via fstab
First discover the ntfs partiton
sudo fdisk -l
Then put the partition at the end of the fstab file
sudo nano /etc/fstab
Add this line, save and...
Are the mp3 files on an external drive?
Seems correct.
Can be an error with Slovak language translation see here http://ubuntuforums.org/showthread.php?t=2140746
Can you please post the output of this command?
cat /etc/default/locale
My experience was to use the documentation of Psychocats in order to convert my 2 production machines from Ubuntu (Gnome) to Xubuntu (Xfce) on 10.04, then I did a do-release upgrade to 12.04. Both...
You meant that you have a working Ubuntu on that machine?
If so, you can install Xubuntu along side with Ubuntu:
sudo apt-get install xubuntu-desktop
Or you can choose to replace Ubuntu via...
Try to see if the .menu file is saved somewhere
sudo updatedb
locate xfce-applications.menu
In my case I have it here:
Thunar is available here:
https://launchpad.net/~xubuntu-dev/+archive/xfce-4.10
In order to use the dev Xfce you must set both PPA
https://launchpad.net/~xubuntu-dev/+archive/xfce-4.10
and...
Try to catch the dependencies of that KDE package:
apt-cache rdepends <the_KDE_package>
I'm using the default theme Greybird and the speed is ok, I mean no differences. But I'm using the Dev Xfce from PPA
sudo apt-add-repository ppa:xubuntu-dev/xfce-4.10
sudo apt-add-repository...
Try
sudo rm -r $HOME/.cache/sessions
Reboot
Well is surely true, but on my xubuntu quantal (clean install) those engines were not installed; in any case if you execute transmission-gtk without the engines indicated the launching it takes about...
Try to install the gtk engines:
sudo apt-get install gtk3-engines-xfce gtk2-engines-xfce
In my case the applications start instantly
Try to run FF ib safe mode:
firefox --safe-mode
I can speak only for my experience with a very old laptop; I was able to create a bootable USB with usb-disk-creator only as I indicated, but the indication was: format the drive before, then inside...
Today has been released the new beta driver 13.6 and, as first preview looks very promisng on my box.
http://support.amd.com/it/gpudownload/linux/Pages/radeon_linux.aspx
The deb packaging procedure...
Did you formatted twice the usb key?
Or, even better, did you try with a different usb key?
The only way that I'm able to use usb-creator is to format the usb-key in FAT32 then:
sudo usb-creator-gtk --iso=/path/to/iso
Then select Erase Disk button (wait a moment that the disk will be...
Seems that the filesystem of SD card is corrupted
This may be depended by unplug the sd card without unmount or because there are many big files for FAT system type
You could try to fix it with...
Hi,
unplug and plug back the camera, then in terminal launch these commands:
lsusb
gvfs-mount -l
dmesg | tail -25
Post the outputs
I'm not sure that I understood well your question (and btw I do not use any docks :-) ) but give a check to Adeskbar
http://adeskbar.tuxfamily.org/
by
Hi,
please check in Setting manager -> Keyboard -> Application Shortcuts if there is any set for:
VolumeUp
VolumeDown
Mute
If so, remove these shortucuts
Already answered somewhere here.
For the functional keys seems that Xubuntu (or Xfce 4.10/4.12) is not able to manage them natively; I suggest to solve in this way:
sudo apt-get install...
Beside on segfaulted Tumbler of Xfce 4.10 within Xubuntu 13.04, the culprit is the env variable (see http://docs.xfce.org/xfce/thunar/tumbler) :
$XDG_CONFIG_HOME
Does respond null or permission...
I wrote a guide for the latest fglrx driver, hope it helps!
http://ubuntuforums.org/showthread.php?t=2139200&p=12619755