I guess: Creative Commonsasqwerth wrote: Sun Jun 15, 2025 3:35 amWhat is the licence you are attaching to all your submissions?
Search found 31 matches
- Sun Jun 15, 2025 4:21 am
- Forum: Art Discussion
- Topic: [CLOSED] Thread to post MX25 WP submissions
- Replies: 228
- Views: 12388
Re: Thread to post MX25 wallpaper submissions
- Sun Jun 15, 2025 3:30 am
- Forum: Art Discussion
- Topic: [CLOSED] Thread to post MX25 WP submissions
- Replies: 228
- Views: 12388
Re: Thread to post MX25 wallpaper submissions
For me at leastasqwerth wrote: Sat Jun 14, 2025 7:57 am This wallpaper exercise is really bringing new posters out of the woodwork.![]()

- Sun Jun 15, 2025 3:27 am
- Forum: Art Discussion
- Topic: [CLOSED] Thread to post MX25 WP submissions
- Replies: 228
- Views: 12388
Re: Thread to post MX25 wallpaper submissions
And two AI generated, in a painting like form.
https://www.dropbox.com/scl/fi/o93u3sw58811bxg390nim/paint-mountains-small.jpg?rlkey=dasr0g7tnomek26mo8w9z0j44&st=otrp51qu&dl=1
Endless Day
https://www.dropbox.com/scl/fi/c434fc3jkqmp0enswzi18/paint-moto-small.jpg?rlkey=ehl4bmfc4hsg70sx58n26gumw&st ...
https://www.dropbox.com/scl/fi/o93u3sw58811bxg390nim/paint-mountains-small.jpg?rlkey=dasr0g7tnomek26mo8w9z0j44&st=otrp51qu&dl=1
Endless Day
https://www.dropbox.com/scl/fi/c434fc3jkqmp0enswzi18/paint-moto-small.jpg?rlkey=ehl4bmfc4hsg70sx58n26gumw&st ...
- Fri Jun 13, 2025 3:51 pm
- Forum: Art Discussion
- Topic: [CLOSED] Thread to post MX25 WP submissions
- Replies: 228
- Views: 12388
Re: Thread to post MX25 wallpaper submissions
Here is another one. A title like "Tigers in the jungle" seems more than appropriate! :happy: :rofl:
https://www.dropbox.com/scl/fi/x76gonbkwhlzdtzrquz6n/tig_320x200.jpg?rlkey=hcoa55iypk0gjudciabuglp1l&st=tcmdt5ze&dl=1
You may download them from the same link as my previous submission:
https ...
https://www.dropbox.com/scl/fi/x76gonbkwhlzdtzrquz6n/tig_320x200.jpg?rlkey=hcoa55iypk0gjudciabuglp1l&st=tcmdt5ze&dl=1
You may download them from the same link as my previous submission:
https ...
- Mon Jun 09, 2025 2:39 am
- Forum: Art Discussion
- Topic: [CLOSED] Thread to post MX25 WP submissions
- Replies: 228
- Views: 12388
Re: Thread to post MX25 wallpaper submissions
Hi!
I am no photographer, but I thought to share one of my photos that I really like. It is one of the trireme "Olympias" that is is a reconstruction of an ancient Athenian trireme. This days it is parked in one of the ports of Pireaus, Greece, and I took a photo of it. Info about this trireme ...
- Sat Jun 07, 2025 9:56 am
- Forum: Art Discussion
- Topic: [CLOSED] Thread to post MX25 WP submissions
- Replies: 228
- Views: 12388
Re: Thread to post MX25 wallpaper submissions
Hi!
I am no photographer, but I thought to share one of my photos that I really like. It is one of the trireme "Olympias" that is is a reconstruction of an ancient Athenian trireme. This days it is parked in one of the ports of Pireaus, Greece, and I took a photo of it. Info about this trireme in ...
I am no photographer, but I thought to share one of my photos that I really like. It is one of the trireme "Olympias" that is is a reconstruction of an ancient Athenian trireme. This days it is parked in one of the ports of Pireaus, Greece, and I took a photo of it. Info about this trireme in ...
- Sat Dec 11, 2021 9:16 am
- Forum: Package Requests - MX-21
- Topic: FreeTube in deb install
- Replies: 5
- Views: 765
Re: FreeTube in deb install
Yes, Ublock origin is great. A must have for sane browsing. But FreeTube except from removing ads and having a built in search, it also allows toy to subscribe and follow channels without a Google account. Very convenient for me.
- Tue Nov 30, 2021 1:19 pm
- Forum: Tips & Tricks by users (not for help)
- Topic: Disabling anydesk autostart on sysvinit
- Replies: 24
- Views: 3638
Re: Disabling anydesk autostart on sysvinit
I tested again, in a fresh MX 21 Xfce install, and fehlix is right: all these 3 commands are required:
sudo sed -i '/^# Required-St/s:$dbus:dbus:' $(readlink -e /etc/init.d/anydesk)
sudo update-rc.d -f anydesk remove
printf '[Desktop Entry]\nHidden=true\n' | tee ~/.config/autostart/anydesk_global ...
sudo sed -i '/^# Required-St/s:$dbus:dbus:' $(readlink -e /etc/init.d/anydesk)
sudo update-rc.d -f anydesk remove
printf '[Desktop Entry]\nHidden=true\n' | tee ~/.config/autostart/anydesk_global ...
- Tue Nov 30, 2021 11:59 am
- Forum: Package Requests - MX-21
- Topic: FreeTube in deb install
- Replies: 5
- Views: 765
FreeTube in deb install
FreeTube app - The Private YouTube Client - https://freetubeapp.io/
The FreeTube app is already included as a flatpak, but for those of us who prefer to have mostly deb packages installed, it would be nice to have it in the MX repo as a deb. In the FreeTube website it is available as a deb package ...
The FreeTube app is already included as a flatpak, but for those of us who prefer to have mostly deb packages installed, it would be nice to have it in the MX repo as a deb. In the FreeTube website it is available as a deb package ...
- Wed Nov 03, 2021 11:28 am
- Forum: Tips & Tricks by users (not for help)
- Topic: Disabling anydesk autostart on sysvinit
- Replies: 24
- Views: 3638
Re: Disabling anydesk autostart on sysvinit
I am using MX 21 KDE as well. I may have given the command you refer to earlier, in order to fix the problem. I am not sure. Anyway, now it works as I want. Thank you for your help!