Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds; generated 44 minute(s) ago.

  1. 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.
    ...
  2. 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...
  3. 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
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. [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...
  9. 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
  10. 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...
  11. 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...
  12. [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...
  13. 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...
  14. [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...
  15. 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
  16. [ubuntu] Re: Orphaned inode errors - can't be found in logs

    Each letter of 'REISUB' starts one part of a semi-controlled shutdown. The 'S' does a sync - basically writing out any unwritten pages of the cache, the 'U' unmounts all file systems, and the 'B'...
  17. Replies
    14
    Views
    15

    [SOLVED] Re: Unzip Multiple Zipfile's

    So Krusader doesn't open archives ? That was always the big feature for me in midnight commander (mc, a dual pane file manager in the terminal). It treats archives as if they were directories - just...
  18. Replies
    14
    Views
    15

    [SOLVED] Re: Unzip Multiple Zipfile's

    As I said, 'unzip' will unpack one file per call. By enclosing the list of files in quotes in post #6, you've turned it into one token. So now unzip looks for one file named...
  19. Replies
    14
    Views
    15

    [SOLVED] Re: Unzip Multiple Zipfile's

    Yes, you're missing the 'for i in ' part, which tells the shell that this is a loop and the variable i should be set to one of the listed values at the beginning of each iteration. You also might...
  20. Replies
    14
    Views
    15

    [SOLVED] Re: Unzip Multiple Zipfile's

    cd the/target/directory
    unzip path/to/the/zipfile

    or

    unzip path/to/the/zipfile -d the/target/directory

    'unzip' will unpack the given file into the current working directory or the...
  21. Replies
    2
    Views
    3

    [kubuntu] Re: Gimp shows only english

    In GiMP: Edit->Preferences->Interface, Field "Language". You should have two choices there, "English (en_us)" and "Systemsprache". The latter switches to the language your system is set to. GiMP...
  22. Replies
    2
    Views
    3

    [ubuntu] Re: forward jupyter server over ssh

    The address '127.0.0.1' is one of the addresses assigned to the loopback interface. It's meant exclusively for accessing servers running on the same machine as the client. So your browser on your...
  23. [lubuntu] Re: Package 'libdvdread4' has no installation candidate

    The way to do this has changed a few times and the instructions in the wiki seem to be stuck at some point in time far in the past. Follow the link to...
  24. [xubuntu] Re: How to make encrypted external drive to show up in the gui

    What version of Xubuntu are you using ? On Xubuntu 22.04 I can create an encrypted USB-stick (LUKS2) using the gnome-disks utility and if I plug it in I get asked for the password and then it comes...
  25. Replies
    19
    Views
    20

    [SOLVED] Re: Renaming files with a list

    I assumed that you already have both (text) files, the one with the original names and the one with the new names including the numbers. I pointed out that the file with the original names isn't...
Results 1 to 25 of 249
Page 1 of 10 1 2 3 4