halmount on PPAs

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
lcapriotti Offline
a.k.a Luigi, Team-XBMC XBMCbuntu Dev
Posts: 791
Joined: Jan 2008
Reputation: 12
Location: Italy
Post: #1
There is an interesting request in this post related to PPAs and enabling built-in automount features; however, in the reply Jezz_X points out that the feature can cause side effects when used on a regular desktop environment.

Would it be possible to enable built-in automounting by specifying an environment variable or something, so that the same PPAs could be used both on regular desktops and XBMC LiveUSB?

Luigi

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
Duduke Offline
Senior Member
Posts: 117
Joined: Oct 2004
Reputation: 0
Location: Israel
Post: #2
I think that this will be a great addition to the LiveXBMC.

Or any Gnome/KDE less system.
find quote
topfs2 Online
Team-XBMC Developer
Posts: 3,825
Joined: Dec 2007
Reputation: 8
Post: #3
A ticker in settings would be an easy addition, i havent done it that way to confuse users that want to let gnome do it / those that dont know better. i can add it to settings on monday+ if noone does so before that
/tobias

If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
find quote
topfs2 Online
Team-XBMC Developer
Posts: 3,825
Joined: Dec 2007
Reputation: 8
Post: #4
on second tought might be better to add to advancedsettings?

If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
find quote
Duduke Offline
Senior Member
Posts: 117
Joined: Oct 2004
Reputation: 0
Location: Israel
Post: #5
taking a note from the location of the Shutdown and SMB mount options,
I guess the most reasonable place is under System->Hardware or maybe System->Autostart...
find quote
topfs2 Online
Team-XBMC Developer
Posts: 3,825
Joined: Dec 2007
Reputation: 8
Post: #6
I have added this to SVN now. It's controlled via advancedsettings.xml. the configure flag is left if anyone want to default to halmount (I'm thinking that the LiveUSB version would want this, I for one don't want it to rely on advancedsettings.xml to be customized to work properly.


Sample advancedsettings.xml
Code:
<advancedsettings>
    <usehalmount>true</usehalmount>
</advancedsettings>

If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
find quote
lcapriotti Offline
a.k.a Luigi, Team-XBMC XBMCbuntu Dev
Posts: 791
Joined: Jan 2008
Reputation: 12
Location: Italy
Post: #7
cool, many TKS!
Luigi

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
NEI Offline
Member
Posts: 113
Joined: Nov 2003
Reputation: 0
Post: #8
Quote:<advancedsettings>
<usehalmount>true</usehalmount>
</advancedsettings>
Is this still working? I cannot find it in wiki:
http://wiki.xbmc.org/?title=Advancedsett...lshares.3E

Thanks!
find quote