Patreon Logo Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal Logo PayPal. You can also buy games using our partner links for GOG and Humble Store.
Title: New Desktop Screenshot Thread
Page: 32/37
  Go to:
Bilskirnir3124 25 Nov 2023
Quoting: BlackBloodRum
Quoting: Bilskirnir3124Not a fresh desktop anymore, but it's less than a week old. The second IVPN systray icon you'll see there is actually Bitwarden. Having the same issue on my laptop which is running the same distro and DE. Running Arch Linux and MATE.

External Media: You need to be logged in to view this.
If you don't mind my asking, do you mean you have two iVPN icons because you're running two active connections, or that it's duplicating itself?

If it's two simultaneous VPN connections you're after, there is a better way, with or without NetworkManager (NM). :smile:

Also, if you're system has NM installed, you can add iVPN/Mullvad/AirVPN (etc) directly to it, reducing the need for the extra application. :smile:
It's not duplicate iVPN installations/connections. It's an icon issue. That's Bitwarden for some reason using iVPN's icon. That is very good to know thought. I do use NM to manage connections. I intend to try out Mullvad sometime so I might try that method out.
BlackBloodRum 25 Nov 2023
Quoting: Bilskirnir3124
Quoting: BlackBloodRum
Quoting: Bilskirnir3124Not a fresh desktop anymore, but it's less than a week old. The second IVPN systray icon you'll see there is actually Bitwarden. Having the same issue on my laptop which is running the same distro and DE. Running Arch Linux and MATE.

External Media: You need to be logged in to view this.
If you don't mind my asking, do you mean you have two iVPN icons because you're running two active connections, or that it's duplicating itself?

If it's two simultaneous VPN connections you're after, there is a better way, with or without NetworkManager (NM). :smile:

Also, if you're system has NM installed, you can add iVPN/Mullvad/AirVPN (etc) directly to it, reducing the need for the extra application. :smile:
It's not duplicate iVPN installations/connections. It's an icon issue. That's Bitwarden for some reason using iVPN's icon. That is very good to know thought. I do use NM to manage connections. I intend to try out Mullvad sometime so I might try that method out.
This is quite off-topic for this thread, so I'll keep this brief.

Both iVPN and Mullvad can be configured directly through NM. I don't currently have iVPN however, for Mullvad you download the wireguard config from their "WireGuard configuration file generator".

Check the file is valid, it should have configuration sections of [Interface] and [Peer] at least. If you can get the same type of file from iVPN then the rest of this process is the same.

As root, change to the directory where it was downloaded, for example if you put it in ~/Downloads:
 
root $ cd /home/(your user)/Downloads


And now import it:

 
root $ nmcli connection import type wireguard file (conf file name).conf


Do note that you need to change (your user) and (conf file name) to match your local system. For example, if the file downloaded as au-bne-wg-301.conf, then you would run

 
root $ nmcli connection import type wireguard file au-bne-wg-301.conf


And you're done! You should now have the VPN imported, it probably also got activated by NM. At this point you can use NM to change a few bits (be careful not to break anything important!) such as whether it activates on boot and such.

Enjoy! :grin:
Bilskirnir3124 25 Nov 2023
Quoting: BlackBloodRum
Quoting: Bilskirnir3124
Quoting: BlackBloodRum
Quoting: Bilskirnir3124Not a fresh desktop anymore, but it's less than a week old. The second IVPN systray icon you'll see there is actually Bitwarden. Having the same issue on my laptop which is running the same distro and DE. Running Arch Linux and MATE.

External Media: You need to be logged in to view this.
If you don't mind my asking, do you mean you have two iVPN icons because you're running two active connections, or that it's duplicating itself?

If it's two simultaneous VPN connections you're after, there is a better way, with or without NetworkManager (NM). :smile:

Also, if you're system has NM installed, you can add iVPN/Mullvad/AirVPN (etc) directly to it, reducing the need for the extra application. :smile:
It's not duplicate iVPN installations/connections. It's an icon issue. That's Bitwarden for some reason using iVPN's icon. That is very good to know thought. I do use NM to manage connections. I intend to try out Mullvad sometime so I might try that method out.
This is quite off-topic for this thread, so I'll keep this brief.

