Search:

Type: Posts; User: dentaku65; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. [xubuntu] Re: All players keep losing data pathways of mp3 files

    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...
  2. [xubuntu] Re: All players keep losing data pathways of mp3 files

    Are the mp3 files on an external drive?
  3. Replies
    5
    Views
    202

    [xubuntu] Re: Borked encoding after upgrade

    Seems correct.
    Can be an error with Slovak language translation see here http://ubuntuforums.org/showthread.php?t=2140746
  4. Replies
    5
    Views
    202

    [xubuntu] Re: Borked encoding after upgrade

    Can you please post the output of this command?

    cat /etc/default/locale
  5. [SOLVED] Re: Trouble building Xubuntu 12.04 USB memory stick boot for USB install

    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...
  6. [SOLVED] Re: Trouble building Xubuntu 12.04 USB memory stick boot for USB install

    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...
  7. Replies
    2
    Views
    130

    Re: Regenerate applications menu

    Try to see if the .menu file is saved somewhere

    sudo updatedb
    locate xfce-applications.menu
    In my case I have it here:
  8. Replies
    2
    Views
    151

    [xubuntu] Re: Upgrade Thunar 1.4.0 to 1.6.2

    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...
  9. Replies
    5
    Views
    175

    [xubuntu] Re: KDE libs suddenly appearing as updates

    Try to catch the dependencies of that KDE package:

    apt-cache rdepends <the_KDE_package>
  10. Replies
    11
    Views
    404

    [xubuntu] Re: GTK3 apps are too slow in xubuntu 13.04

    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...
  11. Replies
    2
    Views
    126

    [xubuntu] Re: thunar stuck maximized

    Try

    sudo rm -r $HOME/.cache/sessions
    Reboot
  12. Replies
    11
    Views
    404

    [xubuntu] Re: GTK3 apps are too slow in xubuntu 13.04

    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...
  13. Replies
    11
    Views
    404

    [xubuntu] Re: GTK3 apps are too slow in xubuntu 13.04

    Try to install the gtk engines:

    sudo apt-get install gtk3-engines-xfce gtk2-engines-xfce
    In my case the applications start instantly
  14. Replies
    2
    Views
    194

    [xubuntu] Re: Firefox suddenly won't start.

    Try to run FF ib safe mode:

    firefox --safe-mode
  15. [SOLVED] Re: Trouble building Xubuntu 12.04 USB memory stick boot for USB install

    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...
  16. [all variants] Re: How-To Install/package latest AMD ATI/Radeon Catalyst proprietary drivers

    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...
  17. [SOLVED] Re: Trouble building Xubuntu 12.04 USB memory stick boot for USB install

    Did you formatted twice the usb key?
    Or, even better, did you try with a different usb key?
  18. [SOLVED] Re: Trouble building Xubuntu 12.04 USB memory stick boot for USB install

    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...
  19. Replies
    4
    Views
    183

    [xubuntu] Re: SD card contents not seen by Xubuntu

    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...
  20. Replies
    4
    Views
    183

    [xubuntu] Re: SD card contents not seen by Xubuntu

    Hi,
    unplug and plug back the camera, then in terminal launch these commands:

    lsusb
    gvfs-mount -l
    dmesg | tail -25
    Post the outputs
  21. [xfce] Re: XFCE, app like DockbarX but with no grouping?

    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
  22. Replies
    3
    Views
    209

    [xfce] Re: FN-Keys freeze up System

    Hi,
    please check in Setting manager -> Keyboard -> Application Shortcuts if there is any set for:
    VolumeUp
    VolumeDown
    Mute
    If so, remove these shortucuts
  23. Replies
    3
    Views
    209

    [xfce] Re: FN-Keys freeze up System

    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...
  24. Replies
    3
    Views
    383

    [xubuntu] Re: 13.04 No Video Thumbnails in Thunar

    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...
  25. [xubuntu] Re: Fglrx hybrid graphics driver setup not working (ATI) Need help.

    I wrote a guide for the latest fglrx driver, hope it helps!
    http://ubuntuforums.org/showthread.php?t=2139200&p=12619755
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4