The Lounge 0001 [From the Beginning]

@Michael does your sister wear ripped jeans? i keep finding a trend between ripped jeans and being stupid with tech

1 Like

She actually has several pairs, its all starting to make sense now.

2 Likes

You are assuming the NSA doesnt already have all your information… Because they love the fact that people put things on facebook- they dont even have to hack, just pay a small fee to know everything lol…

So they dont even necessarily need to raid you :stuck_out_tongue:

the sad part is this is probably actually true not just a joke lol…

2 Likes

At least my family either knows tech or doesnt mess with it unless they do it by accident lol

2 Likes

that must be good, here its the not knowing tech and messing with it on purpose and only then getting me to help when it goes horribly wrong.

1 Like

At least its just tech and not something more expensive lol
(For example cars, thankfully my family is also not prone to doing stupid shit with those either lol other than the occasional dumb accident)

1 Like

We don’t have any cars but I’m sure if we did there would be issue with those as well.

1 Like

My sister is the same way. saw this meme and it just clicked

1 Like

lmao how’d you even do that? It must be the ripped jeans effect.

1 Like

they thought it was a two in one

1 Like

well I guess its a no in one now. somehow I feel glad my sister doesn’t actually have a laptop because I’m sure that would happen eventually as she’s already wrecked her iPad.

1 Like

Been working on a program that will generate .desktop files for linux.

Added support for ~/ paths. Need to work on .. and . in the path but that comes at a later day

1 Like

neat, love that it supports ~/ now, is gonna save my soo much time.

1 Like

yep. need to completely rework the path conversion function so that it can take into account .. and . paths but ill do that later

1 Like

neat would be soo helpful especially being able to reference the current path the application is in would be great.

1 Like

yep. gotta play around with the os module in python to see what i can do

1 Like

@Dje4321 I’m not sure why but .desktop files I create with the script can’t by ran or detected as .desktop files if I put it in ~/local/share/applications either. Might just be a Fedora thing but will look into it.

need to run the .desktop so the DE can trust it. couldnt find a way todo it via the terminal :frowning:

1 Like

yeah nevermind what I just said, I did a typo when creating the .desktop file on the type field so it wasn’t detected as an application XD

1 Like

it needs some tweaks to be sure but is good for what it does now

1 Like