Search:

Type: Posts; User: Dennis N; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    12
    Views
    13

    [SOLVED] Re: Ubuntu Graphical Installer Question

    Do you see that the end result of the edit will be the same as not installing a boot loader for the 2nd OS?
  2. Replies
    12
    Views
    13

    [SOLVED] Re: Ubuntu Graphical Installer Question

    I would allow the new OS to install bootloader to sda, and after installation is complete, restart and edit:
    /boot/efi/EFI/ubuntu/grub.cfg

    it looks like this:

    search.fs_uuid...
  3. Re: 24.04 cursor take a translucent square block shape on hover

    This is a bug that manifests with some cursors. It was discussed here:
    https://ubuntuforums.org/showthread.php?t=2497049

    Stick with the Yaru cursor and it shouldn't happen.
  4. Replies
    7
    Views
    8

    Re: Ubuntu 24.04 no synaptic

    The thing about App Center is that it defaults to display snap packages only. See screenshot. But the .deb package is also in there: Change "Filter by" setting to "Debian Packages" and it will show...
  5. [ubuntu] Re: Installing .deb files using the app center in Ubuntu 23.10

    What exactly happens when you choose a .deb package in the App Center for installation? You need to explain further.
  6. Re: Install application from file and run it in Terminal

    Sorry, I'm not familiar with this other than it is an android thing. Since everything you tried has failed, you may be correct in that it's something you can't do on your system.
  7. [lubuntu] Re: Not all the partition is being used: how to fix

    You will find out that gparted cannot manage LVM devices. You need to use a terminal.
    ubuntu-vg is your volume group - size 18.2G
    ubuntu-lv is your logical volume - size 10G

    One terminal command...
  8. Replies
    35
    Views
    36

    [ubuntu] Re: Low disk space on file system root (1Gb)

    Have you checked the size of the journal recently? Removing old entries can recover a GB or more of space, depending on how long they have been accumulating.
    sudo journalctl --vacuum-size=20M...
  9. Re: Install application from file and run it in Terminal

    I followed my own proposed steps in post #7 and Blender launched as expected with a double-click. So that should work if done as shown.

    Now, to get a launcher for the program:

    The included...
  10. Re: Install application from file and run it in Terminal

    O.K, other suggestions: I think either of these will work for you and be ready to use after install.

    (1) Install blender as a snap application. You get version 4.1, like the downloaded version.
    ...
  11. Replies
    18
    Views
    19

    [ubuntu] Re: Trying to resize sda5 volume

    A partition (including root) actually can be resized while in use if you follow the procedure outlined here.
  12. Replies
    18
    Views
    19

    [ubuntu] Re: Trying to resize sda5 volume

    I didn't notice that this is a virtual disk before post #10. The suggestion about using the installer CD won't work. I had a case like this where expanding a virtual machine partition was done...
  13. Re: assistence needed: /dev/mapper/ubuntu--vg-ubuntu--lv full, but lsblk says 800Gb f

    To resize the file system of ubuntu-lv to use all the space in the lv:

    sudo resize2fs /dev/ubuntu-vg/ubuntu-lv
    This can be done on a mounted file system.
  14. Re: Install application from file and run it in Terminal

    The archive is blender-4.1.0-linux-x64.tar.xz
    probably sitting in Downloads.

    What I would try:

    I would first extract the contents of the archive (to Downloads).

    The result should be a...
  15. Re: Install application from file and run it in Terminal

    /usr/bin is a location automatically searched for applications, so you just type blender in the terminal and it should start.
  16. Replies
    18
    Views
    19

    [ubuntu] Re: Trying to resize sda5 volume

    Are the partitions mounted? You need to do the resizing from the live media (installer) because you cannot resize a mounted partition.
  17. Replies
    18
    Views
    19

    [ubuntu] Re: Trying to resize sda5 volume

    The useful part of the output is this:


    Disk /dev/sda: 50 GiB, 53687091200 bytes, 104857600 sectors
    Disk model: Virtual disk
    Units: sectors of 1 * 512 = 512 bytes
    Sector size...
  18. Replies
    4
    Views
    5

    [ubuntu] Re: Finding/installing software

    For Plasma Desktop, you should download and use the installer for Kubuntu, not Ubuntu:

    "Kubuntu is an official flavor of the Ubuntu operating system that uses the KDE Plasma Desktop instead of the...
  19. Replies
    8
    Views
    9

    Re: where is the top bar

    It's installable from the Extension Manager. See image attached.
  20. [ubuntu] Re: How to rescue .wav files on the scratched music CD.

    it appears that it is reading the TOC, but then can't copy the data of track 1?

    My copy output was this:


    Copying audio tracks 1-10: start 00:00:00, length 25:53:70 to "mytest.bin"...
    Track...
  21. [ubuntu] Re: How to rescue .wav files on the scratched music CD.

    It would be nice to see Brasero give an error message. You may be more likely to see one with the cdrdao command. I decided to check it out. There were several command options, but I used it to make...
  22. [ubuntu] Re: How to rescue .wav files on the scratched music CD.

    cdrdao (see the link in post #27 by tea for one) looks like it is a utility that would help in recovery when the TOC has errors. It's new to me and I'm making note of it if ever needed. I suggest you...
  23. [ubuntu] Re: Newly Installed Apps do not appear in Applications Menu

    In your system, you still need them all. We see only vlc uses core18. If you notice vlc updating, the newer version may also switch to a newer core. Then you can remove the unused core18. You can...
  24. [ubuntu] Re: How to rescue .wav files on the scratched music CD.

    If it's a good playable CD, then I have only used the GUI ripper/encoders. For example, asunder. It has a preferences dialog with all the encoder settings, like destination, encoding format (mp3,...
  25. [ubuntu] Re: How to rescue .wav files on the scratched music CD.

    How it works (to the best of my knowledge):

    A ripper works one track at a time using location information in the CD's table of contents (TOC). If the TOC of the CD is damaged, the start bit of...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4