Both iVPN and Mullvad can be configured directly through NM. I don't currently have iVPN however, for Mullvad you download the wireguard config from their "WireGuard configuration file generator".

Check the file is valid, it should have configuration sections of [Interface] and [Peer] at least. If you can get the same type of file from iVPN then the rest of this process is the same.

As root, change to the directory where it was downloaded, for example if you put it in ~/Downloads:
 
root $ cd /home/(your user)/Downloads


And now import it:

 
root $ nmcli connection import type wireguard file (conf file name).conf


Do note that you need to change (your user) and (conf file name) to match your local system. For example, if the file downloaded as au-bne-wg-301.conf, then you would run

 
root $ nmcli connection import type wireguard file au-bne-wg-301.conf


And you're done! You should now have the VPN imported, it probably also got activated by NM. At this point you can use NM to change a few bits (be careful not to break anything important!) such as whether it activates on boot and such.

Enjoy! :grin:
Thanks for the info. I'll give it a spin. Sorry for starting a minor derail.
BlackBloodRum 26 Nov 2023
Quoting: Bilskirnir3124
Quoting: BlackBloodRum
Quoting: Bilskirnir3124
Quoting: BlackBloodRum
Quoting: Bilskirnir3124Not a fresh desktop anymore, but it's less than a week old. The second IVPN systray icon you'll see there is actually Bitwarden. Having the same issue on my laptop which is running the same distro and DE. Running Arch Linux and MATE.

External Media: You need to be logged in to view this.
If you don't mind my asking, do you mean you have two iVPN icons because you're running two active connections, or that it's duplicating itself?

If it's two simultaneous VPN connections you're after, there is a better way, with or without NetworkManager (NM). :smile:

Also, if you're system has NM installed, you can add iVPN/Mullvad/AirVPN (etc) directly to it, reducing the need for the extra application. :smile:
It's not duplicate iVPN installations/connections. It's an icon issue. That's Bitwarden for some reason using iVPN's icon. That is very good to know thought. I do use NM to manage connections. I intend to try out Mullvad sometime so I might try that method out.
This is quite off-topic for this thread, so I'll keep this brief.

Both iVPN and Mullvad can be configured directly through NM. I don't currently have iVPN however, for Mullvad you download the wireguard config from their "WireGuard configuration file generator".

Check the file is valid, it should have configuration sections of [Interface] and [Peer] at least. If you can get the same type of file from iVPN then the rest of this process is the same.

As root, change to the directory where it was downloaded, for example if you put it in ~/Downloads:
 
root $ cd /home/(your user)/Downloads


And now import it:

 
root $ nmcli connection import type wireguard file (conf file name).conf


Do note that you need to change (your user) and (conf file name) to match your local system. For example, if the file downloaded as au-bne-wg-301.conf, then you would run

 
root $ nmcli connection import type wireguard file au-bne-wg-301.conf


And you're done! You should now have the VPN imported, it probably also got activated by NM. At this point you can use NM to change a few bits (be careful not to break anything important!) such as whether it activates on boot and such.

Enjoy! :grin:
Thanks for the info. I'll give it a spin. Sorry for starting a minor derail.
No worries, it was my fault. :grin:
Pengling 26 Nov 2023
External Media: You need to be logged in to view this.

