Search found 8 matches

by amex
Fri May 10, 2024 3:28 pm
Forum: MX Help
Topic: Whisker menu requires double click to close
Replies: 8
Views: 309

Re: Whisker menu requires double click to close

Okay Mr. Dolphin, Thanks for developing MX! I hope it get fixed later by xfce.
by amex
Fri May 10, 2024 3:09 pm
Forum: MX Help
Topic: Whisker menu requires double click to close
Replies: 8
Views: 309

Re: Whisker menu requires double click to close

OMG it's Dolphin Oracle to the rescue again!
CharlesV Thanks for the suggestion but it didn't work.
dolphin_oracle Okay so solving this double click to close whisker menu will create more problem in return. Little incontinent but I think I should use Esc meanwhile. I do get that this super key ...
by amex
Fri May 10, 2024 12:58 am
Forum: MX Help
Topic: Whisker menu requires double click to close
Replies: 8
Views: 309

Whisker menu requires double click to close

Hi,
I am not sure if it is a bug or a feature, single click does open up whisker menu however, if I need to close it I have to press windows (super) key twice. I tried finding for its solution in settings but there is no such option to start and close whisker menu with only single super key click ...
by amex
Sat Aug 20, 2022 1:28 pm
Forum: Tips & Tricks by users (not for help)
Topic: PPA alternative from Debian
Replies: 5
Views: 803

Re: PPA alternative from Debian

Of course there are many ways to achieve the same result. But isn't is good to see that such thing even exist. I guess it is a project which was officially started by debian people which makes it more interesting. Personally I got to know about extrepo just yesterday, and I found it to be quite ...
by amex
Sat Aug 20, 2022 12:59 pm
Forum: Tips & Tricks by users (not for help)
Topic: PPA alternative from Debian
Replies: 5
Views: 803

PPA alternative from Debian

Ladies and gentleman, If you want to install software like jitsi-meet or vscode or vscodium or maybe some specific build of Brave browser then you might be interested in extrepo package which is available in your repositories. Just do sudo apt install extrepo What extrepo does is that it adds repo ...
by amex
Sat Jun 18, 2022 12:54 am
Forum: Chat
Topic: can i move MX base to debian testing?
Replies: 7
Views: 2801

Re: can i move MX base to debian testing?

Thanks for reply.


When you start upgrading your system, there may come a time when some of the MX tools and other packages unique to MX don't work anymore.


It seems a natural consequence of moving to debian testing. I guess it is a sign that MX Linux is not just a themed debian but MX devs ...
by amex
Fri Jun 17, 2022 11:46 am
Forum: Chat
Topic: can i move MX base to debian testing?
Replies: 7
Views: 2801

can i move MX base to debian testing?

hi folks!

Is there any way install MX on debian testing base rather than stable? What if I change sources.list to debian testing?

I Know sparky linux has some debian testing iso. Not sure if there is some MX spin with testing... 9_9
by amex
Sun Jun 12, 2022 12:46 pm
Forum: Tips & Tricks by users (not for help)
Topic: cool way of installing packages.
Replies: 6
Views: 3235

cool way of installing packages.

Tired of doing 'sudo apt search foo'? or don't know the exact name of the package? Then look nowhere and use this one liner:

apt-cache pkgnames | fzf --multi --cycle --reverse --preview "apt-cache show {1}" --preview-window=:57%:wrap:hidden --bind=space:toggle-preview | xargs -ro sudo apt install ...

Go to advanced search