Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds; generated 24 minute(s) ago.

  1. [ubuntu_studio] Re: v22.04 Removed CD/DVD drivers - How to Re-install so Computer Functions

    That's not good. For comparison's sake here's what I see on my machine:


    [ 2.624521] scsi host0: ahci
    [ 2.625934] scsi host1: ahci
    [ 3.115690] scsi 0:0:0:0: Direct-Access ATA ...
  2. [ubuntu] Re: Resize window of some software doesn't work

    Many programs have a minimum size for their window; some have a minimum size which depends on the contents of their window. These sizes are usually chosen to fit on a normal screen, but with display...
  3. [ubuntu_studio] Re: v22.04 Removed CD/DVD drivers - How to Re-install so Computer Functions

    '/dev/cdrom' normally is a symbolic link to /dev/sr0. If you don't have /dev/sr0 then no symlink will be created. Your syslog entries makes it seem like you have /dev/sr1. But those errors look like...
  4. [ubuntu_studio] Re: v22.04 Removed CD/DVD drivers - How to Re-install so Computer Functions

    No, they didn't remove a thing. When I put a CD or DVD into my drive it gets mounted automatically and my file manager opens showing its contents. This also goes for Audio CDs (opens my CD-ripper),...
  5. [ubuntu] Re: Ubu on Pi 5 - Am I able to install software that doesn't have a package for me?

    For the mega application(s) - megasync and megacmd - compiling from source should be possible since it's cross-platform (Linux/Mac/Windows) and Macs have been Arm since 2020/2021. The source can be...
  6. Replies
    6
    Views
    7

    Re: Unable to play VCD

    Sorry, this took a while, I had to go and find a VCD in my archive to try it myself. It's from 2001, but it still plays. If I allow the disc to automount and open it in Thunar, I get several folders...
  7. Replies
    6
    Views
    7

    Re: Unable to play VCD

    I do believe you need to give vlc the device that has the vcd and not the mountpoint. So /media/satimis/and_so_on_and_so_forth is wrong, it should be /dev/cdrom or /dev/sr0 or something like that....
  8. Replies
    8
    Views
    9

    Re: Install Power ISO in Ubuntu

    It's actually not the xcb plugin itself, it's the whole thing which is incompatible. If you run it with


    QT_DEBUG_PLUGINS=1 ./poweriso.sh

    you get (a lot) more detailed information. The program...
  9. Replies
    8
    Views
    9

    Re: Install Power ISO in Ubuntu

    Never knew that there is a Linux version of Power Iso. I've been using gcdemu for a long time for the purpose of mounting CD/DVD images and I'm quite happy with it. There's also Acetone Iso. gcdemu...
  10. [SOLVED] Re: Uninstall like control panel on window.

    Kubuntu comes with a graphical package management tool named 'Discover'. This can be used to install and uninstall software. The manual for Discover can be found here.

    Holgrt
  11. Replies
    6
    Views
    7

    [ubuntu] Re: CD do nothing

    Do you use the 'Go Environment Manager 2' ? A search for '__gvm_is_function' lead me directly to an error report for gvm2 on github where somebody is having exactly the same problem you have.
    ...
  12. Replies
    6
    Views
    7

    [ubuntu] Re: CD do nothing

    Does anybody else have access to your machine ? Some practical joker might have redefined 'cd' as an alias for ':' (a do-nothing command). Check


    LANG=C type cd

    This should show 'cd is a shell...
  13. Replies
    6
    Views
    7

    [ubuntu] Re: CD do nothing

    What shell are you using ?


    echo $SHELL

    Does the directory you're trying to change to exist


    ls project
  14. Re: Trying to install SK1 (Vector Graphics Editor)

    If you look at the github page of sk1, you'll find that there have been no contributions since the death of the primary author of the project of Covid-19 in 2021. There is a development branch named...
  15. Replies
    6
    Views
    7

    Re: Apply Cursor Theme to all Apps

    snaps are isolated from the rest of the system by design. They are not allowed to even see anything which is not either included inside the snap or is another snap they are connected to through the...
  16. Re: flatpak and other means to install package

    If the flatpak you installed is this one, then it includes mednafen and you can remove both mednafen and mednaffe that you installed with apt. And yes, they are separate projects by different...
  17. Re: flatpak and other means to install package

    Actually mednaffe is just a frontend for the mednafen emulator. If mednaffe works then you obviously have both of them installed.

    I can think of five ways to install a program: .deb package, snap...
  18. [lubuntu] Re: Help with Notify-Send not working

    notify-send uses the session-dbus to send the notification to a notification daemon. It needs the environment variable DBUS_SESSION_BUS_ADDRESS to have the correct value...
  19. [SOLVED] Re: mounting/using old external DVD player

    udisksctl is the program to request a mount from udisksd, either passing the -p option and an dbus object-path for the drive or the -b option and the name of the block-device-file.

    Holger
  20. Replies
    19
    Views
    20

    [SOLVED] Re: Renaming files with a list

    Most slide show programs can work of a list of files to show. For example 'feh' has an option '-f ' which will take a file that contains a list of image files one file per line which it will then...
  21. Thread: GzDoom.

    by Holger_Gehrke
    Replies
    4
    Views
    5

    Re: GzDoom.

    Version 4.12.1 is available from the xtradeb games PPA. That PPA has been around since the end of 2020 and is dedicated to making newer versions of programs available for supported versions of...
  22. [SOLVED] Re: How do I pass parameters to a program started by clicking the icon?

    '.desktop' is not one file, it's the extension for files that hold information about starting a program from the GUI, one '*.desktop' file per program. For programs installed through 'apt' - meaning...
  23. Replies
    19
    Views
    20

    [SOLVED] Re: Renaming files with a list

    Yeah, we're talking past each other. My first solution (post #2) did just what you are saying now. It took the names from the file, removed the three digits at the beginning of the (new) name to get...
  24. [xubuntu] Re: Getting tons of errors: 'Sorry, the program "wrapper-2.0" closed unexpectedly"

    If you're talking about '/usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0', then that's a program for running the panel-plugins found in '/usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/'. Those are...
  25. Replies
    14
    Views
    15

    Re: need help with node trobleshooting

    It's not a problem, it's the exact same file since /bin/ is a symlink to /usr/bin these days.

    Holger
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4