Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "17.10"
-
Not sure what hapend... On my laptop running Ubuntu 17.10, I just got a notification:
Problem occured: "Ubuntu is ready"
Not sure what to do now... :P8 -
Installed new Ubuntu 17.10 on my Notebook and with that Terminus and an amazing music player called Harmony. It integrates all common streaming services e.g. SoundCloud, Spotify, YouTube and many more. And it has css theme and js coding support.3
-
Brace for Ubuntu 17.10 release coming tomorrow. Bye bye my old friend Ubuntu Gnome and hello vanilla Ubuntu
PS: don't hate for liking Ubuntu, at least I'm on Linux, cmon 😄20 -
Just came from a one week holiday, only to come and see that zesty security and some other repositories are no longer supported on my 17.04 ubuntu...
Updating to 17.10 now..
Havent even booted up my windows laptop yet.. God please give me strength..19 -
I don't believe this. I have to install Gnome Tweak Tools to remove the "Trash" icon from desktop. What the hell :/15
-
Just spent like 2 hours theming my Ubuntu 17.10 development VM, but lets be honest, the suru icon back with a unity8 gnome theme does look really fucking good!6
-
So my laptop is a Lenovo y50-70 and it's quite good. The keyboard is amazing compared to most other Laptops I've tried the screen is nice, it's durable and it's got some decent specs. With it (and also my desktop) I dual boot Kubuntu and Windows 10.
About three years ago I decided I wanted to reinstall both OS' since they were starting to get cluggered. Lo and behold I wasn't able to do that because, and I quote: "EFI USB Device boot failed".
Hours were spent trying to Google different things to the point where I was even desperate enough to go beyond page 0 on the different searches with (as you might have guessed), no luck. "Fuck that" I thought. It worked and I could clean it manually anyway.
Fast forward to the last part of August this year where I upgraded my Kubuntu from 17.10 to 18.04 and shit got weird. You can read more about it here:
https://reddit.com/r/kde/...
but the TL;DR is in the link. Windows was also quite annoing as well (but don't take my word for it).
As you might understand it made me really frustrated. I couldn't update my BIOS since they were already at the current version, but one way or another I had to fix it. After a while was almost about to give up when I decided to give this:
https://forums.lenovo.com/t5/...
https://bugs.launchpad.net/ubuntu/...
a go. It was weird though. Like imagine the conversation:
"Can't boot from USB bro, what do I do?"
"Just update your kernel, bro"
Well IT. FUCKING. WORKED.
So I imideatly installed Linux and have just now bothered installing Windows (since all of the teachers are vacation so I had plenty of time to set it all up).
But got damn.4 -
The latest Ubuntu 17.10 patch let's VMware run out of the box!
Woo!!!!
Finnaly time to migrate! :-D7 -
So today, me, the pacifistic "linux is not THAT great"-guy, was like well let's try ubuntu 17.10 (cus in the end i want a reliable os with no to less maintenance).
So i installed it next to my loved windows.
Clicking a link seems to have an hard coded delay of about 3-5 seconds until the pages actually start loading in ff on linux, so i was like maybe it's because there is a wall between me and my router..
Went into the other room.
I have one bar WLAN strength. I stand next to my router. What the fuck.
Hmm, could be sth else, let's don't be an asshole and blame linux, let's check windows. Full wlan, full speed, all good.
So my point is proven: you want to fiddle around a bit, do some coding with serial-connected devices, want a shell that actually is usable and you like to procrastinate by doing some random maintenance? choose linux.
If you need to be productive with other things, use windows.4 -
I'm looking for a distro that is more modern than Ubuntu 16.04, not the shithole that Ubuntu 17.10 is and works, practically, out of the box with my xps 9560.
this 17.10 update thing is driving me nuts. the plot twist is.. if I don't get it set up before tomorrow I'll just switch to windows.17 -
So I have a dual boot Windows 10 / Ubuntu 16.04.
This evening, I finally decided to update Ubuntu to 17.10.
Note to self, never try to install Ubuntu from the live usb when trying the "demo", prefer to install on boot, because this fucker encountered an error, forced me to reboot then decided to occupy the whole disk and wipe Windows out.
I'm sure that Ubuntu 17.10 was made by DevRant, that's totally something you guys could do 😂5 -
Ubuntu 17.10...
WORST UBUNTU RELEASE TO DATE!
Why oh why did they go with /swapfile by default? I was legacy booting with UEFI enabled and it still didn't work! And don't get me started on nouveau (Nvidia OSS).
When I click "use proprietary software" I want the OS to do everything in its power to just work. Disable 3D acceleration if you must - at least boot to a console.
I'm scared to try it on my main desktop now!
I switched to Linux Mint and I'm happy now, I just needed an instant OS that works. 😊8 -
Ok, so I got everything running on Ubuntu 17.10. switched to i3 because holy mother of God is never have to resize a window again!
Switched to using the Von editor mode in IntelliJ because dear lord is it faster!
I love all of it. The only problem? Instead of the 6-10 hours of battery I got in Windows, I get MAX 2 hours in Ubuntu because it's always using the Nvidia card and switching to the integrated Intel causes an instant log out after the log in. (Tried everything already, nothing works)
Still, I love it.3 -
Soo insyde BIOS got a big bug via 17.10 ubuntu iso
- Settings not getting saved in bios
- USB booting is a no-go.
- suspend never wakes up without battery removal
Infected systems mostly include acer, LENoVO and hp mainly
I am surprised it took them this long to notice the bug.8 -
Regarding my previous rant where I shit talked about ubuntu 17.10
So instead of downgrading I tried a last chance (why not, system was fucked already) by installing unity, yes the same shit that ubuntu team removed from ubuntu 17.10 as major upgrade.
Well, it turns out gnome shell was taking more than half of my cpu in idle state and this unity barely reaches above 10%
Life lesson learnt: not every upgrade is better
Same goes for android studio, let's save it for another rant10 -
yes, i know this isn't omg! ubuntu
yes i know it's obviously not StOve (you guys are way too nice)
but im going to look like an idiot for asking this here. my process is a rollercoaster to read so bear with me
context:
· xubuntu 17.10
· zsh (not that it matters)
° i want to be able to use java -jar file.jar
i tried using that command
zsh: java: permission denied
then used sudo
sudo: java: command not found
i grabbed the generic x64 tar.gz and extracted to ~/.local/.app/java/
set the Java path to the openjdk folder inside, no good
i installed openjdk-8-jre
couldnt figure it out that way, so uninstalled
RE-GRABBED the x64 tarball
extracted into /usr/java
set the path to the folder containing java & javaws executables
still no luck
what is the problem here17 -
!rant
Just upgraded to Ubuntu 17.10, not really liking Gnome's lack of support for a grid of workspaces. Tried Cinnamon, which has some support via a plugin but is still far from perfect.
Anyone recommend a desktop env that handles workspaces in a grid well?13 -
Stupid Windows Update back at it again with the Fall Creator's Update. More like Fail Creator's Update. My poor laptop took it too hard and the built-in mobile hotspot feature is currently bugged and not working, with the ICS service in task manager stuck at 100% you usage. Restore to previous version or not to restore to previous version? That my friends is the question. *picks up Ubuntu 17.10 live disk*2
-
So you got new sdd and you want to try someone new slick distro. So you google slick distro and you find a blog.
You download 4 to 5 iso. Now you want to make a bootable pendrive, but you don't have pendrive. So you use your 1TB HDD. And you accidentally format the whole HDD. Now you install one by one all iso. You don't like single os you revert back to the original OS. And you have wasted your whole day.
List of distro I installed:
1) Deepin OS
2) Solus OS
3) Nitrux
4) Ubuntu 17.10
5) Pop OS (Orignal OS)10 -
So I'm chucking a spare second SSD into my PC and going to do a Linux installation, I'm going to go Ubuntu only because I have previous experience with it :-P
Should I just install 16.04 or wait till 17.10?3 -
Guys help!
I can't get VMware to run on Ubuntu 17.10 for the life of me, thinking I may have to go back to 16.04.3 but just wanted to know if anyone is aware of an "easy" fix first?4 -
So it's been happening for a while now. My dual boot system just appears to have a feature: it auto boots into Ubuntu on restart.
And, I don't why but since 17.10 artful update whenever I press either up or down arrow keys while boot it shows me the log of whole procedure which is kinda nuts; I mean why would they wanna do that, this isn't '90s.
Do reply if I'm not alone.3 -
Opened my beloved laptop after a week of sickness.
ACPI error...
Spent the evening taking a backup from initramfs. Then installing Ubuntu 17.10
Now, I love me some penguin but that shit gets too crazy too often.
Not that I didn't enjoy spending the day setting up the system, there is some stability I always miss from a Win/Mac environment2 -
five minute of panic upgrading to xubuntu 17.10
dpkg was interrupted, you must manually run sudo dpkg --configure -a to correct the problem.
Fortunately sudo apt-get dist-upgrade save the day.1 -
It all started last night.
I removed libdev2.so using apt remove and before I knew what the fuck was going on half my packages on ubuntu were broken.
Then I got this idea (which I m fucking regretting right now!) to just upgrade my ubuntu 17.04 to 17.10 and reinstall the broken packages again.
I spent my entire night and this morning for upgrading and configuring it.
I left the pc on for a while and when I got back I see, the firefox is fucking lagging on youtube, stack overflow, pornhub every damn site even my localhost which never happened in my 17.04
Fuck, I wasted half a day and now I m just going to downgrade this shit1 -
I am new to Ubuntu or any Linux OS and have been hearing a few good things about them.
So few days ago I decided to try out the Ubuntu 17.10, after which I installed Gnome Tweak Tool to customize the look and feel. After installing some themes and applying them I found the whitish bar appear as you can see in the photo I attached. I do not like it (hated it also when I used Windows). Please how do I make this go away as I have googled alot about it but cant get anything helpful.
I also have the issue of my Windows button not performing any shortcut task as before like showing the desktop screen (this now happens when I click the Windows buttton + A key)
Thank you all9 -
QUICK!
I'm about to set up a new pc (not for me, in our bureau, it'll do nothing special at all) elementary os or Ubuntu 17.10?
I'd do an update to Ubuntu 18.04 when its published, but I don't wanna use the "old" version with unity as of now...
Or elementary is because it's easy to use?
I'm currently working in a theater, so it should be usable for "non-techies".4 -
Upgraded Ubuntu 16.04 to 17.10,everything went fine but now on login screen I can't move my mouse and keyboard is not responding. So obviously I can't log in. Did anyone encounter this and van help me solve it? Also, doing a fresh reinstall is not an option right now7