# How to login in your virtualbox vm from sddm **Published by:** [Koukos Nest](https://paragraph.com/@koukos/) **Published on:** 2024-03-01 **Categories:** linux, sddm, virtualbox **URL:** https://paragraph.com/@koukos/virtualbox-sddm ## Content On a terminal as root or with sudo you type: nano /usr/bin/windowsvmThen inside nano: #!/bin/bash VirtualBox -startvm windowsvmWhere windowsvm you type the name of your virtual machine. Then: chmod 755 /usr/bin/windowsvmAnd now you create a new xsession: nano /usr/share/xsessions/windowsvm.desktopAnd youpaste thiw: [Desktop Entry] Encoding=UTF-8 Name=Seven Comment=WindowsVM Exec=/usr/bin/windowsvm Icon= Type=ApplicationRestart sddm and you are ready.Ξέρω και γαμώ τα Κομπιούτερ ({,})Original post @ ihack.gr/2013/03/login-seven-… ## Publication Information - [Koukos Nest](https://paragraph.com/@koukos/): Publication homepage - [All Posts](https://paragraph.com/@koukos/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@koukos): Subscribe to updates - [Twitter](https://twitter.com/koukos): Follow on Twitter ## Optional - [Collect as NFT](https://paragraph.com/@koukos/virtualbox-sddm): Support the author by collecting this post - [View Collectors](https://paragraph.com/@koukos/virtualbox-sddm/collectors): See who has collected this post