Search:

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

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. [SOLVED] Re: cannot launch .sh file from .desktop file, but .sh launches okay from the termina

    Good news, managed to figure out how to fix my issue:


    #!/bin/bash

    xsel -b >> /home/salamilimos/.local/share/mycroft/clipboard.txt

    /home/salamilimos/.local/bin/mimic3 --voice...
  2. [SOLVED] Re: cannot launch .sh file from .desktop file, but .sh launches okay from the termina

    Doesn't work, I still need to add Terminal=Yes in order for my bash script to run. What I'm trying to accomplish here is to remove the terminal from appearing alongside the mpv video window.
  3. [SOLVED] cannot launch .sh file from .desktop file, but .sh launches okay from the terminal

    I'm running Xubuntu 22.04.

    I've installed mycroft-mimic3-tts with this command:


    pip3 install --upgrade mycroft-mimic3-tts

    And I've installed xsel to generate a text file whenever I copy...
  4. [all variants] is there a way to get notified of changes in a specific title window?

    I'm running Xubuntu 20.04.


    So, there's an old forum site that I frequently visit, I would like to get notifications whenever I get messages on their PM. Whenever I get messages, the forum's...
  5. [SOLVED] Re: Trying to figure out why "pkill devilspie2" doesn't work for my bash script

    Thank you so much, that worked, thank you.

    I still want to understand why my autostart command worked and your command worked, but my second command didn't.

    Thanks for the help fallen1, thank...
  6. [SOLVED] Re: Trying to figure out why "pkill devilspie2" doesn't work for my bash script

    Doesn't work.

    Here's the terminal output:


    devilspie2 &; pID=$!; sleep 5; flatpak run com.github.wwmm.pulseeffects &; sleep 10; kill $pID
    bash: syntax error near unexpected token `;'
  7. [SOLVED] Trying to figure out why "pkill devilspie2" doesn't work for my bash script

    I installed devilspie2 and created debug.lua in ~/.config/devilspie2/ and added the following:



    if (get_application_name()=="PulseEffects") then
    center();
    end


    I created a...
  8. [SOLVED] Re: xfce: How do I start an application on another workspace on autostart?

    Thanks for the explanation. I learn something new everyday. Thanks!
  9. [SOLVED] Re: xfce: How do I start an application on another workspace on autostart?

    That worked thank you.

    So, my previous attempts failed because I was using two "&&" instead of one "&"? Based off my reading of your posts, the difference between "&" and "&&" is that using one...
  10. [SOLVED] Re: xfce: How do I start an application on another workspace on autostart?

    I couldn't figure this out though.
  11. [SOLVED] Re: xfce: How do I start an application on another workspace on autostart?

    Running these commands in two terminals works though:

    Opens PulseEffects:

    flatpak run com.github.wwmm.pulseeffects

    Moves PulseEffects to Workplace 4:

    wmctrl -r PulseEffects -t 3
  12. [SOLVED] xfce: How do I start an application on another workspace on autostart?

    Running Xubuntu 20.04, I'll be upgrading next year.

    I want to launch PulseEffects on autostart, but I want it to launch on Workspace 4. Here's my attempts:


    wmctrl -l -x
    0x0440000a 3...
  13. My dad refuses to upgrade his 16.04 laptop

    Back in 2016, the hard drive of my dad's laptop finally gave out after 10 years of usage. The original OS of his laptop was Windows XP and his laptop is a 64-bit Dell Inspiron E1505 with 2GB RAM. So...
  14. Re: How come installing Xubuntu 20.04 on legacy mode doesn't work?

    Based off what I recall, my boot options were like this:
    https://i.ytimg.com/vi/0IzLTVSmUKo/maxresdefault.jpg

    I saw only one instance of "USB Hard Drive". It was the same both for Legacy Mode and...
  15. Re: How come installing Xubuntu 20.04 on legacy mode doesn't work?

    I used Startup Disk Creator.

    My system boots in UEFI mode, but not in Legacy Mode.
  16. Re: How come installing Xubuntu 20.04 on legacy mode doesn't work?

    I booted my liveUSB like this: https://www.youtube.com/watch?v=k0ohDvl-GsY
  17. Re: How come installing Xubuntu 20.04 on legacy mode doesn't work?

    I'm still confused on what's happening though.

    How come installing Lubuntu 18.04 on this laptop worked when it was set in Legacy Boot Mode? But doesn't work when I try to install Xubuntu 20.04 on...
  18. Re: How come installing Xubuntu 20.04 on legacy mode doesn't work?

    I used Startup Disk Creator.



    Yes I did, it matches.
  19. How come installing Xubuntu 20.04 on legacy mode doesn't work?

    When I first got my HP ProBook 450 G2, second hand, it was set to Legacy Mode by default and I was able to install Lubuntu 18.04, it booted just fine, but when I tried to upgrade via clean install to...
  20. Re: My grandma is still on Lubuntu 18.04 until COVID-19 lockdown is lifted

    Yes, I've checked it, it is 32-bit only.
  21. Re: My grandma is still on Lubuntu 18.04 until COVID-19 lockdown is lifted

    Yes, my grandma is using Firefox. Everything she needs was installed by default already. All I did was configure everything for her, like larger fonts on both system and Firefox because of her poor...
  22. Is there such a thing as Ubuntu containers?

    In PlayOnLinux, it's possible to create Windows containers with different versions of Windows on them, like Windows 3.1 for example and use old software that otherwise isn't installable on newer...
  23. Re: My grandma is still on Lubuntu 18.04 until COVID-19 lockdown is lifted

    Thanks for this answer. In my case I have no choice since I cannot visit my grandma right now and with the cases of COVID-19 going up in my country, I might not be able to visit my grandma until next...
  24. My grandma is still on Lubuntu 18.04 until COVID-19 lockdown is lifted

    I'm maintaining my grandma's old laptop and I've installed Lubuntu 18.04 on it back in 2018, but now, due to the COVID-19 lockdown, I cannot go out and visit her and upgrade her laptop, so what are...
  25. Re: laptop from 2006, 1GB RAM, use for watching Youtube, what are my options?

    https://www.wikihow.com/Use-Pen-Drive-As-RAM

    This is a tutorial on how to use a USB pen drive as RAM, but this tutorial is for Windows though, so it's possible on Windows but not on Linux then?
Results 1 to 25 of 39
Page 1 of 2 1 2