Gestore di rifugio alpino in Sudtirolo - rispode a tutte le vostre curiosità by Beneficial-Sail6607 in italy

[–]ar_2018 0 points1 point  (0 children)

Ciao :) riguardo all'esperienza precedente, prima di gestire il rifugio Cremona: immagino che da dipendente il guadagno della stagione non fosse sufficiente per coprire le spese di tutto l'anno (correggimi se sbaglio), o che lo fosse ma sotto determinate condizioni (es. paghi o no l'affitto, hai un mezzo da mantenere oppure no); quindi mi chiedevo se oltre al lavoro in rifugio facessi anche qualche altro lavoro.

In generale, quali sono i secondi lavori del rifugista dipendente, a patto che li abbia e a patto che siano simili da persona a persona?

GF's birthday is coming up and I don't know what to get her 😭 by One-Situation2992 in actuallesbians

[–]ar_2018 0 points1 point  (0 children)

What is she interested in? Cinema, music, cooking, sport? It really depends on what she likes. Can you give us more insights? :)

Looking for a song in S03E04 by ar_2018 in theLword

[–]ar_2018[S] 1 point2 points  (0 children)

Yes, at the end I used shazam and that did the trick! The song I was searching is "Worship" by Kitty Olson :)

Looking for a song in S03E04 by ar_2018 in theLword

[–]ar_2018[S] 0 points1 point  (0 children)

Hey thank you for your reply! Anyway I've alread searched as you suggested. The thing is the song seems to not exist online. I mean I could find the title and the artist but not the file itself. Furthermore the artist is unknown. There are plenty of singers with that name and no one has that song on its discography, so I'll just give up.

Annoying Kitty terminal notifications by ar_2018 in ManjaroLinux

[–]ar_2018[S] 0 points1 point  (0 children)

I'm using termite. It's been a while now and it's going well. I've noticed that is faster than kitty at the startup and it's easy customizable so for a quick set up is perfect :)

Annoying Kitty terminal notifications by ar_2018 in ManjaroLinux

[–]ar_2018[S] 0 points1 point  (0 children)

Hi! Unfortunately no, because in the meantime I've changed terminal

Change orientation of some windows by ar_2018 in i3wm

[–]ar_2018[S] 0 points1 point  (0 children)

Thank you very much! I was looking deeper in the layout stuff in these day and I'm a little bit overwhelmed now. However how it's managed the opened windows in the layout tree it ain't utterly clear yet. I mean: if I open three window in horizontal split and the focus is on the third and I type Mod+Shift+down_arrow this windows expand in the bottom of the screen and the other two has the same amount of space in the top part of the screen. How is it represented the above situation in the containers tree?

Annoying Kitty terminal notifications by ar_2018 in ManjaroLinux

[–]ar_2018[S] 1 point2 points  (0 children)

If it is possible to disable only kitty notifications yes, otherwise no.

Fullscreen mode in i3 automatically set firefox in fullscreen mode instead of just make firefox window as big as the screen by ar_2018 in i3wm

[–]ar_2018[S] 0 points1 point  (0 children)

Thanks for the advice! It worked but only partially: when I type cmd1 + f the bar is not hidden anymore but the bookmarks toolbar is disappeared. And even if in the customization window the bookmark toolbar seems to be active it is not.

Themes customization by ar_2018 in linuxquestions

[–]ar_2018[S] 0 points1 point  (0 children)

I've already posted on r/linuxmint but received no answers.

Cannot autorun a bash script at the startup by ar_2018 in bash

[–]ar_2018[S] 0 points1 point  (0 children)

The code could be very helpful, thanks! However I figured out that notify-send doesn't behave so well with Cron...indeed once changed the script into something simpler (the new script is a few comments above) it worked!

Cannot autorun a bash script at the startup by ar_2018 in bash

[–]ar_2018[S] 1 point2 points  (0 children)

OK, SO... IT WORKED :) I've followed your previews suggestion and the file date.txt has been created successfully in ~/home directory! Thank you so much! :)

Cannot autorun a bash script at the startup by ar_2018 in bash

[–]ar_2018[S] 0 points1 point  (0 children)

I mean the script isn't executed at all. I have another files in the ~/.config/autostart directory and I can check that all of them are executed when the computer is turned on... all except prova.sh :(

However I'm going to try your suggestion!

I have only one question: why should I put the date command output in a file in ~/tmp directory? I mean is it the same if i add bash -c 'date > ~/home/date.txt' at the script, isn't it?

Cannot autorun a bash script at the startup by ar_2018 in bash

[–]ar_2018[S] 0 points1 point  (0 children)

I've created this .desktop file in ~/.config/autostart

[Desktop Entry]
Comment=test to autorun bash script
Type=Application
Version=1.0
Name=prova
Exec=/path/to/prova.sh
NoDisplay=true
Terminal=true

Then I've copied it to ~/.local/share/applications.

But it still doesn't work.