[Darkwing Duck! Let's get dangerous!](https://www.youtube.com/watch?v=aTtYjOHByXU) :grin:
Avehicle7887 27 Nov 2023
Time for a blue theme.:grin:

External Media: You need to be logged in to view this.
Hamish 28 Nov 2023
I had to uninstall all the Shadowgrounds games to make room for BioShock Infinte, so I brought my desktop icons back for November even with the smaller screen.

External Media: You need to be logged in to view this.


Not that I spent more than an evening playing BioShock Infinite so far, but it did show off my newer hardware at least.

Last edited by Hamish on 28 Nov 2023 at 10:02 pm UTC
Cybolic 29 Nov 2023
Moved from Arch to NixOS and to cut down on the amount of config files to convert to Home-Manager/Nix, I skipped moving over my bspwm config and am using KDE Plasma for the time being. Gotta say though, those desktop widgets are quite pretty, though not entirely useful when I never actually see my desktop.
External Media: You need to be logged in to view this.

[Wallpaper link](https://www.deviantart.com/euderion/art/Perspective-837869268) (though mine is edited)
Pengling 1 Dec 2023
External Media: You need to be logged in to view this.

Watch out for [The Glitch](https://pacman.fandom.com/wiki/Map_256_Glitch)! :shock:
StoneColdSpider 1 Dec 2023
Quoting: Pengling
External Media: You need to be logged in to view this.

Watch out for [The Glitch](https://pacman.fandom.com/wiki/Map_256_Glitch)! :shock:
Is that a scene from the Pixels movie????.......
Pengling 1 Dec 2023
Quoting: StoneColdSpiderIs that a scene from the Pixels movie????.......
Nah, it's Steam Trading Card art ("Inky, Blinky, Pinky & Clyde") from [Pac-Man 256](https://store.steampowered.com/app/455400/PACMAN_256/). Great little game, and it's always nice to see a big gaming brand like that having a native Linux presence. :grin:
Lofty 1 Dec 2023
Quoting: Arcadius-8606
External Media: You need to be logged in to view this.
kind of looks like cosmic destkop. is that popOS ?
DoctorJunglist 2 Dec 2023
Not much has changed in terms of my desktop setup, only that I'm using Ubuntu instead of Nobara.

It's nice to be back on Ubuntu, to be back after so many years. Overall, I like it. I think the hate Ubuntu gets is way overblown. Compared to the other distros, it just makes my life easier.

External Media: You need to be logged in to view this.
FateTrap 5 Dec 2023
External Media: You need to be logged in to view this.

PCLinuxOS, XFCE and F2FS as a root partition

External Media: You need to be logged in to view this.

ROSA Fresh Desktop 12.4, LXQt and XFS as a root partition
Hamish 28 Dec 2023
December:

External Media: You need to be logged in to view this.


Last edited by Hamish on 29 Dec 2023 at 2:05 am UTC
Pengling 22 Jan 2024
External Media: You need to be logged in to view this.

Repping GOL, here. :grin:
Hamish 31 Jan 2024
Honestly forgot about changing my wallpapers this month, but since I was working on this image anyway...

External Media: You need to be logged in to view this.
Cybolic 1 Feb 2024
Joined the Cool Kids Club and started using Hyprland on Wayland. It's almost as good as my bspwm setup, but still got a few rough edges. Also, let me just plug [xremap](https://github.com/k0kubun/xremap) as a fantastic keybinding-launcher-tool-thing; it supports creating modes like in Vim (e.g. `Super+s` followed by `s` for screenshotting the screen vs `Super+s w` for the window) and has really helped me with my binds!
External Media: You need to be logged in to view this.

Wallpaper is [Rose Waves by waneella (animated gif, Patreon pay-walled)](https://www.patreon.com/posts/rose-waves-70015624) ([preview video here](https://www.youtube.com/watch?v=sycRWW1aajo)))

Last edited by Cybolic on 1 Feb 2024 at 2:29 pm UTC
Pengling 4 Feb 2024
External Media: You need to be logged in to view this.

Some official art from the PDF poster included with the download for the homebrew Commodore 64 game [Bomberland](https://rgcddev.itch.io/bomberland), which is a passion-project created to make up for the fact that the C64 never got an official Bomberman title of its own. :grin:

Quoting: chaussettesI like cinnamon but I'm never really happy with it no matter how I customize it
Having tried it recently, that's my view on it as well. I went back to Xfce fairly quickly, but I'm sure that I would recommend Cinnamon to friends and relatives as it would suit their use-cases better than mine. :smile:
amortician 5 Feb 2024
External Media: You need to be logged in to view this.


Arch + Window Maker :grin:

Last edited by amortician on 5 Feb 2024 at 4:43 pm UTC
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon Logo Patreon. Plain Donations: PayPal Logo PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register